diff --git a/chart-unit.cabal b/chart-unit.cabal
--- a/chart-unit.cabal
+++ b/chart-unit.cabal
@@ -1,20 +1,22 @@
 name: chart-unit
-version: 0.4.1
+version: 0.5.0
 synopsis:
   Native haskell charts.
 description:
   See <https://tonyday567.github.io/chart-unit/index.html chart-unit> for chart bling and usage.
   .
   .
-  <<https://tonyday567.github.io/other/examplePixels.svg>>
+  ![example](other/mainExample.svg)
   .
   These charts are designed to be scale independent and amenable to combinatory busywork (hence the unit suffix).
   .
   .
 extra-source-files:
-  readme.md
-  index.html
-  stack.yaml
+  readme.md,
+  stack.yaml,
+  other/*.svg
+extra-doc-files:
+  other/*.svg
 category:
   charts
 homepage:
@@ -32,67 +34,57 @@
 build-type:
   Simple
 cabal-version:
-  >=1.10
+  >=1.18
 
 library
   hs-source-dirs:
     src
   exposed-modules:
     Chart,
-    Chart.Unit,
-    Chart.Types
+    Chart.Arrow,
+    Chart.Core,
+    Chart.Glyph,
+    Chart.Hud,
+    Chart.Line,
+    Chart.Rect,
+    Chart.Text,
+    Chart.Lenses
   ghc-options:
     -funbox-strict-fields
-    -fforce-recomp          
+    -fforce-recomp
   build-depends:
     base >= 4.7 && < 5,
     colour,
+    palette,
     diagrams-lib,
     diagrams-svg,
     foldl,
     formatting,
     lens,
     linear,
+    data-default,
     numhask >= 0.0.5 && < 1,
     numhask-range >= 0.0.3 && < 1,
-    text
+    text,
+    SVGFonts
   default-language:
     Haskell2010
   default-extensions:
-    NoImplicitPrelude,
-    UnicodeSyntax,
-    BangPatterns,
-    BinaryLiterals,
-    DeriveFoldable,
-    DeriveFunctor,
     DeriveGeneric,
     DeriveTraversable,
-    DisambiguateRecordFields,
-    EmptyCase,
     FlexibleContexts,
     FlexibleInstances,
-    FunctionalDependencies,
-    GADTSyntax,
     InstanceSigs,
-    KindSignatures,
-    LambdaCase,
-    MonadComprehensions,
     MultiParamTypeClasses,
-    MultiWayIf,
     NegativeLiterals,
+    NoImplicitPrelude,
     OverloadedStrings,
-    ParallelListComp,
-    PartialTypeSignatures,
     PatternSynonyms,
     RankNTypes,
-    RecordWildCards,
-    RecursiveDo,
-    ScopedTypeVariables,
-    TupleSections,
     TypeFamilies,
-    TypeOperators
+    UnicodeSyntax
 
-executable chart-unit-examples
+executable chart-source-examples
   default-language:
     Haskell2010
   ghc-options:
@@ -104,61 +96,38 @@
   hs-source-dirs:
     examples
   main-is:
-    examples.hs
+    sourceExamples.hs
   other-modules:
     FakeData
   build-depends:
     base >= 4.7 && < 5,
     chart-unit,
-    protolude,
+    containers,
+    diagrams-lib,
     foldl,
-    text,
-    numhask,
-    -- for data examples
-    mwc-random,
+    lens,
     mwc-probability,
+    mwc-random,
+    numhask,
     primitive,
-    ad,
-    reflection,
+    protolude,
     tdigest,
-    -- for animation example
-    diagrams-rasterific,
-    JuicyPixels,
-    diagrams-lib
-
+    text,
+    diagrams-rasterific
   default-extensions:
-    NoImplicitPrelude,
-    UnicodeSyntax,
-    BangPatterns,
-    BinaryLiterals,
-    DeriveFoldable,
-    DeriveFunctor,
     DeriveGeneric,
     DeriveTraversable,
-    DisambiguateRecordFields,
-    EmptyCase,
     FlexibleContexts,
     FlexibleInstances,
-    FunctionalDependencies,
-    GADTSyntax,
     InstanceSigs,
-    KindSignatures,
-    LambdaCase,
-    MonadComprehensions,
     MultiParamTypeClasses,
-    MultiWayIf,
     NegativeLiterals,
+    NoImplicitPrelude,
     OverloadedStrings,
-    ParallelListComp,
-    PartialTypeSignatures,
     PatternSynonyms,
     RankNTypes,
-    RecordWildCards,
-    RecursiveDo,
-    ScopedTypeVariables,
-    TupleSections,
     TypeFamilies,
-    TypeOperators
+    UnicodeSyntax
 
 test-suite test
   default-language:
@@ -172,42 +141,24 @@
   build-depends:
     base >= 4.7 && < 5,
     chart-unit,
+    numhask,
     tasty,
     tasty-hspec,
-    numhask
+    text
   default-extensions:
-    NoImplicitPrelude,
-    UnicodeSyntax,
-    BangPatterns,
-    BinaryLiterals,
-    DeriveFoldable,
-    DeriveFunctor,
     DeriveGeneric,
     DeriveTraversable,
-    DisambiguateRecordFields,
-    EmptyCase,
     FlexibleContexts,
     FlexibleInstances,
-    FunctionalDependencies,
-    GADTSyntax,
     InstanceSigs,
-    KindSignatures,
-    LambdaCase,
-    MonadComprehensions,
     MultiParamTypeClasses,
-    MultiWayIf,
     NegativeLiterals,
+    NoImplicitPrelude,
     OverloadedStrings,
-    ParallelListComp,
-    PartialTypeSignatures,
     PatternSynonyms,
     RankNTypes,
-    RecordWildCards,
-    RecursiveDo,
-    ScopedTypeVariables,
-    TupleSections,
     TypeFamilies,
-    TypeOperators
+    UnicodeSyntax
 
 source-repository head
   type:
diff --git a/examples/FakeData.hs b/examples/FakeData.hs
--- a/examples/FakeData.hs
+++ b/examples/FakeData.hs
@@ -1,10 +1,11 @@
-{-
-various fake data
--}
-
+{-# LANGUAGE CPP #-}
+{-# LANGUAGE DataKinds #-}
 {-# OPTIONS_GHC -Wall #-}
+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
 {-# OPTIONS_GHC -fno-warn-type-defaults #-}
-{-# LANGUAGE DataKinds #-}
+#if ( __GLASGOW_HASKELL__ < 820 )
+{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}
+#endif
 
 module FakeData where
 
@@ -12,14 +13,13 @@
 import NumHask.Prelude
 
 import Control.Monad.Primitive (PrimState)
-import Data.Reflection
-import Numeric.AD
-import Numeric.AD.Internal.Reverse
 import System.Random.MWC
 import System.Random.MWC.Probability
 import qualified Control.Foldl as L
 import qualified Protolude as P
 import Data.TDigest
+import qualified Data.Map as Map
+import Data.List
 
 {-
 Standard normal random variates in one dimension.
@@ -32,54 +32,82 @@
 This generates n V2 random variates where the x and y parts are correlated.
 -}
 
-rvsCorr :: Gen (PrimState IO) -> Int -> Double -> IO [V2 Double]
+rvsCorr :: Gen (PrimState IO) -> Int -> Double -> IO [Pair Double]
 rvsCorr gen n c = do
   s0 <- rvs gen n
   s1 <- rvs gen n
   let s1' = zipWith (\x y -> c * x + sqrt (1 - c * c) * y) s0 s1
-  pure $ zipWith V2 s0 s1'
+  pure $ zipWith Pair s0 s1'
 
-mkScatterData :: IO [[V2 Double]]
+mkScatterData :: IO [[Pair Double]]
 mkScatterData = do
     g <- create
     xys <- rvsCorr g 1000 0.7
     xys1 <- rvsCorr g 1000 -0.5
-    pure [ over _y (+1) . over _x (\x -> x^^2 + 3*x - 1) <$> xys
-         , over _x (\x -> x^^2 + 3*x + 1) <$> xys1]
+    pure [ (\(Pair x y) -> Pair ( x^^2 + 3*x - 1) (y+1)) <$> xys
+         , (\(Pair x y) -> Pair ( x^^2 + 3*x + 1) y) <$> xys1]
 
+data DealOvers = IgnoreOvers | IncludeOvers Double
+
 makeHist :: Int -> [Double] -> [Rect Double]
-makeHist n xs = fromHist (IncludeOvers 1) (fill cuts xs)
+makeHist n xs = fromHist IgnoreOvers (fill cuts xs)
   where
-    r = Chart.range xs
-    cuts = linearSpace OuterPos r n
+    cuts = grid MidPos (space xs :: Range Double) n
 
-makeRvs :: IO [[Double]]
+fill :: (Functor f, Foldable f) => [Double] -> f Double -> Histogram
+fill cuts xs = Histogram cuts (histMap cuts xs)
+  where
+    histMap cuts xs = L.fold count $ (\x -> L.fold countBool (fmap (x >) cuts)) <$> xs
+    count = L.premap (\x -> (x,1.0)) countW
+    countBool = L.Fold (\x a -> x + if a then 1 else 0) 0 identity
+    countW = L.Fold (\x (a,w) -> Map.insertWith (+) a w x) Map.empty identity
+
+fromHist :: DealOvers -> Histogram -> [Rect Double]
+fromHist o (Histogram cuts counts) = zipWith4 Rect x z y w'
+  where
+      y = repeat 0
+      w = zipWith (/)
+          ((\x -> Map.findWithDefault 0 x counts) <$> [f..l])
+          (zipWith (-) z x)
+      f = case o of
+        IgnoreOvers -> 1
+        IncludeOvers _ -> 0
+      l = case o of
+        IgnoreOvers -> length cuts - 1
+        IncludeOvers _ -> length cuts
+      w' = (/P.sum w) <$> w
+      x = case o of
+        IgnoreOvers -> cuts
+        IncludeOvers outw -> [Data.List.head cuts - outw] <> cuts <> [last cuts + outw]
+      z = drop 1 x
+
+makeRvs :: IO ([Double],[Double])
 makeRvs = do
     g <- create
     xys <- rvs g 1000
     xys1 <- rvs g 1000
-    pure [xys, (1.5*) <$> xys1]
+    pure (xys, (1.5*) <$> xys1)
 
-mkHistData :: IO [[Rect Double]]
-mkHistData = do
-    d0 <- makeRvs
-    pure $ makeHist 30 <$> d0 
+data Histogram = Histogram
+   { _cuts   :: [Double] -- bucket boundaries
+   , _values :: Map.Map Int Double -- bucket counts
+   } deriving (Show, Eq)
 
-mkHistogramData :: IO [Histogram]
-mkHistogramData = do
-    d0 <- makeRvs
-    let cuts = linearSpace OuterPos (Range (-3.0,3.0)) 6
-    pure $ fill cuts  <$> d0
+makeHistDiffExample :: IO ([Rect Double],[Rect Double])
+makeHistDiffExample = do
+    (d0,d1) <- makeRvs
+    let cuts = grid OuterPos (Range -5.0 5.0) 50
+    pure (fromHist IgnoreOvers (fill cuts d0), fromHist IgnoreOvers (fill cuts d1))
 
 makeRectQuantiles :: Double -> IO [Rect Double]
 makeRectQuantiles n = do
     vs <- makeQuantiles n
     let begin = ([],Nothing)
-    let step :: ([V4 Double],Maybe Double) -> Double -> ([V4 Double],Maybe Double)
+    let step :: ([Rect Double],Maybe Double) -> Double -> ([Rect Double],Maybe Double)
         step (_,   Nothing) a = ([], Just a)
-        step (acc, Just l)  a = (acc <> [V4 l 0 a (0.1/(a-l))], Just a)
+        step (acc, Just l)  a = (acc <> [Rect l a 0 (0.1/(a-l))], Just a)
     let h = L.fold (L.Fold step begin fst) vs
-    pure $ view rect <$> h
+    pure h
 
 makeQuantiles :: Double -> IO [Double]
 makeQuantiles n = do
@@ -95,24 +123,4 @@
     step x a = Data.TDigest.insert a x
     begin = tdigest ([]::[Double]) :: TDigest 25
     done x = fromMaybe nan . (`quantile` compress x) <$> qs
-
-arrowData :: [V4 Double]
-arrowData = zipWith (\(V2 x y) (V2 z w) -> V4 x y z w) pos dir'
-  where
-    pos = gridP OuterPos (Rect (V2 (-1 ... 1) (-1 ... 1))) (V2 20 20)
-    dir' = gradF rosenbrock 0.01 <$> pos
-
-gradF ::
-    (forall s. (Reifies s Tape) => [Reverse s Double] -> Reverse s Double) ->
-    Double ->
-    V2 Double ->
-    V2 Double
-gradF f step (V2 x y) =
-    - r2 ((\[x',y'] -> (x',y')) $
-          gradWith (\x0 x1 -> x0 + (x1 - x0) * step) f [x,y])
-
-rosenbrock :: (Num a) => [a] -> a
-rosenbrock [] = 0
-rosenbrock [x] = 100 P.* (P.negate x P.^ 2) P.^ 2 P.+ (x P.- 1) P.^ 2
-rosenbrock (x:y:_) = 100 P.* (y P.- x P.^ 2) P.^ 2 P.+ (x P.- 1) P.^ 2
 
diff --git a/examples/examples.hs b/examples/examples.hs
deleted file mode 100644
--- a/examples/examples.hs
+++ /dev/null
@@ -1,359 +0,0 @@
-{-# OPTIONS_GHC -Wall #-}
-{-# OPTIONS_GHC -Wno-type-defaults #-}
-
-import Chart
-import NumHask.Prelude
-import Codec.Picture.Gif (GifDelay)
-import Diagrams.Backend.Rasterific.CmdLine (B, GifOpts(..))
-import Diagrams.Backend.CmdLine (DiagramOpts(..), mainRender)
-
-import FakeData
-
-import qualified Control.Foldl as L
-import Data.List ((!!))
-import Data.Text (pack)
-
-scratch :: Chart SVG -> IO ()
-scratch = fileSvg "other/scratchpad.svg" (600,400)
-
-exampleBox :: Chart a
-exampleBox = box one
-
-exampleAxes :: Chart' a
-exampleAxes = axes def
-
-exampleEmpty :: Chart' a
-exampleEmpty =
-    withChart def (\_ _ -> mempty) [corners one]
-
-exampleGrid :: Chart a
-exampleGrid =
-    scatterChart
-    [ScatterConfig 0.01 (palette!!4)]
-    sixbyfour
-    [V2 <$> [0..10] <*> [0..10]]
-
-lineDefs :: [LineConfig]
-lineDefs =
-    [ LineConfig 0.01 (Color 0.945 0.345 0.329 0.8)
-    , LineConfig 0.02 (Color 0.698 0.569 0.184 0.5)
-    , LineConfig 0.005 (Color 0.5 0.5 0.5 1.0)
-    ]
-
-lineData :: [[V2 Double]]
-lineData =
-    fmap r2 <$>
-    [ [(0.0,1.0),(1.0,1.0),(2.0,5.0)]
-    , [(0.0,0.0),(3.0,3.0)]
-    , [(0.5,4.0),(0.5,0)]
-    ]
-
-exampleLine :: Chart a
-exampleLine = lineChart lineDefs sixbyfour lineData
-
-exampleLineAxes :: Chart' a
-exampleLineAxes =
-    lineChart lineDefs sixbyfour lineData <>
-    axes (chartRange .~ Just (rangeR2s lineData) $ def)
-
-exampleLineAxes2 :: Chart' a
-exampleLineAxes2 =
-    withChart def (lineChart lineDefs) lineData
-
-scatterDefs :: [ScatterConfig]
-scatterDefs = zipWith ScatterConfig [0.01,0.02,0.03] (opacs 0.5 palette)
-
-exampleScatter :: [[V2 Double]] -> Chart' a
-exampleScatter xys =
-    withChart (chartAspect .~ asquare $ def) (scatterChart scatterDefs) xys
-
-exampleScatter2 :: [[V2 Double]] -> Chart' a
-exampleScatter2 xys =
-    withChart (chartAspect .~ asquare $ def) (scatterChart scatterDefs) xys1
-  where
-    xys1 = fmap (over _x (*1e8) . over _y (*1e-8)) <$> xys
-
-histDefs :: [RectConfig]
-histDefs =
-    [ def
-    , rectBorderColor .~ Color 0 0 0 0
-      $ rectColor .~ Color 0.333 0.333 0.333 0.4
-      $ def
-    ]
-
--- | withCharts doesn't work with a V4 where w and z effect the XY plane range
-exampleHist :: [[Rect Double]] -> Chart' a
-exampleHist rs =
-    histChart histDefs widescreen rs <>
-    axes
-    ( chartRange .~ Just (fold . fold $ rs)
-    $ chartAspect .~ widescreen
-    $ def)
-
-exampleHistGrey :: [Rect Double] -> Chart' a
-exampleHistGrey xys =
-    histChart [histDefs!!1] widescreen [xys] <>
-    axes
-    ( chartRange .~ Just (fold xys)
-    $ chartAspect .~ widescreen
-    $ def)
-
-exampleHistCompare :: DealOvers -> Histogram -> Histogram -> Chart' a
-exampleHistCompare o h1 h2 =
-    let h = fromHist o h1
-        h' = fromHist o h2
-        h'' = zipWith (\(Rect (V2 (Range (x,y)) (Range (z,w)))) (Rect (V2 _ (Range (_,w')))) -> Rect (V2 (Range (x,y)) (Range (z,w-w')))) h h'
-        flat = Aspect $ Rect (V2 (Range (-0.75,0.75)) (Range (-0.25,0.25)))
-    in
-      pad 1.1 $
-        beside (r2 (0,-1)) (histChart
-        [ def
-        , rectBorderColor .~ Color 0 0 0 0
-        $ rectColor .~ Color 0.333 0.333 0.333 0.1
-        $ def ] sixbyfour [h,h'] <>
-        axes (ChartConfig 1.1
-              [def]
-              (Just (fold $ fold [h,h']))
-              sixbyfour (uncolor transparent)))
-        (histChart
-        [ rectBorderColor .~ Color 0 0 0 0
-        $ rectColor .~ Color 0.888 0.333 0.333 0.8
-        $ def ] flat [h''] <>
-        axes (ChartConfig 1.1
-              [ axisAlignedTextBottom .~ 0.65 $
-                axisAlignedTextRight .~ 1 $
-                axisOrientation .~ Y $
-                axisPlacement .~ AxisLeft $
-                def
-              ]
-              (Just (fold h''))
-              flat (uncolor transparent)))
-
-exampleHistGrey2 :: [Rect Double] -> Chart' a
-exampleHistGrey2 rs =
-    lineChart lineDefs widescreen
-    [(\(Rect (V2 (Range (x,z)) (Range (_,w)))) -> V2 ((x+z)/(one+one)) w) <$>
-      rs] <>
-    axes
-    ( chartRange .~ Just (fold rs)
-    $ chartAspect .~ widescreen
-    $ def)
-
-exampleLabelledBar :: Chart' a
-exampleLabelledBar =
-    histChart [def]
-    sixbyfour
-    [rs] <>
-    axes
-    ( chartAxes .~
-      [ axisTickStyle .~
-        TickLabels labels' $ def
-      ]
-      $ chartAspect .~ sixbyfour
-      $ chartRange .~ Just (fold rs)
-      $ def
-    )
-  where
-    labels' = fmap pack <$> take 10 $ (:[]) <$> ['a'..]
-    rs :: [Rect Double]
-    rs = abs . view rect <$>
-        zipWith4 V4 [0..10] (replicate 11 0) [1..11] [1,2,3,5,8,0,-2,11,2,1]
-
-exampleArrow :: [V4 Double] -> Chart' a
-exampleArrow xs =
-    arrowChart def (V4 one one one one) xs <>
-    axes ( chartRange .~ Just
-           ( rangeV42Rect $ rangeV4 $ scaleV4s (V4 one one one one) xs)
-           $ chartAspect .~ asquare $ def)
-
--- clipping
-exampleClipping :: Chart a
-exampleClipping =
-    L.fold (L.Fold step1 mempty identity) $
-    (\y -> L.fold (L.Fold step mempty identity)
-      (Rect . (`V2` y) <$> qb)) <$>
-    qb
-  where
-    step x a = beside (r2 (1,0)) x (pad 1.05 $ center $ blob (Color 0 0 0 0.02) box a <> clip ch a)
-    step1 x a = beside (r2 (0,1)) x (pad 1.05 $ center a)
-    qs = fromIntegral <$> ([0..4] :: [Int]) :: [Double]
-    qb = (\x -> (-0.5 + x*0.2) ... (-0.5 + (x+1.0)*0.2)) <$> qs
-    clip ch1 sq = clipped (pathFromLocTrail $ box sq) ch1
-    ch = lineChart lineDefs asquare lineData
-
--- compound charts
-exampleCompound :: IO [QChart a [[V2 Double]]]
-exampleCompound = do
-    xys <- mkScatterData
-    let qsc = QChart (scatterChart scatterDefs) (rangeR2s xys) xys
-    let xy0 = rangeR2s $ lineData <> xys
-    pure [qsc, qaxes xy0, qline]
-  where
-      qline = QChart (lineChart lineDefs) (rangeR2s lineData) lineData
-      qaxes xy =
-          QChart
-          (\a _ -> axes
-            ( chartRange .~ Just xy
-            $ chartAspect .~ a
-            $ def)) xy []
-
-exampleScatterHist :: [[V2 Double]] -> Chart' a
-exampleScatterHist xys =
-    beside (r2 (1,0))
-    (beside (r2 (0,-1))
-    (sc1 <> axes1)
-    (reflectY histx))
-    (reflectY $ rotateBy (3/4) histy)
-  where
-    sc1 = scatterChart [scatterColor .~ Color 0.365 0.647 0.855 0.1 $ def, def] asquare xys
-    histx = histChart defHist xyHist hx
-    histy = histChart defHist xyHist hy
-    defHist =
-        [ def
-        , rectBorderColor .~ Color 0 0 0 0
-          $ rectColor .~ Color 0.333 0.333 0.333 0.4
-          $ def
-        ]
-    xyHist = Aspect (Rect (V2 one ((0.2*)<$>one)))
-    hx = makeHist 50 . fmap (view _x) <$> xys
-    hy = makeHist 50 . fmap (view _y) <$> xys
-    axes2 =
-        [ axisAlignedTextBottom .~ 0.65 $
-          axisAlignedTextRight .~ 0.5 $
-          axisLabelStrut .~ 0.04 $
-          axisOrientation .~ X $
-          axisPlacement .~ AxisTop $
-          def,
-          axisInsideStrut .~ 0.05 $
-          axisAlignedTextBottom .~ 0.65 $
-          axisAlignedTextRight .~ 1 $
-          axisOrientation .~ Y $
-          axisPlacement .~ AxisLeft $
-          def]
-    axes1 =
-        axes
-        (ChartConfig 1 axes2 (Just $ rangeR2s xys) asquare (Color 0.5 0.5 1 0.04))
-
-exampleGgplot :: Chart' a
-exampleGgplot =
-    lineChart (repeat (LineConfig 0.002 (Color 0.98 0.98 0.98 1))) sixbyfour (gridX <> gridY) <>
-    blob (Color 0.92 0.92 0.92 1) (box (Rect (V2 ((1.5*) <$> one) one))) <>
-    axes ggdef
-  where
-    gridX = (\x -> [V2 0 x, V2 10 x]) . fromIntegral <$> ([0..10] :: [Int])
-    gridY = (\x -> [V2 x 0, V2 x 10]) . fromIntegral <$> ([0..10] :: [Int])
-    ggdef =
-        ChartConfig
-        1.1
-        [defx]
-        (Just $ Rect (V2 (0 ... 10) (0 ... 10)))
-        sixbyfour
-        (Color 1 1 1 0)
-    defx =
-        AxisConfig
-        1.0
-        X
-        AxisBottom
-        0
-        (Color 0 0 0 0.2)
-        0.018
-        (Color 0 0 0 1)
-        0
-        0.01
-        0.04
-        (Color 0.2 0.2 0.2 0.7)
-        (TickRound 5)
-        0.5
-        1
-
-examplePixels :: Chart' a
-examplePixels =
-    pixelf
-    (pixelGrain .~ V2 10 10 $ def)
-    asquare (Rect (V2 (-1 ... 1) (-1 ... 1)))
-    (\(V2 x y) -> x*y+x*x) <>
-    axes
-    ( chartRange .~ Just (Rect (V2 (-1 ... 1) (-1 ... 1)))
-    $ chartAspect .~ asquare
-    $ def)
-
-makeOneDim :: IO [[(Double,Text)]]
-makeOneDim = do
-    qs <- makeQuantiles 20
-    qs5 <- makeQuantiles 4
-    let labels5 = ["min","3rd Q","median","1st Q","max"]
-    pure [zip qs5 labels5, zip qs (repeat "")]
-
-exampleOneDim :: [[(Double,Text)]] -> Chart' a
-exampleOneDim qss =
-    axes (ChartConfig 1.1 [def] (Just (Rect (V2 (range $ fst <$> (qss!!0)) (Range (0,0))))) skinny (uncolor transparent)) <>
-    axes (ChartConfig 1.1 [axisColor .~ uncolor transparent $ axisMarkSize .~ 0.05 $ axisMarkColor .~ uncolor (withOpacity red 0.3) $ axisTickStyle .~ TickPlaced (qss!!1) $ def] (Just (Rect (V2 (range $ fst <$> (qss!!1)) (Range (0,0))))) skinny (uncolor transparent)) <>
-    axes (ChartConfig 1.1 [axisColor .~ uncolor transparent $ axisMarkSize .~ 0.1 $ axisTextSize .~ 0.08 $ axisMarkColor .~ uncolor (withOpacity black 0.5) $ axisTickStyle .~ TickPlaced (qss!!0) $ def] (Just (Rect (V2 (range $ fst <$> (qss!!0)) (Range (0,0))))) skinny (uncolor transparent))
-  where
-    skinny = Aspect (Rect (V2 ((5*) <$> one) one))
-
-displayHeader :: FilePath -> [(Diagram B, GifDelay)] -> IO ()
-displayHeader fn =
-  mainRender ( DiagramOpts (Just 900) (Just 700) fn
-             , GifOpts {_dither = False, _noLooping = False, _loopRepeat = Just 2}
-             )
-
-chartRange' :: [[Rect Double]] -> Rect Double
-chartRange' = fold . fold
-
-exampleHistAnim :: Rect Double -> Aspect -> [[Rect Double]] -> Chart' a
-exampleHistAnim cr asp rs =
-    histChartWithRange cr histDefs asp rs <>
-    axes
-    ( chartRange .~ Just cr
-    $ chartAspect .~ asp
-    $ def)
-
-exampleAnimation :: FilePath -> IO ()
-exampleAnimation f = do
-    xs <- mkHistData
-    let yss = inits (xs!!0)
-    let cr = chartRange' yss
-    let us :: [Diagram B ]
-        us = exampleHistAnim cr widescreen . pure <$> yss
-
-    displayHeader f $ zip us (repeat (10 :: Int))
-
-main :: IO ()
-main = do
-  let sOne = (400,400)
-  let s6by4 = (600,400)
-  let sWide = (750,250)
-
-  fileSvg "other/exampleBox.svg" s6by4 exampleBox
-  fileSvg "other/exampleAxes.svg" s6by4 exampleAxes
-  fileSvg "other/exampleEmpty.svg" s6by4 exampleEmpty
-  fileSvg "other/exampleGgplot.svg" sWide exampleGgplot
-  fileSvg "other/exampleGrid.svg" sOne exampleGrid
-  fileSvg "other/exampleLine.svg" s6by4 exampleLine
-  fileSvg "other/exampleLineAxes.svg" s6by4 exampleLineAxes
-  fileSvg "other/exampleLineAxes2.svg" s6by4 exampleLineAxes2
-  xys <- mkScatterData
-  fileSvg "other/exampleScatter.svg" sOne (exampleScatter xys)
-  fileSvg "other/exampleScatter2.svg" sOne (exampleScatter2 xys)
-  xs <- mkHistData
-  fileSvg "other/exampleHist.svg" sWide (exampleHist xs)
-  rectqs <- makeRectQuantiles 50
-  fileSvg "other/exampleHistUnequal.svg" sWide (exampleHistGrey rectqs)
-  fileSvg "other/exampleHistUnequal2.svg" sWide (exampleHistGrey2 rectqs)
-  hs <- mkHistogramData
-  fileSvg "other/exampleHistCompare.svg" s6by4 (exampleHistCompare (IncludeOvers 1) (hs!!0) (hs!!1))
-  fileSvg "other/exampleScatterHist.svg" sOne (pad 1.1 $ center $ exampleScatterHist xys)
-  fileSvg "other/exampleLabelledBar.svg" s6by4 exampleLabelledBar
-  fileSvg "other/exampleArrow.svg" sOne (exampleArrow arrowData)
-  exc <- exampleCompound
-  fileSvg "other/exampleCompound.svg" s6by4 (pad 1.1 $ center $ combine golden exc)
-  fileSvg "other/exampleClipping.svg" sOne exampleClipping
-  fileSvg "other/examplePixels.svg" sOne examplePixels
-  qss <- makeOneDim
-  fileSvg "other/exampleOneDim.svg" (750,150) (exampleOneDim qss)
-  exampleAnimation "other/anim.gif"
-
-  scratch (exampleHistCompare (IncludeOvers 1) (hs!!0) (hs!!1))
-  -- fileSvg "other/scratchpad.svg" (600,150) $ pad 1.1 $
-  --     showOrigin $ exampleOneDim qss
diff --git a/examples/sourceExamples.hs b/examples/sourceExamples.hs
new file mode 100644
--- /dev/null
+++ b/examples/sourceExamples.hs
@@ -0,0 +1,633 @@
+{-# LANGUAGE ScopedTypeVariables #-}
+{-# LANGUAGE NoImplicitPrelude #-}
+{-# LANGUAGE OverloadedStrings #-}
+{-# OPTIONS_GHC -Wall #-}
+{-# OPTIONS_GHC -Wno-type-defaults #-}
+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
+{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}
+
+import Chart
+import Control.Lens hiding (beside, (#), at)
+import qualified Data.Text as Text
+import NumHask.Prelude
+import Data.List (zipWith3, zipWith4)
+import Diagrams.Prelude hiding ((*.), scaleX, scaleY, width)
+import FakeData
+import Diagrams.Backend.Rasterific (Rasterific, animatedGif, GifLooping(..))
+
+hudbits :: Text -> Maybe Text -> [Text] -> [LegendType b] -> HudOptions b -> HudOptions b
+hudbits t subt ts ls x =
+    hudTitles_ .~
+    [ (titlePlace_ .~ PlaceLeft $
+       titleAlign_ .~ AlignLeft $
+       titleText_ . textRotation_ .~ 90 $
+       titleText_ . textSize_ .~ 0.25 $
+       titleText_ . textColor_ .~ d3Colors1 0 `withOpacity` 1 $
+       def, t)] <>
+    (case subt of
+      Nothing -> []
+      Just subt' -> 
+        [(titlePlace_ .~ PlaceBottom $
+          titleAlign_ .~ AlignRight $
+          titleText_ . textRotation_ .~ 0 $
+          titleText_ . textSize_ .~ 0.14 $
+          titleText_ . textColor_ .~ d3Colors1 0 `withOpacity` 1 $
+          def, subt')]) $ 
+    hudLegends_ .~
+    [ legendChartType_ .~
+      zip ls ts $
+      legendAlign_ .~ AlignRight $ def
+    ] $
+    hudAxes_ . each . axisGap_ .~ 0.1 $
+    x
+
+text_Example :: Chart b
+text_Example = text_ def "Welcome to chart-unit!"
+
+textsExample :: Chart b
+textsExample = texts def ts [Pair (0.05 * x) 0 | x <- [0 .. 5]]
+  where
+    ts = map Text.singleton ['a' .. 'z']
+
+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_ (repeat $ def {textSize = 0.33}) widescreen [ts]
+
+textHudExample :: Chart b
+textHudExample = hud
+    ( hudbits "Text Chart" (Just "text and glyphs have a similar feel") [] [] $
+      hudRange_ .~ Just (range ts) $
+      hudAspect_ .~ widescreen $
+      def)
+
+labelledExample :: Chart b
+labelledExample =
+  labelled
+    (LabelOptions
+       (def {textAlignH = AlignLeft, textRotation = 45})
+       (Pair 1 1)
+       0.05)
+    "a label"
+    (glyph_ def)
+
+glyph_Example :: Chart b
+glyph_Example = glyph_ def
+
+glyphsExample :: Chart b
+glyphsExample = glyphs def [Pair (x / 10) (sin x / 10) | x <- [0 .. 10]]
+
+gopts :: [GlyphOptions b]
+gopts = [def, def {glyphBorderColor = ured, glyphShape = triangle}]
+
+gdata :: [[Pair Double]]
+gdata = [p_1, p_2]
+  where
+    p_1 = [Pair x (sin (x / 10)) | x <- [0 .. 100]]
+    p_2 = [Pair x (cos (x / 10)) | x <- [0 .. 100]]
+
+glyphChart_Example :: Chart b
+glyphChart_Example = glyphChart_ gopts widescreen gdata
+
+glyphHudExample :: Chart b
+glyphHudExample = 
+    hud (hudLegends_ . each . legendAlign_ .~ AlignLeft $
+         hudbits "Glyph Chart" Nothing ["sin", "cos"]
+          (LegendGlyph <$> gopts) $
+          hudRange_ .~ Just (range gdata) $
+          hudAspect_ .~ widescreen $
+          def)
+
+lglyphsExample :: Chart b
+lglyphsExample =
+  lglyphs def def $
+  zip (show <$> [0 ..]) [Pair (x / 10) (sin x / 10) | x <- [0 .. 10]]
+
+
+lgdata :: [[(Text, Pair Double)]]
+lgdata =
+    [(\(p@(Pair x y)) -> (show x <> "," <> show y, fromIntegral <$> p)) <$> g]
+  where
+    g = Pair <$> [0 .. 5] <*> [0 .. 5] :: [Pair Int]
+
+lglyphChart_Example :: Aspect -> Chart b
+lglyphChart_Example a =
+  lglyphChart_
+    [labelGap_ .~ 0.015 $ labelText_ . textSize_ .~ 0.12 $ def]
+    [glyphColor_ .~ black `withOpacity` 1 $
+     glyphBorderSize_ .~ 0 $
+     glyphSize_ .~ 0.01 $
+     def]
+    a
+    lgdata
+
+lglyphHudExample :: Chart b
+lglyphHudExample = hud
+    ( hudTitles_ . each . _1 . titleGap_ .~ 0.2 $
+      hudbits "LGlyph Chart" (Just "Glyphs with text labels are very useful") [] [] $
+      hudAxes_ .~ [] $
+      hudRange_ .~ Just (range (fmap snd <$> lgdata)) $
+      hudAspect_ .~ widescreen $
+      def)
+
+linesExample :: Int -> Chart b
+linesExample n =
+  lines
+    def
+    [ Pair (10 * x / fromIntegral n) (cos (x * (10 / fromIntegral n)))
+    | x <- fromIntegral <$> [0 .. n]
+    ]
+
+ls :: [[Pair Double]]
+ls =
+  map (uncurry Pair) <$>
+  [ [(0.0, 1.0), (1.0, 1.0), (2.0, 5.0)]
+  , [(0.0, 0.0), (3.0, 3.0)]
+  , [(0.5, 4.0), (0.5, 0)]
+  ]
+ 
+lopts :: [LineOptions]
+lopts =
+  zipWith
+    (\x y -> LineOptions x (withOpacity (d3Colors1 y) 0.6))
+    [0.01, 0.02, 0.005]
+    [0,1,2]
+
+lineChart_Example :: Chart b
+lineChart_Example = lineChart_ lopts sixbyfour ls
+
+lineHudExample :: Chart b
+lineHudExample = 
+    hud (hudbits "Line Chart" Nothing ["hockey stick", "slope", "vertical"]
+          ((`LegendLine` 0.05) <$> lopts) $
+          hudRange_ .~ Just (range ls) $
+          def)
+
+gopts3 :: (Renderable (Path V2 Double) b) => [GlyphOptions b]
+gopts3 =
+      zipWith
+        (\x y ->
+           def
+           { glyphColor = withOpacity (d3Colors1 x) 0.2
+           , glyphBorderColor = withOpacity (d3Colors1 x) 1
+           , glyphBorderSize = 0.005
+           , glyphShape = y
+           , glyphSize = 0.08
+           })
+        [6,8,2]
+        [triangle, square, circle . (0.5*)]
+
+glineChart_Example :: Chart b
+glineChart_Example = glineChart_ lopts gopts3 sixbyfour ls
+
+glineHudExample :: Chart b
+glineHudExample = 
+    hud ( hudLegends_ . each . legendGap_ .~ 0.2 $
+          hudTitles_ . each . _1 . titleGap_ .~ 0.2 $
+          hudbits "Gline Chart" Nothing ["triangle", "square", "circle"]
+          (zipWith3 LegendGLine gopts3 lopts (repeat 0.1)) $
+          hudAxes_ .~ [] $
+          hudRange_ .~ Just (Rect 0 5 0 5) $
+          def) <>
+    glineChart lopts gopts3 sixbyfour (Rect 0 5 0 5) ls <>
+    lglyphChart_Example sixbyfour
+
+rect_Example :: Double -> Chart b
+rect_Example n =
+  labelled (opts (Pair n 1)) "z,w" $
+  labelled (opts (Pair n -1)) "z,y" $
+  labelled (opts (Pair (-n) 1)) "x,w" $
+  labelled (opts (Pair (-n) -1)) "x,y" $
+  rect_ def (Ranges (n *. one) one)
+  where
+    opts o =
+      def
+      { labelText =
+          (labelText def) {textColor = withOpacity black 0.8, textSize = 0.3}
+      , labelOrientation = o
+      }
+
+rectsExample :: Chart b
+rectsExample =
+  rects def $
+  zipWith (\x y -> Rect x (x + 1) 0 y) [0 ..] [1, 2, 3, 5, 8, 0, -2, 11, 2, 1]
+
+ropts :: [RectOptions]
+ropts =
+      [ def {rectBorderSize = 0}
+      , def {rectBorderSize = 0, rectColor = ucolor 0.3 0.3 0.3 0.2}
+      ]
+
+rss :: [[Rect Double]]
+rss = zipWith (\x y -> Rect x (x + 1) 0 y) [0 ..] <$> pss
+  where
+    pss =
+      transpose
+        [ [exp (-(x ** 2) / 2), 0.5 * exp (-(x ** 2) / 8)]
+        | x <- grid LowerPos (Range -5 5) 1000
+        ]
+
+rectChart_Example :: Chart b
+rectChart_Example = rectChart_ ropts widescreen rss
+
+rectHudExample :: Chart b
+rectHudExample = 
+    hud ( hudLegends_ . each . legendPlace_ .~ PlaceBottom $
+          hudLegends_ . each . legendAlign_ .~ AlignCenter $
+          hudbits "Rect Chart" Nothing ["blue gaussian", "grey wider distribution"]
+          ((`LegendRect` 0.05) <$> ropts) $
+          hudRange_ .~ Just (fold $ fold rss) $
+          hudAspect_ .~ widescreen $
+          hudAxes_ .~ [defXAxis] $
+          def)
+
+pixel_Example :: Chart b
+pixel_Example = text_ opt "I'm a pixel!" <> pixel_ (Pixel one ublue)
+  where
+    opt = def {textColor = withOpacity black 0.8, textSize = 0.2}
+
+pixelsExample :: Chart b
+pixelsExample =
+  pixels
+    [ Pixel
+      (Rect (5 * x) (5 * x + 0.1) (sin (10 * x)) (sin (10 * x) + 0.1))
+      (dissolve (2 * x) ublue)
+    | x <- grid OuterPos (Range 0 1) 100
+    ]
+
+pixelChart_Example :: Chart b
+pixelChart_Example =
+  pixelChart_
+    asquare
+    [ [ Pixel
+        (Rect x (x + 0.05) y (y + 0.05))
+        (blend (x * y + x * x) ured ublue)
+      | x <- grid MidPos (one :: Range Double) 20
+      , y <- grid MidPos (one :: Range Double) 20
+      ]
+    ]
+
+pixelateChartExample :: Chart b
+pixelateChartExample = pixelateChart def asquare one (\(Pair x y) -> x*y+x*x)
+
+pixelHudExample :: Chart b
+pixelHudExample = 
+    hud (hudbits "Pixel Chart" Nothing ["red", "blue"]
+          ((`LegendPixel` 0.05) <$> ropts) $
+          hudRange_ .~ Just one $
+          hudAspect_ .~ asquare $
+          def)
+
+arrowsExample :: Chart b
+arrowsExample =
+  arrows
+    (def
+     {arrowMaxLength = 0.5, arrowMaxHeadLength = 0.2, arrowMaxStaffWidth = 0.01})
+    [ Arrow (Pair x (sin (5 * x))) (Pair x (cos x))
+    | x <- grid MidPos (one :: Range Double) 100
+    ]
+
+arrowChart_Example :: Chart b
+arrowChart_Example = arrowChart_ [def] asquare [as]
+  where
+    as =
+      normArrows
+        [ Arrow (Pair x y) (Pair (sin 1 / x + 0.0001) (cos 1 / y + 0.0001))
+        | x <- grid MidPos (one :: Range Double) 20
+        , y <- grid MidPos (one :: Range Double) 20
+        ]
+
+arrowHudExample :: Chart b
+arrowHudExample = 
+    hud ( hudbits "Arrow Chart" Nothing ["this way up"] [] $
+--          ((`LegendArrow` 0.05) <$> [def]) $
+          hudRange_ .~ Nothing $
+          hudAspect_ .~ asquare $
+          def)
+
+hudExample :: Chart b
+hudExample = hud def
+
+withHudExample :: Chart b
+withHudExample = withHud hopts (lineChart lopts) ls
+  where
+    hopts =
+      def
+      { hudTitles = [(def, "withHud Example")]
+      , hudLegends =
+          [ def
+            { legendChartType =
+                zipWith
+                  (\x y -> (LegendLine x 0.05, y))
+                  lopts
+                  ["line1", "line2", "line3"]
+            }
+          ]
+      }
+
+axisExample :: Chart b
+axisExample = axis aopts one (Range 0 100000)
+  where
+    aopts =
+      def
+      { axisLabel =
+          (axisLabel def)
+          { labelGap = 0.0001
+          , labelText =
+              (labelText (axisLabel def))
+              {textSize = 0.06, textAlignH = AlignLeft, textRotation = -45}
+          }
+      }
+
+legends :: [(LegendType b, Text)]
+legends =
+  [(LegendText def, "legend")] <> [(LegendPixel (blob ublue) 0.05, "pixel")] <>
+    -- [ (LegendArrow (def {arrowMinStaffWidth=0.01,
+    --                     arrowMinHeadLength=0.03}) 0.05, "arrow")] <>
+  [(LegendRect def 0.05, "rect")] <>
+  [(LegendGLine def def 0.10, "glyph+line")] <>
+  [(LegendGlyph def, "just a glyph")] <>
+  zipWith
+    (\x y -> (LegendLine x 0.05, y))
+    lopts
+    ["short", "much longer name", "line 3"]
+
+legendExample :: Chart b
+legendExample = legend $ def {legendChartType = legends}
+
+mainExample :: Diagram B
+mainExample = withHud opts (lineChart lopts) ls
+  where
+    opts =
+      hudTitles_ .~ titles $ hudAxes_ .~
+      [ defXAxis
+      , defYAxis
+      , axisLabel_ . labelOrientation_ .~ Pair 0 1 $ axisPlace_ .~ PlaceTop $
+        defXAxis
+      , axisLabel_ . labelOrientation_ .~ Pair 1 0 $ axisPlace_ .~ PlaceRight $
+        defYAxis
+      ] $
+      hudAxes_ %~
+      map (axisPad_ .~ 1) $
+      hudLegends_ .~
+      [legendChartType_ .~ legends $ def] $
+      def
+
+titles :: [(TitleOptions, Text)]
+titles =
+  [ (def, "Example Chart")
+  , ( titleAlign_ .~ AlignCenter $ titleText_ . textRotation_ .~ 90 $ titleText_ .
+      textSize_ .~
+      0.12 $
+      titlePlace_ .~
+      PlaceLeft $
+      def
+    , "left axis title")
+  , ( titleText_ . textColor_ .~ ublue $ titleText_ . textSize_ .~ 0.08 $
+      titleAlign_ .~
+      AlignRight $
+      titlePlace_ .~
+      PlaceBottom $
+      def
+    , "bottom right, non-essential note")
+  ]
+
+
+-- gallery
+
+scatterHistExample :: [[Pair Double]] -> Diagram B
+scatterHistExample xys =
+    beside (r2 (1,0))
+    (beside (r2 (0,-1))
+    (sc1 <> hud1)
+    (reflectY histx))
+    (reflectY $ rotateBy (3/4) histy)
+  where
+    sopts =
+        zipWith3 (\x y z -> GlyphOptions x y (ucolor 0 0 0 0) 0 z)
+        [0.01,0.02,0.03]
+        ((\x -> withOpacity (d3Colors1 x) 0.3) <$> [6,8])
+        [circle, triangle, square]
+
+    mainAspect = Aspect $ Rect -0.5 0.5 -0.5 0.5
+    minorAspect = Aspect $ Rect -0.5 0.5 -0.1 0.1
+    sc1 = glyphChart_ sopts mainAspect xys
+    histx = rectChart_ defHist minorAspect hx
+    histy = rectChart_ defHist minorAspect hy
+    hud1 = hud (hudAxes_ .~ [axisPlace_ .~ PlaceTop $
+                             axisLabel_ . labelOrientation_ .~ Pair 0 1 $
+                             def] $
+                hudAspect_ .~ mainAspect $
+                hudRange_ .~ Just (range xys) $
+                def)
+    defHist =
+        (\x -> rectBorderSize_ .~ 0 $
+         rectColor_ .~ d3Colors1 x `withOpacity` 0.5 $
+         def) <$> [6,8]
+    hx = makeHist 50 . fmap (view _x) <$> xys
+    hy = makeHist 50 . fmap (view _y) <$> xys
+
+
+labelledBarExample :: Diagram B
+labelledBarExample =
+    rectChart_ [def]
+    sixbyfour
+    [rs] <>
+    textChart (repeat (textColor_ .~ ucolor 0.33 0.33 0.33 0.8 $ def)) sixbyfour
+    (Rect -0.5 9.5 (-2) 11)
+    [zipWith (\x y -> (show y, Pair x ((if y>0 then -1 else 0.5) + y))) [0..] ys] <>
+    hud
+    ( hudAxes_ .~
+      [ axisTickStyle_ .~
+        TickLabels labels' $
+        def
+      ]
+      $ hudAspect_ .~ sixbyfour
+      $ hudRange_ .~ Just (fold (abs <$> rs))
+      $ def
+    )
+  where
+    labels' = fmap Text.pack <$> take 10 $ (:[]) <$> ['a'..]
+    rs :: [Rect Double]
+    rs = (\(Ranges a b) -> Ranges (abs a) (abs b)) <$> zipWith4 Rect [0..10] [1..11] (replicate 11 0) ys
+    ys = [1,2,3,5,8,0,-2,11,2,1]
+
+skinnyExample :: IO (Diagram B)
+skinnyExample = do
+    qs <- makeQuantiles 20
+    qs' <- makeQuantiles 4
+    let r = Ranges (space qs) (Range 0 0.2)
+    let hud' =
+            hud (HudOptions 1.1
+                 [axisLabel_ . labelText_ . textSize_ .~ 0.25 $ def] [] []
+                 (Just r)
+                 skinny clear)
+    let labels' = textChart
+            [textAlignH_ .~ AlignLeft $
+             textRotation_ .~ 45 $
+             textSize_ .~ 0.2 $
+             def] skinny r
+            [zipWith (\x y -> (x,Pair y 0.05))
+             ["min","3rd Q","median","1st Q","max"] qs']
+    let ticks' = glyphChart [def] skinny r [(\x -> Pair x 0.02) <$> qs]
+    pure $ hud' <> ticks' <> labels'
+
+histDiffExample :: ([Rect Double],[Rect Double]) -> Chart b
+histDiffExample (h1, h2) =
+    let deltah = zipWith (\(Rect x y z w) (Rect _ _ _ w') -> Rect x y z (w-w')) h1 h2
+        mainAspect = Aspect (Rect -0.75 0.75 -0.5 0.5)
+        botAspect = Aspect (Rect -0.75 0.75 -0.2 0.2)
+        (Ranges rx ry) = fold $ fold [h1,h2]
+        (Ranges _ deltary) = fold (abs <$> deltah)
+    in
+      pad 1.1 $
+        beside (r2 (0,-1))
+          (rectChart
+            [ rectBorderColor_ .~ ucolor 0 0 0 0 $
+              rectColor_ .~ ucolor 0.365 0.647 0.855 0.2 $
+              def
+            , rectBorderColor_ .~ ucolor 0 0 0 0 $
+              rectColor_ .~ ucolor 0.333 0.333 0.333 0.2 $
+              def ]
+            mainAspect
+            (Ranges rx ry)
+            [h1,h2])
+         (rectChart
+          [ rectBorderColor_ .~ ucolor 0 0 0 0 $
+            rectColor_ .~ ucolor 0.88 0.53 0.23 0.8 $
+            def ]
+         botAspect
+         (Ranges rx deltary)
+         [deltah] <>
+         hud (hudAspect_ .~ botAspect $
+              hudRange_ .~ Just (Ranges rx deltary) $
+              def))
+
+
+clip :: Rect Double -> Chart b -> Chart b
+clip (Rect xl xu yl yu) c =
+    clipped (pathFromLocTrail $
+             moveTo (p2(xl,yl)) $
+             scaleY (yu - yl) $
+             scaleX (xu - xl) $
+             moveOriginTo (p2(-0.5,-0.5))
+             unitSquare) $  c
+
+grp :: Int -> [a] -> [[a]]
+grp n = unfoldr
+        (\x -> let y = splitAt n x in
+            if length (fst y) == 0 then Nothing else Just y)
+
+exampleClipping :: RectOptions -> Double -> Int -> QDiagram B V2 Double Any -> QDiagram B V2 Double Any
+exampleClipping rcfg p n ch =
+    foldl' vert mempty $ (foldl' hori mempty) <$> qb
+  where
+    hori x a = beside (r2 (0,1)) x (pad p $ bound rcfg 1 $ centerXY $ clip a ch)
+    vert x a = beside (r2 (1,0)) x (pad p $ centerXY $ a)
+    qb :: [[Rect Double]] = grp n $ gridSpace (Rect xl xu yl yu) (Pair n n)
+    (xl,xu) = fromMaybe (-0.5,0.5) (extentX ch)
+    (yl,yu) = fromMaybe (-0.5,0.5) (extentY ch)
+
+exampleClipping' :: RectOptions -> Double -> Double -> Int -> QDiagram Rasterific V2 Double Any -> QDiagram Rasterific V2 Double Any
+exampleClipping' rcfg rot p n ch =
+    foldl' vert mempty $ (foldl' hori mempty) <$> qb
+  where
+    hori x a = beside (r2 (0,1)) x (Diagrams.Prelude.rotate (rot @@ deg) $ pad p $ bound rcfg 1 $ centerXY $ clip a ch)
+    vert x a = beside (r2 (1,0)) x (pad p $ centerXY $ a)
+    qb :: [[Rect Double]] = grp n $ gridSpace (Rect xl xu yl yu) (Pair n n)
+    (xl,xu) = fromMaybe (-0.5,0.5) (extentX ch)
+    (yl,yu) = fromMaybe (-0.5,0.5) (extentY ch)
+
+animationExample :: FilePath -> IO ()
+animationExample f = do
+    let c = ((\x -> bound (rectColor_ .~ ucolor 1 1 1 0.1 $ def) 1 $
+            exampleClipping' (rectBorderSize_ .~ 0.001 $
+                              rectColor_ .~ ucolor 1 1 1 0.1 $ def)
+               (x*12) 1 5 lineChart_Example) <$> [0..30])
+    animatedGif f (mkSizeSpec (Just <$> r2 (600,400))) LoopingNever 20 c
+
+schoolbookExample :: Diagram B
+schoolbookExample =
+    pad 1.1 $
+    lineChart_
+    (repeat $
+      lineColor_ .~ ucolor 0.4 0.5 0.2 0.8 $
+      lineSize_ .~ 0.001 $
+      def) asquare $
+    (\x -> [Pair -10.0 (-10 + 2*x), Pair 10.0 (-10 + 2*x)]) <$>
+    fromIntegral <$> ([0..10] :: [Int])
+
+main :: IO ()
+main = do
+  fileSvg "other/text_Example.svg" (400, 100) text_Example
+  fileSvg "other/textsExample.svg" (400, 100) textsExample
+  fileSvg "other/textChart_Example.svg" (300, 100) textChart_Example
+  fileSvg "other/labelledExample.svg" (300, 100) labelledExample
+  fileSvg "other/glyph_Example.svg" (400, 100) glyph_Example
+  fileSvg "other/glyphsExample.svg" (400, 100) glyphsExample
+  fileSvg "other/glyphChart_Example.svg" (450, 150) glyphChart_Example
+  fileSvg "other/lglyphsExample.svg" (400, 100) lglyphsExample
+  fileSvg "other/lglyphChart_Example.svg" (600, 200) (lglyphChart_Example widescreen)
+  fileSvg "other/linesExample.svg" (400, 100) (linesExample 100)
+  fileSvg "other/lineChart_Example.svg" (300, 200) lineChart_Example
+  fileSvg "other/glineChart_Example.svg" (300, 200) glineChart_Example
+  fileSvg "other/rect_Example.svg" (300, 200) $ rect_Example 2
+  fileSvg "other/rectsExample.svg" (300, 200) rectsExample
+  fileSvg "other/rectChart_Example.svg" (300, 100) rectChart_Example
+  fileSvg "other/pixel_Example.svg" (100, 100) pixel_Example
+  fileSvg "other/pixelsExample.svg" (300, 100) pixelsExample
+  fileSvg "other/pixelChart_Example.svg" (300, 300) pixelChart_Example
+  fileSvg "other/arrowsExample.svg" (100, 300) arrowsExample
+  fileSvg "other/arrowChart_Example.svg" (300, 300) arrowChart_Example
+  fileSvg "other/hudExample.svg" (300, 300) hudExample
+  fileSvg "other/withHudExample.svg" (300, 200) withHudExample
+  fileSvg "other/axisExample.svg" (400, 100) axisExample
+  fileSvg "other/legendExample.svg" (300, 300) legendExample
+  fileSvg "other/mainExample.svg" (600, 400) mainExample
+
+  -- readme images
+  fileSvg "other/textHudExample.svg" (600, 400) $
+      textHudExample <> textChart_Example
+  fileSvg "other/glyphHudExample.svg" (600, 400) $
+      glyphHudExample <> glyphChart_Example
+  fileSvg "other/lglyphHudExample.svg" (600, 400) $
+      lglyphHudExample <> lglyphChart_Example widescreen
+  fileSvg "other/lineHudExample.svg" (600, 400) $
+      lineHudExample <> lineChart_Example
+  fileSvg "other/glineHudExample.svg" (600, 400)
+      glineHudExample
+  fileSvg "other/rectHudExample.svg" (600, 400) $
+      rectHudExample <> rectChart_Example
+  fileSvg "other/pixelHudExample.svg" (600, 400) $
+      pixelHudExample <> pixelateChartExample
+  fileSvg "other/arrowHudExample.svg" (600, 400) $
+      arrowHudExample <> arrowChart_Example
+
+
+  -- gallery
+
+  xys <- mkScatterData
+  putStrLn ("scatterHistExample" :: Text)
+  fileSvg "other/scatterHistExample.svg" (600,400) (scatterHistExample xys)
+  putStrLn ("labelledBarExample" :: Text)
+  fileSvg "other/labelledBarExample.svg" (600,400) labelledBarExample
+  putStrLn ("skinnyExample" :: Text)
+  skinnyExample' <- skinnyExample
+  fileSvg "other/skinnyExample.svg" (600,150) skinnyExample'
+  putStrLn ("histDiffExample" :: Text)
+  hs <- makeHistDiffExample
+  fileSvg "other/histDiffExample.svg" (600,600) $
+      histDiffExample hs
+  putStrLn ("clippingExample" :: Text)
+  fileSvg "other/clippingExample.svg" (600,600) $
+      exampleClipping (rectColor_ .~ ucolor 0.3 0.3 0.3 0.1 $ def) 1.1 5
+      lineChart_Example
+  putStrLn ("animationExample" :: Text)
+  animationExample "other/animationExample.gif"
+  putStrLn ("schoolbookExample" :: Text)
+  fileSvg "other/schoolbookExample.svg" (400,400) schoolbookExample
diff --git a/index.html b/index.html
deleted file mode 100644
--- a/index.html
+++ /dev/null
@@ -1,159 +0,0 @@
-<meta charset="utf-8"> <link rel="stylesheet" href="https://tonyday567.github.io/other/lhs.css">
-<script type="text/javascript" async
-  src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
-</script>
-<h1 id="chart-unit"><a href="https://tonyday567.github.io/chart-unit">chart-unit</a></h1>
-<p><a href="https://travis-ci.org/tonyday567/chart-unit"><img src="https://travis-ci.org/tonyday567/chart-unit.svg" alt="Build Status" /></a> <a href="https://hackage.haskell.org/package/chart-unit"><img src="https://img.shields.io/hackage/v/chart-unit.svg" alt="Hackage" /></a> <a href="http://stackage.org/lts/package/chart-unit"><img src="https://www.stackage.org/package/chart-unit/badge/lts" alt="lts" /></a> <a href="http://stackage.org/nightly/package/chart-unit"><img src="https://www.stackage.org/package/chart-unit/badge/nightly" alt="nightly" /></a></p>
-<p><a href="https://github.com/tonyday567/chart-unit">repo</a></p>
-<p><code>chart-unit</code> is an experimental haskell chart library.</p>
-<p>scratchpad</p>
-<p><img style="border:5px solid grey" src="other/scratchpad.svg"></p>
-<h2 id="unital-charting">unital charting</h2>
-<p>This slowly growing collection of charts:</p>
-<ul class="incremental">
-<li>renders nicely in svg over a wide chart size.</li>
-<li>retain a similar look-n-feel across different scales</li>
-<li>are highly customizable</li>
-<li>have a unit scale in the spirit of the <a href="http://projects.haskell.org/diagrams/doc/quickstart.html">diagrams</a> design space, making combining a snap.</li>
-<li>can be quickly integrated into ad-hoc haskell data analytics, providing a visual feedback loop.</li>
-</ul>
-<h1 id="charts">charts</h1>
-<p>A chart can be anything that is represented on an XY plane, and usually comes with visual clues about what is being represented, such as axes, titles and legends. Here's the default blank chart:</p>
-<div class="figure">
-<img src="other/exampleAxes.svg" />
-
-</div>
-<pre><code>axes (chartAspect .~ sixbyfour $ chartRange .~ Just one $ def)</code></pre>
-<p><code>sixbyfour</code> is a value of type XY, and represents the rectangle that the chart will be rendered with. As with any SVG element, the ultimate product is still subject to sizing on use, so think of <code>sixbyfour</code> as a relative aspect ratio rather than a concrete size.</p>
-<h2 id="xy">XY</h2>
-<p>chartRange is the range which we would like to plot. chartRange .~ Nothing represents that the range should be whatever the data range is.</p>
-<h2 id="customization">customization</h2>
-<p>Axes and most other things are highly customizable. Here's another style of chart:</p>
-<div class="figure">
-<img src="other/exampleGgplot.svg" />
-
-</div>
-<h2 id="line-chart">line chart</h2>
-<p>Some actual, real-life lines to be plotted:</p>
-<div class="figure">
-<img src="other/exampleLine.svg" />
-
-</div>
-<pre><code>lines lineDefs sixbyfour lineData</code></pre>
-<p>Breaking the code down:</p>
-<ul class="incremental">
-<li><code>lines</code> is a typical chart renderer, taking a</li>
-<li><code>[LineConfig]</code>, which is a list of configurations for each line, an</li>
-<li><code>Aspect</code>, the aspect ratio to render the chart, and, finally</li>
-<li>the data, a <code>(Traversable g, Traversable f, R2~r) =&gt; g (f (r a))</code>, or in this case, a <code>[[V2 Double]]</code>, which is a double container of the values to chart</li>
-</ul>
-<h2 id="withchart">withChart</h2>
-<p>You don't have to do anything special to combine these lines with axes.</p>
-<div class="figure">
-<img src="other/exampleLineAxes.svg" />
-
-</div>
-<pre><code>lines lineDefs sixbyfour lineData &lt;&gt; 
-axes (chartRange .~ Just (rangeR2s lineData) $ def)</code></pre>
-<p><code>withChart</code> is a convenience function for this common operation, and the code below is equivalent to the above code:</p>
-<pre><code>withChart def (lines lineDefs) lineData</code></pre>
-<h2 id="scatter">scatter</h2>
-<p>Other default chart types follow this same pattern:</p>
-<div class="figure">
-<img src="other/exampleScatter.svg" />
-
-</div>
-<pre><code>xys &lt;- mkScatterData
-withChart (chartAspect .~ asquare $ def) (scatters scatterDefs) xys</code></pre>
-<p>As with <code>line</code>, <code>scatter</code> zips together multiple configurations and multiple containers of data. It's often much easier to construct charts assuming multiple data sets.</p>
-<p>A major point of the chart-unit library is that the look-n-feel of a chart is invariant to the data scale.</p>
-<div class="figure">
-<img src="other/exampleScatter2.svg" />
-
-</div>
-<pre><code>let xys1 = fmap (over _x (*1e8) . over _y (*1e-8)) &lt;$&gt; xys in
-withChart (chartAspect .~ asquare $ def) (scatters scatterDefs) xys1</code></pre>
-<h2 id="histogram">histogram</h2>
-<p>A histogram, in widescreen</p>
-<div class="figure">
-<img src="other/exampleHist.svg" />
-
-</div>
-<p>A histogram, with unequal bin sizes (based on quantiles)</p>
-<div class="figure">
-<img src="other/exampleHistUnequal.svg" />
-
-</div>
-<p>... converted to a line chart</p>
-<div class="figure">
-<img src="other/exampleHistUnequal2.svg" />
-
-</div>
-<p>A labelled bar chart:</p>
-<div class="figure">
-<img src="other/exampleLabelledBar.svg" />
-
-</div>
-<h2 id="pixel-chart">pixel chart</h2>
-<p>A chart with a color for each XY point in a plane. Close synonyms are probably an area chart, a surface chart. A contour chart must be close.</p>
-<div class="figure">
-<img src="other/examplePixels.svg" />
-
-</div>
-<h2 id="one-dim-chart">One-dim chart</h2>
-<p>axes technology can be re-purposed to create skinny charts:</p>
-<div class="figure">
-<img src="other/exampleOneDim.svg" />
-
-</div>
-<h2 id="compound-charts">Compound charts</h2>
-<p><code>chart-unit</code> is a fairly thin wrapper over diagrams that establishes the basics of what a chart is, and provides some sane defaults. From this starting point, production of high-quality charting is easy and pleasant. Some examples:</p>
-<p>Comparing two histograms.</p>
-<div class="figure">
-<img src="other/exampleHistCompare.svg" />
-
-</div>
-<p>A scatter chart with histograms of the data along the x &amp; y dimensions.</p>
-<div class="figure">
-<img src="other/exampleScatterHist.svg" />
-
-</div>
-<p>A unital gradient chart, using diagrams arrows:</p>
-<div class="figure">
-<img src="other/exampleArrow.svg" />
-
-</div>
-<p>The <code>QChart</code> type exists to enable combining different types of charts using the same scale.</p>
-<div class="figure">
-<img src="other/exampleCompound.svg" />
-
-</div>
-<p>Clipping charts</p>
-<div class="figure">
-<img src="other/exampleClipping.svg" />
-
-</div>
-<h2 id="animation">animation</h2>
-<p><img style="border:5px solid grey" src="other/anim.gif"></p>
-<h2 id="data">data</h2>
-<p>Double-containered dimensioned data covers what a chart charts - one or more data sets with at least an x and y dimension (called R2 in the linear library).</p>
-<p>Most chart variations are about what to do with the extra dimensions in the data. A rectangle, for example, is built from 4 dimensions, an anchoring of position in XY space, with a width (W) and height (Z). A contour map is three dimensional data (V3 in linear), with placement as XY and color as Z.</p>
-<h2 id="diagrams-development-recipe">diagrams development recipe</h2>
-<p>In constructing new chart units:</p>
-<ul class="incremental">
-<li>diagrams go from polymorphic &amp; abstract to strongly-typed &amp; concrete</li>
-<li>V2 (-0.5 ... 0.5) (-0.5 ... 0.5) forms a unitSquare: one unit by one unit, origin in the center</li>
-<li>regularly check where the origin is, usually not where it needs to be.</li>
-<li>turn pointful shapes into a Trail</li>
-<li>close the Trail into a SVG-like loop</li>
-<li>turn the closed Trail into a QDiagram</li>
-</ul>
-<p>You can slide up and down the various diagrams abstraction levels creating transformations at each level. For example, here's something I use to work at the point level:</p>
-<pre><code>unitp f = unitSquare # f # fromVertices # closeTrail # strokeTrail</code></pre>
-<h2 id="workflow">workflow</h2>
-<p>recipe 1</p>
-<div class="sourceCode"><pre class="sourceCode literate haskell"><code class="sourceCode haskell"><span class="ot">scratch ::</span> <span class="dt">Chart</span> <span class="dt">SVG</span> <span class="ot">-&gt;</span> <span class="dt">IO</span> ()
-scratch <span class="fu">=</span> fileSvg <span class="st">&quot;other/scratchpad.svg&quot;</span> (<span class="dv">600</span>,<span class="dv">400</span>)</code></pre></div>
-<p>I tend to work in ghci a lot, using the above <code>scratch</code> to try code out, mashing the refresh button in the browser. Or I switch on stacks --file-watch ...</p>
-<p>recipe 2</p>
-<pre><code>stack build --test --exec &quot;$(stack path --local-install-root)/bin/chart-unit-examples&quot; --exec &quot;$(stack path --local-bin)/pandoc -f markdown -i examples/examples.md -t html -o index.html --filter pandoc-include --mathjax&quot; --file-watch</code></pre>
diff --git a/other/arrowChart_Example.svg b/other/arrowChart_Example.svg
new file mode 100644
--- /dev/null
+++ b/other/arrowChart_Example.svg
@@ -0,0 +1,3 @@
+<?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="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="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,1.9833 l -1.2262,1.2262 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.8839,1.1162 l -3.1689,1.6147 l 1.1857,0.3686 l 0.3686,1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9007,3.0994 l -0.1100,0.1101 l -0.2093,-0.2093 l 0.3194,0.0993 l -0.1100,0.1101 l 0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,17.5640 l -1.1563,1.2923 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.8344,16.6502 l -3.0745,1.7880 l 1.2043,0.3022 l 0.4338,1.1634 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9643,18.7404 l -0.1038,0.1160 l -0.2206,-0.1974 l 0.3244,0.0814 l -0.1038,0.1160 l 0.2206,0.1974 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,33.1447 l -1.0745,1.3611 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.7766,32.1823 l -2.9586,1.9739 l 1.2207,0.2275 l 0.5046,1.1345 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0387,34.3836 l -0.0964,0.1222 l -0.2324,-0.1834 l 0.3288,0.0613 l -0.0964,0.1222 l 0.2324,0.1834 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,48.7255 l -0.9792,1.4312 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.7092,47.7134 l -2.8171,2.1710 l 1.2333,0.1437 l 0.5808,1.0975 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1255,50.0282 l -0.0879,0.1284 l -0.2443,-0.1672 l 0.3322,0.0387 l -0.0879,0.1284 l 0.2443,0.1672 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,64.3062 l -0.7629,1.3178 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.7371,63.0620 l -2.6459,2.3766 l 1.2406,0.0506 l 0.6616,1.0507 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3318,65.4893 l -0.0780,0.1347 l -0.2562,-0.1483 l 0.3342,0.0136 l -0.0780,0.1347 l 0.2562,0.1483 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,79.8869 l -0.3310,0.6988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.9531,77.9104 l -2.4413,2.5864 l 1.2406,-0.0517 l 0.7459,0.9927 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7524,80.4451 l -0.0666,0.1407 l -0.2675,-0.1267 l 0.3342,-0.0139 l -0.0666,0.1407 l 0.2675,0.1267 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,95.4676 l 0.1567,-0.4253 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.1969,92.2645 l -2.2007,2.7940 l 1.2310,-0.1622 l 0.8315,0.9221 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2273,94.8962 l -0.0538,0.1460 l -0.2778,-0.1023 l 0.3316,-0.0437 l -0.0538,0.1460 l 0.2778,0.1023 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,111.0484 l 0.6967,-2.6475 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.4669,105.5380 l -1.9237,2.9914 l 1.2099,-0.2791 l 0.9158,0.8385 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7531,108.2503 l -0.0396,0.1505 l -0.2863,-0.0753 l 0.3259,-0.0752 l -0.0396,0.1505 l 0.2863,0.0753 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,126.6291 l 1.2801,-8.1071 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.7586,115.5979 l -1.6132,3.1697 l 1.1757,-0.3993 l 0.9955,0.7421 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.3212,118.3683 l -0.0243,0.1537 l -0.2924,-0.0462 l 0.3167,-0.1076 l -0.0243,0.1537 l 0.2924,0.0462 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,142.2098 l 1.7629,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,104.5308 l -1.8355,4.7785 l 1.6233,-0.7473 l 1.5359,0.9136 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.7878,108.5620 l -0.0082,0.1554 l -0.2956,-0.0156 l 0.3038,-0.1399 l -0.0082,0.1554 l 0.2956,0.0156 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,157.7905 l 1.7629,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,195.4692 l 1.3237,-4.9447 l -1.5359,0.9136 l -1.6233,-0.7473 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.7878,191.4381 l -0.0082,-0.1554 l 0.2956,-0.0156 l -0.2874,0.1710 l -0.0082,-0.1554 l -0.2956,0.0156 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,173.3713 l 1.2801,8.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 299.7586,184.4021 l 0.5580,-3.5125 l -0.9955,0.7422 l -1.1757,-0.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 299.3212,181.6317 l -0.0243,-0.1537 l 0.2924,-0.0462 l -0.2681,0.1999 l -0.0243,-0.1537 l -0.2924,0.0462 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,188.9520 l 0.6967,2.6472 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.4669,194.4620 l 0.2020,-3.5508 l -0.9158,0.8385 l -1.2099,-0.2791 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7531,191.7497 l -0.0396,-0.1505 l 0.2863,-0.0753 l -0.2467,0.2259 l -0.0396,-0.1505 l -0.2863,0.0753 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,204.5327 l 0.1566,0.4250 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.1969,207.7355 l -0.1382,-3.5539 l -0.8315,0.9221 l -1.2310,-0.1622 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2272,205.1038 l -0.0538,-0.1460 l 0.2778,-0.1023 l -0.2240,0.2484 l -0.0538,-0.1460 l -0.2778,0.1023 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,220.1134 l -0.3312,-0.6991 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.9530,222.0896 l -0.4549,-3.5274 l -0.7459,0.9927 l -1.2406,-0.0516 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7522,219.5550 l -0.0666,-0.1406 l 0.2675,-0.1267 l -0.2009,0.2674 l -0.0666,-0.1406 l -0.2675,0.1267 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,235.6942 l -0.7631,-1.3180 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.7370,236.9380 l -0.7438,-3.4779 l -0.6616,1.0507 l -1.2406,0.0507 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3316,234.5108 l -0.0780,-0.1347 l 0.2562,-0.1483 l -0.1782,0.2830 l -0.0780,-0.1347 l -0.2562,0.1483 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,251.2749 l -0.9793,-1.4311 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.7093,252.2869 l -1.0032,-3.4122 l -0.5807,1.0975 l -1.2333,0.1438 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1254,249.9722 l -0.0879,-0.1284 l 0.2443,-0.1672 l -0.1564,0.2956 l -0.0879,-0.1284 l -0.2443,0.1672 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,266.8556 l -1.0746,-1.3610 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.7767,267.8180 l -1.2335,-3.3358 l -0.5045,1.1346 l -1.2206,0.2276 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0386,265.6168 l -0.0964,-0.1221 l 0.2323,-0.1834 l -0.1359,0.3056 l -0.0964,-0.1221 l -0.2323,0.1834 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,282.4364 l -1.1564,-1.2923 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.8345,283.3501 l -1.4366,-3.2535 l -0.4337,1.1635 l -1.2043,0.3023 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9642,281.2601 l -0.1038,-0.1160 l 0.2206,-0.1974 l -0.1168,0.3134 l -0.1038,-0.1160 l -0.2206,0.1974 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.0168,298.0171 l -1.2263,-1.2261 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.8839,298.8841 l -1.6149,-3.1688 l -0.3685,1.1857 l -1.1857,0.3687 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9006,296.9010 l -0.1101,-0.1100 l 0.2093,-0.2093 l -0.0993,0.3194 l -0.1101,-0.1100 l -0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,1.9833 l -1.2923,1.1563 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.3499,1.1656 l -3.2536,1.4364 l 1.1634,0.4338 l 0.3023,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 281.2597,3.0358 l -0.1160,0.1038 l -0.1974,-0.2206 l 0.3134,0.1168 l -0.1160,0.1038 l 0.1974,0.2206 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,17.5640 l -1.2262,1.2262 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.3031,16.6969 l -3.1689,1.6147 l 1.1857,0.3686 l 0.3686,1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3199,18.6802 l -0.1100,0.1101 l -0.2093,-0.2093 l 0.3194,0.0993 l -0.1100,0.1101 l 0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,33.1447 l -1.1473,1.3003 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.2474,32.2252 l -3.0620,1.8092 l 1.2064,0.2939 l 0.4418,1.1604 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3917,34.3283 l -0.1030,0.1167 l -0.2220,-0.1959 l 0.3249,0.0792 l -0.1030,0.1167 l 0.2220,0.1959 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,48.7255 l -1.0534,1.3775 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.1809,47.7514 l -2.9277,2.0193 l 1.2240,0.2086 l 0.5221,1.1266 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4772,49.9793 l -0.0945,0.1236 l -0.2352,-0.1798 l 0.3297,0.0562 l -0.0945,0.1236 l 0.2352,0.1798 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,64.3062 l -0.7536,1.1647 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.2907,62.9855 l -2.7603,2.2428 l 1.2366,0.1120 l 0.6088,1.0822 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7670,65.3402 l -0.0845,0.1307 l -0.2485,-0.1608 l 0.3331,0.0302 l -0.0845,0.1307 l 0.2485,0.1608 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,79.8869 l -0.3074,0.5807 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.5137,77.8513 l -2.5540,2.4752 l 1.2417,0.0036 l 0.7010,1.0249 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2014,80.3301 l -0.0728,0.1375 l -0.2616,-0.1385 l 0.3345,0.0010 l -0.0728,0.1375 l 0.2616,0.1385 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,95.4676 l 0.2085,-0.5063 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.7717,92.2240 l -2.3042,2.7093 l 1.2363,-0.1158 l 0.7963,0.9527 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7038,94.8175 l -0.0593,0.1439 l -0.2737,-0.1127 l 0.3330,-0.0312 l -0.0593,0.1439 l 0.2737,0.1127 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,111.0484 l 0.7921,-2.6932 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.0635,105.5151 l -2.0088,2.9349 l 1.2174,-0.2442 l 0.8913,0.8644 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2721,108.2059 l -0.0439,0.1493 l -0.2840,-0.0835 l 0.3279,-0.0658 l -0.0439,0.1493 l 0.2840,0.0835 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,126.6291 l 1.4338,-8.1247 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.3844,115.5891 l -1.6702,3.1400 l 1.1827,-0.3780 l 0.9819,0.7600 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8969,118.3511 l -0.0270,0.1533 l -0.2915,-0.0514 l 0.3186,-0.1018 l -0.0270,0.1533 l 0.2915,0.0514 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,142.2098 l 1.9702,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.6526,104.5308 l -1.8656,4.7687 l 1.6285,-0.7375 l 1.5308,0.9234 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.4154,108.5620 l -0.0091,0.1554 l -0.2955,-0.0174 l 0.3047,-0.1380 l -0.0091,0.1554 l 0.2955,0.0174 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,157.7905 l 1.9702,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.6526,195.4692 l 1.2936,-4.9545 l -1.5308,0.9234 l -1.6285,-0.7375 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.4154,191.4380 l -0.0091,-0.1554 l 0.2955,-0.0174 l -0.2864,0.1728 l -0.0091,-0.1554 l -0.2955,0.0174 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,173.3713 l 1.4338,8.1243 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.3844,184.4109 l 0.4945,-3.5220 l -0.9819,0.7600 l -1.1827,-0.3780 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8969,181.6489 l -0.0270,-0.1533 l 0.2915,-0.0514 l -0.2645,0.2047 l -0.0270,-0.1533 l -0.2915,0.0514 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,188.9520 l 0.7921,2.6928 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.0635,194.4848 l 0.0999,-3.5552 l -0.8913,0.8645 l -1.2174,-0.2442 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2720,191.7941 l -0.0439,-0.1493 l 0.2840,-0.0835 l -0.2401,0.2328 l -0.0439,-0.1493 l -0.2840,0.0835 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,204.5327 l 0.2083,0.5059 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.7716,207.7760 l -0.2717,-3.5462 l -0.7962,0.9528 l -1.2363,-0.1158 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7037,205.1825 l -0.0593,-0.1439 l 0.2737,-0.1127 l -0.2145,0.2566 l -0.0593,-0.1439 l -0.2737,0.1127 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,220.1134 l -0.3076,-0.5810 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.5137,222.1487 l -0.6114,-3.5036 l -0.7009,1.0249 l -1.2417,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 282.2013,219.6700 l -0.0728,-0.1375 l 0.2616,-0.1385 l -0.1888,0.2761 l -0.0728,-0.1375 l -0.2616,0.1385 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,235.6942 l -0.7539,-1.1649 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.2905,237.0146 l -0.9150,-3.4369 l -0.6088,1.0822 l -1.2366,0.1120 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7668,234.6599 l -0.0846,-0.1307 l 0.2485,-0.1608 l -0.1640,0.2915 l -0.0846,-0.1307 l -0.2485,0.1608 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,251.2749 l -1.0535,-1.3774 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.1810,252.2489 l -1.1818,-3.3545 l -0.5220,1.1266 l -1.2240,0.2087 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4772,250.0211 l -0.0945,-0.1236 l 0.2351,-0.1798 l -0.1406,0.3035 l -0.0945,-0.1236 l -0.2351,0.1798 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,266.8556 l -1.1474,-1.3002 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.2474,267.7750 l -1.4140,-3.2634 l -0.4417,1.1604 l -1.2064,0.2940 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3916,265.6721 l -0.1030,-0.1167 l 0.2220,-0.1959 l -0.1190,0.3126 l -0.1030,-0.1167 l -0.2220,0.1959 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,282.4364 l -1.2263,-1.2261 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.3032,283.3034 l -1.6149,-3.1688 l -0.3685,1.1857 l -1.1857,0.3687 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3198,281.3203 l -0.1101,-0.1100 l 0.2093,-0.2093 l -0.0993,0.3194 l -0.1101,-0.1100 l -0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.4361,298.0171 l -1.2924,-1.1562 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.3500,298.8347 l -1.7882,-3.0744 l -0.3022,1.2043 l -1.1634,0.4339 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2596,296.9646 l -0.1160,-0.1038 l 0.1974,-0.2206 l -0.0814,0.3244 l -0.1160,-0.1038 l -0.1974,0.2206 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,1.9833 l -1.3611,1.0746 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.8178,1.2234 l -3.3359,1.2334 l 1.1345,0.5046 l 0.2275,1.2206 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6164,2.9614 l -0.1222,0.0964 l -0.1834,-0.2323 l 0.3056,0.1359 l -0.1222,0.0964 l 0.1834,0.2323 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,17.5640 l -1.3003,1.1473 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7748,16.7527 l -3.2635,1.4139 l 1.1604,0.4418 l 0.2939,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 265.6718,18.6084 l -0.1167,0.1030 l -0.1959,-0.2220 l 0.3126,0.1190 l -0.1167,0.1030 l 0.1959,0.2220 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,33.1447 l -1.2262,1.2262 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7224,32.2776 l -3.1689,1.6147 l 1.1857,0.3686 l 0.3686,1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7392,34.2609 l -0.1100,0.1101 l -0.2093,-0.2093 l 0.3194,0.0993 l -0.1100,0.1101 l 0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,48.7255 l -1.0864,1.2536 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7077,47.7420 l -3.0458,1.8363 l 1.2090,0.2831 l 0.4521,1.1564 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8708,49.8615 l -0.1019,0.1176 l -0.2237,-0.1939 l 0.3256,0.0763 l -0.1019,0.1176 l 0.2237,0.1939 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,64.3062 l -0.7101,0.9683 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.8959,62.8873 l -2.8866,2.0777 l 1.2280,0.1840 l 0.5446,1.1159 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2373,65.1490 l -0.0920,0.1255 l -0.2387,-0.1751 l 0.3308,0.0496 l -0.0920,0.1255 l 0.2387,0.1751 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,79.8869 l -0.2550,0.4250 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.1234,77.7735 l -2.6827,2.3350 l 1.2397,0.0700 l 0.6451,1.0609 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6804,80.1785 l -0.0801,0.1335 l -0.2538,-0.1523 l 0.3339,0.0189 l -0.0801,0.1335 l 0.2538,0.1523 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,95.4676 l 0.2874,-0.6158 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.3946,92.1693 l -2.4264,2.6004 l 1.2403,-0.0588 l 0.7516,0.9884 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2085,94.7108 l -0.0658,0.1410 l -0.2683,-0.1252 l 0.3341,-0.0158 l -0.0658,0.1410 l 0.2683,0.1252 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,111.0484 l 0.9188,-2.7564 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.7103,105.4835 l -2.1123,2.8614 l 1.2254,-0.2006 l 0.8599,0.8957 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8234,108.1443 l -0.0492,0.1476 l -0.2808,-0.0936 l 0.3301,-0.0540 l -0.0492,0.1476 l 0.2808,0.0936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,126.6291 l 1.6300,-8.1496 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.0659,115.5766 l -1.7411,3.1013 l 1.1910,-0.3510 l 0.9644,0.7821 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.5158,118.3269 l -0.0305,0.1526 l -0.2903,-0.0581 l 0.3208,-0.0946 l -0.0305,0.1526 l 0.2903,0.0581 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,142.2098 l 2.2329,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.3674,104.5308 l -1.9038,4.7564 l 1.6350,-0.7252 l 1.5243,0.9358 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.0986,108.5621 l -0.0104,0.1553 l -0.2954,-0.0197 l 0.3057,-0.1356 l -0.0104,0.1553 l 0.2954,0.0197 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,157.7905 l 2.2329,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.3674,195.4692 l 1.2555,-4.9670 l -1.5243,0.9358 l -1.6350,-0.7252 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.0986,191.4379 l -0.0104,-0.1553 l 0.2954,-0.0197 l -0.2850,0.1750 l -0.0104,-0.1553 l -0.2954,0.0197 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,173.3713 l 1.6299,8.1492 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.0659,184.4233 l 0.4143,-3.5324 l -0.9644,0.7821 l -1.1910,-0.3510 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.5158,181.6731 l -0.0305,-0.1526 l 0.2903,-0.0581 l -0.2598,0.2107 l -0.0305,-0.1526 l -0.2903,0.0581 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,188.9520 l 0.9188,2.7561 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.7103,194.5165 l -0.0271,-3.5565 l -0.8599,0.8957 l -1.2254,-0.2006 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8233,191.8557 l -0.0492,-0.1476 l 0.2808,-0.0936 l -0.2316,0.2413 l -0.0492,-0.1476 l -0.2808,0.0936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,204.5327 l 0.2872,0.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 268.3945,207.8307 l -0.4346,-3.5299 l -0.7516,0.9884 l -1.2403,-0.0588 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2084,205.2892 l -0.0658,-0.1410 l 0.2683,-0.1252 l -0.2024,0.2662 l -0.0658,-0.1410 l -0.2683,0.1252 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,220.1134 l -0.2552,-0.4253 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.1233,222.2265 l -0.7980,-3.4659 l -0.6451,1.0609 l -1.2397,0.0700 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6802,219.8216 l -0.0801,-0.1335 l 0.2538,-0.1523 l -0.1738,0.2858 l -0.0801,-0.1335 l -0.2538,0.1523 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,235.6942 l -0.7103,-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 267.8957,237.1128 l -1.1142,-3.3776 l -0.5445,1.1159 l -1.2280,0.1840 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2370,234.8511 l -0.0920,-0.1255 l 0.2387,-0.1751 l -0.1467,0.3006 l -0.0920,-0.1255 l -0.2387,0.1751 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,251.2749 l -1.0867,-1.2538 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7076,252.2581 l -1.3849,-3.2758 l -0.4521,1.1565 l -1.2089,0.2832 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8706,250.1387 l -0.1019,-0.1176 l 0.2237,-0.1939 l -0.1218,0.3115 l -0.1019,-0.1176 l -0.2237,0.1939 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,266.8556 l -1.2263,-1.2261 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7225,267.7227 l -1.6148,-3.1688 l -0.3685,1.1857 l -1.1857,0.3686 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7391,265.7395 l -0.1101,-0.1100 l 0.2093,-0.2093 l -0.0993,0.3194 l -0.1101,-0.1100 l -0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,282.4364 l -1.3004,-1.1472 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7749,283.2476 l -1.8094,-3.0619 l -0.2938,1.2064 l -1.1604,0.4419 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6717,281.3921 l -0.1167,-0.1030 l 0.1958,-0.2220 l -0.0791,0.3250 l -0.1167,-0.1030 l -0.1958,0.2220 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.8553,298.0171 l -1.3611,-1.0744 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.8178,298.7768 l -1.9740,-2.9584 l -0.2274,1.2207 l -1.1345,0.5047 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6164,297.0391 l -0.1222,-0.0964 l 0.1834,-0.2324 l -0.0613,0.3288 l -0.1222,-0.0964 l -0.1834,0.2324 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,1.9833 l -1.4312,0.9793 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.2866,1.2908 l -3.4122,1.0031 l 1.0975,0.5807 l 0.1438,1.2333 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9719,2.8746 l -0.1284,0.0879 l -0.1672,-0.2443 l 0.2956,0.1564 l -0.1284,0.0879 l 0.1672,0.2443 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,17.5640 l -1.3775,1.0534 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.2487,16.8191 l -3.3545,1.1817 l 1.1266,0.5220 l 0.2087,1.2240 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0208,18.5229 l -0.1236,0.0945 l -0.1798,-0.2352 l 0.3035,0.1406 l -0.1236,0.0945 l 0.1798,0.2352 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,33.1447 l -1.2536,1.0865 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.2581,32.2924 l -3.2759,1.3848 l 1.1564,0.4521 l 0.2832,1.2089 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1386,34.1293 l -0.1176,0.1019 l -0.1939,-0.2237 l 0.3115,0.1218 l -0.1176,0.1019 l 0.1939,0.2237 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,48.7255 l -0.9660,0.9660 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.4019,47.5981 l -3.1689,1.6147 l 1.1857,0.3686 l 0.3686,1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4187,49.5814 l -0.1100,0.1101 l -0.2093,-0.2093 l 0.3194,0.0993 l -0.1100,0.1101 l 0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,64.3062 l -0.6039,0.7137 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.5830,62.7599 l -3.0239,1.8723 l 1.2122,0.2688 l 0.4658,1.1510 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7713,64.9010 l -0.1005,0.1188 l -0.2260,-0.1912 l 0.3265,0.0724 l -0.1005,0.1188 l 0.2260,0.1912 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,79.8869 l -0.1496,0.2160 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.8101,77.6690 l -2.8290,2.1555 l 1.2325,0.1505 l 0.5747,1.1006 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2136,79.9750 l -0.0886,0.1280 l -0.2434,-0.1685 l 0.3320,0.0405 l -0.0886,0.1280 l 0.2434,0.1685 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,95.4676 l 0.4135,-0.7680 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.0916,92.0932 l -2.5713,2.4571 l 1.2416,0.0123 l 0.6937,1.0298 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7619,94.5626 l -0.0738,0.1370 l -0.2606,-0.1404 l 0.3344,0.0033 l -0.0738,0.1370 l 0.2606,0.1404 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,111.0484 l 1.0951,-2.8472 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.4324,105.4381 l -2.2400,2.7625 l 1.2332,-0.1447 l 0.8184,0.9338 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4256,108.0559 l -0.0559,0.1453 l -0.2763,-0.1063 l 0.3322,-0.0390 l -0.0559,0.1453 l 0.2763,0.1063 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,126.6291 l 1.8892,-8.1863 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.8295,115.5583 l -1.8315,3.0487 l 1.2008,-0.3159 l 0.9410,0.8101 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.1988,118.2912 l -0.0350,0.1516 l -0.2885,-0.0666 l 0.3234,-0.0851 l -0.0350,0.1516 l 0.2885,0.0666 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,142.2098 l 2.5764,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.1731,104.5308 l -1.9537,4.7404 l 1.6436,-0.7090 l 1.5158,0.9520 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.8630,108.5622 l -0.0119,0.1552 l -0.2952,-0.0227 l 0.3071,-0.1325 l -0.0119,0.1552 l 0.2952,0.0227 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,157.7905 l 2.5764,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.1731,195.4692 l 1.2057,-4.9834 l -1.5158,0.9520 l -1.6436,-0.7090 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.8630,191.4378 l -0.0119,-0.1552 l 0.2952,-0.0227 l -0.2832,0.1779 l -0.0119,-0.1552 l -0.2952,0.0227 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,173.3713 l 1.8891,8.1859 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.8295,184.4417 l 0.3103,-3.5430 l -0.9410,0.8101 l -1.2008,-0.3159 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.1988,181.7088 l -0.0350,-0.1516 l 0.2885,-0.0666 l -0.2535,0.2182 l -0.0350,-0.1516 l -0.2885,0.0666 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,188.9520 l 1.0950,2.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 253.4324,194.5619 l -0.1885,-3.5516 l -0.8183,0.9338 l -1.2332,-0.1447 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4255,191.9441 l -0.0559,-0.1453 l 0.2763,-0.1063 l -0.2204,0.2515 l -0.0559,-0.1453 l -0.2763,0.1063 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,204.5327 l 0.4134,0.7677 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.0916,207.9068 l -0.6361,-3.4992 l -0.6937,1.0298 l -1.2416,0.0124 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7618,205.4374 l -0.0738,-0.1370 l 0.2606,-0.1404 l -0.1869,0.2774 l -0.0738,-0.1370 l -0.2606,0.1404 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,220.1134 l -0.1498,-0.2163 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.8100,222.3311 l -1.0219,-3.4066 l -0.5747,1.1007 l -1.2325,0.1506 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2135,220.0251 l -0.0886,-0.1280 l 0.2434,-0.1685 l -0.1548,0.2965 l -0.0886,-0.1280 l -0.2434,0.1685 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,235.6942 l -0.6041,-0.7138 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.5828,237.2401 l -1.3461,-3.2920 l -0.4657,1.1510 l -1.2122,0.2689 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7711,235.0991 l -0.1005,-0.1188 l 0.2260,-0.1912 l -0.1254,0.3100 l -0.1005,-0.1188 l -0.2260,0.1912 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,251.2749 l -0.9662,-0.9661 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.4018,252.4019 l -1.6148,-3.1689 l -0.3685,1.1857 l -1.1857,0.3686 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4184,250.4188 l -0.1101,-0.1100 l 0.2093,-0.2093 l -0.0993,0.3194 l -0.1101,-0.1100 l -0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,266.8556 l -1.2539,-1.0866 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.2579,267.7078 l -1.8365,-3.0457 l -0.2831,1.2090 l -1.1564,0.4522 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1384,265.8710 l -0.1176,-0.1019 l 0.1939,-0.2237 l -0.0763,0.3256 l -0.1176,-0.1019 l -0.1939,0.2237 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,282.4364 l -1.3776,-1.0533 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.2487,283.1812 l -2.0195,-2.9276 l -0.2086,1.2240 l -1.1266,0.5221 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0207,281.4776 l -0.1236,-0.0945 l 0.1798,-0.2352 l -0.0562,0.3297 l -0.1236,-0.0945 l -0.1798,0.2352 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.2746,298.0171 l -1.4312,-0.9791 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.2867,298.7095 l -2.1712,-2.8170 l -0.1437,1.2333 l -1.0974,0.5808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9718,297.1258 l -0.1285,-0.0879 l 0.1672,-0.2443 l -0.0387,0.3322 l -0.1285,-0.0879 l -0.1672,0.2443 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,1.9833 l -1.3178,0.7630 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 236.9380,1.2629 l -3.4780,0.7437 l 1.0507,0.6616 l 0.0506,1.2406 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5108,2.6683 l -0.1347,0.0780 l -0.1483,-0.2562 l 0.2830,0.1782 l -0.1347,0.0780 l 0.1483,0.2562 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,17.5640 l -1.1647,0.7537 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.0146,16.7094 l -3.4369,0.9149 l 1.0822,0.6088 l 0.1120,1.2366 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6599,18.2331 l -0.1307,0.0846 l -0.1608,-0.2485 l 0.2915,0.1640 l -0.1307,0.0846 l 0.1608,0.2485 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,33.1447 l -0.9683,0.7101 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.1127,32.1042 l -3.3776,1.1141 l 1.1159,0.5446 l 0.1840,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 234.8511,33.7628 l -0.1255,0.0920 l -0.1751,-0.2387 l 0.3006,0.1467 l -0.1255,0.0920 l 0.1751,0.2387 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,48.7255 l -0.7136,0.6039 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.2401,47.4171 l -3.2921,1.3460 l 1.1510,0.4658 l 0.2688,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 235.0990,49.2288 l -0.1188,0.1005 l -0.1912,-0.2260 l 0.3100,0.1255 l -0.1188,0.1005 l 0.1912,0.2260 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,64.3062 l -0.3804,0.3805 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.4067,62.5933 l -3.1689,1.6147 l 1.1857,0.3686 l 0.3686,1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4235,64.5766 l -0.1100,0.1101 l -0.2093,-0.2093 l 0.3194,0.0993 l -0.1100,0.1101 l 0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,79.8869 l 0.0569,-0.0695 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.6254,77.5262 l -2.9925,1.9220 l 1.2165,0.2488 l 0.4847,1.1431 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8493,79.6969 l -0.0986,0.1205 l -0.2291,-0.1875 l 0.3277,0.0670 l -0.0986,0.1205 l 0.2291,0.1875 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,95.4676 l 0.6274,-0.9859 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.9106,91.9842 l -2.7432,2.2636 l 1.2374,0.1026 l 0.6170,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 236.4048,94.3504 l -0.0836,0.1313 l -0.2498,-0.1589 l 0.3333,0.0276 l -0.0836,0.1313 l 0.2498,0.1589 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,111.0484 l 1.3561,-2.9833 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.2749,105.3701 l -2.4002,2.6245 l 1.2396,-0.0712 l 0.7614,0.9808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.1143,107.9234 l -0.0644,0.1417 l -0.2695,-0.1225 l 0.3339,-0.0192 l -0.0644,0.1417 l 0.2695,0.1225 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,126.6291 l 2.2482,-8.2433 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.7210,115.5298 l -1.9503,2.9741 l 1.2123,-0.2683 l 0.9083,0.8466 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.9830,118.2357 l -0.0410,0.1502 l -0.2856,-0.0779 l 0.3266,-0.0723 l -0.0410,0.1502 l 0.2856,0.0779 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,142.2098 l 3.0449,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.1193,104.5308 l -2.0218,4.7185 l 1.6553,-0.6869 l 1.5043,0.9742 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.7528,108.5624 l -0.0141,0.1550 l -0.2948,-0.0268 l 0.3089,-0.1282 l -0.0141,0.1550 l 0.2948,0.0268 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,157.7905 l 3.0449,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.1193,195.4692 l 1.1378,-5.0057 l -1.5043,0.9742 l -1.6553,-0.6869 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.7528,191.4377 l -0.0141,-0.1550 l 0.2948,-0.0268 l -0.2807,0.1818 l -0.0141,-0.1550 l -0.2948,0.0268 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,173.3713 l 2.2482,8.2429 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.7210,184.4702 l 0.1703,-3.5525 l -0.9083,0.8466 l -1.2123,-0.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 237.9830,181.7643 l -0.0410,-0.1501 l 0.2856,-0.0779 l -0.2446,0.2280 l -0.0410,-0.1501 l -0.2856,0.0779 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,188.9520 l 1.3560,2.9829 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.2749,194.6299 l -0.3992,-3.5341 l -0.7614,0.9808 l -1.2396,-0.0712 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.1142,192.0766 l -0.0644,-0.1417 l 0.2695,-0.1225 l -0.2051,0.2642 l -0.0644,-0.1417 l -0.2695,0.1225 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,204.5327 l 0.6273,0.9856 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.9105,208.0158 l -0.8889,-3.4437 l -0.6170,1.0775 l -1.2374,0.1026 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4047,205.6496 l -0.0836,-0.1313 l 0.2497,-0.1589 l -0.1662,0.2902 l -0.0836,-0.1313 l -0.2497,0.1589 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,220.1134 l 0.0567,0.0693 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.6253,222.4738 l -1.2914,-3.3138 l -0.4847,1.1432 l -1.2165,0.2488 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8491,220.3032 l -0.0986,-0.1205 l 0.2291,-0.1875 l -0.1306,0.3079 l -0.0986,-0.1205 l -0.2291,0.1875 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,235.6942 l -0.3807,-0.3806 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.4066,237.4067 l -1.6148,-3.1689 l -0.3685,1.1857 l -1.1857,0.3686 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4233,235.4236 l -0.1101,-0.1100 l 0.2093,-0.2093 l -0.0993,0.3194 l -0.1101,-0.1100 l -0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,251.2749 l -0.7139,-0.6040 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.2400,252.5830 l -1.8724,-3.0238 l -0.2688,1.2122 l -1.1510,0.4658 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0988,250.7714 l -0.1188,-0.1005 l 0.1912,-0.2260 l -0.0724,0.3265 l -0.1188,-0.1005 l -0.1912,0.2260 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,266.8556 l -0.9686,-0.7102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.1126,267.8959 l -2.0779,-2.8865 l -0.1839,1.2280 l -1.1158,0.5446 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8508,266.2374 l -0.1255,-0.0920 l 0.1751,-0.2387 l -0.0495,0.3308 l -0.1255,-0.0920 l -0.1751,0.2387 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,282.4364 l -1.1649,-0.7537 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.0145,283.2907 l -2.2429,-2.7602 l -0.1119,1.2366 l -1.0821,0.6089 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6596,281.7672 l -0.1307,-0.0845 l 0.1608,-0.2485 l -0.0301,0.3331 l -0.1307,-0.0845 l -0.1608,0.2485 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6939,298.0171 l -1.3180,-0.7630 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 236.9379,298.7372 l -2.3768,-2.6458 l -0.0506,1.2406 l -1.0507,0.6617 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5106,297.3321 l -0.1347,-0.0780 l 0.1483,-0.2562 l -0.0136,0.3342 l -0.1347,-0.0780 l -0.1483,0.2562 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,1.9833 l -0.6988,0.3311 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.0896,1.0470 l -3.5274,0.4548 l 0.9927,0.7459 l -0.0517,1.2406 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 219.5550,2.2477 l -0.1407,0.0666 l -0.1267,-0.2675 l 0.2674,0.2009 l -0.1407,0.0666 l 0.1267,0.2675 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,17.5640 l -0.5807,0.3075 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.1487,16.4863 l -3.5036,0.6114 l 1.0249,0.7010 l 0.0036,1.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 219.6700,17.7986 l -0.1375,0.0728 l -0.1385,-0.2616 l 0.2761,0.1888 l -0.1375,0.0728 l 0.1385,0.2616 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,33.1447 l -0.4251,0.2550 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.2265,31.8766 l -3.4659,0.7979 l 1.0609,0.6451 l 0.0700,1.2397 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 219.8216,33.3197 l -0.1335,0.0801 l -0.1523,-0.2538 l 0.2858,0.1738 l -0.1335,0.0801 l 0.1523,0.2538 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,48.7255 l -0.2161,0.1496 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.3310,47.1899 l -3.4066,1.0218 l 1.1007,0.5747 l 0.1505,1.2325 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.0251,48.7864 l -0.1280,0.0886 l -0.1685,-0.2434 l 0.2965,0.1548 l -0.1280,0.0886 l 0.1685,0.2434 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,64.3062 l 0.0695,-0.0569 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.4738,62.3747 l -3.3139,1.2914 l 1.1432,0.4847 l 0.2488,1.2165 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.3031,64.1507 l -0.1205,0.0986 l -0.1875,-0.2291 l 0.3079,0.1306 l -0.1205,0.0986 l 0.1875,0.2291 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,79.8869 l 0.4653,-0.4653 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.6717,77.3283 l -3.1689,1.6147 l 1.1857,0.3686 l 0.3686,1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.6885,79.3115 l -0.1100,0.1101 l -0.2093,-0.2093 l 0.3194,0.0993 l -0.1100,0.1101 l 0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,95.4676 l 1.0169,-1.3074 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.9475,91.8234 l -2.9442,1.9952 l 1.2223,0.2187 l 0.5128,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 221.2256,94.0373 l -0.0955,0.1229 l -0.2337,-0.1817 l 0.3292,0.0589 l -0.0955,0.1229 l 0.2337,0.1817 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,111.0484 l 1.7765,-3.1977 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 223.3273,105.2629 l -2.6034,2.4231 l 1.2413,0.0287 l 0.6801,1.0388 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 221.9652,107.7146 l -0.0756,0.1360 l -0.2588,-0.1438 l 0.3344,0.0077 l -0.0756,0.1360 l 0.2588,0.1438 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,126.6291 l 2.7795,-8.3385 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 223.8288,115.4822 l -2.1123,2.8614 l 1.2254,-0.2006 l 0.8599,0.8957 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.9419,118.1430 l -0.0492,0.1476 l -0.2808,-0.0936 l 0.3301,-0.0540 l -0.0492,0.1476 l 0.2808,0.0936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,142.2098 l 3.7215,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.2998,104.5308 l -2.1202,4.6869 l 1.6722,-0.6551 l 1.4876,1.0062 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 223.8518,108.5627 l -0.0172,0.1547 l -0.2942,-0.0327 l 0.3114,-0.1220 l -0.0172,0.1547 l 0.2942,0.0327 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,157.7905 l 3.7215,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 224.2998,195.4692 l 1.0396,-5.0380 l -1.4876,1.0062 l -1.6722,-0.6551 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 223.8518,191.4373 l -0.0172,-0.1547 l 0.2942,-0.0327 l -0.2770,0.1874 l -0.0172,-0.1547 l -0.2942,0.0327 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,173.3713 l 2.7795,8.3381 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 223.8288,184.5178 l -0.0270,-3.5565 l -0.8599,0.8957 l -1.2254,-0.2006 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.9419,181.8570 l -0.0492,-0.1476 l 0.2808,-0.0936 l -0.2316,0.2413 l -0.0492,-0.1476 l -0.2808,0.0936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,188.9520 l 1.7764,3.1973 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 223.3273,194.7371 l -0.6820,-3.4906 l -0.6801,1.0388 l -1.2413,0.0287 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 221.9651,192.2854 l -0.0756,-0.1360 l 0.2588,-0.1438 l -0.1832,0.2798 l -0.0756,-0.1360 l -0.2588,0.1438 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,204.5327 l 1.0168,1.3072 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.9474,208.1766 l -1.2092,-3.3447 l -0.5128,1.1308 l -1.2223,0.2187 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 221.2255,205.9627 l -0.0956,-0.1228 l 0.2337,-0.1818 l -0.1381,0.3046 l -0.0956,-0.1228 l -0.2337,0.1818 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,220.1134 l 0.4651,0.4651 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.6716,222.6718 l -1.6148,-3.1689 l -0.3685,1.1857 l -1.1857,0.3686 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.6883,220.6886 l -0.1101,-0.1100 l 0.2093,-0.2093 l -0.0993,0.3194 l -0.1101,-0.1100 l -0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,235.6942 l 0.0693,0.0567 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.4737,237.6254 l -1.9221,-2.9925 l -0.2487,1.2165 l -1.1431,0.4848 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.3030,235.8494 l -0.1205,-0.0985 l 0.1875,-0.2291 l -0.0670,0.3277 l -0.1205,-0.0985 l -0.1875,0.2291 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,251.2749 l -0.2162,-0.1497 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.3310,252.8102 l -2.1556,-2.8289 l -0.1505,1.2325 l -1.1006,0.5748 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.0249,251.2138 l -0.1280,-0.0886 l 0.1685,-0.2434 l -0.0405,0.3320 l -0.1280,-0.0886 l -0.1685,0.2434 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,266.8556 l -0.4252,-0.2551 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.2265,268.1235 l -2.3351,-2.6826 l -0.0699,1.2397 l -1.0609,0.6452 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 219.8214,266.6806 l -0.1335,-0.0801 l 0.1523,-0.2539 l -0.0188,0.3339 l -0.1335,-0.0801 l -0.1523,0.2539 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,282.4364 l -0.5809,-0.3075 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.1486,283.5138 l -2.4753,-2.5538 l -0.0035,1.2417 l -1.0249,0.7010 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 219.6698,282.2017 l -0.1376,-0.0728 l 0.1385,-0.2616 l -0.0009,0.3345 l -0.1376,-0.0728 l -0.1385,0.2616 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.1132,298.0171 l -0.6990,-0.3311 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.0896,298.9532 l -2.5865,-2.4411 l 0.0518,1.2406 l -0.9926,0.7459 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 219.5548,297.7526 l -0.1407,-0.0666 l 0.1267,-0.2675 l 0.0139,0.3342 l -0.1407,-0.0666 l -0.1267,0.2675 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,1.9833 l 0.4253,-0.1567 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 207.7355,0.8031 l -3.5539,0.1381 l 0.9221,0.8315 l -0.1622,1.2310 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 205.1038,1.7728 l -0.1460,0.0538 l -0.1023,-0.2778 l 0.2484,0.2240 l -0.1460,0.0538 l 0.1023,0.2778 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,17.5640 l 0.5062,-0.2085 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 207.7760,16.2283 l -3.5462,0.2717 l 0.9528,0.7962 l -0.1158,1.2363 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 205.1826,17.2963 l -0.1439,0.0593 l -0.1127,-0.2737 l 0.2566,0.2145 l -0.1439,0.0593 l 0.1127,0.2737 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,33.1447 l 0.6157,-0.2873 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 207.8307,31.6054 l -3.5299,0.4345 l 0.9884,0.7516 l -0.0588,1.2403 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 205.2892,32.7916 l -0.1410,0.0658 l -0.1252,-0.2683 l 0.2662,0.2024 l -0.1410,0.0658 l 0.1252,0.2683 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,48.7255 l 0.7679,-0.4135 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 207.9069,46.9084 l -3.4992,0.6360 l 1.0298,0.6937 l 0.0123,1.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 205.4374,48.2381 l -0.1370,0.0738 l -0.1404,-0.2606 l 0.2774,0.1869 l -0.1370,0.0738 l 0.1404,0.2606 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,64.3062 l 0.9859,-0.6274 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.0158,62.0894 l -3.4437,0.8888 l 1.0775,0.6170 l 0.1026,1.2374 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 205.6496,63.5952 l -0.1313,0.0836 l -0.1589,-0.2498 l 0.2902,0.1662 l -0.1313,0.0836 l 0.1589,0.2498 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,79.8869 l 1.3074,-1.0169 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.1766,77.0525 l -3.3447,1.2092 l 1.1308,0.5128 l 0.2187,1.2223 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 205.9627,78.7744 l -0.1228,0.0956 l -0.1817,-0.2337 l 0.3046,0.1381 l -0.1228,0.0956 l 0.1817,0.2337 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,95.4676 l 1.7944,-1.7944 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.4201,91.5800 l -3.1689,1.6147 l 1.1857,0.3686 l 0.3686,1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 206.4368,93.5632 l -0.1100,0.1101 l -0.2093,-0.2093 l 0.3194,0.0993 l -0.1100,0.1101 l 0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,111.0484 l 2.5396,-3.5554 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.7927,105.0840 l -2.8604,2.1137 l 1.2302,0.1686 l 0.5585,1.1090 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 207.1625,107.3663 l -0.0905,0.1266 l -0.2409,-0.1721 l 0.3314,0.0454 l -0.0905,0.1266 l 0.2409,0.1721 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,126.6291 l 3.6486,-8.5134 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 209.3472,115.3948 l -2.3426,2.6761 l 1.2378,-0.0981 l 0.7826,0.9640 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.2423,117.9727 l -0.0613,0.1431 l -0.2721,-0.1166 l 0.3334,-0.0264 l -0.0613,0.1431 l 0.2721,0.1166 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,142.2098 l 4.7847,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 209.9152,104.5308 l -2.2749,4.6375 l 1.6988,-0.6050 l 1.4615,1.0565 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 209.3392,108.5633 l -0.0220,0.1541 l -0.2931,-0.0419 l 0.3151,-0.1122 l -0.0220,0.1541 l 0.2931,0.0419 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,157.7905 l 4.7847,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 209.9152,195.4692 l 0.8854,-5.0889 l -1.4615,1.0565 l -1.6988,-0.6050 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 209.3392,191.4367 l -0.0220,-0.1541 l 0.2931,-0.0419 l -0.2710,0.1959 l -0.0220,-0.1541 l -0.2931,0.0419 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,173.3713 l 3.6486,8.5130 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 209.3472,184.6052 l -0.3223,-3.5419 l -0.7826,0.9640 l -1.2378,-0.0981 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.2423,182.0273 l -0.0613,-0.1430 l 0.2721,-0.1166 l -0.2108,0.2597 l -0.0613,-0.1430 l -0.2721,0.1166 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,188.9520 l 2.5395,3.5551 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.7926,194.9160 l -1.0718,-3.3912 l -0.5585,1.1090 l -1.2302,0.1687 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 207.1624,192.6337 l -0.0905,-0.1266 l 0.2409,-0.1721 l -0.1504,0.2987 l -0.0905,-0.1266 l -0.2409,0.1721 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,204.5327 l 1.7942,1.7941 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.4200,208.4201 l -1.6147,-3.1689 l -0.3685,1.1857 l -1.1857,0.3686 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 206.4367,206.4369 l -0.1101,-0.1100 l 0.2093,-0.2093 l -0.0993,0.3194 l -0.1101,-0.1100 l -0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,220.1134 l 1.3073,1.0167 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.1765,222.9476 l -1.9953,-2.9441 l -0.2186,1.2223 l -1.1308,0.5128 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 205.9626,221.2257 l -0.1229,-0.0955 l 0.1817,-0.2337 l -0.0589,0.3292 l -0.1229,-0.0955 l -0.1817,0.2337 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,235.6942 l 0.9857,0.6272 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.0157,237.9107 l -2.2637,-2.7431 l -0.1025,1.2374 l -1.0775,0.6170 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 205.6495,236.4050 l -0.1313,-0.0836 l 0.1589,-0.2498 l -0.0276,0.3333 l -0.1313,-0.0836 l -0.1589,0.2498 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,251.2749 l 0.7678,0.4134 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 207.9068,253.0917 l -2.4572,-2.5712 l -0.0123,1.2416 l -1.0298,0.6938 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 205.4373,251.7621 l -0.1370,-0.0738 l 0.1403,-0.2607 l -0.0033,0.3344 l -0.1370,-0.0738 l -0.1403,0.2607 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,266.8556 l 0.6156,0.2872 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 207.8307,268.3947 l -2.6005,-2.4263 l 0.0589,1.2403 l -0.9883,0.7516 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 205.2891,267.2087 l -0.1410,-0.0658 l 0.1252,-0.2683 l 0.0159,0.3341 l -0.1410,-0.0658 l -0.1252,0.2683 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,282.4364 l 0.5061,0.2084 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 207.7759,283.7718 l -2.7093,-2.3041 l 0.1159,1.2363 l -0.9527,0.7963 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 205.1824,282.7040 l -0.1439,-0.0593 l 0.1127,-0.2737 l 0.0312,0.3330 l -0.1439,-0.0593 l -0.1127,0.2737 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5324,298.0171 l 0.4252,0.1566 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 207.7355,299.1970 l -2.7941,-2.2005 l 0.1623,1.2310 l -0.9221,0.8316 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 205.1037,298.2275 l -0.1460,-0.0538 l 0.1023,-0.2778 l 0.0437,0.3316 l -0.1460,-0.0538 l -0.1023,0.2778 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,1.9833 l 2.6475,-0.6968 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.4620,0.5331 l -3.5508,-0.2020 l 0.8385,0.9158 l -0.2791,1.2099 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.7497,1.2469 l -0.1505,0.0396 l -0.0753,-0.2863 l 0.2259,0.2467 l -0.1505,0.0396 l 0.0753,0.2863 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,17.5640 l 2.6931,-0.7921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.4849,15.9365 l -3.5552,-0.0999 l 0.8645,0.8913 l -0.2442,1.2174 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.7941,16.7279 l -0.1493,0.0439 l -0.0835,-0.2840 l 0.2328,0.2401 l -0.1493,0.0439 l 0.0835,0.2840 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,33.1447 l 2.7564,-0.9188 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.5165,31.2897 l -3.5565,0.0271 l 0.8957,0.8599 l -0.2006,1.2254 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.8557,32.1767 l -0.1476,0.0492 l -0.0936,-0.2808 l 0.2413,0.2316 l -0.1476,0.0492 l 0.0936,0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,48.7255 l 2.8472,-1.0951 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.5619,46.5676 l -3.5516,0.1885 l 0.9338,0.8184 l -0.1447,1.2332 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.9442,47.5745 l -0.1453,0.0559 l -0.1063,-0.2763 l 0.2515,0.2204 l -0.1453,0.0559 l 0.1063,0.2763 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,64.3062 l 2.9832,-1.3561 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.6299,61.7251 l -3.5341,0.3992 l 0.9808,0.7614 l -0.0712,1.2396 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.0766,62.8857 l -0.1417,0.0644 l -0.1225,-0.2695 l 0.2642,0.2051 l -0.1417,0.0644 l 0.1225,0.2695 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,79.8869 l 3.1976,-1.7765 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.7371,76.6727 l -3.4906,0.6820 l 1.0388,0.6801 l 0.0287,1.2413 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.2854,78.0348 l -0.1360,0.0756 l -0.1438,-0.2588 l 0.2798,0.1832 l -0.1360,0.0756 l 0.1438,0.2588 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,95.4676 l 3.5554,-2.5396 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.9160,91.2074 l -3.3913,1.0717 l 1.1090,0.5585 l 0.1686,1.2302 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.6337,92.8376 l -0.1266,0.0905 l -0.1721,-0.2409 l 0.2987,0.1504 l -0.1266,0.0905 l 0.1721,0.2409 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,111.0484 l 4.1867,-4.1867 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.2316,104.7684 l -3.1689,1.6147 l 1.1857,0.3686 l 0.3686,1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 193.2484,106.7516 l -0.1100,0.1101 l -0.2093,-0.2093 l 0.3194,0.0993 l -0.1100,0.1101 l 0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,126.6291 l 5.3270,-8.8784 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.8018,115.2122 l -2.6827,2.3350 l 1.2397,0.0700 l 0.6451,1.0609 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.3588,117.6173 l -0.0801,0.1335 l -0.2538,-0.1523 l 0.3339,0.0189 l -0.0801,0.1335 l 0.2538,0.1523 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,142.2098 l 6.6986,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 196.4876,104.5308 l -2.5537,4.5488 l 1.7469,-0.5149 l 1.4145,1.1472 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.6808,108.5648 l -0.0305,0.1526 l -0.2903,-0.0581 l 0.3208,-0.0946 l -0.0305,0.1526 l 0.2903,0.0581 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,157.7905 l 6.6986,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 196.4876,195.4692 l 0.6077,-5.1811 l -1.4145,1.1472 l -1.7469,-0.5149 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.6808,191.4353 l -0.0305,-0.1526 l 0.2903,-0.0581 l -0.2598,0.2107 l -0.0305,-0.1526 l -0.2903,0.0581 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,173.3713 l 5.3270,8.8780 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.8018,184.7877 l -0.7979,-3.4659 l -0.6451,1.0609 l -1.2397,0.0700 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.3587,182.3827 l -0.0801,-0.1335 l 0.2538,-0.1523 l -0.1738,0.2858 l -0.0801,-0.1335 l -0.2538,0.1523 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,188.9520 l 4.1866,4.1864 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.2316,195.2316 l -1.6147,-3.1689 l -0.3686,1.1857 l -1.1857,0.3686 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 193.2483,193.2484 l -0.1101,-0.1100 l 0.2093,-0.2093 l -0.0993,0.3194 l -0.1101,-0.1100 l -0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,204.5327 l 3.5553,2.5394 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.9159,208.7927 l -2.1137,-2.8603 l -0.1686,1.2302 l -1.1090,0.5585 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.6336,207.1625 l -0.1266,-0.0905 l 0.1721,-0.2409 l -0.0454,0.3314 l -0.1266,-0.0905 l -0.1721,0.2409 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,220.1134 l 3.1975,1.7763 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.7371,223.3274 l -2.4232,-2.6034 l -0.0286,1.2413 l -1.0388,0.6802 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.2853,221.9653 l -0.1361,-0.0756 l 0.1438,-0.2588 l -0.0077,0.3344 l -0.1361,-0.0756 l -0.1438,0.2588 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,235.6942 l 2.9831,1.3559 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.6299,238.2750 l -2.6246,-2.4002 l 0.0713,1.2396 l -0.9808,0.7615 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.0765,237.1145 l -0.1417,-0.0644 l 0.1225,-0.2695 l 0.0192,0.3339 l -0.1417,-0.0644 l -0.1225,0.2695 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,251.2749 l 2.8471,1.0950 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.5619,253.4325 l -2.7626,-2.2400 l 0.1448,1.2332 l -0.9338,0.8184 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.9441,252.4257 l -0.1453,-0.0559 l 0.1063,-0.2763 l 0.0390,0.3322 l -0.1453,-0.0559 l -0.1063,0.2763 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,266.8556 l 2.7563,0.9187 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.5165,268.7104 l -2.8614,-2.1122 l 0.2006,1.2254 l -0.8957,0.8599 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.8557,267.8235 l -0.1476,-0.0492 l 0.0936,-0.2808 l 0.0540,0.3301 l -0.1476,-0.0492 l -0.0936,0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,282.4364 l 2.6931,0.7920 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.4848,284.0636 l -2.9350,-2.0087 l 0.2442,1.2174 l -0.8644,0.8914 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.7941,283.2723 l -0.1493,-0.0439 l 0.0835,-0.2840 l 0.0658,0.3279 l -0.1493,-0.0439 l -0.0835,0.2840 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9517,298.0171 l 2.6474,0.6966 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 194.4620,299.4670 l -2.9915,-1.9236 l 0.2791,1.2099 l -0.8385,0.9158 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.7496,298.7533 l -0.1505,-0.0396 l 0.0753,-0.2863 l 0.0752,0.3259 l -0.1505,-0.0396 l -0.0753,0.2863 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,1.9833 l 8.1070,-1.2802 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.4021,0.2414 l -3.5125,-0.5580 l 0.7422,0.9955 l -0.3993,1.1757 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.6317,0.6788 l -0.1537,0.0243 l -0.0462,-0.2924 l 0.1999,0.2681 l -0.1537,0.0243 l 0.0462,0.2924 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,17.5640 l 8.1247,-1.4339 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.4109,15.6156 l -3.5220,-0.4944 l 0.7600,0.9819 l -0.3780,1.1827 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.6489,16.1031 l -0.1533,0.0270 l -0.0514,-0.2915 l 0.2047,0.2645 l -0.1533,0.0270 l 0.0514,0.2915 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,33.1447 l 8.1496,-1.6300 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.4234,30.9341 l -3.5324,-0.4143 l 0.7821,0.9644 l -0.3510,1.1910 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.6731,31.4842 l -0.1526,0.0305 l -0.0581,-0.2903 l 0.2107,0.2598 l -0.1526,0.0305 l 0.0581,0.2903 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,48.7255 l 8.1862,-1.8892 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.4417,46.1705 l -3.5430,-0.3103 l 0.8101,0.9410 l -0.3159,1.2008 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.7088,46.8012 l -0.1516,0.0350 l -0.0666,-0.2885 l 0.2182,0.2535 l -0.1516,0.0350 l 0.0666,0.2885 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,64.3062 l 8.2432,-2.2482 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.4702,61.2790 l -3.5525,-0.1703 l 0.8466,0.9083 l -0.2683,1.2123 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.7643,62.0170 l -0.1501,0.0410 l -0.0779,-0.2856 l 0.2280,0.2447 l -0.1501,0.0410 l 0.0779,0.2856 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,79.8869 l 8.3384,-2.7796 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.5178,76.1712 l -3.5565,0.0270 l 0.8957,0.8599 l -0.2006,1.2254 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.8570,77.0581 l -0.1476,0.0492 l -0.0936,-0.2808 l 0.2413,0.2316 l -0.1476,0.0492 l 0.0936,0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,95.4676 l 8.5133,-3.6486 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.6052,90.6528 l -3.5419,0.3223 l 0.9640,0.7826 l -0.0981,1.2378 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 182.0273,91.7577 l -0.1430,0.0613 l -0.1166,-0.2721 l 0.2597,0.2108 l -0.1430,0.0613 l 0.1166,0.2721 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,111.0484 l 8.8783,-5.3271 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.7878,104.1982 l -3.4659,0.7979 l 1.0609,0.6451 l 0.0700,1.2397 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 182.3828,105.6412 l -0.1335,0.0801 l -0.1523,-0.2538 l 0.2858,0.1738 l -0.1335,0.0801 l 0.1523,0.2538 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,126.6291 l 9.7687,-9.7687 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.2329,114.7671 l -3.1689,1.6147 l 1.1857,0.3686 l 0.3686,1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.2497,116.7503 l -0.1100,0.1101 l -0.2093,-0.2093 l 0.3194,0.0993 l -0.1100,0.1101 l 0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,142.2098 l 11.1642,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.9307,104.5308 l -3.2063,4.3434 l 1.8600,-0.3045 l 1.3053,1.3596 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.5844,108.5697 l -0.0492,0.1476 l -0.2808,-0.0936 l 0.3301,-0.0540 l -0.0492,0.1476 l 0.2808,0.0936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,157.7905 l 11.1642,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.9307,195.4692 l -0.0410,-5.3985 l -1.3053,1.3596 l -1.8600,-0.3045 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.5844,191.4303 l -0.0492,-0.1476 l 0.2808,-0.0936 l -0.2316,0.2413 l -0.0492,-0.1476 l -0.2808,0.0936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,173.3713 l 9.7686,9.7684 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.2329,185.2329 l -1.6147,-3.1689 l -0.3686,1.1857 l -1.1857,0.3686 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.2497,183.2497 l -0.1101,-0.1100 l 0.2093,-0.2093 l -0.0993,0.3194 l -0.1101,-0.1100 l -0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,188.9520 l 8.8783,5.3268 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.7877,195.8018 l -2.3351,-2.6827 l -0.0700,1.2397 l -1.0609,0.6452 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 182.3827,194.3588 l -0.1335,-0.0801 l 0.1523,-0.2538 l -0.0188,0.3339 l -0.1335,-0.0801 l -0.1523,0.2538 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,204.5327 l 8.5132,3.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 184.6052,209.3472 l -2.6761,-2.3426 l 0.0982,1.2378 l -0.9640,0.7826 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 182.0273,208.2424 l -0.1431,-0.0613 l 0.1166,-0.2721 l 0.0264,0.3334 l -0.1431,-0.0613 l -0.1166,0.2721 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,220.1134 l 8.3384,2.7793 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.5178,223.8289 l -2.8614,-2.1122 l 0.2006,1.2254 l -0.8957,0.8599 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.8570,222.9420 l -0.1476,-0.0492 l 0.0936,-0.2808 l 0.0540,0.3301 l -0.1476,-0.0492 l -0.0936,0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,235.6942 l 8.2432,2.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 184.4702,238.7210 l -2.9742,-1.9503 l 0.2683,1.2123 l -0.8466,0.9083 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.7643,237.9831 l -0.1502,-0.0409 l 0.0779,-0.2856 l 0.0723,0.3266 l -0.1502,-0.0409 l -0.0779,0.2856 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,251.2749 l 8.1862,1.8890 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.4417,253.8295 l -3.0488,-1.8314 l 0.3159,1.2008 l -0.8101,0.9410 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.7088,253.1989 l -0.1516,-0.0350 l 0.0666,-0.2885 l 0.0851,0.3234 l -0.1516,-0.0350 l -0.0666,0.2885 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,266.8556 l 8.1495,1.6298 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.4234,269.0659 l -3.1013,-1.7410 l 0.3511,1.1910 l -0.7821,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 181.6731,268.5159 l -0.1526,-0.0305 l 0.0581,-0.2903 l 0.0946,0.3208 l -0.1526,-0.0305 l -0.0581,0.2903 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,282.4364 l 8.1246,1.4336 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.4109,284.3844 l -3.1401,-1.6701 l 0.3780,1.1827 l -0.7600,0.9819 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.6489,283.8970 l -0.1533,-0.0270 l 0.0514,-0.2915 l 0.1018,0.3186 l -0.1533,-0.0270 l -0.0514,0.2915 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.3710,298.0171 l 8.1070,1.2799 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.4021,299.7587 l -3.1697,-1.6131 l 0.3993,1.1757 l -0.7421,0.9955 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.6317,299.3213 l -0.1537,-0.0243 l 0.0462,-0.2924 l 0.1076,0.3167 l -0.1537,-0.0243 l -0.0462,0.2924 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,1.9833 l 33.4924,-1.7629 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,0.0000 l -4.9447,-1.3237 l 0.9136,1.5359 l -0.7473,1.6233 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4380,0.2122 l -0.1554,0.0082 l -0.0156,-0.2956 l 0.1710,0.2874 l -0.1554,0.0082 l 0.0156,0.2956 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,17.5640 l 33.4924,-1.9703 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,15.3474 l -4.9546,-1.2936 l 0.9234,1.5308 l -0.7375,1.6285 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4380,15.5846 l -0.1554,0.0091 l -0.0174,-0.2955 l 0.1728,0.2864 l -0.1554,0.0091 l 0.0174,0.2955 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,33.1447 l 33.4924,-2.2330 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,30.6326 l -4.9671,-1.2555 l 0.9358,1.5243 l -0.7252,1.6350 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4379,30.9014 l -0.1553,0.0104 l -0.0197,-0.2954 l 0.1750,0.2850 l -0.1553,0.0104 l 0.0197,0.2954 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,48.7255 l 33.4924,-2.5765 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,45.8269 l -4.9834,-1.2057 l 0.9520,1.5158 l -0.7090,1.6436 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4378,46.1370 l -0.1552,0.0119 l -0.0227,-0.2952 l 0.1779,0.2832 l -0.1552,0.0119 l 0.0227,0.2952 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,64.3062 l 33.4924,-3.0449 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,60.8807 l -5.0057,-1.1378 l 0.9742,1.5043 l -0.6869,1.6553 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4376,61.2472 l -0.1550,0.0141 l -0.0268,-0.2948 l 0.1818,0.2807 l -0.1550,0.0141 l 0.0268,0.2948 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,79.8869 l 33.4924,-3.7215 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,75.7002 l -5.0380,-1.0396 l 1.0062,1.4876 l -0.6551,1.6722 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4373,76.1482 l -0.1547,0.0172 l -0.0327,-0.2942 l 0.1874,0.2770 l -0.1547,0.0172 l 0.0327,0.2942 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,95.4676 l 33.4924,-4.7848 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,90.0848 l -5.0890,-0.8854 l 1.0565,1.4615 l -0.6050,1.6988 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4367,90.6609 l -0.1541,0.0220 l -0.0419,-0.2931 l 0.1959,0.2710 l -0.1541,0.0220 l 0.0419,0.2931 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,111.0484 l 33.4924,-6.6986 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,103.5124 l -5.1811,-0.6077 l 1.1472,1.4145 l -0.5149,1.7469 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4352,104.3192 l -0.1526,0.0305 l -0.0581,-0.2903 l 0.2107,0.2598 l -0.1526,0.0305 l 0.0581,0.2903 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,126.6291 l 33.4924,-11.1642 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,114.0693 l -5.3985,0.0410 l 1.3596,1.3053 l -0.3045,1.8600 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4303,115.4156 l -0.1476,0.0492 l -0.0936,-0.2808 l 0.2413,0.2316 l -0.1476,0.0492 l 0.0936,0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,142.2098 l 33.4924,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,104.5308 l -6.5137,3.3189 l 2.4372,0.7576 l 0.7576,2.4372 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.3927,108.6073 l -0.1100,0.1101 l -0.2093,-0.2093 l 0.3194,0.0993 l -0.1100,0.1101 l 0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,157.7905 l 33.4924,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,195.4692 l -3.3189,-6.5137 l -0.7576,2.4372 l -2.4372,0.7576 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.3927,191.3927 l -0.1101,-0.1100 l 0.2093,-0.2093 l -0.0993,0.3194 l -0.1101,-0.1100 l -0.2093,0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,173.3713 l 33.4924,11.1639 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,185.9307 l -4.3434,-3.2063 l 0.3045,1.8600 l -1.3596,1.3053 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4303,184.5844 l -0.1476,-0.0492 l 0.0936,-0.2808 l 0.0540,0.3301 l -0.1476,-0.0492 l -0.0936,0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,188.9520 l 33.4924,6.6983 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,196.4876 l -4.5488,-2.5537 l 0.5149,1.7469 l -1.1472,1.4145 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4352,195.6808 l -0.1526,-0.0305 l 0.0581,-0.2903 l 0.0946,0.3208 l -0.1526,-0.0305 l -0.0581,0.2903 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,204.5327 l 33.4924,4.7845 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,209.9152 l -4.6375,-2.2749 l 0.6050,1.6988 l -1.0565,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 191.4367,209.3392 l -0.1541,-0.0220 l 0.0419,-0.2931 l 0.1122,0.3151 l -0.1541,-0.0220 l -0.0419,0.2931 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,220.1134 l 33.4924,3.7212 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,224.2998 l -4.6869,-2.1202 l 0.6551,1.6722 l -1.0061,1.4876 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4373,223.8518 l -0.1547,-0.0172 l 0.0327,-0.2942 l 0.1220,0.3114 l -0.1547,-0.0172 l -0.0327,0.2942 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,235.6942 l 33.4924,3.0446 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,239.1193 l -4.7185,-2.0218 l 0.6869,1.6553 l -0.9742,1.5043 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4376,238.7529 l -0.1550,-0.0141 l 0.0268,-0.2948 l 0.1282,0.3089 l -0.1550,-0.0141 l -0.0268,0.2948 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,251.2749 l 33.4924,2.5762 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,254.1731 l -4.7404,-1.9537 l 0.7090,1.6436 l -0.9520,1.5158 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4378,253.8630 l -0.1552,-0.0119 l 0.0227,-0.2952 l 0.1325,0.3071 l -0.1552,-0.0119 l -0.0227,0.2952 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,266.8556 l 33.4924,2.2327 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,269.3674 l -4.7564,-1.9038 l 0.7252,1.6350 l -0.9358,1.5243 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4379,269.0986 l -0.1553,-0.0104 l 0.0197,-0.2954 l 0.1356,0.3057 l -0.1553,-0.0104 l -0.0197,0.2954 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,282.4364 l 33.4924,1.9700 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,284.6526 l -4.7687,-1.8656 l 0.7376,1.6285 l -0.9234,1.5308 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4380,284.4155 l -0.1554,-0.0091 l 0.0174,-0.2955 l 0.1380,0.3047 l -0.1554,-0.0091 l -0.0174,0.2955 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.7903,298.0171 l 33.4924,1.7626 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.4692,300.0000 l -4.7785,-1.8355 l 0.7473,1.6233 l -0.9136,1.5359 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.4380,299.7879 l -0.1554,-0.0082 l 0.0156,-0.2956 l 0.1399,0.3038 l -0.1554,-0.0082 l -0.0156,0.2956 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,1.9833 l -33.4922,-1.7629 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,0.0000 l 4.7784,1.8355 l -0.7473,-1.6233 l 0.9136,-1.5359 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5619,0.2122 l 0.1554,0.0082 l -0.0156,0.2956 l -0.1399,-0.3038 l 0.1554,0.0082 l 0.0156,-0.2956 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,17.5640 l -33.4922,-1.9703 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,15.3474 l 4.7687,1.8656 l -0.7375,-1.6285 l 0.9234,-1.5308 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5620,15.5846 l 0.1554,0.0091 l -0.0174,0.2955 l -0.1380,-0.3047 l 0.1554,0.0091 l 0.0174,-0.2955 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,33.1447 l -33.4922,-2.2330 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,30.6326 l 4.7564,1.9038 l -0.7252,-1.6350 l 0.9358,-1.5243 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5621,30.9014 l 0.1553,0.0104 l -0.0197,0.2954 l -0.1356,-0.3057 l 0.1553,0.0104 l 0.0197,-0.2954 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,48.7255 l -33.4922,-2.5765 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,45.8269 l 4.7403,1.9537 l -0.7090,-1.6436 l 0.9520,-1.5158 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5622,46.1370 l 0.1552,0.0119 l -0.0227,0.2952 l -0.1325,-0.3071 l 0.1552,0.0119 l 0.0227,-0.2952 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,64.3062 l -33.4922,-3.0449 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,60.8807 l 4.7184,2.0218 l -0.6869,-1.6553 l 0.9742,-1.5043 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5624,61.2472 l 0.1550,0.0141 l -0.0268,0.2948 l -0.1282,-0.3089 l 0.1550,0.0141 l 0.0268,-0.2948 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,79.8869 l -33.4922,-3.7215 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,75.7002 l 4.6869,2.1202 l -0.6551,-1.6722 l 1.0062,-1.4876 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5627,76.1482 l 0.1547,0.0172 l -0.0327,0.2942 l -0.1220,-0.3114 l 0.1547,0.0172 l 0.0327,-0.2942 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,95.4676 l -33.4922,-4.7848 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,90.0848 l 4.6374,2.2749 l -0.6050,-1.6988 l 1.0565,-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 108.5633,90.6609 l 0.1541,0.0220 l -0.0419,0.2931 l -0.1122,-0.3151 l 0.1541,0.0220 l 0.0419,-0.2931 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,111.0484 l -33.4922,-6.6986 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,103.5124 l 4.5488,2.5537 l -0.5149,-1.7469 l 1.1472,-1.4145 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5647,104.3192 l 0.1526,0.0305 l -0.0581,0.2903 l -0.0946,-0.3208 l 0.1526,0.0305 l 0.0581,-0.2903 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,126.6291 l -33.4922,-11.1642 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,114.0693 l 4.3434,3.2063 l -0.3045,-1.8600 l 1.3596,-1.3053 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5697,115.4156 l 0.1476,0.0492 l -0.0936,0.2808 l -0.0540,-0.3301 l 0.1476,0.0492 l 0.0936,-0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,142.2098 l -33.4922,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,104.5308 l 3.3189,6.5137 l 0.7576,-2.4372 l 2.4372,-0.7576 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.6073,108.6073 l 0.1100,0.1101 l -0.2093,0.2093 l 0.0993,-0.3194 l 0.1100,0.1101 l 0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,157.7905 l -33.4922,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,195.4692 l 6.5137,-3.3189 l -2.4372,-0.7576 l -0.7576,-2.4372 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.6073,191.3927 l 0.1101,-0.1100 l 0.2093,0.2093 l -0.3194,-0.0993 l 0.1101,-0.1100 l -0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,173.3713 l -33.4922,11.1639 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,185.9307 l 5.3985,-0.0410 l -1.3596,-1.3053 l 0.3045,-1.8600 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5697,184.5844 l 0.1476,-0.0492 l 0.0936,0.2808 l -0.2413,-0.2316 l 0.1476,-0.0492 l -0.0936,-0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,188.9520 l -33.4922,6.6983 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,196.4876 l 5.1811,0.6077 l -1.1472,-1.4145 l 0.5149,-1.7469 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5647,195.6808 l 0.1526,-0.0305 l 0.0581,0.2903 l -0.2107,-0.2598 l 0.1526,-0.0305 l -0.0581,-0.2903 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,204.5327 l -33.4922,4.7845 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,209.9152 l 5.0889,0.8854 l -1.0565,-1.4615 l 0.6050,-1.6988 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5633,209.3392 l 0.1541,-0.0220 l 0.0419,0.2931 l -0.1959,-0.2710 l 0.1541,-0.0220 l -0.0419,-0.2931 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,220.1134 l -33.4922,3.7212 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,224.2998 l 5.0380,1.0397 l -1.0061,-1.4876 l 0.6551,-1.6722 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5627,223.8518 l 0.1547,-0.0172 l 0.0327,0.2942 l -0.1874,-0.2770 l 0.1547,-0.0172 l -0.0327,-0.2942 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,235.6942 l -33.4922,3.0446 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,239.1193 l 5.0057,1.1378 l -0.9741,-1.5043 l 0.6869,-1.6553 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5624,238.7529 l 0.1550,-0.0141 l 0.0268,0.2948 l -0.1818,-0.2807 l 0.1550,-0.0141 l -0.0268,-0.2948 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,251.2749 l -33.4922,2.5762 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,254.1731 l 4.9834,1.2057 l -0.9520,-1.5158 l 0.7090,-1.6436 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5622,253.8630 l 0.1552,-0.0119 l 0.0227,0.2952 l -0.1779,-0.2832 l 0.1552,-0.0119 l -0.0227,-0.2952 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,266.8556 l -33.4922,2.2327 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,269.3674 l 4.9670,1.2556 l -0.9358,-1.5243 l 0.7252,-1.6350 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5621,269.0986 l 0.1553,-0.0104 l 0.0197,0.2954 l -0.1750,-0.2850 l 0.1553,-0.0104 l -0.0197,-0.2954 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,282.4364 l -33.4922,1.9700 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,284.6526 l 4.9545,1.2937 l -0.9234,-1.5308 l 0.7376,-1.6285 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5620,284.4155 l 0.1554,-0.0091 l 0.0174,0.2955 l -0.1727,-0.2864 l 0.1554,-0.0091 l -0.0174,-0.2955 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2095,298.0171 l -33.4922,1.7626 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.5308,300.0000 l 4.9447,1.3238 l -0.9136,-1.5359 l 0.7473,-1.6233 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.5619,299.7879 l 0.1554,-0.0082 l 0.0156,0.2956 l -0.1710,-0.2874 l 0.1554,-0.0082 l -0.0156,-0.2956 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,1.9833 l -8.1068,-1.2801 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.5979,0.2414 l 3.1697,1.6132 l -0.3993,-1.1757 l 0.7422,-0.9955 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.3683,0.6789 l 0.1537,0.0243 l -0.0462,0.2924 l -0.1076,-0.3167 l 0.1537,0.0243 l 0.0462,-0.2924 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,17.5640 l -8.1244,-1.4338 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.5891,15.6156 l 3.1400,1.6702 l -0.3780,-1.1827 l 0.7600,-0.9819 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.3511,16.1031 l 0.1533,0.0270 l -0.0515,0.2915 l -0.1018,-0.3186 l 0.1533,0.0270 l 0.0515,-0.2915 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,33.1447 l -8.1493,-1.6300 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.5766,30.9341 l 3.1013,1.7411 l -0.3510,-1.1910 l 0.7821,-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 118.3269,31.4842 l 0.1526,0.0305 l -0.0581,0.2903 l -0.0946,-0.3208 l 0.1526,0.0305 l 0.0581,-0.2903 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,48.7255 l -8.1860,-1.8892 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.5583,46.1705 l 3.0487,1.8315 l -0.3159,-1.2008 l 0.8101,-0.9410 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.2912,46.8013 l 0.1516,0.0350 l -0.0666,0.2885 l -0.0851,-0.3234 l 0.1516,0.0350 l 0.0666,-0.2885 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,64.3062 l -8.2430,-2.2482 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.5298,61.2790 l 2.9741,1.9504 l -0.2682,-1.2123 l 0.8466,-0.9083 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.2357,62.0170 l 0.1501,0.0410 l -0.0779,0.2856 l -0.0723,-0.3266 l 0.1501,0.0410 l 0.0779,-0.2856 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,79.8869 l -8.3382,-2.7795 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.4822,76.1712 l 2.8613,2.1123 l -0.2006,-1.2254 l 0.8957,-0.8599 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.1430,77.0582 l 0.1476,0.0492 l -0.0936,0.2808 l -0.0540,-0.3301 l 0.1476,0.0492 l 0.0936,-0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,95.4676 l -8.5131,-3.6486 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.3948,90.6528 l 2.6760,2.3427 l -0.0981,-1.2378 l 0.9640,-0.7826 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 117.9727,91.7577 l 0.1430,0.0613 l -0.1166,0.2721 l -0.0264,-0.3334 l 0.1430,0.0613 l 0.1166,-0.2721 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,111.0484 l -8.8781,-5.3270 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.2123,104.1982 l 2.3350,2.6827 l 0.0700,-1.2397 l 1.0609,-0.6451 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 117.6172,105.6413 l 0.1335,0.0801 l -0.1523,0.2538 l 0.0189,-0.3339 l 0.1335,0.0801 l 0.1523,-0.2538 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,126.6291 l -9.7685,-9.7687 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 114.7671,114.7671 l 1.6146,3.1690 l 0.3686,-1.1857 l 1.1857,-0.3686 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 116.7503,116.7503 l 0.1100,0.1101 l -0.2093,0.2093 l 0.0993,-0.3194 l 0.1100,0.1101 l 0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,142.2098 l -11.1640,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 114.0693,104.5308 l 0.0410,5.3985 l 1.3053,-1.3596 l 1.8600,0.3045 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.4156,108.5697 l 0.0492,0.1476 l -0.2808,0.0936 l 0.2316,-0.2413 l 0.0492,0.1476 l 0.2808,-0.0936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,157.7905 l -11.1640,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 114.0693,195.4692 l 3.2063,-4.3434 l -1.8600,0.3045 l -1.3053,-1.3596 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.4156,191.4303 l 0.0492,-0.1476 l 0.2808,0.0936 l -0.3301,0.0540 l 0.0492,-0.1476 l -0.2808,-0.0936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,173.3713 l -9.7684,9.7684 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 114.7671,185.2329 l 3.1689,-1.6146 l -1.1857,-0.3686 l -0.3686,-1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 116.7503,183.2497 l 0.1101,-0.1100 l 0.2093,0.2093 l -0.3194,-0.0993 l 0.1101,-0.1100 l -0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,188.9520 l -8.8780,5.3267 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.2123,195.8018 l 3.4659,-0.7978 l -1.0609,-0.6452 l -0.0700,-1.2397 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 117.6173,194.3588 l 0.1335,-0.0801 l 0.1523,0.2538 l -0.2858,-0.1738 l 0.1335,-0.0801 l -0.1523,-0.2538 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,204.5327 l -8.5130,3.6483 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.3948,209.3472 l 3.5419,-0.3222 l -0.9640,-0.7826 l 0.0982,-1.2378 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 117.9727,208.2424 l 0.1431,-0.0613 l 0.1166,0.2721 l -0.2597,-0.2108 l 0.1431,-0.0613 l -0.1166,-0.2721 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,220.1134 l -8.3381,2.7793 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.4822,223.8288 l 3.5565,-0.0270 l -0.8957,-0.8599 l 0.2006,-1.2254 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.1430,222.9419 l 0.1476,-0.0492 l 0.0936,0.2808 l -0.2413,-0.2316 l 0.1476,-0.0492 l -0.0936,-0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,235.6942 l -8.2429,2.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 115.5298,238.7210 l 3.5525,0.1704 l -0.8466,-0.9083 l 0.2683,-1.2123 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.2357,237.9831 l 0.1502,-0.0409 l 0.0779,0.2856 l -0.2280,-0.2447 l 0.1502,-0.0409 l -0.0779,-0.2856 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,251.2749 l -8.1859,1.8890 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.5583,253.8295 l 3.5430,0.3103 l -0.8101,-0.9410 l 0.3159,-1.2008 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.2912,253.1989 l 0.1516,-0.0350 l 0.0666,0.2885 l -0.2182,-0.2535 l 0.1516,-0.0350 l -0.0666,-0.2885 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,266.8556 l -8.1493,1.6298 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.5767,269.0659 l 3.5324,0.4144 l -0.7821,-0.9644 l 0.3511,-1.1910 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.3269,268.5159 l 0.1526,-0.0305 l 0.0581,0.2903 l -0.2107,-0.2598 l 0.1526,-0.0305 l -0.0581,-0.2903 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,282.4364 l -8.1244,1.4336 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.5891,284.3844 l 3.5220,0.4945 l -0.7600,-0.9819 l 0.3780,-1.1827 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.3511,283.8970 l 0.1533,-0.0270 l 0.0514,0.2915 l -0.2047,-0.2645 l 0.1533,-0.0270 l -0.0514,-0.2915 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.6288,298.0171 l -8.1068,1.2799 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 115.5979,299.7587 l 3.5125,0.5581 l -0.7421,-0.9955 l 0.3993,-1.1757 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.3683,299.3213 l 0.1537,-0.0243 l 0.0462,0.2924 l -0.1999,-0.2681 l 0.1537,-0.0243 l -0.0462,-0.2924 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,1.9833 l -2.6472,-0.6967 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.5380,0.5331 l 2.9914,1.9238 l -0.2790,-1.2099 l 0.8385,-0.9158 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.2503,1.2469 l 0.1505,0.0396 l -0.0753,0.2863 l -0.0752,-0.3259 l 0.1505,0.0396 l 0.0753,-0.2863 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,17.5640 l -2.6929,-0.7921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.5152,15.9365 l 2.9349,2.0089 l -0.2442,-1.2174 l 0.8645,-0.8913 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.2059,16.7280 l 0.1493,0.0439 l -0.0835,0.2840 l -0.0658,-0.3279 l 0.1493,0.0439 l 0.0835,-0.2840 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,33.1447 l -2.7561,-0.9188 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.4835,31.2897 l 2.8613,2.1124 l -0.2006,-1.2254 l 0.8957,-0.8599 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.1443,32.1767 l 0.1476,0.0492 l -0.0936,0.2808 l -0.0540,-0.3301 l 0.1476,0.0492 l 0.0936,-0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,48.7255 l -2.8470,-1.0951 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.4381,46.5676 l 2.7625,2.2401 l -0.1447,-1.2332 l 0.9338,-0.8183 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.0559,47.5745 l 0.1453,0.0559 l -0.1063,0.2763 l -0.0390,-0.3322 l 0.1453,0.0559 l 0.1063,-0.2763 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,64.3062 l -2.9830,-1.3560 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.3701,61.7251 l 2.6245,2.4003 l -0.0712,-1.2396 l 0.9808,-0.7614 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 107.9234,62.8858 l 0.1417,0.0644 l -0.1225,0.2695 l -0.0192,-0.3339 l 0.1417,0.0644 l 0.1225,-0.2695 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,79.8869 l -3.1974,-1.7764 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.2629,76.6727 l 2.4230,2.6035 l 0.0287,-1.2413 l 1.0388,-0.6801 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 107.7146,78.0349 l 0.1360,0.0756 l -0.1438,0.2588 l 0.0077,-0.3344 l 0.1360,0.0756 l 0.1438,-0.2588 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,95.4676 l -3.5552,-2.5395 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0840,91.2074 l 2.1136,2.8604 l 0.1687,-1.2302 l 1.1090,-0.5585 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 107.3663,92.8376 l 0.1266,0.0905 l -0.1721,0.2409 l 0.0454,-0.3314 l 0.1266,0.0905 l 0.1721,-0.2409 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,111.0484 l -4.1865,-4.1866 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.7684,104.7684 l 1.6146,3.1690 l 0.3686,-1.1857 l 1.1857,-0.3686 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 106.7515,106.7517 l 0.1100,0.1101 l -0.2093,0.2093 l 0.0993,-0.3194 l 0.1100,0.1101 l 0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,126.6291 l -5.3268,-8.8783 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.1982,115.2123 l 0.7978,3.4659 l 0.6452,-1.0609 l 1.2397,-0.0700 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.6412,117.6173 l 0.0801,0.1335 l -0.2538,0.1523 l 0.1738,-0.2858 l 0.0801,0.1335 l 0.2538,-0.1523 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,142.2098 l -6.6984,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 103.5124,104.5308 l -0.6078,5.1811 l 1.4145,-1.1472 l 1.7469,0.5149 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.3192,108.5648 l 0.0305,0.1526 l -0.2903,0.0581 l 0.2598,-0.2107 l 0.0305,0.1526 l 0.2903,-0.0581 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,157.7905 l -6.6984,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 103.5124,195.4692 l 2.5537,-4.5488 l -1.7469,0.5149 l -1.4145,-1.1472 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.3192,191.4353 l 0.0305,-0.1526 l 0.2903,0.0581 l -0.3208,0.0946 l 0.0305,-0.1526 l -0.2903,-0.0581 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,173.3713 l -5.3268,8.8780 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.1982,184.7877 l 2.6827,-2.3350 l -1.2397,-0.0700 l -0.6451,-1.0609 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.6412,182.3827 l 0.0801,-0.1335 l 0.2538,0.1523 l -0.3339,-0.0189 l 0.0801,-0.1335 l -0.2538,-0.1523 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,188.9520 l -4.1864,4.1863 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.7684,195.2316 l 3.1689,-1.6146 l -1.1857,-0.3686 l -0.3686,-1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 106.7516,193.2484 l 0.1101,-0.1100 l 0.2093,0.2093 l -0.3194,-0.0993 l 0.1101,-0.1100 l -0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,204.5327 l -3.5551,2.5393 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0841,208.7926 l 3.3913,-1.0717 l -1.1090,-0.5585 l -0.1686,-1.2302 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 107.3664,207.1625 l 0.1266,-0.0905 l 0.1721,0.2409 l -0.2987,-0.1504 l 0.1266,-0.0905 l -0.1721,-0.2409 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,220.1134 l -3.1973,1.7762 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.2629,223.3273 l 3.4906,-0.6819 l -1.0388,-0.6801 l -0.0286,-1.2413 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 107.7147,221.9653 l 0.1360,-0.0756 l 0.1438,0.2588 l -0.2798,-0.1832 l 0.1360,-0.0756 l -0.1438,-0.2588 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,235.6942 l -2.9829,1.3558 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.3701,238.2750 l 3.5341,-0.3991 l -0.9808,-0.7614 l 0.0712,-1.2396 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 107.9235,237.1144 l 0.1417,-0.0644 l 0.1225,0.2695 l -0.2642,-0.2051 l 0.1417,-0.0644 l -0.1225,-0.2695 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,251.2749 l -2.8469,1.0949 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.4382,253.4325 l 3.5516,-0.1884 l -0.9338,-0.8184 l 0.1448,-1.2332 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.0559,252.4257 l 0.1453,-0.0559 l 0.1063,0.2763 l -0.2515,-0.2204 l 0.1453,-0.0559 l -0.1063,-0.2763 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,266.8556 l -2.7561,0.9186 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.4836,268.7104 l 3.5565,-0.0269 l -0.8957,-0.8599 l 0.2006,-1.2254 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.1444,267.8235 l 0.1476,-0.0492 l 0.0936,0.2808 l -0.2413,-0.2316 l 0.1476,-0.0492 l -0.0936,-0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,282.4364 l -2.6928,0.7920 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.5152,284.0636 l 3.5552,0.1000 l -0.8644,-0.8914 l 0.2442,-1.2174 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.2059,283.2722 l 0.1493,-0.0439 l 0.0835,0.2840 l -0.2328,-0.2401 l 0.1493,-0.0439 l -0.0835,-0.2840 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.0481,298.0171 l -2.6472,0.6966 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.5380,299.4670 l 3.5508,0.2021 l -0.8385,-0.9158 l 0.2791,-1.2099 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.2504,298.7533 l 0.1505,-0.0396 l 0.0753,0.2863 l -0.2258,-0.2467 l 0.1505,-0.0396 l -0.0753,-0.2863 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,1.9833 l -0.4251,-0.1566 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.2645,0.8031 l 2.7939,2.2007 l -0.1622,-1.2310 l 0.9221,-0.8315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.8962,1.7728 l 0.1460,0.0538 l -0.1024,0.2778 l -0.0437,-0.3316 l 0.1460,0.0538 l 0.1024,-0.2778 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,17.5640 l -0.5060,-0.2084 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.2240,16.2284 l 2.7092,2.3042 l -0.1158,-1.2363 l 0.9528,-0.7962 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.8174,17.2964 l 0.1439,0.0593 l -0.1127,0.2737 l -0.0312,-0.3330 l 0.1439,0.0593 l 0.1127,-0.2737 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,33.1447 l -0.6155,-0.2873 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.1693,31.6055 l 2.6003,2.4264 l -0.0588,-1.2403 l 0.9884,-0.7516 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.7108,32.7916 l 0.1410,0.0658 l -0.1252,0.2683 l -0.0158,-0.3341 l 0.1410,0.0658 l 0.1252,-0.2683 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,48.7255 l -0.7677,-0.4134 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.0931,46.9084 l 2.4571,2.5714 l 0.0124,-1.2416 l 1.0298,-0.6937 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.5626,48.2382 l 0.1370,0.0738 l -0.1404,0.2606 l 0.0033,-0.3344 l 0.1370,0.0738 l 0.1404,-0.2606 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,64.3062 l -0.9857,-0.6273 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.9842,62.0895 l 2.2636,2.7433 l 0.1026,-1.2374 l 1.0775,-0.6170 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.3503,63.5953 l 0.1313,0.0836 l -0.1589,0.2497 l 0.0276,-0.3333 l 0.1313,0.0836 l 0.1589,-0.2497 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,79.8869 l -1.3073,-1.0168 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.8234,77.0525 l 1.9952,2.9442 l 0.2187,-1.2223 l 1.1309,-0.5128 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.0372,78.7745 l 0.1228,0.0956 l -0.1818,0.2337 l 0.0589,-0.3292 l 0.1228,0.0956 l 0.1818,-0.2337 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,95.4676 l -1.7942,-1.7943 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.5799,91.5800 l 1.6146,3.1690 l 0.3686,-1.1857 l 1.1857,-0.3685 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 93.5631,93.5633 l 0.1100,0.1101 l -0.2093,0.2093 l 0.0993,-0.3194 l 0.1100,0.1101 l 0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,111.0484 l -2.5394,-3.5553 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.2073,105.0841 l 1.0716,3.3913 l 0.5585,-1.1090 l 1.2302,-0.1686 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.8375,107.3664 l 0.0905,0.1266 l -0.2409,0.1721 l 0.1504,-0.2987 l 0.0905,0.1266 l 0.2409,-0.1721 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,126.6291 l -3.6484,-8.5133 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.6528,115.3948 l 0.3222,3.5420 l 0.7826,-0.9640 l 1.2378,0.0982 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.7576,117.9727 l 0.0613,0.1431 l -0.2721,0.1166 l 0.2108,-0.2597 l 0.0613,0.1431 l 0.2721,-0.1166 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,142.2098 l -4.7845,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0848,104.5308 l -0.8854,5.0890 l 1.4615,-1.0565 l 1.6988,0.6050 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.6608,108.5633 l 0.0220,0.1541 l -0.2931,0.0419 l 0.2710,-0.1959 l 0.0220,0.1541 l 0.2931,-0.0419 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,157.7905 l -4.7845,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0848,195.4692 l 2.2749,-4.6374 l -1.6988,0.6050 l -1.4615,-1.0565 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.6608,191.4367 l 0.0220,-0.1541 l 0.2931,0.0419 l -0.3151,0.1122 l 0.0220,-0.1541 l -0.2931,-0.0419 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,173.3713 l -3.6484,8.5130 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.6528,184.6052 l 2.3426,-2.6761 l -1.2378,0.0982 l -0.7826,-0.9640 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.7577,182.0273 l 0.0613,-0.1431 l 0.2721,0.1166 l -0.3334,0.0264 l 0.0613,-0.1431 l -0.2721,-0.1166 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,188.9520 l -2.5393,3.5550 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.2074,194.9159 l 2.8604,-2.1136 l -1.2302,-0.1686 l -0.5585,-1.1090 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.8376,192.6337 l 0.0905,-0.1266 l 0.2409,0.1721 l -0.3314,-0.0454 l 0.0905,-0.1266 l -0.2409,-0.1721 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,204.5327 l -1.7941,1.7940 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.5800,208.4200 l 3.1689,-1.6146 l -1.1857,-0.3686 l -0.3686,-1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 93.5632,206.4368 l 0.1101,-0.1100 l 0.2093,0.2093 l -0.3194,-0.0993 l 0.1101,-0.1100 l -0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,220.1134 l -1.3071,1.0166 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.8235,222.9475 l 3.3447,-1.2091 l -1.1308,-0.5128 l -0.2186,-1.2223 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.0374,221.2256 l 0.1229,-0.0955 l 0.1817,0.2337 l -0.3046,-0.1381 l 0.1229,-0.0955 l -0.1817,-0.2337 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,235.6942 l -0.9855,0.6271 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.9843,237.9106 l 3.4437,-0.8887 l -1.0775,-0.6170 l -0.1026,-1.2374 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.3505,236.4049 l 0.1313,-0.0836 l 0.1589,0.2498 l -0.2902,-0.1662 l 0.1313,-0.0836 l -0.1589,-0.2498 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,251.2749 l -0.7676,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 92.0932,253.0917 l 3.4993,-0.6359 l -1.0298,-0.6938 l -0.0123,-1.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 94.5627,251.7620 l 0.1370,-0.0738 l 0.1403,0.2607 l -0.2774,-0.1869 l 0.1370,-0.0738 l -0.1403,-0.2607 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,266.8556 l -0.6154,0.2872 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.1693,268.3946 l 3.5299,-0.4344 l -0.9883,-0.7516 l 0.0588,-1.2403 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.7109,267.2086 l 0.1410,-0.0658 l 0.1252,0.2683 l -0.2662,-0.2025 l 0.1410,-0.0658 l -0.1252,-0.2683 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,282.4364 l -0.5059,0.2083 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.2241,283.7717 l 3.5462,-0.2716 l -0.9527,-0.7963 l 0.1158,-1.2363 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.8176,282.7039 l 0.1439,-0.0593 l 0.1127,0.2737 l -0.2566,-0.2145 l 0.1439,-0.0593 l -0.1127,-0.2737 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4673,298.0171 l -0.4250,0.1566 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.2645,299.1970 l 3.5539,-0.1380 l -0.9221,-0.8316 l 0.1623,-1.2310 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.8963,298.2274 l 0.1460,-0.0538 l 0.1023,0.2778 l -0.2484,-0.2240 l 0.1460,-0.0538 l -0.1023,-0.2778 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,1.9833 l 0.6990,0.3312 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.9104,1.0470 l 2.5863,2.4414 l -0.0516,-1.2406 l 0.9927,-0.7459 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 80.4450,2.2478 l 0.1406,0.0666 l -0.1267,0.2675 l -0.0139,-0.3342 l 0.1406,0.0666 l 0.1267,-0.2675 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,17.5640 l 0.5809,0.3076 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.8513,16.4864 l 2.4751,2.5541 l 0.0036,-1.2417 l 1.0249,-0.7009 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 80.3300,17.7987 l 0.1375,0.0728 l -0.1385,0.2616 l 0.0010,-0.3345 l 0.1375,0.0728 l 0.1385,-0.2616 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,33.1447 l 0.4252,0.2552 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.7734,31.8767 l 2.3349,2.6828 l 0.0700,-1.2397 l 1.0609,-0.6451 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 80.1784,33.3198 l 0.1335,0.0801 l -0.1523,0.2538 l 0.0189,-0.3339 l 0.1335,0.0801 l 0.1523,-0.2538 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,48.7255 l 0.2162,0.1497 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.6689,47.1900 l 2.1554,2.8291 l 0.1506,-1.2325 l 1.1007,-0.5747 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.9749,48.7866 l 0.1280,0.0886 l -0.1685,0.2434 l 0.0406,-0.3320 l 0.1280,0.0886 l 0.1685,-0.2434 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,64.3062 l -0.0694,-0.0568 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.5261,62.3747 l 1.9218,2.9926 l 0.2488,-1.2165 l 1.1432,-0.4847 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.6968,64.1509 l 0.1205,0.0986 l -0.1875,0.2291 l 0.0670,-0.3277 l 0.1205,0.0986 l 0.1875,-0.2291 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,79.8869 l -0.4652,-0.4652 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.3282,77.3284 l 1.6145,3.1690 l 0.3686,-1.1857 l 1.1857,-0.3685 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.3114,79.3116 l 0.1100,0.1101 l -0.2093,0.2093 l 0.0993,-0.3194 l 0.1100,0.1101 l 0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,95.4676 l -1.0168,-1.3074 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.0524,91.8235 l 1.2090,3.3448 l 0.5128,-1.1308 l 1.2223,-0.2186 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 78.7743,94.0374 l 0.0955,0.1229 l -0.2337,0.1817 l 0.1381,-0.3046 l 0.0955,0.1229 l 0.2337,-0.1817 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,111.0484 l -1.7764,-3.1976 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 76.6726,105.2629 l 0.6819,3.4906 l 0.6802,-1.0388 l 1.2413,-0.0286 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 78.0347,107.7147 l 0.0756,0.1361 l -0.2588,0.1438 l 0.1832,-0.2798 l 0.0756,0.1361 l 0.2588,-0.1438 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,126.6291 l -2.7794,-8.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 76.1711,115.4822 l 0.0270,3.5565 l 0.8599,-0.8957 l 1.2254,0.2006 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.0580,118.1430 l 0.0492,0.1476 l -0.2808,0.0936 l 0.2316,-0.2413 l 0.0492,0.1476 l 0.2808,-0.0936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,142.2098 l -3.7213,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.7002,104.5308 l -1.0397,5.0380 l 1.4876,-1.0062 l 1.6722,0.6551 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 76.1482,108.5627 l 0.0172,0.1547 l -0.2942,0.0327 l 0.2770,-0.1874 l 0.0172,0.1547 l 0.2942,-0.0327 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,157.7905 l -3.7213,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.7002,195.4692 l 2.1202,-4.6869 l -1.6722,0.6551 l -1.4876,-1.0061 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 76.1482,191.4373 l 0.0172,-0.1547 l 0.2942,0.0327 l -0.3114,0.1220 l 0.0172,-0.1547 l -0.2942,-0.0327 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,173.3713 l -2.7793,8.3381 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 76.1712,184.5178 l 2.1123,-2.8614 l -1.2254,0.2006 l -0.8599,-0.8957 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.0581,181.8570 l 0.0492,-0.1476 l 0.2808,0.0936 l -0.3301,0.0540 l 0.0492,-0.1476 l -0.2808,-0.0936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,188.9520 l -1.7763,3.1973 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 76.6727,194.7371 l 2.6034,-2.4231 l -1.2413,-0.0287 l -0.6801,-1.0388 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 78.0348,192.2853 l 0.0756,-0.1360 l 0.2588,0.1438 l -0.3344,-0.0077 l 0.0756,-0.1360 l -0.2588,-0.1438 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,204.5327 l -1.0166,1.3071 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.0525,208.1765 l 2.9442,-1.9952 l -1.2223,-0.2187 l -0.5128,-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 78.7744,205.9626 l 0.0956,-0.1228 l 0.2337,0.1817 l -0.3292,-0.0589 l 0.0956,-0.1228 l -0.2337,-0.1817 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,220.1134 l -0.4650,0.4650 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.3283,222.6717 l 3.1689,-1.6146 l -1.1857,-0.3686 l -0.3686,-1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.3116,220.6885 l 0.1101,-0.1100 l 0.2093,0.2093 l -0.3194,-0.0993 l 0.1101,-0.1100 l -0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,235.6942 l -0.0692,0.0566 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.5262,237.6253 l 3.3139,-1.2913 l -1.1431,-0.4847 l -0.2487,-1.2165 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.6970,235.8493 l 0.1205,-0.0986 l 0.1875,0.2291 l -0.3079,-0.1306 l 0.1205,-0.0986 l -0.1875,-0.2291 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,251.2749 l 0.2164,-0.1498 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.6690,252.8101 l 3.4067,-1.0217 l -1.1006,-0.5748 l -0.1505,-1.2325 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.9751,251.2137 l 0.1280,-0.0886 l 0.1685,0.2434 l -0.2965,-0.1548 l 0.1280,-0.0886 l -0.1685,-0.2434 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,266.8556 l 0.4254,-0.2552 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.7735,268.1234 l 3.4659,-0.7978 l -1.0609,-0.6452 l -0.0700,-1.2397 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 80.1786,266.6805 l 0.1335,-0.0801 l 0.1523,0.2538 l -0.2858,-0.1738 l 0.1335,-0.0801 l -0.1523,-0.2538 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,282.4364 l 0.5811,-0.3076 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.8514,283.5138 l 3.5037,-0.6112 l -1.0249,-0.7010 l -0.0035,-1.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 80.3302,282.2015 l 0.1375,-0.0728 l 0.1385,0.2616 l -0.2761,-0.1888 l 0.1375,-0.0728 l -0.1385,-0.2616 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.8866,298.0171 l 0.6992,-0.3312 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.9104,298.9531 l 3.5274,-0.4547 l -0.9926,-0.7459 l 0.0517,-1.2406 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 80.4452,297.7525 l 0.1407,-0.0666 l 0.1267,0.2675 l -0.2674,-0.2009 l 0.1407,-0.0666 l -0.1267,-0.2675 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,1.9833 l 1.3179,0.7631 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 63.0620,1.2630 l 2.3765,2.6460 l 0.0507,-1.2406 l 1.0507,-0.6616 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 65.4891,2.6684 l 0.1347,0.0780 l -0.1483,0.2562 l 0.0137,-0.3342 l 0.1347,0.0780 l 0.1483,-0.2562 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,17.5640 l 1.1648,0.7538 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.9854,16.7095 l 2.2427,2.7604 l 0.1120,-1.2366 l 1.0822,-0.6088 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 65.3401,18.2332 l 0.1307,0.0846 l -0.1608,0.2485 l 0.0302,-0.3331 l 0.1307,0.0846 l 0.1608,-0.2485 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,33.1447 l 0.9685,0.7103 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.8872,32.1043 l 2.0776,2.8867 l 0.1841,-1.2280 l 1.1159,-0.5445 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 65.1489,33.7630 l 0.1255,0.0920 l -0.1751,0.2387 l 0.0496,-0.3308 l 0.1255,0.0920 l 0.1751,-0.2387 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,48.7255 l 0.7138,0.6040 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.7599,47.4172 l 1.8721,3.0240 l 0.2689,-1.2122 l 1.1510,-0.4657 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.9009,49.2289 l 0.1188,0.1005 l -0.1912,0.2260 l 0.0724,-0.3265 l 0.1188,0.1005 l 0.1912,-0.2260 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,64.3062 l 0.3806,0.3806 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.5933,62.5934 l 1.6145,3.1690 l 0.3686,-1.1857 l 1.1857,-0.3685 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.5764,64.5767 l 0.1100,0.1101 l -0.2093,0.2093 l 0.0993,-0.3194 l 0.1100,0.1101 l 0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,79.8869 l -0.0568,-0.0694 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.3746,77.5262 l 1.2912,3.3139 l 0.4848,-1.1431 l 1.2165,-0.2487 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.1506,79.6970 l 0.0985,0.1205 l -0.2291,0.1875 l 0.1306,-0.3079 l 0.0985,0.1205 l 0.2291,-0.1875 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,95.4676 l -0.6273,-0.9858 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.0893,91.9842 l 0.8887,3.4438 l 0.6170,-1.0775 l 1.2374,-0.1025 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 63.5950,94.3505 l 0.0836,0.1313 l -0.2498,0.1589 l 0.1662,-0.2902 l 0.0836,0.1313 l 0.2498,-0.1589 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,111.0484 l -1.3559,-2.9832 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.7250,105.3701 l 0.3991,3.5341 l 0.7615,-0.9808 l 1.2396,0.0712 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.8856,107.9234 l 0.0644,0.1417 l -0.2695,0.1225 l 0.2051,-0.2642 l 0.0644,0.1417 l 0.2695,-0.1225 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,126.6291 l -2.2481,-8.2432 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.2790,115.5298 l -0.1704,3.5525 l 0.9083,-0.8466 l 1.2123,0.2683 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.0169,118.2357 l 0.0409,0.1502 l -0.2856,0.0779 l 0.2447,-0.2280 l 0.0409,0.1502 l 0.2856,-0.0779 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,142.2098 l -3.0447,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.8807,104.5308 l -1.1378,5.0057 l 1.5043,-0.9742 l 1.6553,0.6869 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.2471,108.5624 l 0.0141,0.1550 l -0.2948,0.0268 l 0.2807,-0.1818 l 0.0141,0.1550 l 0.2948,-0.0268 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,157.7905 l -3.0447,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.8807,195.4692 l 2.0218,-4.7184 l -1.6553,0.6869 l -1.5043,-0.9742 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.2471,191.4377 l 0.0141,-0.1550 l 0.2948,0.0268 l -0.3089,0.1282 l 0.0141,-0.1550 l -0.2948,-0.0268 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,173.3713 l -2.2480,8.2429 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.2790,184.4702 l 1.9503,-2.9742 l -1.2123,0.2683 l -0.9083,-0.8466 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.0169,181.7643 l 0.0409,-0.1502 l 0.2856,0.0779 l -0.3266,0.0723 l 0.0409,-0.1502 l -0.2856,-0.0779 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,188.9520 l -1.3558,2.9829 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.7251,194.6299 l 2.4002,-2.6245 l -1.2396,0.0712 l -0.7614,-0.9808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.8856,192.0766 l 0.0644,-0.1417 l 0.2695,0.1225 l -0.3339,0.0192 l 0.0644,-0.1417 l -0.2695,-0.1225 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,204.5327 l -0.6272,0.9855 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.0894,208.0158 l 2.7432,-2.2636 l -1.2374,-0.1026 l -0.6170,-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 63.5952,205.6495 l 0.0836,-0.1313 l 0.2498,0.1589 l -0.3333,-0.0276 l 0.0836,-0.1313 l -0.2498,-0.1589 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,220.1134 l -0.0566,0.0692 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.3747,222.4738 l 2.9926,-1.9219 l -1.2165,-0.2488 l -0.4847,-1.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 64.1507,220.3031 l 0.0986,-0.1205 l 0.2291,0.1875 l -0.3277,-0.0670 l 0.0986,-0.1205 l -0.2291,-0.1875 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,235.6942 l 0.3808,-0.3808 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.5934,237.4067 l 3.1689,-1.6146 l -1.1857,-0.3686 l -0.3686,-1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.5766,235.4235 l 0.1101,-0.1100 l 0.2093,0.2093 l -0.3194,-0.0993 l 0.1101,-0.1100 l -0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,251.2749 l 0.7140,-0.6041 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.7600,252.5829 l 3.2921,-1.3459 l -1.1510,-0.4658 l -0.2688,-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 64.9011,250.7713 l 0.1188,-0.1005 l 0.1912,0.2260 l -0.3100,-0.1255 l 0.1188,-0.1005 l -0.1912,-0.2260 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,266.8556 l 0.9687,-0.7104 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.8873,267.8959 l 3.3776,-1.1140 l -1.1159,-0.5446 l -0.1840,-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 65.1491,266.2373 l 0.1255,-0.0920 l 0.1751,0.2387 l -0.3006,-0.1467 l 0.1255,-0.0920 l -0.1751,-0.2387 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,282.4364 l 1.1651,-0.7538 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.9855,283.2907 l 3.4369,-0.9148 l -1.0821,-0.6089 l -0.1119,-1.2366 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 65.3403,281.7671 l 0.1307,-0.0845 l 0.1608,0.2485 l -0.2915,-0.1640 l 0.1307,-0.0845 l -0.1608,-0.2485 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.3059,298.0171 l 1.3182,-0.7631 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 63.0621,298.7371 l 3.4780,-0.7435 l -1.0507,-0.6617 l -0.0506,-1.2406 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 65.4894,297.3319 l 0.1347,-0.0780 l 0.1483,0.2562 l -0.2830,-0.1782 l 0.1347,-0.0780 l -0.1483,-0.2562 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,1.9833 l 1.4311,0.9793 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.7132,1.2908 l 2.1708,2.8172 l 0.1438,-1.2333 l 1.0975,-0.5807 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 50.0278,2.8747 l 0.1284,0.0879 l -0.1672,0.2443 l 0.0387,-0.3322 l 0.1284,0.0879 l 0.1672,-0.2443 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,17.5640 l 1.3774,1.0535 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.7511,16.8191 l 2.0191,2.9279 l 0.2087,-1.2240 l 1.1266,-0.5220 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 49.9790,18.5229 l 0.1236,0.0945 l -0.1798,0.2351 l 0.0562,-0.3297 l 0.1236,0.0945 l 0.1798,-0.2351 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,33.1447 l 1.2537,1.0867 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.7419,32.2924 l 1.8362,3.0459 l 0.2832,-1.2089 l 1.1565,-0.4521 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 49.8613,34.1294 l 0.1176,0.1019 l -0.1939,0.2237 l 0.0763,-0.3256 l 0.1176,0.1019 l 0.1939,-0.2237 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,48.7255 l 0.9661,0.9662 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.5980,47.5982 l 1.6145,3.1690 l 0.3686,-1.1857 l 1.1857,-0.3685 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 49.5812,49.5815 l 0.1100,0.1101 l -0.2093,0.2093 l 0.0993,-0.3194 l 0.1100,0.1101 l 0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,64.3062 l 0.6039,0.7138 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.4170,62.7600 l 1.3458,3.2921 l 0.4658,-1.1510 l 1.2122,-0.2688 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 49.2286,64.9012 l 0.1005,0.1188 l -0.2260,0.1912 l 0.1255,-0.3100 l 0.1005,0.1188 l 0.2260,-0.1912 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,79.8869 l 0.1496,0.2162 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.1898,77.6690 l 1.0216,3.4067 l 0.5748,-1.1006 l 1.2325,-0.1505 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7862,79.9751 l 0.0886,0.1280 l -0.2434,0.1685 l 0.1548,-0.2965 l 0.0886,0.1280 l 0.2434,-0.1685 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,95.4676 l -0.4134,-0.7679 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.9083,92.0932 l 0.6359,3.4993 l 0.6938,-1.0298 l 1.2416,-0.0123 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.2379,94.5627 l 0.0738,0.1370 l -0.2607,0.1403 l 0.1869,-0.2774 l 0.0738,0.1370 l 0.2607,-0.1403 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,111.0484 l -1.0950,-2.8472 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.5675,105.4381 l 0.1884,3.5516 l 0.8184,-0.9338 l 1.2332,0.1448 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.5743,108.0559 l 0.0559,0.1453 l -0.2763,0.1063 l 0.2204,-0.2515 l 0.0559,0.1453 l 0.2763,-0.1063 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,126.6291 l -1.8890,-8.1862 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.1705,115.5583 l -0.3103,3.5430 l 0.9410,-0.8101 l 1.2008,0.3159 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.8011,118.2912 l 0.0350,0.1516 l -0.2885,0.0666 l 0.2535,-0.2182 l 0.0350,0.1516 l 0.2885,-0.0666 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,142.2098 l -2.5762,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.8269,104.5308 l -1.2057,4.9834 l 1.5158,-0.9520 l 1.6436,0.7090 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.1370,108.5622 l 0.0119,0.1552 l -0.2952,0.0227 l 0.2832,-0.1779 l 0.0119,0.1552 l 0.2952,-0.0227 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,157.7905 l -2.5762,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.8269,195.4692 l 1.9537,-4.7403 l -1.6436,0.7090 l -1.5158,-0.9520 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.1370,191.4378 l 0.0119,-0.1552 l 0.2952,0.0227 l -0.3071,0.1325 l 0.0119,-0.1552 l -0.2952,-0.0227 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,173.3713 l -1.8890,8.1859 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.1705,184.4417 l 1.8315,-3.0488 l -1.2008,0.3159 l -0.9410,-0.8101 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.8012,181.7088 l 0.0350,-0.1516 l 0.2885,0.0666 l -0.3234,0.0851 l 0.0350,-0.1516 l -0.2885,-0.0666 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,188.9520 l -1.0949,2.8468 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.5676,194.5618 l 2.2400,-2.7625 l -1.2332,0.1448 l -0.8184,-0.9338 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.5744,191.9441 l 0.0559,-0.1453 l 0.2763,0.1063 l -0.3322,0.0390 l 0.0559,-0.1453 l -0.2763,-0.1063 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,204.5327 l -0.4133,0.7676 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.9084,207.9068 l 2.5713,-2.4571 l -1.2416,-0.0123 l -0.6937,-1.0298 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.2381,205.4373 l 0.0738,-0.1370 l 0.2606,0.1403 l -0.3344,-0.0033 l 0.0738,-0.1370 l -0.2606,-0.1403 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,220.1134 l 0.1498,-0.2164 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.1899,222.3310 l 2.8290,-2.1555 l -1.2325,-0.1505 l -0.5747,-1.1007 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7864,220.0250 l 0.0886,-0.1280 l 0.2434,0.1685 l -0.3320,-0.0405 l 0.0886,-0.1280 l -0.2434,-0.1685 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,235.6942 l 0.6042,-0.7140 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.4171,237.2400 l 3.0239,-1.8722 l -1.2122,-0.2688 l -0.4658,-1.1510 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 49.2288,235.0990 l 0.1005,-0.1188 l 0.2260,0.1912 l -0.3265,-0.0724 l 0.1005,-0.1188 l -0.2260,-0.1912 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,251.2749 l 0.9663,-0.9663 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.5982,252.4019 l 3.1689,-1.6146 l -1.1857,-0.3686 l -0.3686,-1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 49.5814,250.4187 l 0.1101,-0.1100 l 0.2093,0.2093 l -0.3194,-0.0993 l 0.1101,-0.1100 l -0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,266.8556 l 1.2540,-1.0867 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.7420,267.7077 l 3.2759,-1.3847 l -1.1564,-0.4521 l -0.2831,-1.2090 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 49.8615,265.8708 l 0.1176,-0.1019 l 0.1939,0.2237 l -0.3115,-0.1218 l 0.1176,-0.1019 l -0.1939,-0.2237 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,282.4364 l 1.3775,-1.0534 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.7511,283.1812 l 3.3546,-1.1816 l -1.1266,-0.5221 l -0.2086,-1.2240 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 49.9791,281.4775 l 0.1236,-0.0945 l 0.1798,0.2352 l -0.3035,-0.1406 l 0.1236,-0.0945 l -0.1798,-0.2352 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7252,298.0171 l 1.4312,-0.9792 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.7131,298.7095 l 3.4122,-1.0029 l -1.0975,-0.5808 l -0.1437,-1.2333 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 50.0279,297.1258 l 0.1284,-0.0879 l 0.1672,0.2443 l -0.2956,-0.1564 l 0.1284,-0.0879 l -0.1672,-0.2443 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,1.9833 l 1.3610,1.0746 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.1820,1.2234 l 1.9737,2.9587 l 0.2276,-1.2206 l 1.1346,-0.5045 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 34.3833,2.9614 l 0.1221,0.0964 l -0.1835,0.2323 l 0.0613,-0.3288 l 0.1221,0.0964 l 0.1835,-0.2323 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,17.5640 l 1.3002,1.1474 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.2250,16.7526 l 1.8090,3.0622 l 0.2940,-1.2064 l 1.1604,-0.4417 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 34.3280,18.6084 l 0.1167,0.1030 l -0.1959,0.2220 l 0.0792,-0.3249 l 0.1167,0.1030 l 0.1959,-0.2220 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,33.1447 l 1.2261,1.2263 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.2774,32.2776 l 1.6145,3.1690 l 0.3686,-1.1857 l 1.1857,-0.3685 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 34.2605,34.2609 l 0.1100,0.1101 l -0.2093,0.2093 l 0.0993,-0.3194 l 0.1100,0.1101 l 0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,48.7255 l 1.0865,1.2538 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.2922,47.7420 l 1.3846,3.2760 l 0.4522,-1.1564 l 1.2090,-0.2831 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 34.1290,49.8616 l 0.1019,0.1176 l -0.2237,0.1939 l 0.1218,-0.3115 l 0.1019,0.1176 l 0.2237,-0.1939 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,64.3062 l 0.7102,0.9685 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.1041,62.8874 l 1.1139,3.3777 l 0.5446,-1.1159 l 1.2280,-0.1839 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.7626,65.1492 l 0.0920,0.1255 l -0.2387,0.1751 l 0.1467,-0.3006 l 0.0920,0.1255 l 0.2387,-0.1751 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,79.8869 l 0.2551,0.4252 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.8765,77.7735 l 0.7977,3.4660 l 0.6452,-1.0609 l 1.2397,-0.0699 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.3194,80.1786 l 0.0801,0.1335 l -0.2539,0.1523 l 0.1738,-0.2858 l 0.0801,0.1335 l 0.2539,-0.1523 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,95.4676 l -0.2873,-0.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 31.6053,92.1693 l 0.4344,3.5300 l 0.7516,-0.9883 l 1.2403,0.0589 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.7913,94.7109 l 0.0658,0.1410 l -0.2683,0.1252 l 0.2025,-0.2662 l 0.0658,0.1410 l 0.2683,-0.1252 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,111.0484 l -0.9187,-2.7564 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.2896,105.4835 l 0.0269,3.5565 l 0.8599,-0.8957 l 1.2254,0.2006 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.1765,108.1443 l 0.0492,0.1476 l -0.2808,0.0936 l 0.2316,-0.2413 l 0.0492,0.1476 l 0.2808,-0.0936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,126.6291 l -1.6298,-8.1496 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.9341,115.5766 l -0.4144,3.5324 l 0.9644,-0.7821 l 1.1910,0.3511 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.4841,118.3269 l 0.0305,0.1526 l -0.2903,0.0581 l 0.2598,-0.2107 l 0.0305,0.1526 l 0.2903,-0.0581 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,142.2098 l -2.2327,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.6326,104.5308 l -1.2556,4.9671 l 1.5243,-0.9358 l 1.6350,0.7252 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.9014,108.5621 l 0.0104,0.1553 l -0.2954,0.0197 l 0.2850,-0.1750 l 0.0104,0.1553 l 0.2954,-0.0197 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,157.7905 l -2.2327,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.6326,195.4692 l 1.9038,-4.7564 l -1.6350,0.7252 l -1.5243,-0.9358 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.9014,191.4379 l 0.0104,-0.1553 l 0.2954,0.0197 l -0.3057,0.1356 l 0.0104,-0.1553 l -0.2954,-0.0197 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,173.3713 l -1.6298,8.1492 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.9341,184.4233 l 1.7410,-3.1013 l -1.1910,0.3510 l -0.9644,-0.7821 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.4841,181.6731 l 0.0305,-0.1526 l 0.2903,0.0581 l -0.3208,0.0946 l 0.0305,-0.1526 l -0.2903,-0.0581 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,188.9520 l -0.9187,2.7560 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.2897,194.5164 l 2.1123,-2.8614 l -1.2254,0.2006 l -0.8599,-0.8957 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.1766,191.8557 l 0.0492,-0.1476 l 0.2808,0.0936 l -0.3301,0.0540 l 0.0492,-0.1476 l -0.2808,-0.0936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,204.5327 l -0.2872,0.6153 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.6054,207.8307 l 2.4263,-2.6004 l -1.2403,0.0588 l -0.7516,-0.9884 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.7915,205.2891 l 0.0658,-0.1410 l 0.2683,0.1252 l -0.3341,0.0158 l 0.0658,-0.1410 l -0.2683,-0.1252 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,220.1134 l 0.2553,-0.4254 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.8766,222.2265 l 2.6827,-2.3350 l -1.2397,-0.0700 l -0.6451,-1.0609 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.3196,219.8215 l 0.0801,-0.1335 l 0.2538,0.1523 l -0.3339,-0.0189 l 0.0801,-0.1335 l -0.2538,-0.1523 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,235.6942 l 0.7104,-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 32.1042,237.1127 l 2.8866,-2.0777 l -1.2280,-0.1840 l -0.5446,-1.1159 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.7628,234.8510 l 0.0920,-0.1255 l 0.2387,0.1751 l -0.3308,-0.0496 l 0.0920,-0.1255 l -0.2387,-0.1751 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,251.2749 l 1.0868,-1.2539 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.2924,252.2580 l 3.0459,-1.8363 l -1.2090,-0.2832 l -0.4521,-1.1564 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 34.1293,250.1386 l 0.1019,-0.1176 l 0.2237,0.1939 l -0.3256,-0.0763 l 0.1019,-0.1176 l -0.2237,-0.1939 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,266.8556 l 1.2262,-1.2262 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.2774,267.7227 l 3.1690,-1.6146 l -1.1857,-0.3686 l -0.3686,-1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 34.2606,265.7395 l 0.1101,-0.1100 l 0.2093,0.2093 l -0.3194,-0.0993 l 0.1101,-0.1100 l -0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,282.4364 l 1.3003,-1.1473 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.2250,283.2476 l 3.2635,-1.4138 l -1.1604,-0.4418 l -0.2939,-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 34.3281,281.3920 l 0.1167,-0.1030 l 0.1959,0.2220 l -0.3126,-0.1190 l 0.1167,-0.1030 l -0.1959,-0.2220 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.1444,298.0171 l 1.3611,-1.0745 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.1820,298.7769 l 3.3359,-1.2333 l -1.1345,-0.5046 l -0.2275,-1.2207 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 34.3834,297.0390 l 0.1222,-0.0964 l 0.1834,0.2324 l -0.3056,-0.1359 l 0.1222,-0.0964 l -0.1834,-0.2324 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,1.9833 l 1.2923,1.1564 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.6499,1.1656 l 1.7877,3.0746 l 0.3023,-1.2043 l 1.1635,-0.4337 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.7400,3.0359 l 0.1160,0.1038 l -0.1974,0.2206 l 0.0814,-0.3244 l 0.1160,0.1038 l 0.1974,-0.2206 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,17.5640 l 1.2261,1.2263 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.6967,16.6969 l 1.6144,3.1690 l 0.3687,-1.1857 l 1.1857,-0.3685 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.6798,18.6802 l 0.1100,0.1101 l -0.2093,0.2093 l 0.0993,-0.3194 l 0.1100,0.1101 l 0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,33.1447 l 1.1472,1.3004 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.7525,32.2252 l 1.4136,3.2636 l 0.4419,-1.1604 l 1.2064,-0.2938 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.6080,34.3284 l 0.1030,0.1167 l -0.2220,0.1958 l 0.1190,-0.3126 l 0.1030,0.1167 l 0.2220,-0.1958 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,48.7255 l 1.0533,1.3776 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.8189,47.7513 l 1.1815,3.3546 l 0.5221,-1.1266 l 1.2240,-0.2086 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.5225,49.9794 l 0.0945,0.1236 l -0.2352,0.1798 l 0.1406,-0.3034 l 0.0945,0.1236 l 0.2352,-0.1798 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,64.3062 l 0.7536,1.1648 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.7093,62.9855 l 0.9147,3.4369 l 0.6089,-1.0821 l 1.2366,-0.1119 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.2328,65.3403 l 0.0845,0.1307 l -0.2485,0.1608 l 0.1640,-0.2915 l 0.0845,0.1307 l 0.2485,-0.1608 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,79.8869 l 0.3075,0.5808 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.4862,77.8514 l 0.6112,3.5037 l 0.7010,-1.0249 l 1.2417,-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 17.7984,80.3302 l 0.0728,0.1376 l -0.2616,0.1385 l 0.1888,-0.2761 l 0.0728,0.1376 l 0.2616,-0.1385 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,95.4676 l -0.2084,-0.5062 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.2282,92.2241 l 0.2715,3.5462 l 0.7963,-0.9527 l 1.2363,0.1159 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.2961,94.8175 l 0.0593,0.1439 l -0.2737,0.1127 l 0.2145,-0.2566 l 0.0593,0.1439 l 0.2737,-0.1127 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,111.0484 l -0.7920,-2.6931 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.9364,105.5152 l -0.1000,3.5552 l 0.8914,-0.8644 l 1.2174,0.2442 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.7278,108.2059 l 0.0439,0.1493 l -0.2840,0.0835 l 0.2401,-0.2328 l 0.0439,0.1493 l 0.2840,-0.0835 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,126.6291 l -1.4337,-8.1247 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.6156,115.5891 l -0.4945,3.5220 l 0.9819,-0.7600 l 1.1827,0.3780 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.1030,118.3511 l 0.0270,0.1533 l -0.2915,0.0514 l 0.2645,-0.2047 l 0.0270,0.1533 l 0.2915,-0.0514 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,142.2098 l -1.9700,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.3474,104.5308 l -1.2937,4.9546 l 1.5308,-0.9234 l 1.6285,0.7376 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.5845,108.5620 l 0.0091,0.1554 l -0.2955,0.0174 l 0.2864,-0.1727 l 0.0091,0.1554 l 0.2955,-0.0174 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,157.7905 l -1.9700,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.3474,195.4692 l 1.8656,-4.7687 l -1.6285,0.7375 l -1.5308,-0.9234 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.5845,191.4380 l 0.0091,-0.1554 l 0.2955,0.0174 l -0.3047,0.1380 l 0.0091,-0.1554 l -0.2955,-0.0174 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,173.3713 l -1.4337,8.1243 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.6156,184.4109 l 1.6701,-3.1400 l -1.1827,0.3780 l -0.9819,-0.7600 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.1030,181.6489 l 0.0270,-0.1533 l 0.2915,0.0514 l -0.3186,0.1018 l 0.0270,-0.1533 l -0.2915,-0.0514 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,188.9520 l -0.7920,2.6928 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.9365,194.4848 l 2.0088,-2.9350 l -1.2174,0.2442 l -0.8914,-0.8644 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.7278,191.7941 l 0.0439,-0.1493 l 0.2840,0.0835 l -0.3279,0.0658 l 0.0439,-0.1493 l -0.2840,-0.0835 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,204.5327 l -0.2083,0.5058 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.2283,207.7759 l 2.3041,-2.7093 l -1.2363,0.1158 l -0.7963,-0.9527 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.2962,205.1825 l 0.0593,-0.1439 l 0.2737,0.1127 l -0.3330,0.0312 l 0.0593,-0.1439 l -0.2737,-0.1127 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,220.1134 l 0.3076,-0.5811 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.4863,222.1486 l 2.5539,-2.4752 l -1.2417,-0.0036 l -0.7010,-1.0249 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.7985,219.6699 l 0.0728,-0.1375 l 0.2616,0.1385 l -0.3345,-0.0010 l 0.0728,-0.1375 l -0.2616,-0.1385 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,235.6942 l 0.7539,-1.1651 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.7094,237.0145 l 2.7603,-2.2428 l -1.2366,-0.1120 l -0.6088,-1.0822 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.2330,234.6598 l 0.0845,-0.1307 l 0.2485,0.1608 l -0.3331,-0.0302 l 0.0845,-0.1307 l -0.2485,-0.1608 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,251.2749 l 1.0534,-1.3775 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.8188,252.2490 l 2.9277,-2.0193 l -1.2240,-0.2086 l -0.5220,-1.1266 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.5226,250.0210 l 0.0945,-0.1236 l 0.2352,0.1798 l -0.3297,-0.0562 l 0.0945,-0.1236 l -0.2352,-0.1798 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,266.8556 l 1.1473,-1.3003 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.7524,267.7751 l 3.0621,-1.8092 l -1.2064,-0.2939 l -0.4418,-1.1604 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.6081,265.6720 l 0.1030,-0.1167 l 0.2220,0.1959 l -0.3249,-0.0792 l 0.1030,-0.1167 l -0.2220,-0.1959 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,282.4364 l 1.2262,-1.2262 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.6966,283.3034 l 3.1690,-1.6146 l -1.1857,-0.3686 l -0.3686,-1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.6799,281.3202 l 0.1101,-0.1100 l 0.2093,0.2093 l -0.3194,-0.0993 l 0.1101,-0.1100 l -0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.5637,298.0171 l 1.2924,-1.1563 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.6499,298.8347 l 3.2536,-1.4363 l -1.1634,-0.4338 l -0.3022,-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 18.7401,296.9646 l 0.1160,-0.1038 l 0.1974,0.2206 l -0.3134,-0.1168 l 0.1160,-0.1038 l -0.1974,-0.2206 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,1.9833 l 1.2261,1.2263 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.1160,1.1161 l 1.6144,3.1690 l 0.3687,-1.1857 l 1.1857,-0.3685 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 3.0991,3.0995 l 0.1100,0.1101 l -0.2093,0.2093 l 0.0993,-0.3194 l 0.1100,0.1101 l 0.2093,-0.2093 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,17.5640 l 1.1562,1.2924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.1654,16.6501 l 1.4362,3.2537 l 0.4339,-1.1634 l 1.2043,-0.3022 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 3.0354,18.7404 l 0.1038,0.1160 l -0.2206,0.1974 l 0.1169,-0.3134 l 0.1038,0.1160 l 0.2206,-0.1974 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,33.1447 l 1.0744,1.3611 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.2232,32.1822 l 1.2331,3.3360 l 0.5047,-1.1345 l 1.2207,-0.2274 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 2.9610,34.3837 l 0.0964,0.1222 l -0.2324,0.1834 l 0.1359,-0.3056 l 0.0964,0.1222 l 0.2324,-0.1834 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,48.7255 l 0.9791,1.4312 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.2906,47.7134 l 1.0028,3.4123 l 0.5808,-1.0974 l 1.2333,-0.1437 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 2.8743,50.0282 l 0.0879,0.1285 l -0.2443,0.1672 l 0.1565,-0.2956 l 0.0879,0.1285 l 0.2443,-0.1672 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,64.3062 l 0.7629,1.3179 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.2628,63.0621 l 0.7435,3.4780 l 0.6617,-1.0507 l 1.2406,-0.0506 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 2.6679,65.4894 l 0.0780,0.1347 l -0.2562,0.1483 l 0.1782,-0.2830 l 0.0780,0.1347 l 0.2562,-0.1483 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,79.8869 l 0.3310,0.6989 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.0468,77.9104 l 0.4546,3.5274 l 0.7459,-0.9926 l 1.2406,0.0517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 2.2474,80.4452 l 0.0666,0.1407 l -0.2675,0.1267 l 0.2009,-0.2674 l 0.0666,0.1407 l 0.2675,-0.1267 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,95.4676 l -0.1567,-0.4253 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.8030,92.2645 l 0.1380,3.5539 l 0.8316,-0.9221 l 1.2310,0.1623 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.7725,94.8963 l 0.0538,0.1460 l -0.2778,0.1023 l 0.2240,-0.2484 l 0.0538,0.1460 l 0.2778,-0.1023 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,111.0484 l -0.6967,-2.6475 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.5330,105.5380 l -0.2021,3.5508 l 0.9158,-0.8385 l 1.2099,0.2791 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.2467,108.2503 l 0.0396,0.1505 l -0.2863,0.0753 l 0.2467,-0.2258 l 0.0396,0.1505 l 0.2863,-0.0753 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,126.6291 l -1.2800,-8.1071 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.2413,115.5979 l -0.5581,3.5125 l 0.9955,-0.7421 l 1.1757,0.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 0.6787,118.3683 l 0.0243,0.1537 l -0.2924,0.0462 l 0.2681,-0.1999 l 0.0243,0.1537 l 0.2924,-0.0462 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,142.2098 l -1.7627,-33.4924 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.0000,104.5308 l -1.3238,4.9447 l 1.5359,-0.9136 l 1.6233,0.7473 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.2122,108.5620 l 0.0082,0.1554 l -0.2956,0.0156 l 0.2874,-0.1710 l 0.0082,0.1554 l 0.2956,-0.0156 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,157.7905 l -1.7627,33.4921 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.0000,195.4692 l 1.8355,-4.7784 l -1.6233,0.7473 l -1.5359,-0.9136 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.2122,191.4381 l 0.0082,-0.1554 l 0.2956,0.0156 l -0.3038,0.1399 l 0.0082,-0.1554 l -0.2956,-0.0156 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,173.3713 l -1.2799,8.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 0.2414,184.4021 l 1.6131,-3.1697 l -1.1757,0.3993 l -0.9955,-0.7421 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.6788,181.6317 l 0.0243,-0.1537 l 0.2924,0.0462 l -0.3167,0.1076 l 0.0243,-0.1537 l -0.2924,-0.0462 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,188.9520 l -0.6966,2.6471 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.5330,194.4620 l 1.9237,-2.9915 l -1.2099,0.2791 l -0.9158,-0.8385 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.2468,191.7496 l 0.0396,-0.1505 l 0.2863,0.0753 l -0.3259,0.0752 l 0.0396,-0.1505 l -0.2863,-0.0753 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,204.5327 l -0.1565,0.4249 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.8031,207.7355 l 2.2006,-2.7940 l -1.2310,0.1622 l -0.8315,-0.9221 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.7726,205.1037 l 0.0538,-0.1460 l 0.2778,0.1023 l -0.3316,0.0437 l 0.0538,-0.1460 l -0.2778,-0.1023 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,220.1134 l 0.3312,-0.6992 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.0469,222.0896 l 2.4412,-2.5864 l -1.2406,0.0517 l -0.7459,-0.9927 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 2.2476,219.5549 l 0.0666,-0.1407 l 0.2675,0.1267 l -0.3342,0.0139 l 0.0666,-0.1407 l -0.2675,-0.1267 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,235.6942 l 0.7631,-1.3182 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.2629,236.9380 l 2.6459,-2.3767 l -1.2406,-0.0506 l -0.6616,-1.0507 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 2.6682,234.5107 l 0.0780,-0.1347 l 0.2562,0.1483 l -0.3342,-0.0136 l 0.0780,-0.1347 l -0.2562,-0.1483 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,251.2749 l 0.9792,-1.4312 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.2906,252.2869 l 2.8171,-2.1710 l -1.2333,-0.1438 l -0.5808,-1.0975 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 2.8743,249.9722 l 0.0879,-0.1284 l 0.2443,0.1672 l -0.3322,-0.0387 l 0.0879,-0.1284 l -0.2443,-0.1672 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,266.8556 l 1.0745,-1.3611 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.2232,267.8181 l 2.9586,-1.9738 l -1.2206,-0.2275 l -0.5046,-1.1345 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 2.9611,265.6167 l 0.0964,-0.1222 l 0.2324,0.1834 l -0.3288,-0.0613 l 0.0964,-0.1222 l -0.2324,-0.1834 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,282.4364 l 1.1563,-1.2923 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.1653,283.3502 l 3.0745,-1.7879 l -1.2043,-0.3022 l -0.4338,-1.1634 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 3.0355,281.2600 l 0.1038,-0.1160 l 0.2206,0.1974 l -0.3244,-0.0814 l 0.1038,-0.1160 l -0.2206,-0.1974 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.592067619071441" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.9830,298.0171 l 1.2262,-1.2262 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.1159,298.8841 l 3.1690,-1.6146 l -1.1857,-0.3686 l -0.3686,-1.1857 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 3.0992,296.9009 l 0.1101,-0.1100 l 0.2093,0.2093 l -0.3194,-0.0993 l 0.1101,-0.1100 l -0.2093,-0.2093 Z"/></g></svg>
diff --git a/other/arrowHudExample.svg b/other/arrowHudExample.svg
new file mode 100644
--- /dev/null
+++ b/other/arrowHudExample.svg
@@ -0,0 +1,3 @@
+<?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.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,33.4508 l -1.1701,1.1702 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.3870,32.6233 l -3.0241,1.5409 l 1.1315,0.3517 l 0.3517,1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4945,34.5159 l -0.1050,0.1050 l -0.1998,-0.1998 l 0.3048,0.0947 l -0.1050,0.1050 l 0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,48.3194 l -1.1034,1.2333 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.3399,47.4473 l -2.9340,1.7063 l 1.1493,0.2884 l 0.4140,1.1103 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5552,49.4420 l -0.0990,0.1107 l -0.2105,-0.1884 l 0.3096,0.0777 l -0.0990,0.1107 l 0.2105,0.1884 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,63.1880 l -1.0254,1.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 524.2847,62.2696 l -2.8233,1.8837 l 1.1649,0.2171 l 0.4815,1.0827 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6262,64.3703 l -0.0920,0.1166 l -0.2217,-0.1751 l 0.3138,0.0585 l -0.0920,0.1166 l 0.2217,0.1751 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,78.0567 l -0.9345,1.3658 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.2204,77.0909 l -2.6883,2.0718 l 1.1770,0.1372 l 0.5542,1.0473 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7090,79.2999 l -0.0839,0.1226 l -0.2332,-0.1595 l 0.3170,0.0369 l -0.0839,0.1226 l 0.2332,0.1595 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,92.9253 l -0.7281,1.2575 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.2470,91.7380 l -2.5250,2.2680 l 1.1839,0.0483 l 0.6314,1.0027 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9059,94.0543 l -0.0744,0.1285 l -0.2445,-0.1415 l 0.3189,0.0130 l -0.0744,0.1285 l 0.2445,0.1415 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,107.7940 l -0.3159,0.6669 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.4531,105.9078 l -2.3297,2.4682 l 1.1839,-0.0493 l 0.7118,0.9473 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3073,108.3266 l -0.0636,0.1342 l -0.2553,-0.1209 l 0.3189,-0.0133 l -0.0636,0.1342 l 0.2553,0.1209 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,122.6626 l 0.1495,-0.4059 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.6858,119.6059 l -2.1001,2.6663 l 1.1748,-0.1548 l 0.7935,0.8800 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7605,122.1173 l -0.0513,0.1394 l -0.2651,-0.0977 l 0.3164,-0.0417 l -0.0513,0.1394 l 0.2651,0.0977 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,137.5313 l 0.6649,-2.5265 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.9435,132.2727 l -1.8358,2.8547 l 1.1546,-0.2663 l 0.8739,0.8002 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.2623,134.8611 l -0.0378,0.1436 l -0.2732,-0.0719 l 0.3110,-0.0717 l -0.0378,0.1436 l 0.2732,0.0719 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,152.3999 l 1.2216,-7.7366 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 525.2218,141.8729 l -1.5394,3.0248 l 1.1220,-0.3811 l 0.9500,0.7082 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.8044,144.5166 l -0.0232,0.1467 l -0.2790,-0.0441 l 0.3022,-0.1026 l -0.0232,0.1467 l 0.2790,0.0441 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,167.2685 l 1.6823,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 525.4522,131.3116 l -1.7516,4.5601 l 1.5491,-0.7132 l 1.4657,0.8718 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 525.2497,135.1585 l -0.0078,0.1483 l -0.2821,-0.0148 l 0.2899,-0.1335 l -0.0078,0.1483 l 0.2821,0.0148 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,182.1372 l 1.6823,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 525.4522,218.0938 l 1.2632,-4.7187 l -1.4657,0.8718 l -1.5491,-0.7132 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 525.2497,214.2469 l -0.0078,-0.1483 l 0.2821,-0.0148 l -0.2743,0.1632 l -0.0078,-0.1483 l -0.2821,0.0148 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,197.0058 l 1.2216,7.7362 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 525.2218,207.5325 l 0.5325,-3.3520 l -0.9500,0.7082 l -1.1220,-0.3811 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.8043,204.8887 l -0.0232,-0.1467 l 0.2790,-0.0441 l -0.2559,0.1908 l -0.0232,-0.1467 l -0.2790,0.0441 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,211.8745 l 0.6648,2.5262 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.9434,217.1327 l 0.1927,-3.3886 l -0.8739,0.8002 l -1.1546,-0.2663 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.2622,214.5443 l -0.0378,-0.1436 l 0.2732,-0.0719 l -0.2354,0.2155 l -0.0378,-0.1436 l -0.2732,0.0719 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,226.7431 l 0.1494,0.4056 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.6857,229.7995 l -0.1319,-3.3915 l -0.7935,0.8800 l -1.1748,-0.1548 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7604,227.2881 l -0.0513,-0.1394 l 0.2651,-0.0977 l -0.2137,0.2370 l -0.0513,-0.1394 l -0.2651,0.0977 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,241.6118 l -0.3161,-0.6672 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.4530,243.4976 l -0.4341,-3.3662 l -0.7118,0.9473 l -1.1839,-0.0493 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3071,241.0788 l -0.0636,-0.1342 l 0.2553,-0.1209 l -0.1917,0.2552 l -0.0636,-0.1342 l -0.2553,0.1209 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,256.4804 l -0.7283,-1.2578 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.2469,257.6674 l -0.7098,-3.3190 l -0.6314,1.0027 l -1.1839,0.0484 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9057,255.3512 l -0.0744,-0.1285 l 0.2445,-0.1416 l -0.1701,0.2701 l -0.0744,-0.1285 l -0.2445,0.1416 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,271.3491 l -0.9345,-1.3657 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.2204,272.3148 l -0.9573,-3.2562 l -0.5542,1.0473 l -1.1769,0.1372 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7089,270.1059 l -0.0839,-0.1226 l 0.2331,-0.1595 l -0.1493,0.2821 l -0.0839,-0.1226 l -0.2331,0.1595 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,286.2177 l -1.0255,-1.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 524.2847,287.1361 l -1.1772,-3.1834 l -0.4815,1.0827 l -1.1648,0.2172 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6261,285.0355 l -0.0920,-0.1166 l 0.2217,-0.1751 l -0.1297,0.2916 l -0.0920,-0.1166 l -0.2217,0.1751 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,301.0863 l -1.1035,-1.2332 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.3399,301.9584 l -1.3709,-3.1048 l -0.4139,1.1103 l -1.1493,0.2885 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5551,299.9638 l -0.0990,-0.1107 l 0.2105,-0.1884 l -0.1115,0.2991 l -0.0990,-0.1107 l -0.2105,0.1884 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.5596,315.9550 l -1.1702,-1.1701 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 524.3871,316.7824 l -1.5411,-3.0240 l -0.3516,1.1315 l -1.1315,0.3518 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4944,314.8899 l -0.1050,-0.1050 l 0.1997,-0.1998 l -0.0947,0.3048 l -0.1050,-0.1050 l -0.1997,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,33.4508 l -1.2332,1.1035 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.5630,32.6705 l -3.1049,1.3708 l 1.1103,0.4139 l 0.2884,1.1493 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5684,34.4552 l -0.1107,0.0990 l -0.1884,-0.2105 l 0.2991,0.1115 l -0.1107,0.0990 l 0.1884,0.2105 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,48.3194 l -1.1701,1.1702 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.5184,47.4919 l -3.0241,1.5409 l 1.1315,0.3517 l 0.3517,1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6258,49.3845 l -0.1050,0.1050 l -0.1998,-0.1998 l 0.3048,0.0947 l -0.1050,0.1050 l 0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,63.1880 l -1.0949,1.2409 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.4652,62.3106 l -2.9221,1.7265 l 1.1513,0.2805 l 0.4216,1.1074 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6943,64.3176 l -0.0983,0.1114 l -0.2118,-0.1869 l 0.3101,0.0755 l -0.0983,0.1114 l 0.2118,0.1869 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,78.0567 l -1.0052,1.3146 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.4018,77.1271 l -2.7939,1.9270 l 1.1681,0.1991 l 0.4982,1.0751 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7759,79.2533 l -0.0902,0.1180 l -0.2244,-0.1716 l 0.3146,0.0536 l -0.0902,0.1180 l 0.2244,0.1716 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,92.9253 l -0.7192,1.1115 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.5065,91.6650 l -2.6341,2.1403 l 1.1801,0.1068 l 0.5810,1.0327 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0524,93.9121 l -0.0807,0.1247 l -0.2372,-0.1535 l 0.3179,0.0288 l -0.0807,0.1247 l 0.2372,0.1535 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,107.7940 l -0.2934,0.5542 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.7194,105.8514 l -2.4372,2.3621 l 1.1849,0.0034 l 0.6689,0.9780 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4670,108.2169 l -0.0695,0.1313 l -0.2497,-0.1322 l 0.3192,0.0009 l -0.0695,0.1313 l 0.2497,0.1322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,122.6626 l 0.1989,-0.4831 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.9655,119.5673 l -2.1989,2.5854 l 1.1798,-0.1105 l 0.7599,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 508.9464,122.0422 l -0.0566,0.1373 l -0.2612,-0.1076 l 0.3178,-0.0298 l -0.0566,0.1373 l 0.2612,0.1076 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,137.5313 l 0.7559,-2.5701 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 510.2440,132.2509 l -1.9170,2.8008 l 1.1618,-0.2330 l 0.8506,0.8249 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.4888,134.8187 l -0.0419,0.1425 l -0.2710,-0.0797 l 0.3129,-0.0628 l -0.0419,0.1425 l 0.2710,0.0797 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,152.3999 l 1.3683,-7.7534 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 510.5502,141.8644 l -1.5938,2.9965 l 1.1287,-0.3607 l 0.9370,0.7253 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 510.0851,144.5002 l -0.0258,0.1463 l -0.2782,-0.0491 l 0.3040,-0.0972 l -0.0258,0.1463 l 0.2782,0.0491 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,167.2685 l 1.8802,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 510.8062,131.3116 l -1.7804,4.5508 l 1.5541,-0.7038 l 1.4608,0.8812 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 510.5799,135.1586 l -0.0087,0.1483 l -0.2820,-0.0166 l 0.2907,-0.1317 l -0.0087,0.1483 l 0.2820,0.0166 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,182.1372 l 1.8802,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 510.8062,218.0938 l 1.2345,-4.7281 l -1.4608,0.8812 l -1.5541,-0.7038 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 510.5799,214.2469 l -0.0087,-0.1483 l 0.2820,-0.0166 l -0.2733,0.1649 l -0.0087,-0.1483 l -0.2820,0.0166 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,197.0058 l 1.3683,7.7530 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 510.5502,207.5409 l 0.4719,-3.3611 l -0.9370,0.7253 l -1.1287,-0.3607 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 510.0850,204.9051 l -0.0258,-0.1463 l 0.2782,-0.0491 l -0.2524,0.1954 l -0.0258,-0.1463 l -0.2782,0.0491 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,211.8745 l 0.7559,2.5697 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 510.2440,217.1545 l 0.0953,-3.3927 l -0.8506,0.8249 l -1.1618,-0.2330 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.4887,214.5867 l -0.0419,-0.1425 l 0.2710,-0.0797 l -0.2291,0.2222 l -0.0419,-0.1425 l -0.2710,0.0797 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,226.7431 l 0.1988,0.4828 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.9655,229.8381 l -0.2593,-3.3841 l -0.7598,0.9092 l -1.1798,-0.1105 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9463,227.3633 l -0.0566,-0.1373 l 0.2612,-0.1076 l -0.2047,0.2449 l -0.0566,-0.1373 l -0.2612,0.1076 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,241.6118 l -0.2936,-0.5545 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.7193,243.5540 l -0.5835,-3.3435 l -0.6689,0.9781 l -1.1849,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 508.4669,241.1886 l -0.0695,-0.1313 l 0.2497,-0.1322 l -0.1802,0.2634 l -0.0695,-0.1313 l -0.2497,0.1322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,256.4804 l -0.7194,-1.1117 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.5064,257.7405 l -0.8732,-3.2798 l -0.5810,1.0327 l -1.1801,0.1069 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0522,255.4934 l -0.0807,-0.1247 l 0.2372,-0.1535 l -0.1565,0.2782 l -0.0807,-0.1247 l -0.2372,0.1535 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,271.3491 l -1.0053,-1.3145 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.4018,272.2786 l -1.1278,-3.2012 l -0.4981,1.0751 l -1.1681,0.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 507.7759,270.1525 l -0.0902,-0.1180 l 0.2244,-0.1716 l -0.1342,0.2896 l -0.0902,-0.1180 l -0.2244,0.1716 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,286.2177 l -1.0950,-1.2408 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.4652,287.0951 l -1.3494,-3.1142 l -0.4216,1.1074 l -1.1512,0.2805 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6943,285.0883 l -0.0983,-0.1114 l 0.2118,-0.1869 l -0.1135,0.2983 l -0.0983,-0.1114 l -0.2118,0.1869 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,301.0863 l -1.1702,-1.1701 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.5184,301.9137 l -1.5411,-3.0240 l -0.3517,1.1315 l -1.1315,0.3518 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6257,300.0213 l -0.1050,-0.1050 l 0.1997,-0.1998 l -0.0947,0.3048 l -0.1050,-0.1050 l -0.1997,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.6909,315.9550 l -1.2333,-1.1034 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.5631,316.7352 l -1.7064,-2.9339 l -0.2883,1.1493 l -1.1102,0.4140 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5683,314.9506 l -0.1107,-0.0990 l 0.1884,-0.2105 l -0.0777,0.3096 l -0.1107,-0.0990 l -0.1884,0.2105 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,33.4508 l -1.2988,1.0254 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.7407,32.7256 l -3.1834,1.1770 l 1.0827,0.4815 l 0.2171,1.1649 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6400,34.3842 l -0.1166,0.0920 l -0.1751,-0.2217 l 0.2916,0.1297 l -0.1166,0.0920 l 0.1751,0.2217 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,48.3194 l -1.2409,1.0949 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.6997,47.5452 l -3.1143,1.3493 l 1.1074,0.4216 l 0.2805,1.1512 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6928,49.3160 l -0.1114,0.0983 l -0.1869,-0.2118 l 0.2983,0.1136 l -0.1114,0.0983 l 0.1869,0.2118 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,63.1880 l -1.1701,1.1702 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.6497,62.3606 l -3.0241,1.5409 l 1.1315,0.3517 l 0.3517,1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7572,64.2532 l -0.1050,0.1050 l -0.1998,-0.1998 l 0.3048,0.0947 l -0.1050,0.1050 l 0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,78.0567 l -1.0368,1.1963 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.6357,77.1181 l -2.9066,1.7524 l 1.1537,0.2702 l 0.4315,1.1036 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8828,79.1408 l -0.0973,0.1122 l -0.2135,-0.1850 l 0.3108,0.0728 l -0.0973,0.1122 l 0.2135,0.1850 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,92.9253 l -0.6777,0.9241 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.8153,91.5713 l -2.7546,1.9828 l 1.1718,0.1756 l 0.5197,1.0649 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2325,93.7296 l -0.0878,0.1198 l -0.2278,-0.1671 l 0.3156,0.0473 l -0.0878,0.1198 l 0.2278,0.1671 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,107.7940 l -0.2434,0.4056 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.0324,105.7771 l -2.5601,2.2283 l 1.1830,0.0668 l 0.6157,1.0124 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6553,108.0722 l -0.0764,0.1274 l -0.2422,-0.1453 l 0.3187,0.0180 l -0.0764,0.1274 l 0.2422,0.1453 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,122.6626 l 0.2742,-0.5876 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.2912,119.5150 l -2.3155,2.4815 l 1.1836,-0.0561 l 0.7172,0.9432 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.1593,121.9404 l -0.0628,0.1346 l -0.2560,-0.1195 l 0.3188,-0.0151 l -0.0628,0.1346 l 0.2560,0.1195 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,137.5313 l 0.8768,-2.6305 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.5925,132.2207 l -2.0158,2.7306 l 1.1694,-0.1914 l 0.8206,0.8548 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.7461,134.7599 l -0.0470,0.1409 l -0.2680,-0.0893 l 0.3150,-0.0516 l -0.0470,0.1409 l 0.2680,0.0893 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,152.3999 l 1.5555,-7.7772 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.9318,141.8526 l -1.6615,2.9595 l 1.1366,-0.3350 l 0.9203,0.7464 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.4069,144.4771 l -0.0291,0.1456 l -0.2770,-0.0554 l 0.3061,-0.0902 l -0.0291,0.1456 l 0.2770,0.0554 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,167.2685 l 2.1309,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 496.2195,131.3116 l -1.8168,4.5391 l 1.5603,-0.6920 l 1.4546,0.8930 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.9630,135.1586 l -0.0099,0.1482 l -0.2819,-0.0188 l 0.2918,-0.1294 l -0.0099,0.1482 l 0.2819,0.0188 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,182.1372 l 2.1309,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 496.2195,218.0938 l 1.1982,-4.7400 l -1.4546,0.8930 l -1.5603,-0.6920 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.9630,214.2468 l -0.0099,-0.1482 l 0.2819,-0.0188 l -0.2720,0.1670 l -0.0099,-0.1482 l -0.2819,0.0188 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,197.0058 l 1.5554,7.7768 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.9318,207.5528 l 0.3954,-3.3709 l -0.9203,0.7464 l -1.1366,-0.3350 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.4069,204.9283 l -0.0291,-0.1456 l 0.2770,-0.0554 l -0.2479,0.2010 l -0.0291,-0.1456 l -0.2770,0.0554 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,211.8745 l 0.8768,2.6301 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.5925,217.1846 l -0.0258,-3.3939 l -0.8206,0.8548 l -1.1694,-0.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 494.7460,214.6455 l -0.0470,-0.1409 l 0.2680,-0.0893 l -0.2210,0.2302 l -0.0470,-0.1409 l -0.2680,0.0893 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,226.7431 l 0.2741,0.5873 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.2911,229.8904 l -0.4147,-3.3686 l -0.7172,0.9432 l -1.1836,-0.0561 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.1592,227.4650 l -0.0628,-0.1346 l 0.2560,-0.1195 l -0.1932,0.2541 l -0.0628,-0.1346 l -0.2560,0.1195 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,241.6118 l -0.2435,-0.4059 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.0323,243.6283 l -0.7615,-3.3075 l -0.6156,1.0124 l -1.1830,0.0668 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6552,241.3332 l -0.0764,-0.1274 l 0.2422,-0.1454 l -0.1658,0.2727 l -0.0764,-0.1274 l -0.2422,0.1454 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,256.4804 l -0.6779,-0.9243 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.8152,257.8342 l -1.0633,-3.2232 l -0.5196,1.0649 l -1.1718,0.1756 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2323,255.6759 l -0.0878,-0.1198 l 0.2278,-0.1671 l -0.1400,0.2868 l -0.0878,-0.1198 l -0.2278,0.1671 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,271.3491 l -1.0371,-1.1965 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.6356,272.2873 l -1.3216,-3.1261 l -0.4314,1.1036 l -1.1537,0.2703 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8825,270.2648 l -0.0973,-0.1122 l 0.2135,-0.1850 l -0.1162,0.2973 l -0.0973,-0.1122 l -0.2135,0.1850 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,286.2177 l -1.1702,-1.1701 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.6498,287.0451 l -1.5410,-3.0240 l -0.3517,1.1315 l -1.1315,0.3518 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7571,285.1526 l -0.1050,-0.1050 l 0.1997,-0.1998 l -0.0947,0.3048 l -0.1050,-0.1050 l -0.1997,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,301.0863 l -1.2409,-1.0948 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.6998,301.8605 l -1.7267,-2.9220 l -0.2804,1.1513 l -1.1073,0.4217 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6927,300.0898 l -0.1114,-0.0983 l 0.1869,-0.2118 l -0.0755,0.3101 l -0.1114,-0.0983 l -0.1869,0.2118 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.8223,315.9550 l -1.2989,-1.0253 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.7408,316.6800 l -1.8838,-2.8232 l -0.2170,1.1649 l -1.0826,0.4816 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6399,315.0217 l -0.1166,-0.0920 l 0.1750,-0.2217 l -0.0585,0.3138 l -0.1166,-0.0920 l -0.1750,0.2217 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,33.4508 l -1.3657,0.9345 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 479.9194,32.7899 l -3.2562,0.9572 l 1.0473,0.5542 l 0.1372,1.1770 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7105,34.3014 l -0.1226,0.0839 l -0.1595,-0.2331 l 0.2821,0.1493 l -0.1226,0.0839 l 0.1595,0.2331 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,48.3194 l -1.3145,1.0053 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 479.8832,47.6085 l -3.2012,1.1277 l 1.0751,0.4982 l 0.1991,1.1681 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7571,49.2344 l -0.1180,0.0902 l -0.1716,-0.2244 l 0.2896,0.1342 l -0.1180,0.0902 l 0.1716,0.2244 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,63.1880 l -1.1963,1.0368 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 479.8922,62.3746 l -3.1262,1.3215 l 1.1036,0.4314 l 0.2702,1.1537 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8696,64.1276 l -0.1122,0.0973 l -0.1850,-0.2135 l 0.2973,0.1162 l -0.1122,0.0973 l 0.1850,0.2135 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,78.0567 l -0.9218,0.9218 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.0294,76.9809 l -3.0241,1.5409 l 1.1315,0.3517 l 0.3517,1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1369,78.8735 l -0.1050,0.1050 l -0.1998,-0.1998 l 0.3048,0.0947 l -0.1050,0.1050 l 0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,92.9253 l -0.5763,0.6810 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.2022,91.4498 l -2.8857,1.7867 l 1.1568,0.2565 l 0.4445,1.0984 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4733,93.4930 l -0.0959,0.1134 l -0.2157,-0.1825 l 0.3116,0.0691 l -0.0959,0.1134 l 0.2157,0.1825 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,107.7940 l -0.1427,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 480.4190,105.6774 l -2.6997,2.0570 l 1.1762,0.1436 l 0.5485,1.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 478.8955,107.8780 l -0.0845,0.1221 l -0.2323,-0.1608 l 0.3168,0.0387 l -0.0845,0.1221 l 0.2323,0.1608 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,122.6626 l 0.3946,-0.7329 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.6876,119.4424 l -2.4538,2.3448 l 1.1849,0.0118 l 0.6620,0.9827 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 479.4187,121.7990 l -0.0704,0.1308 l -0.2487,-0.1339 l 0.3192,0.0032 l -0.0704,0.1308 l 0.2487,0.1339 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,137.5313 l 1.0451,-2.7171 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 481.0129,132.1774 l -2.1377,2.6362 l 1.1768,-0.1381 l 0.7810,0.8911 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.0520,134.6755 l -0.0533,0.1386 l -0.2637,-0.1014 l 0.3170,-0.0372 l -0.0533,0.1386 l 0.2637,0.1014 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,152.3999 l 1.8028,-7.8121 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 481.3918,141.8351 l -1.7478,2.9094 l 1.1459,-0.3014 l 0.8980,0.7731 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.7899,144.4431 l -0.0334,0.1447 l -0.2753,-0.0635 l 0.3087,-0.0812 l -0.0334,0.1447 l 0.2753,0.0635 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,167.2685 l 2.4587,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 481.7197,131.3116 l -1.8644,4.5237 l 1.5685,-0.6766 l 1.4466,0.9085 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4237,135.1587 l -0.0114,0.1481 l -0.2817,-0.0217 l 0.2931,-0.1264 l -0.0114,0.1481 l 0.2817,0.0217 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,182.1372 l 2.4587,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 481.7197,218.0938 l 1.1506,-4.7556 l -1.4465,0.9085 l -1.5685,-0.6766 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4237,214.2467 l -0.0114,-0.1481 l 0.2817,-0.0217 l -0.2703,0.1698 l -0.0114,-0.1481 l -0.2817,0.0217 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,197.0058 l 1.8028,7.8118 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 481.3917,207.5703 l 0.2961,-3.3811 l -0.8980,0.7731 l -1.1459,-0.3014 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.7899,204.9623 l -0.0334,-0.1447 l 0.2753,-0.0635 l -0.2419,0.2082 l -0.0334,-0.1447 l -0.2753,0.0635 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,211.8745 l 1.0450,2.7168 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 481.0128,217.2280 l -0.1799,-3.3893 l -0.7809,0.8912 l -1.1768,-0.1381 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.0520,214.7299 l -0.0533,-0.1386 l 0.2637,-0.1014 l -0.2104,0.2400 l -0.0533,-0.1386 l -0.2637,0.1014 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,226.7431 l 0.3945,0.7326 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.6876,229.9630 l -0.6070,-3.3393 l -0.6620,0.9827 l -1.1849,0.0118 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 479.4186,227.6065 l -0.0704,-0.1308 l 0.2487,-0.1339 l -0.1783,0.2647 l -0.0704,-0.1308 l -0.2487,0.1339 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,241.6118 l -0.1429,-0.2064 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.4189,243.7280 l -0.9752,-3.2509 l -0.5484,1.0504 l -1.1762,0.1437 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8953,241.5275 l -0.0845,-0.1221 l 0.2323,-0.1608 l -0.1477,0.2829 l -0.0845,-0.1221 l -0.2323,0.1608 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,256.4804 l -0.5765,-0.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 480.2021,257.9557 l -1.2845,-3.1416 l -0.4444,1.0984 l -1.1568,0.2566 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4731,255.9126 l -0.0959,-0.1134 l 0.2157,-0.1825 l -0.1197,0.2959 l -0.0959,-0.1134 l -0.2157,0.1825 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,271.3491 l -0.9221,-0.9220 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.0293,272.4246 l -1.5410,-3.0240 l -0.3517,1.1315 l -1.1315,0.3518 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1366,270.5321 l -0.1050,-0.1050 l 0.1998,-0.1998 l -0.0947,0.3048 l -0.1050,-0.1050 l -0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,286.2177 l -1.1966,-1.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 479.8921,287.0309 l -1.7526,-2.9065 l -0.2702,1.1537 l -1.1036,0.4315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8693,285.2781 l -0.1122,-0.0973 l 0.1850,-0.2135 l -0.0728,0.3108 l -0.1122,-0.0973 l -0.1850,0.2135 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,301.0863 l -1.3146,-1.0052 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 479.8832,301.7971 l -1.9272,-2.7938 l -0.1990,1.1681 l -1.0751,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 477.7570,300.1714 l -0.1180,-0.0902 l 0.1716,-0.2244 l -0.0536,0.3146 l -0.1180,-0.0902 l -0.1716,0.2244 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 478.9537,315.9550 l -1.3658,-0.9344 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 479.9195,316.6157 l -2.0719,-2.6882 l -0.1371,1.1770 l -1.0473,0.5543 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7104,315.1045 l -0.1226,-0.0839 l 0.1595,-0.2332 l -0.0369,0.3170 l -0.1226,-0.0839 l -0.1595,0.2332 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,33.4508 l -1.2575,0.7281 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 465.2723,32.7633 l -3.3190,0.7097 l 1.0027,0.6314 l 0.0483,1.1839 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9560,34.1044 l -0.1285,0.0744 l -0.1416,-0.2445 l 0.2701,0.1701 l -0.1285,0.0744 l 0.1416,0.2445 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,48.3194 l -1.1115,0.7192 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 465.3453,47.5039 l -3.2798,0.8731 l 1.0327,0.5810 l 0.1069,1.1801 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0982,48.9579 l -0.1247,0.0807 l -0.1535,-0.2372 l 0.2782,0.1565 l -0.1247,0.0807 l 0.1535,0.2372 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,63.1880 l -0.9241,0.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 465.4390,62.1951 l -3.2232,1.0632 l 1.0649,0.5197 l 0.1756,1.1718 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2807,63.7779 l -0.1198,0.0878 l -0.1671,-0.2278 l 0.2868,0.1400 l -0.1198,0.0878 l 0.1671,0.2278 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,78.0567 l -0.6810,0.5763 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 465.5606,76.8081 l -3.1416,1.2844 l 1.0984,0.4445 l 0.2566,1.1568 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5174,78.5370 l -0.1134,0.0959 l -0.1825,-0.2157 l 0.2959,0.1197 l -0.1134,0.0959 l 0.1825,0.2157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,92.9253 l -0.3631,0.3631 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 465.7195,91.2908 l -3.0241,1.5409 l 1.1315,0.3517 l 0.3517,1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8270,93.1834 l -0.1050,0.1050 l -0.1998,-0.1998 l 0.3048,0.0947 l -0.1050,0.1050 l 0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,107.7940 l 0.0543,-0.0664 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 465.9282,105.5411 l -2.8558,1.8341 l 1.1609,0.2374 l 0.4626,1.0909 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.2333,107.6127 l -0.0940,0.1149 l -0.2186,-0.1789 l 0.3127,0.0639 l -0.0940,0.1149 l 0.2186,0.1789 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,122.6626 l 0.5987,-0.9409 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 466.2004,119.3384 l -2.6178,2.1602 l 1.1809,0.0979 l 0.5888,1.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 464.7635,121.5965 l -0.0797,0.1253 l -0.2383,-0.1517 l 0.3181,0.0264 l -0.0797,0.1253 l 0.2383,0.1517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,137.5313 l 1.2941,-2.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 466.5481,132.1125 l -2.2905,2.5046 l 1.1830,-0.0680 l 0.7266,0.9360 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4405,134.5491 l -0.0615,0.1352 l -0.2572,-0.1169 l 0.3186,-0.0183 l -0.0615,0.1352 l 0.2572,0.1169 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,152.3999 l 2.1455,-7.8665 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 466.9738,141.8079 l -1.8612,2.8382 l 1.1569,-0.2560 l 0.8668,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 466.2695,144.3901 l -0.0391,0.1433 l -0.2725,-0.0743 l 0.3116,-0.0690 l -0.0391,0.1433 l 0.2725,0.0743 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,167.2685 l 2.9057,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 467.3539,131.3116 l -1.9294,4.5028 l 1.5796,-0.6555 l 1.4355,0.9296 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0042,135.1589 l -0.0134,0.1479 l -0.2813,-0.0256 l 0.2948,-0.1223 l -0.0134,0.1479 l 0.2813,0.0256 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,182.1372 l 2.9057,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 467.3539,218.0938 l 1.0858,-4.7769 l -1.4355,0.9296 l -1.5796,-0.6555 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0042,214.2465 l -0.0134,-0.1479 l 0.2813,-0.0256 l -0.2679,0.1735 l -0.0134,-0.1479 l -0.2813,0.0256 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,197.0058 l 2.1454,7.8662 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 466.9738,207.5975 l 0.1625,-3.3901 l -0.8668,0.8079 l -1.1569,-0.2560 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2695,205.0153 l -0.0391,-0.1433 l 0.2725,-0.0743 l -0.2335,0.2176 l -0.0391,-0.1433 l -0.2725,0.0743 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,211.8745 l 1.2940,2.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 466.5481,217.2929 l -0.3810,-3.3726 l -0.7266,0.9360 l -1.1830,-0.0679 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4405,214.8563 l -0.0615,-0.1352 l 0.2572,-0.1169 l -0.1957,0.2521 l -0.0615,-0.1352 l -0.2572,0.1169 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,226.7431 l 0.5986,0.9406 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 466.2004,230.0670 l -0.8482,-3.2863 l -0.5888,1.0283 l -1.1809,0.0979 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.7633,227.8090 l -0.0797,-0.1253 l 0.2383,-0.1517 l -0.1586,0.2770 l -0.0797,-0.1253 l -0.2383,0.1517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,241.6118 l 0.0541,0.0661 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 465.9281,243.8643 l -1.2324,-3.1624 l -0.4625,1.0909 l -1.1609,0.2374 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.2332,241.7928 l -0.0941,-0.1149 l 0.2186,-0.1789 l -0.1246,0.2938 l -0.0941,-0.1149 l -0.2186,0.1789 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,256.4804 l -0.3633,-0.3632 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 465.7194,258.1147 l -1.5410,-3.0240 l -0.3517,1.1315 l -1.1315,0.3518 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8268,256.2222 l -0.1050,-0.1050 l 0.1998,-0.1998 l -0.0947,0.3048 l -0.1050,-0.1050 l -0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,271.3491 l -0.6812,-0.5764 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 465.5604,272.5974 l -1.7868,-2.8856 l -0.2565,1.1568 l -1.0984,0.4445 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5171,270.8686 l -0.1134,-0.0959 l 0.1825,-0.2157 l -0.0691,0.3116 l -0.1134,-0.0959 l -0.1825,0.2157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,286.2177 l -0.9243,-0.6778 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 465.4389,287.2105 l -1.9829,-2.7545 l -0.1755,1.1719 l -1.0649,0.5197 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2805,285.6278 l -0.1198,-0.0878 l 0.1671,-0.2278 l -0.0473,0.3156 l -0.1198,-0.0878 l -0.1671,0.2278 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,301.0863 l -1.1117,-0.7192 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 465.3452,301.9017 l -2.1404,-2.6340 l -0.1068,1.1801 l -1.0327,0.5811 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0980,300.4478 l -0.1247,-0.0807 l 0.1535,-0.2372 l -0.0288,0.3179 l -0.1247,-0.0807 l -0.1535,0.2372 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.0850,315.9550 l -1.2578,-0.7281 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 465.2722,316.6422 l -2.2682,-2.5249 l -0.0482,1.1839 l -1.0027,0.6315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9558,315.3013 l -0.1285,-0.0744 l 0.1415,-0.2445 l -0.0130,0.3189 l -0.1285,-0.0744 l -0.1415,0.2445 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,33.4508 l -0.6669,0.3159 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 451.1025,32.5573 l -3.3662,0.4341 l 0.9473,0.7118 l -0.0493,1.1839 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6837,33.7031 l -0.1342,0.0636 l -0.1209,-0.2553 l 0.2552,0.1917 l -0.1342,0.0636 l 0.1209,0.2553 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,48.3194 l -0.5542,0.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 451.1589,47.2909 l -3.3435,0.5834 l 0.9781,0.6689 l 0.0034,1.1849 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7934,48.5433 l -0.1313,0.0695 l -0.1322,-0.2497 l 0.2634,0.1802 l -0.1313,0.0695 l 0.1322,0.2497 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,63.1880 l -0.4056,0.2434 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 451.2332,61.9779 l -3.3075,0.7615 l 1.0124,0.6156 l 0.0668,1.1830 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9381,63.3550 l -0.1274,0.0764 l -0.1454,-0.2422 l 0.2727,0.1658 l -0.1274,0.0764 l 0.1454,0.2422 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,78.0567 l -0.2062,0.1427 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 451.3329,76.5913 l -3.2509,0.9751 l 1.0504,0.5485 l 0.1437,1.1762 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1323,78.1149 l -0.1221,0.0845 l -0.1608,-0.2323 l 0.2829,0.1477 l -0.1221,0.0845 l 0.1608,0.2323 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,92.9253 l 0.0663,-0.0543 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 451.4692,91.0821 l -3.1624,1.2323 l 1.0909,0.4626 l 0.2374,1.1609 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3977,92.7770 l -0.1149,0.0941 l -0.1789,-0.2186 l 0.2938,0.1246 l -0.1149,0.0941 l 0.1789,0.2186 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,107.7940 l 0.4440,-0.4441 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 451.6580,105.3523 l -3.0241,1.5409 l 1.1315,0.3517 l 0.3517,1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7654,107.2449 l -0.1050,0.1050 l -0.1998,-0.1998 l 0.3048,0.0947 l -0.1050,0.1050 l 0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,122.6626 l 0.9704,-1.2477 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 451.9212,119.1850 l -2.8096,1.9041 l 1.1664,0.2087 l 0.4894,1.0792 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 450.2780,121.2977 l -0.0912,0.1172 l -0.2230,-0.1734 l 0.3142,0.0562 l -0.0912,0.1172 l 0.2230,0.1734 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,137.5313 l 1.6953,-3.0515 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 452.2836,132.0102 l -2.4844,2.3124 l 1.1846,0.0273 l 0.6490,0.9914 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 450.9838,134.3499 l -0.0721,0.1298 l -0.2470,-0.1372 l 0.3191,0.0074 l -0.0721,0.1298 l 0.2470,0.1372 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,152.3999 l 2.6525,-7.9574 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 452.7622,141.7625 l -2.0158,2.7306 l 1.1694,-0.1914 l 0.8206,0.8548 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9158,144.3016 l -0.0470,0.1409 l -0.2680,-0.0893 l 0.3150,-0.0516 l -0.0470,0.1409 l 0.2680,0.0893 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,167.2685 l 3.5514,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.2117,131.3116 l -2.0233,4.4727 l 1.5958,-0.6251 l 1.4196,0.9602 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7842,135.1592 l -0.0164,0.1476 l -0.2808,-0.0312 l 0.2972,-0.1164 l -0.0164,0.1476 l 0.2808,0.0312 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,182.1372 l 3.5514,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.2117,218.0938 l 0.9921,-4.8077 l -1.4196,0.9602 l -1.5958,-0.6251 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7842,214.2462 l -0.0164,-0.1476 l 0.2808,-0.0312 l -0.2644,0.1788 l -0.0164,-0.1476 l -0.2808,0.0312 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,197.0058 l 2.6524,7.9570 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 452.7622,207.6429 l -0.0258,-3.3939 l -0.8206,0.8548 l -1.1694,-0.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 451.9158,205.1038 l -0.0470,-0.1409 l 0.2680,-0.0893 l -0.2210,0.2302 l -0.0470,-0.1409 l -0.2680,0.0893 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,211.8745 l 1.6952,3.0512 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 452.2836,217.3952 l -0.6509,-3.3310 l -0.6490,0.9914 l -1.1846,0.0274 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 450.9837,215.0555 l -0.0721,-0.1298 l 0.2470,-0.1372 l -0.1748,0.2670 l -0.0721,-0.1298 l -0.2470,0.1372 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,226.7431 l 0.9703,1.2474 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 451.9211,230.2205 l -1.1540,-3.1918 l -0.4893,1.0792 l -1.1664,0.2087 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 450.2778,228.1078 l -0.0912,-0.1172 l 0.2230,-0.1734 l -0.1318,0.2907 l -0.0912,-0.1172 l -0.2230,0.1734 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,241.6118 l 0.4439,0.4438 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 451.6579,244.0532 l -1.5410,-3.0241 l -0.3517,1.1315 l -1.1315,0.3518 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7653,242.1606 l -0.1050,-0.1050 l 0.1998,-0.1998 l -0.0947,0.3048 l -0.1050,-0.1050 l -0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,256.4804 l 0.0662,0.0541 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 451.4691,258.3234 l -1.8342,-2.8557 l -0.2373,1.1609 l -1.0909,0.4626 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3975,256.6286 l -0.1150,-0.0940 l 0.1789,-0.2187 l -0.0639,0.3127 l -0.1150,-0.0940 l -0.1789,0.2187 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,271.3491 l -0.2064,-0.1429 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 451.3328,272.8142 l -2.0571,-2.6996 l -0.1436,1.1762 l -1.0503,0.5485 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1321,271.2907 l -0.1221,-0.0845 l 0.1608,-0.2323 l -0.0387,0.3168 l -0.1221,-0.0845 l -0.1608,0.2323 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,286.2177 l -0.4058,-0.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 451.2331,287.4276 l -2.2284,-2.5600 l -0.0667,1.1830 l -1.0124,0.6157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9379,286.0507 l -0.1274,-0.0764 l 0.1453,-0.2423 l -0.0180,0.3187 l -0.1274,-0.0764 l -0.1453,0.2423 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,301.0863 l -0.5544,-0.2935 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 451.1588,302.1146 l -2.3622,-2.4371 l -0.0034,1.1849 l -0.9780,0.6690 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7933,300.8624 l -0.1313,-0.0695 l 0.1322,-0.2497 l -0.0009,0.3192 l -0.1313,-0.0695 l -0.1322,0.2497 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 449.2164,315.9550 l -0.6671,-0.3159 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 451.1024,316.8483 l -2.4683,-2.3296 l 0.0494,1.1839 l -0.9473,0.7118 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6835,315.7026 l -0.1342,-0.0636 l 0.1209,-0.2553 l 0.0133,0.3189 l -0.1342,-0.0636 l -0.1209,0.2553 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,33.4508 l 0.4059,-0.1495 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.4044,32.3245 l -3.3915,0.1318 l 0.8800,0.7935 l -0.1548,1.1748 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8930,33.2499 l -0.1394,0.0513 l -0.0977,-0.2651 l 0.2370,0.2137 l -0.1394,0.0513 l 0.0977,0.2651 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,48.3194 l 0.4831,-0.1989 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.4430,47.0448 l -3.3841,0.2593 l 0.9092,0.7599 l -0.1105,1.1798 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9681,48.0639 l -0.1373,0.0566 l -0.1076,-0.2612 l 0.2449,0.2047 l -0.1373,0.0566 l 0.1076,0.2612 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,63.1880 l 0.5876,-0.2742 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.4953,61.7191 l -3.3686,0.4147 l 0.9432,0.7172 l -0.0561,1.1836 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0699,62.8510 l -0.1346,0.0628 l -0.1195,-0.2560 l 0.2541,0.1932 l -0.1346,0.0628 l 0.1195,0.2560 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,78.0567 l 0.7329,-0.3946 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.5679,76.3227 l -3.3393,0.6070 l 0.9827,0.6620 l 0.0118,1.1849 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2113,77.5916 l -0.1308,0.0704 l -0.1339,-0.2487 l 0.2647,0.1783 l -0.1308,0.0704 l 0.1339,0.2487 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,92.9253 l 0.9408,-0.5987 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.6719,90.8099 l -3.2863,0.8482 l 1.0283,0.5888 l 0.0979,1.1809 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4139,92.2469 l -0.1253,0.0797 l -0.1517,-0.2383 l 0.2770,0.1586 l -0.1253,0.0797 l 0.1517,0.2383 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,107.7940 l 1.2477,-0.9704 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.8253,105.0891 l -3.1919,1.1539 l 1.0792,0.4893 l 0.2087,1.1664 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7126,106.7324 l -0.1172,0.0912 l -0.1734,-0.2230 l 0.2907,0.1318 l -0.1172,0.0912 l 0.1734,0.2230 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,122.6626 l 1.7124,-1.7124 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.0577,118.9526 l -3.0241,1.5409 l 1.1315,0.3517 l 0.3517,1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1651,120.8452 l -0.1050,0.1050 l -0.1998,-0.1998 l 0.3048,0.0947 l -0.1050,0.1050 l 0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,137.5313 l 2.4235,-3.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 438.4132,131.8395 l -2.7296,2.0171 l 1.1739,0.1609 l 0.5330,1.0583 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8576,134.0175 l -0.0863,0.1209 l -0.2299,-0.1642 l 0.3162,0.0433 l -0.0863,0.1209 l 0.2299,0.1642 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,152.3999 l 3.4819,-8.1243 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.9424,141.6790 l -2.2356,2.5538 l 1.1812,-0.0937 l 0.7468,0.9200 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8881,144.1391 l -0.0585,0.1365 l -0.2597,-0.1113 l 0.3182,-0.0252 l -0.0585,0.1365 l 0.2597,0.1113 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,167.2685 l 4.5660,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.4845,131.3116 l -2.1709,4.4255 l 1.6212,-0.5773 l 1.3947,1.0082 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9348,135.1598 l -0.0210,0.1470 l -0.2797,-0.0400 l 0.3007,-0.1071 l -0.0210,0.1470 l 0.2797,0.0400 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,182.1372 l 4.5660,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.4845,218.0938 l 0.8449,-4.8563 l -1.3947,1.0082 l -1.6212,-0.5773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9348,214.2457 l -0.0210,-0.1470 l 0.2797,-0.0400 l -0.2587,0.1870 l -0.0210,-0.1470 l -0.2797,0.0400 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,197.0058 l 3.4818,8.1239 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.9424,207.7264 l -0.3076,-3.3801 l -0.7468,0.9200 l -1.1812,-0.0936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8880,205.2663 l -0.0585,-0.1365 l 0.2597,-0.1113 l -0.2012,0.2478 l -0.0585,-0.1365 l -0.2597,0.1113 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,211.8745 l 2.4234,3.3926 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.4132,217.5659 l -1.0228,-3.2363 l -0.5329,1.0583 l -1.1739,0.1609 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8575,215.3880 l -0.0863,-0.1209 l 0.2299,-0.1642 l -0.1436,0.2851 l -0.0863,-0.1209 l -0.2299,0.1642 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,226.7431 l 1.7122,1.7121 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.0576,230.4528 l -1.5409,-3.0241 l -0.3517,1.1315 l -1.1315,0.3518 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1650,228.5603 l -0.1050,-0.1050 l 0.1998,-0.1998 l -0.0947,0.3048 l -0.1050,-0.1050 l -0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,241.6118 l 1.2475,0.9702 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.8253,244.3164 l -1.9041,-2.8096 l -0.2086,1.1664 l -1.0791,0.4894 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7125,242.6732 l -0.1172,-0.0912 l 0.1734,-0.2230 l -0.0562,0.3142 l -0.1172,-0.0912 l -0.1734,0.2230 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,256.4804 l 0.9407,0.5986 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.6718,258.5956 l -2.1603,-2.6178 l -0.0979,1.1809 l -1.0283,0.5888 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4137,257.1587 l -0.1253,-0.0797 l 0.1517,-0.2383 l -0.0264,0.3181 l -0.1253,-0.0797 l -0.1517,0.2383 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,271.3491 l 0.7327,0.3945 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.5679,273.0828 l -2.3449,-2.4537 l -0.0117,1.1849 l -0.9827,0.6621 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2112,271.8140 l -0.1308,-0.0704 l 0.1339,-0.2487 l -0.0032,0.3192 l -0.1308,-0.0704 l -0.1339,0.2487 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,286.2177 l 0.5875,0.2741 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.4952,287.6864 l -2.4816,-2.3154 l 0.0562,1.1836 l -0.9432,0.7173 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0698,286.5546 l -0.1346,-0.0628 l 0.1195,-0.2560 l 0.0151,0.3188 l -0.1346,-0.0628 l -0.1195,0.2560 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,301.0863 l 0.4830,0.1988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.4430,302.3607 l -2.5855,-2.1988 l 0.1106,1.1798 l -0.9092,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 434.9680,301.3417 l -0.1373,-0.0565 l 0.1076,-0.2612 l 0.0298,0.3178 l -0.1373,-0.0565 l -0.1076,0.2612 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.3477,315.9550 l 0.4058,0.1495 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.4044,317.0810 l -2.6664,-2.1000 l 0.1549,1.1748 l -0.8799,0.7936 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8928,316.1558 l -0.1394,-0.0513 l 0.0977,-0.2651 l 0.0417,0.3164 l -0.1394,-0.0513 l -0.0977,0.2651 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,33.4508 l 2.5265,-0.6649 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 424.7376,32.0668 l -3.3886,-0.1927 l 0.8002,0.8739 l -0.2663,1.1546 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1492,32.7480 l -0.1436,0.0378 l -0.0719,-0.2732 l 0.2155,0.2354 l -0.1436,0.0378 l 0.0719,0.2732 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,48.3194 l 2.5700,-0.7559 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 424.7594,46.7663 l -3.3927,-0.0953 l 0.8249,0.8506 l -0.2330,1.1618 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1916,47.5215 l -0.1425,0.0419 l -0.0797,-0.2710 l 0.2222,0.2291 l -0.1425,0.0419 l 0.0797,0.2710 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,63.1880 l 2.6304,-0.8768 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 424.7895,61.4178 l -3.3939,0.0258 l 0.8548,0.8206 l -0.1914,1.1694 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2504,62.2642 l -0.1409,0.0470 l -0.0893,-0.2680 l 0.2302,0.2210 l -0.1409,0.0470 l 0.0893,0.2680 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,78.0567 l 2.7171,-1.0451 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 424.8329,75.9974 l -3.3893,0.1799 l 0.8912,0.7810 l -0.1381,1.1768 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3348,76.9583 l -0.1386,0.0533 l -0.1014,-0.2637 l 0.2400,0.2104 l -0.1386,0.0533 l 0.1014,0.2637 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,92.9253 l 2.8469,-1.2941 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 424.8978,90.4622 l -3.3726,0.3810 l 0.9360,0.7266 l -0.0680,1.1830 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4612,91.5698 l -0.1352,0.0615 l -0.1169,-0.2572 l 0.2521,0.1957 l -0.1352,0.0615 l 0.1169,0.2572 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,107.7940 l 3.0515,-1.6953 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.0001,104.7267 l -3.3310,0.6508 l 0.9914,0.6490 l 0.0274,1.1846 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6604,106.0265 l -0.1298,0.0721 l -0.1372,-0.2470 l 0.2670,0.1748 l -0.1298,0.0721 l 0.1372,0.2470 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,122.6626 l 3.3929,-2.4235 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.1708,118.5970 l -3.2363,1.0228 l 1.0583,0.5330 l 0.1609,1.1739 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9928,120.1528 l -0.1209,0.0863 l -0.1642,-0.2299 l 0.2851,0.1436 l -0.1209,0.0863 l 0.1642,0.2299 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,137.5313 l 3.9953,-3.9954 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.4720,131.5383 l -3.0241,1.5409 l 1.1315,0.3517 l 0.3517,1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5794,133.4309 l -0.1050,0.1050 l -0.1998,-0.1998 l 0.3048,0.0947 l -0.1050,0.1050 l 0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,152.3999 l 5.0836,-8.4726 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.0161,141.5048 l -2.5601,2.2283 l 1.1830,0.0668 l 0.6157,1.0124 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6391,143.7999 l -0.0764,0.1274 l -0.2422,-0.1453 l 0.3187,0.0180 l -0.0764,0.1274 l 0.2422,0.1453 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,167.2685 l 6.3924,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.6705,131.3116 l -2.4370,4.3409 l 1.6671,-0.4914 l 1.3499,1.0948 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9006,135.1612 l -0.0291,0.1456 l -0.2770,-0.0554 l 0.3061,-0.0902 l -0.0291,0.1456 l 0.2770,0.0554 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,182.1372 l 6.3924,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.6705,218.0938 l 0.5799,-4.9443 l -1.3499,1.0947 l -1.6671,-0.4913 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9006,214.2443 l -0.0291,-0.1456 l 0.2770,-0.0554 l -0.2479,0.2010 l -0.0291,-0.1456 l -0.2770,0.0554 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,197.0058 l 5.0835,8.4723 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.0161,207.9005 l -0.7614,-3.3075 l -0.6156,1.0124 l -1.1830,0.0668 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6390,205.6055 l -0.0764,-0.1274 l 0.2422,-0.1454 l -0.1658,0.2727 l -0.0764,-0.1274 l -0.2422,0.1454 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,211.8745 l 3.9952,3.9951 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.4719,217.8671 l -1.5409,-3.0241 l -0.3517,1.1315 l -1.1315,0.3518 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5793,215.9746 l -0.1050,-0.1050 l 0.1998,-0.1998 l -0.0947,0.3048 l -0.1050,-0.1050 l -0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,226.7431 l 3.3928,2.4233 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.1707,230.8084 l -2.0171,-2.7296 l -0.1609,1.1739 l -1.0583,0.5330 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9927,229.2527 l -0.1209,-0.0863 l 0.1642,-0.2299 l -0.0433,0.3162 l -0.1209,-0.0863 l -0.1642,0.2299 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,241.6118 l 3.0514,1.6951 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.0000,244.6788 l -2.3124,-2.4844 l -0.0273,1.1846 l -0.9913,0.6491 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6603,243.3790 l -0.1298,-0.0721 l 0.1372,-0.2470 l -0.0074,0.3191 l -0.1298,-0.0721 l -0.1372,0.2470 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,256.4804 l 2.8468,1.2939 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 424.8977,258.9433 l -2.5046,-2.2905 l 0.0680,1.1830 l -0.9360,0.7267 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4611,257.8358 l -0.1352,-0.0615 l 0.1169,-0.2572 l 0.0183,0.3186 l -0.1352,-0.0615 l -0.1169,0.2572 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,271.3491 l 2.7170,1.0449 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 424.8328,273.4080 l -2.6363,-2.1376 l 0.1382,1.1768 l -0.8911,0.7810 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3347,272.4473 l -0.1386,-0.0533 l 0.1014,-0.2637 l 0.0372,0.3170 l -0.1386,-0.0533 l -0.1014,0.2637 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,286.2177 l 2.6303,0.8767 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 424.7895,287.9877 l -2.7307,-2.0157 l 0.1915,1.1694 l -0.8547,0.8206 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2503,287.1414 l -0.1409,-0.0470 l 0.0893,-0.2680 l 0.0516,0.3150 l -0.1409,-0.0470 l -0.0893,0.2680 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,301.0863 l 2.5700,0.7558 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 424.7593,302.6392 l -2.8009,-1.9169 l 0.2331,1.1618 l -0.8249,0.8506 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1915,301.8841 l -0.1425,-0.0419 l 0.0797,-0.2710 l 0.0628,0.3129 l -0.1425,-0.0419 l -0.0797,0.2710 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.4791,315.9550 l 2.5264,0.6648 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 424.7375,317.3387 l -2.8548,-1.8357 l 0.2664,1.1546 l -0.8001,0.8740 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1491,316.6576 l -0.1436,-0.0378 l 0.0719,-0.2732 l 0.0717,0.3110 l -0.1436,-0.0378 l -0.0719,0.2732 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,33.4508 l 7.7365,-1.2217 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.1374,31.7885 l -3.3520,-0.5325 l 0.7082,0.9500 l -0.3811,1.1220 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.4937,32.2059 l -0.1467,0.0232 l -0.0441,-0.2790 l 0.1908,0.2559 l -0.1467,0.0232 l 0.0441,0.2790 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,48.3194 l 7.7533,-1.3683 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.1458,46.4601 l -3.3611,-0.4718 l 0.7253,0.9370 l -0.3607,1.1287 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.5100,46.9252 l -0.1463,0.0258 l -0.0491,-0.2782 l 0.1954,0.2524 l -0.1463,0.0258 l 0.0491,0.2782 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,63.1880 l 7.7771,-1.5555 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.1577,61.0785 l -3.3709,-0.3954 l 0.7464,0.9203 l -0.3350,1.1366 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.5332,61.6034 l -0.1456,0.0291 l -0.0554,-0.2770 l 0.2010,0.2479 l -0.1456,0.0291 l 0.0554,0.2770 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,78.0567 l 7.8121,-1.8029 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.1752,75.6185 l -3.3811,-0.2961 l 0.7731,0.8980 l -0.3014,1.1459 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.5672,76.2204 l -0.1447,0.0334 l -0.0635,-0.2753 l 0.2082,0.2419 l -0.1447,0.0334 l 0.0635,0.2753 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,92.9253 l 7.8665,-2.1455 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.2024,90.0365 l -3.3901,-0.1625 l 0.8079,0.8668 l -0.2560,1.1569 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.6202,90.7408 l -0.1433,0.0391 l -0.0743,-0.2725 l 0.2176,0.2335 l -0.1433,0.0391 l 0.0743,0.2725 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,107.7940 l 7.9573,-2.6525 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.2478,104.2481 l -3.3939,0.0258 l 0.8548,0.8206 l -0.1914,1.1694 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.7087,105.0945 l -0.1409,0.0470 l -0.0893,-0.2680 l 0.2302,0.2210 l -0.1409,0.0470 l 0.0893,0.2680 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,122.6626 l 8.1242,-3.4819 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.3313,118.0679 l -3.3801,0.3076 l 0.9200,0.7468 l -0.0937,1.1812 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.8712,119.1222 l -0.1365,0.0585 l -0.1113,-0.2597 l 0.2478,0.2012 l -0.1365,0.0585 l 0.1113,0.2597 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,137.5313 l 8.4726,-5.0836 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.5054,130.9942 l -3.3075,0.7614 l 1.0124,0.6157 l 0.0668,1.1830 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2103,132.3712 l -0.1274,0.0764 l -0.1453,-0.2422 l 0.2727,0.1658 l -0.1274,0.0764 l 0.1453,0.2422 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,152.3999 l 9.3222,-9.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 415.9303,141.0800 l -3.0241,1.5409 l 1.1315,0.3517 l 0.3517,1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0377,142.9726 l -0.1050,0.1050 l -0.1998,-0.1998 l 0.3048,0.0947 l -0.1050,0.1050 l 0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,167.2685 l 10.6540,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.5961,131.3116 l -3.0598,4.1449 l 1.7750,-0.2906 l 1.2457,1.2975 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3114,135.1659 l -0.0470,0.1409 l -0.2680,-0.0893 l 0.3150,-0.0516 l -0.0470,0.1409 l 0.2680,0.0893 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,182.1372 l 10.6540,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.5961,218.0938 l -0.0391,-5.1518 l -1.2456,1.2975 l -1.7750,-0.2906 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3114,214.2395 l -0.0470,-0.1409 l 0.2680,-0.0893 l -0.2210,0.2302 l -0.0470,-0.1409 l -0.2680,0.0893 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,197.0058 l 9.3222,9.3220 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.9303,208.3254 l -1.5409,-3.0241 l -0.3517,1.1315 l -1.1315,0.3517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0376,206.4328 l -0.1050,-0.1050 l 0.1998,-0.1998 l -0.0947,0.3048 l -0.1050,-0.1050 l -0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,211.8745 l 8.4725,5.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 415.5054,218.4113 l -2.2283,-2.5601 l -0.0668,1.1830 l -1.0124,0.6157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.2103,217.0342 l -0.1274,-0.0764 l 0.1453,-0.2422 l -0.0180,0.3187 l -0.1274,-0.0764 l -0.1453,0.2422 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,226.7431 l 8.1242,3.4816 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.3312,231.3376 l -2.5538,-2.2355 l 0.0937,1.1812 l -0.9199,0.7468 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.8711,230.2833 l -0.1365,-0.0585 l 0.1113,-0.2597 l 0.0252,0.3182 l -0.1365,-0.0585 l -0.1113,0.2597 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,241.6118 l 7.9573,2.6523 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.2478,245.1574 l -2.7306,-2.0157 l 0.1915,1.1694 l -0.8547,0.8206 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.7086,244.3110 l -0.1409,-0.0470 l 0.0893,-0.2680 l 0.0516,0.3150 l -0.1409,-0.0470 l -0.0893,0.2680 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,256.4804 l 7.8664,2.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 415.2024,259.3689 l -2.8382,-1.8611 l 0.2560,1.1569 l -0.8079,0.8668 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.6201,258.6647 l -0.1433,-0.0391 l 0.0743,-0.2726 l 0.0690,0.3116 l -0.1433,-0.0391 l -0.0743,0.2726 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,271.3491 l 7.8120,1.8027 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.1752,273.7869 l -2.9094,-1.7477 l 0.3015,1.1459 l -0.7731,0.8980 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.5672,273.1851 l -0.1447,-0.0334 l 0.0635,-0.2753 l 0.0812,0.3087 l -0.1447,-0.0334 l -0.0635,0.2753 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,286.2177 l 7.7771,1.5553 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.1577,288.3270 l -2.9596,-1.6614 l 0.3350,1.1366 l -0.7464,0.9203 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.5331,287.8021 l -0.1456,-0.0291 l 0.0554,-0.2770 l 0.0902,0.3061 l -0.1456,-0.0291 l -0.0554,0.2770 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,301.0863 l 7.7533,1.3681 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.1458,302.9454 l -2.9966,-1.5938 l 0.3608,1.1287 l -0.7253,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 412.5100,302.4803 l -0.1463,-0.0258 l 0.0491,-0.2782 l 0.0972,0.3040 l -0.1463,-0.0258 l -0.0491,0.2782 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.6104,315.9550 l 7.7365,1.2214 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.1374,317.6170 l -3.0249,-1.5394 l 0.3811,1.1220 l -0.7082,0.9500 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.4936,317.1996 l -0.1467,-0.0232 l 0.0441,-0.2790 l 0.1026,0.3022 l -0.1467,-0.0232 l -0.0441,0.2790 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,33.4508 l 31.9617,-1.6823 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,31.5581 l -4.7187,-1.2632 l 0.8718,1.4657 l -0.7132,1.5491 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8518,31.7606 l -0.1483,0.0078 l -0.0148,-0.2821 l 0.1632,0.2743 l -0.1483,0.0078 l 0.0148,0.2821 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,48.3194 l 31.9617,-1.8802 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,46.2041 l -4.7281,-1.2345 l 0.8812,1.4608 l -0.7038,1.5541 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8517,46.4304 l -0.1483,0.0087 l -0.0166,-0.2820 l 0.1649,0.2733 l -0.1483,0.0087 l 0.0166,0.2820 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,63.1880 l 31.9617,-2.1309 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,60.7908 l -4.7401,-1.1982 l 0.8930,1.4546 l -0.6920,1.5603 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8517,61.0472 l -0.1482,0.0099 l -0.0188,-0.2819 l 0.1670,0.2720 l -0.1482,0.0099 l 0.0188,0.2819 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,78.0567 l 31.9617,-2.4587 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,75.2906 l -4.7556,-1.1506 l 0.9085,1.4466 l -0.6766,1.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 421.8516,75.5866 l -0.1481,0.0114 l -0.0217,-0.2817 l 0.1698,0.2703 l -0.1481,0.0114 l 0.0217,0.2817 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,92.9253 l 31.9617,-2.9057 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,89.6564 l -4.7769,-1.0858 l 0.9296,1.4355 l -0.6555,1.5796 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8514,90.0061 l -0.1479,0.0134 l -0.0256,-0.2813 l 0.1735,0.2679 l -0.1479,0.0134 l 0.0256,0.2813 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,107.7940 l 31.9617,-3.5514 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,103.7986 l -4.8078,-0.9921 l 0.9602,1.4196 l -0.6251,1.5958 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8511,104.2261 l -0.1476,0.0164 l -0.0312,-0.2808 l 0.1788,0.2644 l -0.1476,0.0164 l 0.0312,0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,122.6626 l 31.9617,-4.5661 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,117.5258 l -4.8564,-0.8449 l 1.0082,1.3947 l -0.5773,1.6212 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8505,118.0755 l -0.1470,0.0210 l -0.0400,-0.2797 l 0.1870,0.2587 l -0.1470,0.0210 l 0.0400,0.2797 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,137.5313 l 31.9617,-6.3925 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,130.3397 l -4.9443,-0.5799 l 1.0948,1.3499 l -0.4914,1.6671 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8491,131.1097 l -0.1456,0.0291 l -0.0554,-0.2770 l 0.2010,0.2479 l -0.1456,0.0291 l 0.0554,0.2770 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,152.3999 l 31.9617,-10.6540 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,140.4141 l -5.1518,0.0391 l 1.2975,1.2457 l -0.2906,1.7750 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8444,141.6989 l -0.1409,0.0470 l -0.0893,-0.2680 l 0.2302,0.2210 l -0.1409,0.0470 l 0.0893,0.2680 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,167.2685 l 31.9617,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,131.3116 l -6.2160,3.1672 l 2.3258,0.7230 l 0.7230,2.3258 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8085,135.2018 l -0.1050,0.1050 l -0.1998,-0.1998 l 0.3048,0.0947 l -0.1050,0.1050 l 0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,182.1372 l 31.9617,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,218.0938 l -3.1672,-6.2160 l -0.7230,2.3258 l -2.3258,0.7230 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8085,214.2036 l -0.1050,-0.1050 l 0.1998,-0.1998 l -0.0947,0.3048 l -0.1050,-0.1050 l -0.1998,0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,197.0058 l 31.9617,10.6537 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,208.9913 l -4.1449,-3.0598 l 0.2906,1.7750 l -1.2975,1.2457 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8444,207.7065 l -0.1409,-0.0470 l 0.0893,-0.2680 l 0.0516,0.3150 l -0.1409,-0.0470 l -0.0893,0.2680 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,211.8745 l 31.9617,6.3922 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,219.0657 l -4.3409,-2.4370 l 0.4914,1.6671 l -1.0947,1.3499 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8491,218.2958 l -0.1456,-0.0291 l 0.0554,-0.2770 l 0.0902,0.3061 l -0.1456,-0.0291 l -0.0554,0.2770 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,226.7431 l 31.9617,4.5658 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,231.8796 l -4.4255,-2.1709 l 0.5774,1.6212 l -1.0082,1.3947 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8505,231.3299 l -0.1470,-0.0210 l 0.0400,-0.2797 l 0.1071,0.3007 l -0.1470,-0.0210 l -0.0400,0.2797 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,241.6118 l 31.9617,3.5511 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,245.6068 l -4.4727,-2.0233 l 0.6251,1.5958 l -0.9602,1.4196 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8511,245.1793 l -0.1476,-0.0164 l 0.0312,-0.2808 l 0.1164,0.2972 l -0.1476,-0.0164 l -0.0312,0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,256.4804 l 31.9617,2.9055 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,259.7490 l -4.5028,-1.9294 l 0.6555,1.5796 l -0.9296,1.4355 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8514,259.3993 l -0.1479,-0.0134 l 0.0256,-0.2813 l 0.1223,0.2948 l -0.1479,-0.0134 l -0.0256,0.2813 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,271.3491 l 31.9617,2.4584 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,274.1148 l -4.5237,-1.8644 l 0.6766,1.5685 l -0.9085,1.4466 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8516,273.8189 l -0.1481,-0.0114 l 0.0217,-0.2817 l 0.1264,0.2931 l -0.1481,-0.0114 l -0.0217,0.2817 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,286.2177 l 31.9617,2.1306 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,288.6147 l -4.5391,-1.8168 l 0.6920,1.5603 l -0.8930,1.4546 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8517,288.3582 l -0.1482,-0.0099 l 0.0188,-0.2819 l 0.1294,0.2918 l -0.1482,-0.0099 l -0.0188,0.2819 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,301.0863 l 31.9617,1.8799 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,303.2013 l -4.5508,-1.7803 l 0.7038,1.5541 l -0.8812,1.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 421.8517,302.9750 l -0.1483,-0.0087 l 0.0166,-0.2820 l 0.1317,0.2907 l -0.1483,-0.0087 l -0.0166,0.2820 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7418,315.9550 l 31.9617,1.6820 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 425.6987,317.8473 l -4.5601,-1.7516 l 0.7132,1.5491 l -0.8718,1.4657 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.8518,317.6448 l -0.1483,-0.0078 l 0.0148,-0.2821 l 0.1335,0.2899 l -0.1483,-0.0078 l -0.0148,0.2821 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,33.4508 l -31.9615,-1.6823 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,31.5581 l 4.5600,1.7516 l -0.7132,-1.5491 l 0.8718,-1.4657 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7633,31.7606 l 0.1483,0.0078 l -0.0148,0.2821 l -0.1335,-0.2899 l 0.1483,0.0078 l 0.0148,-0.2821 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,48.3194 l -31.9615,-1.8802 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,46.2041 l 4.5508,1.7804 l -0.7038,-1.5541 l 0.8812,-1.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 342.7634,46.4304 l 0.1483,0.0087 l -0.0166,0.2820 l -0.1317,-0.2907 l 0.1483,0.0087 l 0.0166,-0.2820 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,63.1880 l -31.9615,-2.1309 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,60.7908 l 4.5390,1.8168 l -0.6920,-1.5603 l 0.8930,-1.4546 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7635,61.0472 l 0.1482,0.0099 l -0.0188,0.2819 l -0.1294,-0.2918 l 0.1482,0.0099 l 0.0188,-0.2819 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,78.0567 l -31.9615,-2.4587 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,75.2906 l 4.5237,1.8644 l -0.6766,-1.5685 l 0.9085,-1.4465 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7636,75.5866 l 0.1481,0.0114 l -0.0217,0.2817 l -0.1264,-0.2931 l 0.1481,0.0114 l 0.0217,-0.2817 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,92.9253 l -31.9615,-2.9057 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,89.6564 l 4.5028,1.9294 l -0.6555,-1.5796 l 0.9296,-1.4355 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7637,90.0061 l 0.1479,0.0134 l -0.0256,0.2813 l -0.1223,-0.2948 l 0.1479,0.0134 l 0.0256,-0.2813 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,107.7940 l -31.9615,-3.5514 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,103.7986 l 4.4727,2.0233 l -0.6251,-1.5958 l 0.9602,-1.4196 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7640,104.2261 l 0.1476,0.0164 l -0.0312,0.2808 l -0.1164,-0.2972 l 0.1476,0.0164 l 0.0312,-0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,122.6626 l -31.9615,-4.5661 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,117.5258 l 4.4255,2.1709 l -0.5773,-1.6212 l 1.0082,-1.3947 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7646,118.0755 l 0.1470,0.0210 l -0.0400,0.2797 l -0.1071,-0.3007 l 0.1470,0.0210 l 0.0400,-0.2797 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,137.5313 l -31.9615,-6.3925 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,130.3397 l 4.3409,2.4370 l -0.4913,-1.6671 l 1.0948,-1.3499 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7660,131.1097 l 0.1456,0.0291 l -0.0554,0.2770 l -0.0902,-0.3061 l 0.1456,0.0291 l 0.0554,-0.2770 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,152.3999 l -31.9615,-10.6540 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,140.4141 l 4.1449,3.0598 l -0.2906,-1.7750 l 1.2975,-1.2456 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7708,141.6989 l 0.1409,0.0470 l -0.0893,0.2680 l -0.0516,-0.3150 l 0.1409,0.0470 l 0.0893,-0.2680 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,167.2685 l -31.9615,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,131.3116 l 3.1672,6.2160 l 0.7230,-2.3258 l 2.3258,-0.7230 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.8066,135.2018 l 0.1050,0.1050 l -0.1998,0.1998 l 0.0947,-0.3048 l 0.1050,0.1050 l 0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,182.1372 l -31.9615,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,218.0938 l 6.2160,-3.1672 l -2.3258,-0.7230 l -0.7230,-2.3258 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.8066,214.2036 l 0.1050,-0.1050 l 0.1998,0.1998 l -0.3048,-0.0947 l 0.1050,-0.1050 l -0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,197.0058 l -31.9615,10.6537 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,208.9913 l 5.1518,-0.0391 l -1.2975,-1.2457 l 0.2906,-1.7750 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7708,207.7065 l 0.1409,-0.0470 l 0.0893,0.2680 l -0.2302,-0.2210 l 0.1409,-0.0470 l -0.0893,-0.2680 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,211.8745 l -31.9615,6.3922 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,219.0657 l 4.9443,0.5800 l -1.0947,-1.3499 l 0.4914,-1.6671 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7660,218.2958 l 0.1456,-0.0291 l 0.0554,0.2770 l -0.2010,-0.2479 l 0.1456,-0.0291 l -0.0554,-0.2770 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,226.7431 l -31.9615,4.5658 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,231.8796 l 4.8563,0.8450 l -1.0082,-1.3947 l 0.5774,-1.6212 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7646,231.3299 l 0.1470,-0.0210 l 0.0400,0.2797 l -0.1870,-0.2587 l 0.1470,-0.0210 l -0.0400,-0.2797 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,241.6118 l -31.9615,3.5511 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,245.6068 l 4.8077,0.9921 l -0.9602,-1.4196 l 0.6251,-1.5958 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7640,245.1793 l 0.1476,-0.0164 l 0.0312,0.2808 l -0.1788,-0.2644 l 0.1476,-0.0164 l -0.0312,-0.2808 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,256.4804 l -31.9615,2.9055 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,259.7490 l 4.7769,1.0858 l -0.9296,-1.4355 l 0.6555,-1.5796 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7637,259.3993 l 0.1479,-0.0134 l 0.0256,0.2813 l -0.1735,-0.2679 l 0.1479,-0.0134 l -0.0256,-0.2813 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,271.3491 l -31.9615,2.4584 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,274.1148 l 4.7556,1.1506 l -0.9085,-1.4466 l 0.6766,-1.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 342.7636,273.8189 l 0.1481,-0.0114 l 0.0217,0.2817 l -0.1697,-0.2703 l 0.1481,-0.0114 l -0.0217,-0.2817 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,286.2177 l -31.9615,2.1306 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,288.6147 l 4.7400,1.1982 l -0.8930,-1.4546 l 0.6920,-1.5603 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7635,288.3582 l 0.1482,-0.0099 l 0.0188,0.2819 l -0.1670,-0.2720 l 0.1482,-0.0099 l -0.0188,-0.2819 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,301.0863 l -31.9615,1.8799 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,303.2013 l 4.7281,1.2346 l -0.8812,-1.4608 l 0.7038,-1.5541 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7634,302.9750 l 0.1483,-0.0087 l 0.0166,0.2820 l -0.1649,-0.2733 l 0.1483,-0.0087 l -0.0166,-0.2820 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.8731,315.9550 l -31.9615,1.6820 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9165,317.8473 l 4.7187,1.2633 l -0.8718,-1.4657 l 0.7132,-1.5491 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.7633,317.6448 l 0.1483,-0.0078 l 0.0148,0.2821 l -0.1632,-0.2743 l 0.1483,-0.0078 l -0.0148,-0.2821 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,33.4508 l -7.7363,-1.2216 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.4778,31.7885 l 3.0248,1.5395 l -0.3811,-1.1220 l 0.7082,-0.9500 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 352.1215,32.2059 l 0.1467,0.0232 l -0.0441,0.2790 l -0.1026,-0.3022 l 0.1467,0.0232 l 0.0441,-0.2790 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,48.3194 l -7.7531,-1.3683 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.4693,46.4601 l 2.9965,1.5939 l -0.3607,-1.1287 l 0.7253,-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 352.1051,46.9253 l 0.1463,0.0258 l -0.0491,0.2782 l -0.0972,-0.3040 l 0.1463,0.0258 l 0.0491,-0.2782 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,63.1880 l -7.7769,-1.5555 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.4575,61.0785 l 2.9595,1.6615 l -0.3350,-1.1366 l 0.7464,-0.9203 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 352.0820,61.6034 l 0.1456,0.0291 l -0.0554,0.2770 l -0.0902,-0.3061 l 0.1456,0.0291 l 0.0554,-0.2770 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,78.0567 l -7.8118,-1.8029 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.4400,75.6185 l 2.9094,1.7478 l -0.3014,-1.1459 l 0.7731,-0.8980 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 352.0480,76.2204 l 0.1447,0.0334 l -0.0635,0.2753 l -0.0812,-0.3087 l 0.1447,0.0334 l 0.0635,-0.2753 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,92.9253 l -7.8662,-2.1455 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.4128,90.0365 l 2.8382,1.8612 l -0.2560,-1.1569 l 0.8079,-0.8668 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9950,90.7408 l 0.1433,0.0391 l -0.0743,0.2725 l -0.0690,-0.3116 l 0.1433,0.0391 l 0.0743,-0.2725 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,107.7940 l -7.9571,-2.6525 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.3674,104.2481 l 2.7306,2.0158 l -0.1914,-1.1694 l 0.8548,-0.8206 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9065,105.0945 l 0.1409,0.0470 l -0.0893,0.2680 l -0.0516,-0.3150 l 0.1409,0.0470 l 0.0893,-0.2680 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,122.6626 l -8.1240,-3.4819 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.2839,118.0679 l 2.5537,2.2356 l -0.0936,-1.1812 l 0.9200,-0.7468 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7440,119.1223 l 0.1365,0.0585 l -0.1113,0.2597 l -0.0252,-0.3182 l 0.1365,0.0585 l 0.1113,-0.2597 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,137.5313 l -8.4723,-5.0836 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.1097,130.9942 l 2.2283,2.5601 l 0.0668,-1.1830 l 1.0124,-0.6156 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4048,132.3713 l 0.1274,0.0764 l -0.1454,0.2422 l 0.0180,-0.3187 l 0.1274,0.0764 l 0.1454,-0.2422 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,152.3999 l -9.3220,-9.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 348.6849,141.0800 l 1.5408,3.0241 l 0.3517,-1.1315 l 1.1315,-0.3517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5774,142.9726 l 0.1050,0.1050 l -0.1998,0.1998 l 0.0947,-0.3048 l 0.1050,0.1050 l 0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,167.2685 l -10.6538,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.0190,131.3116 l 0.0391,5.1518 l 1.2457,-1.2975 l 1.7750,0.2906 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3038,135.1659 l 0.0470,0.1409 l -0.2680,0.0893 l 0.2210,-0.2302 l 0.0470,0.1409 l 0.2680,-0.0893 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,182.1372 l -10.6538,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.0190,218.0938 l 3.0598,-4.1449 l -1.7750,0.2906 l -1.2457,-1.2975 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3038,214.2395 l 0.0470,-0.1409 l 0.2680,0.0893 l -0.3150,0.0516 l 0.0470,-0.1409 l -0.2680,-0.0893 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,197.0058 l -9.3220,9.3219 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.6849,208.3254 l 3.0241,-1.5409 l -1.1315,-0.3517 l -0.3517,-1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.5775,206.4328 l 0.1050,-0.1050 l 0.1998,0.1998 l -0.3048,-0.0947 l 0.1050,-0.1050 l -0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,211.8745 l -8.4723,5.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 349.1098,218.4112 l 3.3075,-0.7614 l -1.0124,-0.6157 l -0.0668,-1.1830 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.4049,217.0342 l 0.1274,-0.0764 l 0.1453,0.2422 l -0.2727,-0.1658 l 0.1274,-0.0764 l -0.1453,-0.2422 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,226.7431 l -8.1239,3.4816 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.2839,231.3375 l 3.3801,-0.3075 l -0.9200,-0.7468 l 0.0937,-1.1812 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7440,230.2832 l 0.1365,-0.0585 l 0.1113,0.2597 l -0.2478,-0.2012 l 0.1365,-0.0585 l -0.1113,-0.2597 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,241.6118 l -7.9570,2.6523 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.3674,245.1574 l 3.3939,-0.0257 l -0.8548,-0.8206 l 0.1914,-1.1694 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9066,244.3110 l 0.1409,-0.0470 l 0.0893,0.2680 l -0.2302,-0.2210 l 0.1409,-0.0470 l -0.0893,-0.2680 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,256.4804 l -7.8662,2.1452 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.4128,259.3689 l 3.3901,0.1626 l -0.8079,-0.8668 l 0.2560,-1.1569 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9950,258.6647 l 0.1433,-0.0391 l 0.0743,0.2726 l -0.2176,-0.2335 l 0.1433,-0.0391 l -0.0743,-0.2726 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,271.3491 l -7.8118,1.8026 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.4400,273.7869 l 3.3811,0.2962 l -0.7731,-0.8980 l 0.3015,-1.1459 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 352.0480,273.1851 l 0.1447,-0.0334 l 0.0635,0.2753 l -0.2082,-0.2419 l 0.1447,-0.0334 l -0.0635,-0.2753 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,286.2177 l -7.7768,1.5553 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.4575,288.3270 l 3.3709,0.3954 l -0.7464,-0.9203 l 0.3350,-1.1366 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 352.0820,287.8021 l 0.1456,-0.0291 l 0.0554,0.2770 l -0.2010,-0.2479 l 0.1456,-0.0291 l -0.0554,-0.2770 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,301.0863 l -7.7531,1.3681 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.4694,302.9454 l 3.3611,0.4719 l -0.7253,-0.9370 l 0.3607,-1.1287 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 352.1052,302.4803 l 0.1463,-0.0258 l 0.0491,0.2782 l -0.1954,-0.2524 l 0.1463,-0.0258 l -0.0491,-0.2782 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.0045,315.9550 l -7.7363,1.2214 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.4778,317.6170 l 3.3520,0.5326 l -0.7082,-0.9500 l 0.3811,-1.1220 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 352.1215,317.1996 l 0.1467,-0.0232 l 0.0441,0.2790 l -0.1908,-0.2559 l 0.1467,-0.0232 l -0.0441,-0.2790 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,33.4508 l -2.5263,-0.6649 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.8776,32.0669 l 2.8547,1.8358 l -0.2663,-1.1546 l 0.8002,-0.8739 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.4660,32.7481 l 0.1436,0.0378 l -0.0719,0.2732 l -0.0717,-0.3110 l 0.1436,0.0378 l 0.0719,-0.2732 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,48.3194 l -2.5698,-0.7559 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.8558,46.7663 l 2.8008,1.9171 l -0.2330,-1.1618 l 0.8249,-0.8506 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.4236,47.5216 l 0.1425,0.0419 l -0.0797,0.2710 l -0.0628,-0.3129 l 0.1425,0.0419 l 0.0797,-0.2710 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,63.1880 l -2.6302,-0.8768 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.8256,61.4178 l 2.7306,2.0158 l -0.1914,-1.1694 l 0.8548,-0.8206 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.3648,62.2643 l 0.1409,0.0470 l -0.0893,0.2680 l -0.0516,-0.3150 l 0.1409,0.0470 l 0.0893,-0.2680 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,78.0567 l -2.7168,-1.0450 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.7823,75.9975 l 2.6362,2.1377 l -0.1381,-1.1768 l 0.8912,-0.7809 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.2804,76.9583 l 0.1386,0.0533 l -0.1014,0.2637 l -0.0372,-0.3170 l 0.1386,0.0533 l 0.1014,-0.2637 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,92.9253 l -2.8467,-1.2940 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.7174,90.4622 l 2.5045,2.2906 l -0.0679,-1.1830 l 0.9360,-0.7266 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.1540,91.5698 l 0.1352,0.0615 l -0.1169,0.2572 l -0.0183,-0.3186 l 0.1352,0.0615 l 0.1169,-0.2572 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,107.7940 l -3.0513,-1.6953 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.6151,104.7267 l 2.3123,2.4845 l 0.0274,-1.1846 l 0.9914,-0.6490 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9547,106.0266 l 0.1298,0.0721 l -0.1372,0.2469 l 0.0074,-0.3191 l 0.1298,0.0721 l 0.1372,-0.2469 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,122.6626 l -3.3927,-2.4235 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.4444,118.5971 l 2.0170,2.7297 l 0.1609,-1.1739 l 1.0583,-0.5329 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6223,120.1528 l 0.1209,0.0863 l -0.1642,0.2299 l 0.0434,-0.3162 l 0.1209,0.0863 l 0.1642,-0.2299 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,137.5313 l -3.9951,-3.9953 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.1432,131.5383 l 1.5408,3.0241 l 0.3518,-1.1315 l 1.1315,-0.3517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0357,133.4309 l 0.1050,0.1050 l -0.1998,0.1998 l 0.0947,-0.3048 l 0.1050,0.1050 l 0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,152.3999 l -5.0834,-8.4726 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.5990,141.5049 l 0.7614,3.3075 l 0.6157,-1.0124 l 1.1830,-0.0668 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9761,143.8000 l 0.0764,0.1274 l -0.2422,0.1453 l 0.1658,-0.2727 l 0.0764,0.1274 l 0.2422,-0.1453 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,167.2685 l -6.3922,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9446,131.3116 l -0.5800,4.9443 l 1.3499,-1.0947 l 1.6671,0.4914 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7145,135.1612 l 0.0291,0.1456 l -0.2770,0.0554 l 0.2479,-0.2010 l 0.0291,0.1456 l 0.2770,-0.0554 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,182.1372 l -6.3922,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.9446,218.0938 l 2.4370,-4.3409 l -1.6671,0.4914 l -1.3499,-1.0947 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7145,214.2443 l 0.0291,-0.1456 l 0.2770,0.0554 l -0.3061,0.0902 l 0.0291,-0.1456 l -0.2770,-0.0554 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,197.0058 l -5.0833,8.4722 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.5991,207.9005 l 2.5601,-2.2283 l -1.1830,-0.0668 l -0.6157,-1.0124 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9761,205.6054 l 0.0764,-0.1274 l 0.2422,0.1453 l -0.3187,-0.0180 l 0.0764,-0.1274 l -0.2422,-0.1453 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,211.8745 l -3.9950,3.9950 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.1432,217.8671 l 3.0241,-1.5408 l -1.1315,-0.3517 l -0.3517,-1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.0358,215.9745 l 0.1050,-0.1050 l 0.1998,0.1998 l -0.3048,-0.0947 l 0.1050,-0.1050 l -0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,226.7431 l -3.3926,2.4232 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.4444,230.8084 l 3.2363,-1.0227 l -1.0583,-0.5330 l -0.1609,-1.1739 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6224,229.2527 l 0.1209,-0.0863 l 0.1642,0.2299 l -0.2851,-0.1436 l 0.1209,-0.0863 l -0.1642,-0.2299 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,241.6118 l -3.0512,1.6951 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.6151,244.6788 l 3.3311,-0.6507 l -0.9913,-0.6491 l -0.0273,-1.1846 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.9548,243.3790 l 0.1298,-0.0721 l 0.1372,0.2470 l -0.2670,-0.1748 l 0.1298,-0.0721 l -0.1372,-0.2470 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,256.4804 l -2.8466,1.2939 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.7174,258.9433 l 3.3726,-0.3809 l -0.9360,-0.7266 l 0.0680,-1.1830 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.1541,257.8357 l 0.1352,-0.0615 l 0.1169,0.2572 l -0.2521,-0.1957 l 0.1352,-0.0615 l -0.1169,-0.2572 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,271.3491 l -2.7168,1.0449 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.7823,273.4080 l 3.3893,-0.1798 l -0.8911,-0.7810 l 0.1382,-1.1768 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.2805,272.4472 l 0.1386,-0.0533 l 0.1014,0.2637 l -0.2400,-0.2104 l 0.1386,-0.0533 l -0.1014,-0.2637 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,286.2177 l -2.6301,0.8767 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.8257,287.9877 l 3.3939,-0.0257 l -0.8547,-0.8206 l 0.1915,-1.1694 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.3649,287.1413 l 0.1409,-0.0470 l 0.0893,0.2680 l -0.2302,-0.2210 l 0.1409,-0.0470 l -0.0893,-0.2680 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,301.0863 l -2.5698,0.7558 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.8558,302.6392 l 3.3927,0.0954 l -0.8249,-0.8506 l 0.2331,-1.1618 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.4236,301.8840 l 0.1425,-0.0419 l 0.0797,0.2710 l -0.2222,-0.2291 l 0.1425,-0.0419 l -0.0797,-0.2710 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 345.1359,315.9550 l -2.5262,0.6647 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.8776,317.3386 l 3.3885,0.1929 l -0.8001,-0.8740 l 0.2663,-1.1546 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.4660,316.6575 l 0.1436,-0.0378 l 0.0719,0.2732 l -0.2155,-0.2354 l 0.1436,-0.0378 l -0.0719,-0.2732 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,33.4508 l -0.4057,-0.1495 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.2107,32.3246 l 2.6662,2.1001 l -0.1548,-1.1748 l 0.8800,-0.7935 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 329.7222,33.2499 l 0.1394,0.0513 l -0.0977,0.2651 l -0.0417,-0.3164 l 0.1394,0.0513 l 0.0977,-0.2651 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,48.3194 l -0.4829,-0.1988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.1721,47.0448 l 2.5854,2.1989 l -0.1105,-1.1798 l 0.9092,-0.7598 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 329.6470,48.0640 l 0.1373,0.0566 l -0.1076,0.2612 l -0.0298,-0.3178 l 0.1373,0.0566 l 0.1076,-0.2612 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,63.1880 l -0.5874,-0.2741 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.1199,61.7191 l 2.4815,2.3155 l -0.0561,-1.1836 l 0.9432,-0.7172 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 329.5453,62.8511 l 0.1346,0.0628 l -0.1195,0.2560 l -0.0151,-0.3188 l 0.1346,0.0628 l 0.1195,-0.2560 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,78.0567 l -0.7327,-0.3945 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.0472,76.3227 l 2.3448,2.4539 l 0.0118,-1.1849 l 0.9828,-0.6620 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 329.4038,77.5917 l 0.1308,0.0704 l -0.1339,0.2487 l 0.0032,-0.3192 l 0.1308,0.0704 l 0.1339,-0.2487 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,92.9253 l -0.9406,-0.5986 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 326.9432,90.8099 l 2.1601,2.6179 l 0.0979,-1.1809 l 1.0283,-0.5888 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 329.2013,92.2469 l 0.1253,0.0797 l -0.1517,0.2383 l 0.0264,-0.3181 l 0.1253,0.0797 l 0.1517,-0.2383 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,107.7940 l -1.2475,-0.9703 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 326.7898,105.0892 l 1.9040,2.8097 l 0.2087,-1.1664 l 1.0792,-0.4893 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 328.9025,106.7324 l 0.1172,0.0912 l -0.1734,0.2230 l 0.0562,-0.3142 l 0.1172,0.0912 l 0.1734,-0.2230 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,122.6626 l -1.7122,-1.7123 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 326.5575,118.9527 l 1.5408,3.0241 l 0.3518,-1.1315 l 1.1315,-0.3517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 328.4500,120.8453 l 0.1050,0.1050 l -0.1998,0.1998 l 0.0947,-0.3048 l 0.1050,0.1050 l 0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,137.5313 l -2.4234,-3.3928 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 326.2019,131.8395 l 1.0227,3.2363 l 0.5330,-1.0583 l 1.1739,-0.1609 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7575,134.0176 l 0.0863,0.1209 l -0.2299,0.1642 l 0.1436,-0.2851 l 0.0863,0.1209 l 0.2299,-0.1642 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,152.3999 l -3.4817,-8.1242 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.6727,141.6790 l 0.3075,3.3801 l 0.7468,-0.9199 l 1.1812,0.0937 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7270,144.1392 l 0.0585,0.1365 l -0.2597,0.1113 l 0.2012,-0.2478 l 0.0585,0.1365 l 0.2597,-0.1113 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,167.2685 l -4.5658,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.1306,131.3116 l -0.8450,4.8564 l 1.3947,-1.0082 l 1.6212,0.5774 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6804,135.1598 l 0.0210,0.1470 l -0.2797,0.0400 l 0.2587,-0.1870 l 0.0210,0.1470 l 0.2797,-0.0400 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,182.1372 l -4.5658,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.1306,218.0938 l 2.1709,-4.4255 l -1.6212,0.5773 l -1.3947,-1.0082 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6804,214.2457 l 0.0210,-0.1470 l 0.2797,0.0400 l -0.3007,0.1071 l 0.0210,-0.1470 l -0.2797,-0.0400 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,197.0058 l -3.4816,8.1239 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" 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.6727,207.7264 l 2.2355,-2.5538 l -1.1812,0.0937 l -0.7468,-0.9200 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7271,205.2662 l 0.0585,-0.1365 l 0.2597,0.1113 l -0.3182,0.0252 l 0.0585,-0.1365 l -0.2597,-0.1113 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,211.8745 l -2.4233,3.3926 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 326.2019,217.5659 l 2.7296,-2.0170 l -1.1739,-0.1609 l -0.5330,-1.0583 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.7576,215.3879 l 0.0863,-0.1209 l 0.2299,0.1642 l -0.3162,-0.0433 l 0.0863,-0.1209 l -0.2299,-0.1642 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,226.7431 l -1.7121,1.7121 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 326.5575,230.4528 l 3.0241,-1.5408 l -1.1315,-0.3517 l -0.3517,-1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 328.4501,228.5602 l 0.1050,-0.1050 l 0.1998,0.1998 l -0.3048,-0.0947 l 0.1050,-0.1050 l -0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,241.6118 l -1.2474,0.9702 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 326.7899,244.3163 l 3.1919,-1.1538 l -1.0791,-0.4894 l -0.2087,-1.1664 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 328.9026,242.6731 l 0.1172,-0.0912 l 0.1734,0.2230 l -0.2907,-0.1318 l 0.1172,-0.0912 l -0.1734,-0.2230 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,256.4804 l -0.9405,0.5985 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 326.9433,258.5956 l 3.2864,-0.8481 l -1.0283,-0.5888 l -0.0979,-1.1809 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 329.2014,257.1586 l 0.1253,-0.0797 l 0.1517,0.2383 l -0.2770,-0.1586 l 0.1253,-0.0797 l -0.1517,-0.2383 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,271.3491 l -0.7325,0.3944 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.0473,273.0828 l 3.3393,-0.6068 l -0.9827,-0.6621 l -0.0117,-1.1849 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 329.4039,271.8139 l 0.1308,-0.0704 l 0.1339,0.2487 l -0.2647,-0.1783 l 0.1308,-0.0704 l -0.1339,-0.2487 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,286.2177 l -0.5873,0.2740 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.1199,287.6864 l 3.3686,-0.4146 l -0.9432,-0.7173 l 0.0562,-1.1836 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 329.5454,286.5545 l 0.1346,-0.0628 l 0.1195,0.2560 l -0.2541,-0.1932 l 0.1346,-0.0628 l -0.1195,-0.2560 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,301.0863 l -0.4828,0.1988 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.1722,302.3607 l 3.3841,-0.2591 l -0.9092,-0.7599 l 0.1106,-1.1798 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 329.6471,301.3417 l 0.1373,-0.0565 l 0.1076,0.2612 l -0.2449,-0.2047 l 0.1373,-0.0565 l -0.1076,-0.2612 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 330.2672,315.9550 l -0.4055,0.1494 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.2108,317.0810 l 3.3915,-0.1317 l -0.8800,-0.7935 l 0.1548,-1.1748 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 329.7223,316.1557 l 0.1394,-0.0513 l 0.0977,0.2651 l -0.2370,-0.2137 l 0.1394,-0.0513 l -0.0977,-0.2651 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,33.4508 l 0.6671,0.3160 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 313.5126,32.5573 l 2.4681,2.3298 l -0.0493,-1.1839 l 0.9473,-0.7118 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.9314,33.7032 l 0.1342,0.0636 l -0.1209,0.2553 l -0.0133,-0.3189 l 0.1342,0.0636 l 0.1209,-0.2553 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,48.3194 l 0.5544,0.2935 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 313.4563,47.2910 l 2.3620,2.4373 l 0.0035,-1.1849 l 0.9781,-0.6689 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.8217,48.5434 l 0.1313,0.0695 l -0.1322,0.2497 l 0.0009,-0.3192 l 0.1313,0.0695 l 0.1322,-0.2497 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,63.1880 l 0.4058,0.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 313.3820,61.9780 l 2.2282,2.5602 l 0.0668,-1.1830 l 1.0125,-0.6156 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.6770,63.3551 l 0.1274,0.0764 l -0.1454,0.2422 l 0.0180,-0.3187 l 0.1274,0.0764 l 0.1454,-0.2422 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,78.0567 l 0.2063,0.1429 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 313.2822,76.5914 l 2.0569,2.6998 l 0.1437,-1.1762 l 1.0504,-0.5484 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.4828,78.1150 l 0.1221,0.0845 l -0.1608,0.2323 l 0.0387,-0.3168 l 0.1221,0.0845 l 0.1608,-0.2323 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,92.9253 l -0.0662,-0.0542 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 313.1460,91.0822 l 1.8340,2.8558 l 0.2374,-1.1609 l 1.0909,-0.4625 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.2174,92.7771 l 0.1149,0.0941 l -0.1789,0.2186 l 0.0640,-0.3127 l 0.1149,0.0941 l 0.1789,-0.2186 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,107.7940 l -0.4439,-0.4439 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.9571,105.3524 l 1.5408,3.0242 l 0.3518,-1.1315 l 1.1315,-0.3517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 314.8496,107.2450 l 0.1050,0.1050 l -0.1998,0.1998 l 0.0948,-0.3048 l 0.1050,0.1050 l 0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,122.6626 l -0.9703,-1.2476 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.6939,119.1850 l 1.1538,3.1919 l 0.4894,-1.0791 l 1.1664,-0.2086 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 314.3371,121.2978 l 0.0912,0.1172 l -0.2230,0.1734 l 0.1318,-0.2907 l 0.0912,0.1172 l 0.2230,-0.1734 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,137.5313 l -1.6952,-3.0515 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.3315,132.0102 l 0.6507,3.3311 l 0.6491,-0.9913 l 1.1846,-0.0273 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6313,134.3500 l 0.0721,0.1298 l -0.2470,0.1372 l 0.1748,-0.2670 l 0.0721,0.1298 l 0.2470,-0.1372 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,152.3999 l -2.6523,-7.9573 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 311.8529,141.7625 l 0.0257,3.3939 l 0.8206,-0.8548 l 1.1694,0.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 312.6993,144.3017 l 0.0470,0.1409 l -0.2680,0.0893 l 0.2210,-0.2302 l 0.0470,0.1409 l 0.2680,-0.0893 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,167.2685 l -3.5512,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 311.4035,131.3116 l -0.9921,4.8078 l 1.4196,-0.9602 l 1.5958,0.6251 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8310,135.1592 l 0.0164,0.1476 l -0.2808,0.0312 l 0.2644,-0.1788 l 0.0164,0.1476 l 0.2808,-0.0312 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,182.1372 l -3.5512,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 311.4035,218.0938 l 2.0233,-4.4727 l -1.5958,0.6251 l -1.4196,-0.9602 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8310,214.2462 l 0.0164,-0.1476 l 0.2808,0.0312 l -0.2972,0.1164 l 0.0164,-0.1476 l -0.2808,-0.0312 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,197.0058 l -2.6523,7.9570 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 311.8529,207.6429 l 2.0157,-2.7306 l -1.1694,0.1914 l -0.8206,-0.8548 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6993,205.1037 l 0.0470,-0.1409 l 0.2680,0.0893 l -0.3150,0.0516 l 0.0470,-0.1409 l -0.2680,-0.0893 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,211.8745 l -1.6951,3.0511 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.3315,217.3952 l 2.4844,-2.3124 l -1.1846,-0.0273 l -0.6490,-0.9914 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6314,215.0555 l 0.0721,-0.1298 l 0.2470,0.1372 l -0.3191,-0.0074 l 0.0721,-0.1298 l -0.2470,-0.1372 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,226.7431 l -0.9702,1.2473 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.6940,230.2204 l 2.8096,-1.9040 l -1.1664,-0.2087 l -0.4894,-1.0792 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 314.3372,228.1077 l 0.0912,-0.1172 l 0.2230,0.1734 l -0.3142,-0.0562 l 0.0912,-0.1172 l -0.2230,-0.1734 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,241.6118 l -0.4437,0.4437 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.9572,244.0531 l 3.0241,-1.5408 l -1.1315,-0.3517 l -0.3517,-1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 314.8498,242.1605 l 0.1050,-0.1050 l 0.1998,0.1998 l -0.3048,-0.0947 l 0.1050,-0.1050 l -0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,256.4804 l -0.0660,0.0540 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 313.1461,258.3233 l 3.1624,-1.2323 l -1.0909,-0.4626 l -0.2374,-1.1609 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.2176,256.6285 l 0.1150,-0.0940 l 0.1789,0.2186 l -0.2938,-0.1246 l 0.1150,-0.0940 l -0.1789,-0.2186 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,271.3491 l 0.2065,-0.1430 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 313.2823,272.8141 l 3.2510,-0.9750 l -1.0503,-0.5485 l -0.1436,-1.1762 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.4830,271.2906 l 0.1221,-0.0845 l 0.1608,0.2323 l -0.2829,-0.1477 l 0.1221,-0.0845 l -0.1608,-0.2323 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,286.2177 l 0.4060,-0.2436 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 313.3821,287.4276 l 3.3075,-0.7613 l -1.0124,-0.6157 l -0.0668,-1.1830 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.6772,286.0505 l 0.1274,-0.0764 l 0.1453,0.2422 l -0.2727,-0.1658 l 0.1274,-0.0764 l -0.1453,-0.2422 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,301.0863 l 0.5545,-0.2936 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 313.4563,302.1145 l 3.3435,-0.5833 l -0.9780,-0.6690 l -0.0034,-1.1849 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.8219,300.8623 l 0.1313,-0.0695 l 0.1322,0.2497 l -0.2634,-0.1802 l 0.1313,-0.0695 l -0.1322,-0.2497 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.3986,315.9550 l 0.6673,-0.3161 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 313.5127,316.8482 l 3.3662,-0.4339 l -0.9473,-0.7118 l 0.0494,-1.1839 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 315.9316,315.7025 l 0.1342,-0.0636 l 0.1209,0.2553 l -0.2552,-0.1917 l 0.1342,-0.0636 l -0.1209,-0.2553 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,33.4508 l 1.2577,0.7282 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.3428,32.7634 l 2.2679,2.5251 l 0.0484,-1.1839 l 1.0027,-0.6313 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.6591,34.1046 l 0.1285,0.0744 l -0.1416,0.2445 l 0.0130,-0.3189 l 0.1285,0.0744 l 0.1416,-0.2445 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,48.3194 l 1.1116,0.7194 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.2698,47.5039 l 2.1402,2.6342 l 0.1069,-1.1801 l 1.0327,-0.5810 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.5168,48.9581 l 0.1247,0.0807 l -0.1535,0.2372 l 0.0288,-0.3179 l 0.1247,0.0807 l 0.1535,-0.2372 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,63.1880 l 0.9242,0.6778 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.1761,62.1951 l 1.9826,2.7547 l 0.1756,-1.1718 l 1.0649,-0.5196 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.3344,63.7780 l 0.1198,0.0878 l -0.1671,0.2278 l 0.0473,-0.3156 l 0.1198,0.0878 l 0.1671,-0.2278 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,78.0567 l 0.6812,0.5764 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.0546,76.8082 l 1.7865,2.8858 l 0.2566,-1.1568 l 1.0984,-0.4444 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.0977,78.5372 l 0.1134,0.0959 l -0.1825,0.2157 l 0.0691,-0.3116 l 0.1134,0.0959 l 0.1825,-0.2157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,92.9253 l 0.3632,0.3632 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.8956,91.2908 l 1.5407,3.0242 l 0.3518,-1.1315 l 1.1315,-0.3517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.7881,93.1835 l 0.1050,0.1050 l -0.1998,0.1998 l 0.0948,-0.3048 l 0.1050,0.1050 l 0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,107.7940 l -0.0542,-0.0662 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.6869,105.5412 l 1.2322,3.1625 l 0.4626,-1.0909 l 1.1609,-0.2374 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.3817,107.6128 l 0.0940,0.1150 l -0.2187,0.1789 l 0.1246,-0.2938 l 0.0940,0.1150 l 0.2187,-0.1789 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,122.6626 l -0.5986,-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 298.4147,119.3384 l 0.8480,3.2864 l 0.5888,-1.0283 l 1.1809,-0.0979 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.8516,121.5965 l 0.0797,0.1253 l -0.2383,0.1517 l 0.1586,-0.2770 l 0.0797,0.1253 l 0.2383,-0.1517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,137.5313 l -1.2940,-2.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 298.0670,132.1125 l 0.3808,3.3726 l 0.7267,-0.9360 l 1.1830,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 299.1745,134.5492 l 0.0615,0.1352 l -0.2572,0.1169 l 0.1957,-0.2521 l 0.0615,0.1352 l 0.2572,-0.1169 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,152.3999 l -2.1453,-7.8665 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 297.6413,141.8079 l -0.1626,3.3901 l 0.8668,-0.8079 l 1.1569,0.2560 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.3455,144.3901 l 0.0391,0.1433 l -0.2726,0.0743 l 0.2335,-0.2176 l 0.0391,0.1433 l 0.2726,-0.0743 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,167.2685 l -2.9055,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 297.2612,131.3116 l -1.0858,4.7769 l 1.4355,-0.9296 l 1.5796,0.6555 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6110,135.1589 l 0.0134,0.1479 l -0.2813,0.0256 l 0.2679,-0.1735 l 0.0134,0.1479 l 0.2813,-0.0256 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,182.1372 l -2.9055,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 297.2612,218.0938 l 1.9294,-4.5028 l -1.5796,0.6555 l -1.4355,-0.9296 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.6110,214.2465 l 0.0134,-0.1479 l 0.2813,0.0256 l -0.2948,0.1223 l 0.0134,-0.1479 l -0.2813,-0.0256 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,197.0058 l -2.1453,7.8661 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 297.6414,207.5975 l 1.8612,-2.8382 l -1.1569,0.2560 l -0.8668,-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 298.3456,205.0153 l 0.0391,-0.1433 l 0.2726,0.0743 l -0.3116,0.0690 l 0.0391,-0.1433 l -0.2726,-0.0743 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,211.8745 l -1.2939,2.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 298.0670,217.2929 l 2.2905,-2.5046 l -1.1830,0.0680 l -0.7266,-0.9360 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.1746,214.8562 l 0.0615,-0.1352 l 0.2572,0.1169 l -0.3186,0.0183 l 0.0615,-0.1352 l -0.2572,-0.1169 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,226.7431 l -0.5985,0.9405 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.4147,230.0670 l 2.6178,-2.1602 l -1.1809,-0.0979 l -0.5888,-1.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 299.8517,227.8089 l 0.0797,-0.1253 l 0.2383,0.1517 l -0.3181,-0.0264 l 0.0797,-0.1253 l -0.2383,-0.1517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,241.6118 l -0.0540,0.0660 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.6870,243.8642 l 2.8558,-1.8341 l -1.1609,-0.2374 l -0.4626,-1.0909 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.3819,241.7927 l 0.0940,-0.1149 l 0.2186,0.1789 l -0.3127,-0.0639 l 0.0940,-0.1149 l -0.2186,-0.1789 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,256.4804 l 0.3634,-0.3634 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.8957,258.1146 l 3.0241,-1.5408 l -1.1315,-0.3517 l -0.3517,-1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.7883,256.2221 l 0.1050,-0.1050 l 0.1998,0.1998 l -0.3048,-0.0947 l 0.1050,-0.1050 l -0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,271.3491 l 0.6814,-0.5765 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.0547,272.5973 l 3.1416,-1.2844 l -1.0984,-0.4445 l -0.2565,-1.1568 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.0979,270.8685 l 0.1134,-0.0959 l 0.1825,0.2157 l -0.2959,-0.1197 l 0.1134,-0.0959 l -0.1825,-0.2157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,286.2177 l 0.9244,-0.6779 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.1762,287.2104 l 3.2233,-1.0630 l -1.0649,-0.5197 l -0.1756,-1.1718 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.3346,285.6276 l 0.1198,-0.0878 l 0.1671,0.2278 l -0.2868,-0.1400 l 0.1198,-0.0878 l -0.1671,-0.2278 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,301.0863 l 1.1118,-0.7194 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.2699,301.9016 l 3.2798,-0.8729 l -1.0327,-0.5810 l -0.1068,-1.1801 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.5171,300.4476 l 0.1247,-0.0807 l 0.1535,0.2372 l -0.2782,-0.1565 l 0.1247,-0.0807 l -0.1535,-0.2372 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.5299,315.9550 l 1.2579,-0.7282 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.3429,316.6421 l 3.3190,-0.7096 l -1.0027,-0.6314 l -0.0483,-1.1839 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.6593,315.3012 l 0.1285,-0.0744 l 0.1415,0.2445 l -0.2701,-0.1701 l 0.1285,-0.0744 l -0.1415,-0.2445 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,33.4508 l 1.3657,0.9346 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.6956,32.7899 l 2.0716,2.6885 l 0.1372,-1.1769 l 1.0473,-0.5542 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.9044,34.3014 l 0.1226,0.0839 l -0.1595,0.2331 l 0.0370,-0.3170 l 0.1226,0.0839 l 0.1595,-0.2331 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,48.3194 l 1.3145,1.0053 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.7318,47.6085 l 1.9269,2.7940 l 0.1992,-1.1681 l 1.0751,-0.4981 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.8578,49.2345 l 0.1180,0.0902 l -0.1716,0.2244 l 0.0536,-0.3146 l 0.1180,0.0902 l 0.1716,-0.2244 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,63.1880 l 1.1964,1.0370 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.7229,62.3747 l 1.7522,2.9067 l 0.2703,-1.1537 l 1.1036,-0.4314 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.7455,64.1278 l 0.1122,0.0973 l -0.1850,0.2135 l 0.0728,-0.3108 l 0.1122,0.0973 l 0.1850,-0.2135 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,78.0567 l 0.9219,0.9220 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.5857,76.9810 l 1.5407,3.0242 l 0.3518,-1.1315 l 1.1315,-0.3517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.4782,78.8737 l 0.1050,0.1050 l -0.1998,0.1998 l 0.0948,-0.3048 l 0.1050,0.1050 l 0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,92.9253 l 0.5763,0.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 284.4129,91.4498 l 1.2843,3.1417 l 0.4445,-1.0984 l 1.1568,-0.2565 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.1417,93.4931 l 0.0959,0.1134 l -0.2157,0.1825 l 0.1197,-0.2959 l 0.0959,0.1134 l 0.2157,-0.1825 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,107.7940 l 0.1428,0.2063 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.1961,105.6775 l 0.9749,3.2510 l 0.5485,-1.0503 l 1.1762,-0.1436 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.7195,107.8781 l 0.0845,0.1221 l -0.2323,0.1608 l 0.1477,-0.2829 l 0.0845,0.1221 l 0.2323,-0.1608 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,122.6626 l -0.3946,-0.7328 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.9275,119.4424 l 0.6068,3.3393 l 0.6621,-0.9827 l 1.1849,-0.0117 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.1963,121.7990 l 0.0704,0.1308 l -0.2487,0.1339 l 0.1783,-0.2647 l 0.0704,0.1308 l 0.2487,-0.1339 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,137.5313 l -1.0450,-2.7171 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.6022,132.1774 l 0.1798,3.3893 l 0.7810,-0.8911 l 1.1768,0.1382 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.5630,134.6756 l 0.0533,0.1386 l -0.2637,0.1014 l 0.2104,-0.2400 l 0.0533,0.1386 l 0.2637,-0.1014 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,152.3999 l -1.8027,-7.8121 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.2234,141.8351 l -0.2962,3.3811 l 0.8980,-0.7731 l 1.1459,0.3015 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8252,144.4431 l 0.0334,0.1447 l -0.2753,0.0635 l 0.2419,-0.2082 l 0.0334,0.1447 l 0.2753,-0.0635 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,167.2685 l -2.4585,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.8955,131.3116 l -1.1506,4.7556 l 1.4466,-0.9085 l 1.5685,0.6766 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1914,135.1587 l 0.0114,0.1481 l -0.2817,0.0217 l 0.2703,-0.1697 l 0.0114,0.1481 l 0.2817,-0.0217 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,182.1372 l -2.4585,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.8955,218.0938 l 1.8644,-4.5237 l -1.5685,0.6766 l -1.4465,-0.9085 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.1914,214.2467 l 0.0114,-0.1481 l 0.2817,0.0217 l -0.2931,0.1264 l 0.0114,-0.1481 l -0.2817,-0.0217 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,197.0058 l -1.8027,7.8117 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.2234,207.5703 l 1.7478,-2.9094 l -1.1459,0.3014 l -0.8980,-0.7731 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" 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.8252,204.9623 l 0.0334,-0.1447 l 0.2753,0.0635 l -0.3087,0.0812 l 0.0334,-0.1447 l -0.2753,-0.0635 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,211.8745 l -1.0449,2.7167 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.6023,217.2279 l 2.1376,-2.6363 l -1.1768,0.1381 l -0.7810,-0.8911 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.5631,214.7298 l 0.0533,-0.1386 l 0.2637,0.1014 l -0.3170,0.0372 l 0.0533,-0.1386 l -0.2637,-0.1014 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,226.7431 l -0.3944,0.7325 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.9275,229.9630 l 2.4538,-2.3448 l -1.1849,-0.0118 l -0.6620,-0.9827 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.1964,227.6064 l 0.0704,-0.1308 l 0.2487,0.1339 l -0.3192,-0.0032 l 0.0704,-0.1308 l -0.2487,-0.1339 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,241.6118 l 0.1430,-0.2065 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.1962,243.7280 l 2.6997,-2.0570 l -1.1762,-0.1436 l -0.5485,-1.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 285.7197,241.5274 l 0.0845,-0.1221 l 0.2323,0.1608 l -0.3168,-0.0387 l 0.0845,-0.1221 l -0.2323,-0.1608 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,256.4804 l 0.5765,-0.6814 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.4130,257.9556 l 2.8857,-1.7867 l -1.1568,-0.2566 l -0.4445,-1.0984 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.1419,255.9124 l 0.0959,-0.1134 l 0.2157,0.1825 l -0.3116,-0.0691 l 0.0959,-0.1134 l -0.2157,-0.1825 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,271.3491 l 0.9221,-0.9221 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.5858,272.4245 l 3.0241,-1.5408 l -1.1315,-0.3517 l -0.3517,-1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.4784,270.5320 l 0.1050,-0.1050 l 0.1998,0.1998 l -0.3048,-0.0947 l 0.1050,-0.1050 l -0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,286.2177 l 1.1967,-1.0371 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.7231,287.0308 l 3.1262,-1.3214 l -1.1036,-0.4315 l -0.2702,-1.1537 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.7457,285.2779 l 0.1122,-0.0973 l 0.1850,0.2135 l -0.2973,-0.1162 l 0.1122,-0.0973 l -0.1850,-0.2135 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,301.0863 l 1.3146,-1.0052 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.7317,301.7972 l 3.2012,-1.1276 l -1.0751,-0.4982 l -0.1991,-1.1681 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.8579,300.1713 l 0.1180,-0.0902 l 0.1716,0.2244 l -0.2896,-0.1342 l 0.1180,-0.0902 l -0.1716,-0.2244 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.6613,315.9550 l 1.3658,-0.9344 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.6955,316.6158 l 3.2563,-0.9571 l -1.0473,-0.5543 l -0.1372,-1.1770 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.9045,315.1044 l 0.1226,-0.0839 l 0.1595,0.2332 l -0.2821,-0.1493 l 0.1226,-0.0839 l -0.1595,-0.2332 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,33.4508 l 1.2988,1.0255 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.8742,32.7256 l 1.8835,2.8235 l 0.2172,-1.1648 l 1.0827,-0.4815 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 271.9749,34.3842 l 0.1166,0.0920 l -0.1751,0.2217 l 0.0585,-0.3138 l 0.1166,0.0920 l 0.1751,-0.2217 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,48.3194 l 1.2408,1.0950 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.9152,47.5451 l 1.7263,2.9222 l 0.2805,-1.1512 l 1.1074,-0.4216 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 271.9221,49.3161 l 0.1114,0.0983 l -0.1869,0.2118 l 0.0756,-0.3101 l 0.1114,0.0983 l 0.1869,-0.2118 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,63.1880 l 1.1701,1.1702 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.9652,62.3605 l 1.5407,3.0242 l 0.3518,-1.1315 l 1.1315,-0.3517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 271.8577,64.2532 l 0.1050,0.1050 l -0.1998,0.1997 l 0.0948,-0.3048 l 0.1050,0.1050 l 0.1998,-0.1997 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,78.0567 l 1.0368,1.1965 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.9794,77.1182 l 1.3213,3.1263 l 0.4315,-1.1036 l 1.1537,-0.2702 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 271.7322,79.1409 l 0.0973,0.1122 l -0.2135,0.1850 l 0.1162,-0.2973 l 0.0973,0.1122 l 0.2135,-0.1850 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,92.9253 l 0.6777,0.9242 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.7998,91.5713 l 1.0630,3.2233 l 0.5197,-1.0649 l 1.1719,-0.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 271.3825,93.7298 l 0.0878,0.1198 l -0.2278,0.1671 l 0.1400,-0.2868 l 0.0878,0.1198 l 0.2278,-0.1671 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,107.7940 l 0.2434,0.4057 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.5827,105.7772 l 0.7613,3.3076 l 0.6157,-1.0124 l 1.1830,-0.0667 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.9596,108.0723 l 0.0764,0.1274 l -0.2423,0.1453 l 0.1658,-0.2727 l 0.0764,0.1274 l 0.2423,-0.1453 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,122.6626 l -0.2742,-0.5875 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.3239,119.5150 l 0.4145,3.3686 l 0.7173,-0.9432 l 1.1836,0.0562 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.4557,121.9405 l 0.0628,0.1346 l -0.2560,0.1195 l 0.1932,-0.2540 l 0.0628,0.1346 l 0.2560,-0.1195 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,137.5313 l -0.8767,-2.6304 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.0226,132.2208 l 0.0257,3.3939 l 0.8206,-0.8547 l 1.1694,0.1915 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.8689,134.7600 l 0.0470,0.1409 l -0.2680,0.0893 l 0.2210,-0.2302 l 0.0470,0.1409 l 0.2680,-0.0893 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,152.3999 l -1.5553,-7.7771 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.6833,141.8526 l -0.3954,3.3709 l 0.9203,-0.7464 l 1.1366,0.3350 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.2082,144.4771 l 0.0291,0.1456 l -0.2770,0.0554 l 0.2479,-0.2010 l 0.0291,0.1456 l 0.2770,-0.0554 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,167.2685 l -2.1307,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.3956,131.3116 l -1.1982,4.7400 l 1.4546,-0.8930 l 1.5603,0.6920 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.6521,135.1586 l 0.0099,0.1482 l -0.2819,0.0188 l 0.2720,-0.1670 l 0.0099,0.1482 l 0.2819,-0.0188 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,182.1372 l -2.1307,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.3956,218.0938 l 1.8168,-4.5390 l -1.5603,0.6920 l -1.4546,-0.8930 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.6521,214.2468 l 0.0099,-0.1482 l 0.2819,0.0188 l -0.2918,0.1294 l 0.0099,-0.1482 l -0.2819,-0.0188 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,197.0058 l -1.5553,7.7768 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 268.6833,207.5528 l 1.6615,-2.9596 l -1.1366,0.3350 l -0.9203,-0.7464 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.2082,204.9282 l 0.0291,-0.1456 l 0.2770,0.0554 l -0.3061,0.0902 l 0.0291,-0.1456 l -0.2770,-0.0554 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,211.8745 l -0.8767,2.6301 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.0226,217.1846 l 2.0157,-2.7306 l -1.1694,0.1914 l -0.8206,-0.8548 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.8690,214.6454 l 0.0470,-0.1409 l 0.2680,0.0893 l -0.3150,0.0516 l 0.0470,-0.1409 l -0.2680,-0.0893 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,226.7431 l -0.2740,0.5872 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.3239,229.8904 l 2.3154,-2.4816 l -1.1836,0.0561 l -0.7172,-0.9432 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.4558,227.4649 l 0.0628,-0.1346 l 0.2560,0.1195 l -0.3188,0.0151 l 0.0628,-0.1346 l -0.2560,-0.1195 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,241.6118 l 0.2436,-0.4060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.5828,243.6282 l 2.5601,-2.2283 l -1.1830,-0.0668 l -0.6157,-1.0124 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.9598,241.3331 l 0.0764,-0.1274 l 0.2422,0.1453 l -0.3187,-0.0180 l 0.0764,-0.1274 l -0.2422,-0.1453 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,256.4804 l 0.6779,-0.9244 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.7999,257.8341 l 2.7546,-1.9828 l -1.1718,-0.1756 l -0.5197,-1.0649 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 271.3827,255.6757 l 0.0878,-0.1198 l 0.2278,0.1671 l -0.3156,-0.0473 l 0.0878,-0.1198 l -0.2278,-0.1671 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,271.3491 l 1.0371,-1.1966 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.9795,272.2873 l 2.9067,-1.7524 l -1.1537,-0.2702 l -0.4314,-1.1036 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 271.7325,270.2647 l 0.0973,-0.1122 l 0.2135,0.1850 l -0.3108,-0.0728 l 0.0973,-0.1122 l -0.2135,-0.1850 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,286.2177 l 1.1702,-1.1701 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.9652,287.0451 l 3.0241,-1.5408 l -1.1315,-0.3517 l -0.3517,-1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 271.8578,285.1526 l 0.1050,-0.1050 l 0.1998,0.1998 l -0.3048,-0.0947 l 0.1050,-0.1050 l -0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,301.0863 l 1.2409,-1.0949 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.9152,301.8606 l 3.1144,-1.3492 l -1.1074,-0.4216 l -0.2804,-1.1513 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 271.9222,300.0897 l 0.1114,-0.0983 l 0.1869,0.2118 l -0.2983,-0.1136 l 0.1114,-0.0983 l -0.1869,-0.2118 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.7926,315.9550 l 1.2989,-1.0254 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.8742,316.6801 l 3.1835,-1.1769 l -1.0827,-0.4816 l -0.2171,-1.1649 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 271.9750,315.0216 l 0.1166,-0.0920 l 0.1750,0.2217 l -0.2916,-0.1297 l 0.1166,-0.0920 l -0.1750,-0.2217 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,33.4508 l 1.2332,1.1035 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0520,32.6704 l 1.7060,2.9341 l 0.2885,-1.1493 l 1.1103,-0.4139 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 257.0465,34.4552 l 0.1107,0.0990 l -0.1884,0.2105 l 0.0777,-0.3096 l 0.1107,0.0990 l 0.1884,-0.2105 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,48.3194 l 1.1701,1.1702 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0966,47.4919 l 1.5407,3.0242 l 0.3518,-1.1315 l 1.1315,-0.3517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 256.9891,49.3846 l 0.1050,0.1050 l -0.1998,0.1997 l 0.0948,-0.3048 l 0.1050,0.1050 l 0.1998,-0.1997 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,63.1880 l 1.0948,1.2409 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.1498,62.3105 l 1.3490,3.1144 l 0.4217,-1.1073 l 1.1513,-0.2804 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 256.9206,64.3176 l 0.0983,0.1114 l -0.2118,0.1869 l 0.1136,-0.2983 l 0.0983,0.1114 l 0.2118,-0.1869 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,78.0567 l 1.0052,1.3146 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.2132,77.1271 l 1.1275,3.2013 l 0.4982,-1.0751 l 1.1681,-0.1990 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 256.8390,79.2533 l 0.0902,0.1180 l -0.2244,0.1716 l 0.1342,-0.2896 l 0.0902,0.1180 l 0.2244,-0.1716 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,92.9253 l 0.7192,1.1116 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.1086,91.6650 l 0.8729,3.2799 l 0.5811,-1.0327 l 1.1801,-0.1068 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 256.5625,93.9122 l 0.0807,0.1247 l -0.2372,0.1535 l 0.1565,-0.2782 l 0.0807,0.1247 l 0.2372,-0.1535 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,107.7940 l 0.2934,0.5543 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.8957,105.8515 l 0.5832,3.3435 l 0.6690,-0.9780 l 1.1849,-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 256.1479,108.2170 l 0.0695,0.1313 l -0.2497,0.1322 l 0.1802,-0.2634 l 0.0695,0.1313 l 0.2497,-0.1322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,122.6626 l -0.1989,-0.4830 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.6496,119.5673 l 0.2591,3.3841 l 0.7599,-0.9092 l 1.1798,0.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 255.6686,122.0422 l 0.0565,0.1373 l -0.2612,0.1076 l 0.2047,-0.2449 l 0.0565,0.1373 l 0.2612,-0.1076 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,137.5313 l -0.7558,-2.5701 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.3711,132.2509 l -0.0955,3.3927 l 0.8506,-0.8249 l 1.1618,0.2331 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.1262,134.8187 l 0.0419,0.1425 l -0.2710,0.0797 l 0.2291,-0.2222 l 0.0419,0.1425 l 0.2710,-0.0797 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,152.3999 l -1.3682,-7.7534 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.0649,141.8645 l -0.4719,3.3611 l 0.9370,-0.7253 l 1.1287,0.3607 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.5300,144.5003 l 0.0258,0.1463 l -0.2782,0.0491 l 0.2524,-0.1954 l 0.0258,0.1463 l 0.2782,-0.0491 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,167.2685 l -1.8800,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.8090,131.3116 l -1.2346,4.7281 l 1.4608,-0.8812 l 1.5541,0.7038 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.0353,135.1586 l 0.0087,0.1483 l -0.2820,0.0166 l 0.2733,-0.1649 l 0.0087,0.1483 l 0.2820,-0.0166 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,182.1372 l -1.8800,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 253.8090,218.0938 l 1.7803,-4.5508 l -1.5541,0.7038 l -1.4608,-0.8812 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.0353,214.2469 l 0.0087,-0.1483 l 0.2820,0.0166 l -0.2907,0.1317 l 0.0087,-0.1483 l -0.2820,-0.0166 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,197.0058 l -1.3681,7.7530 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.0649,207.5409 l 1.5938,-2.9965 l -1.1287,0.3607 l -0.9370,-0.7253 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.5301,204.9051 l 0.0258,-0.1463 l 0.2782,0.0491 l -0.3040,0.0972 l 0.0258,-0.1463 l -0.2782,-0.0491 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,211.8745 l -0.7558,2.5697 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.3711,217.1544 l 1.9170,-2.8008 l -1.1618,0.2331 l -0.8506,-0.8249 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.1263,214.5867 l 0.0419,-0.1425 l 0.2710,0.0797 l -0.3129,0.0628 l 0.0419,-0.1425 l -0.2710,-0.0797 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,226.7431 l -0.1988,0.4827 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.6496,229.8381 l 2.1988,-2.5855 l -1.1798,0.1105 l -0.7599,-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 255.6687,227.3632 l 0.0565,-0.1373 l 0.2612,0.1076 l -0.3178,0.0298 l 0.0565,-0.1373 l -0.2612,-0.1076 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,241.6118 l 0.2936,-0.5546 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.8958,243.5539 l 2.4372,-2.3621 l -1.1849,-0.0034 l -0.6689,-0.9780 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 256.1481,241.1885 l 0.0695,-0.1313 l 0.2497,0.1322 l -0.3192,-0.0009 l 0.0695,-0.1313 l -0.2497,-0.1322 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,256.4804 l 0.7194,-1.1118 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.1087,257.7404 l 2.6341,-2.1403 l -1.1801,-0.1068 l -0.5810,-1.0327 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 256.5627,255.4933 l 0.0807,-0.1247 l 0.2372,0.1535 l -0.3179,-0.0288 l 0.0807,-0.1247 l -0.2372,-0.1535 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,271.3491 l 1.0052,-1.3145 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.2132,272.2786 l 2.7939,-1.9270 l -1.1681,-0.1991 l -0.4982,-1.0751 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 256.8390,270.1525 l 0.0902,-0.1180 l 0.2244,0.1716 l -0.3146,-0.0536 l 0.0902,-0.1180 l -0.2244,-0.1716 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,286.2177 l 1.0949,-1.2409 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.1498,287.0951 l 2.9221,-1.7265 l -1.1513,-0.2805 l -0.4216,-1.1074 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 256.9206,285.0882 l 0.0983,-0.1114 l 0.2118,0.1869 l -0.3101,-0.0755 l 0.0983,-0.1114 l -0.2118,-0.1869 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,301.0863 l 1.1702,-1.1701 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0965,301.9138 l 3.0241,-1.5408 l -1.1315,-0.3517 l -0.3517,-1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 256.9891,300.0212 l 0.1050,-0.1050 l 0.1998,0.1998 l -0.3048,-0.0947 l 0.1050,-0.1050 l -0.1998,-0.1998 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9240,315.9550 l 1.2333,-1.1034 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0519,316.7352 l 3.1049,-1.3707 l -1.1103,-0.4140 l -0.2884,-1.1493 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 257.0466,314.9506 l 0.1107,-0.0990 l 0.1884,0.2105 l -0.2991,-0.1115 l 0.1107,-0.0990 l -0.1884,-0.2105 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,33.4508 l 1.1701,1.1702 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.2280,32.6232 l 1.5406,3.0242 l 0.3518,-1.1315 l 1.1315,-0.3516 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.1204,34.5160 l 0.1050,0.1050 l -0.1998,0.1997 l 0.0948,-0.3048 l 0.1050,0.1050 l 0.1998,-0.1997 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,48.3194 l 1.1034,1.2333 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.2751,47.4473 l 1.3705,3.1050 l 0.4140,-1.1102 l 1.1493,-0.2883 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.0597,49.4420 l 0.0990,0.1107 l -0.2105,0.1884 l 0.1115,-0.2990 l 0.0990,0.1107 l 0.2105,-0.1884 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,63.1880 l 1.0253,1.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 240.3303,62.2695 l 1.1768,3.1835 l 0.4816,-1.0826 l 1.1649,-0.2170 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.9887,64.3704 l 0.0920,0.1166 l -0.2217,0.1750 l 0.1297,-0.2916 l 0.0920,0.1166 l 0.2217,-0.1750 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,78.0567 l 0.9344,1.3658 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.3946,77.0909 l 0.9570,3.2563 l 0.5543,-1.0473 l 1.1770,-0.1371 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.9059,79.2999 l 0.0839,0.1226 l -0.2332,0.1595 l 0.1493,-0.2821 l 0.0839,0.1226 l 0.2332,-0.1595 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,92.9253 l 0.7281,1.2577 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.3681,91.7381 l 0.7095,3.3190 l 0.6314,-1.0027 l 1.1839,-0.0482 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.7090,94.0545 l 0.0744,0.1285 l -0.2445,0.1415 l 0.1701,-0.2701 l 0.0744,0.1285 l 0.2445,-0.1415 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,107.7940 l 0.3159,0.6670 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.1620,105.9078 l 0.4338,3.3662 l 0.7118,-0.9473 l 1.1839,0.0494 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.3077,108.3267 l 0.0636,0.1342 l -0.2553,0.1209 l 0.1917,-0.2552 l 0.0636,0.1342 l 0.2553,-0.1209 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,122.6626 l -0.1495,-0.4058 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.9293,119.6059 l 0.1317,3.3915 l 0.7936,-0.8800 l 1.1748,0.1549 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.8545,122.1174 l 0.0513,0.1394 l -0.2651,0.0977 l 0.2137,-0.2370 l 0.0513,0.1394 l 0.2651,-0.0977 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,137.5313 l -0.6648,-2.5265 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.6716,132.2727 l -0.1929,3.3885 l 0.8740,-0.8001 l 1.1546,0.2663 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.3527,134.8611 l 0.0378,0.1436 l -0.2732,0.0719 l 0.2354,-0.2155 l 0.0378,0.1436 l 0.2732,-0.0719 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,152.3999 l -1.2215,-7.7366 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.3933,141.8729 l -0.5326,3.3520 l 0.9500,-0.7082 l 1.1220,0.3811 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.8107,144.5166 l 0.0232,0.1467 l -0.2790,0.0441 l 0.2559,-0.1908 l 0.0232,0.1467 l 0.2790,-0.0441 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,167.2685 l -1.6821,-31.9617 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.1630,131.3116 l -1.2633,4.7187 l 1.4657,-0.8718 l 1.5491,0.7132 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.3655,135.1585 l 0.0078,0.1483 l -0.2821,0.0148 l 0.2743,-0.1632 l 0.0078,0.1483 l 0.2821,-0.0148 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,182.1372 l -1.6821,31.9614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.1630,218.0938 l 1.7516,-4.5600 l -1.5491,0.7132 l -1.4657,-0.8718 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.3655,214.2469 l 0.0078,-0.1483 l 0.2821,0.0148 l -0.2899,0.1335 l 0.0078,-0.1483 l -0.2821,-0.0148 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,197.0058 l -1.2215,7.7362 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.3933,207.5325 l 1.5394,-3.0248 l -1.1220,0.3811 l -0.9500,-0.7082 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.8107,204.8887 l 0.0232,-0.1467 l 0.2790,0.0441 l -0.3022,0.1026 l 0.0232,-0.1467 l -0.2790,-0.0441 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,211.8745 l -0.6648,2.5261 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.6717,217.1327 l 1.8357,-2.8547 l -1.1546,0.2663 l -0.8740,-0.8001 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.3528,214.5443 l 0.0378,-0.1436 l 0.2732,0.0719 l -0.3110,0.0717 l 0.0378,-0.1436 l -0.2732,-0.0719 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,226.7431 l -0.1494,0.4055 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.9293,229.7995 l 2.1000,-2.6663 l -1.1748,0.1548 l -0.7935,-0.8800 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.8546,227.2880 l 0.0513,-0.1394 l 0.2651,0.0977 l -0.3164,0.0417 l 0.0513,-0.1394 l -0.2651,-0.0977 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,241.6118 l 0.3161,-0.6673 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.1621,243.4976 l 2.3297,-2.4682 l -1.1839,0.0493 l -0.7118,-0.9473 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.3078,241.0787 l 0.0636,-0.1342 l 0.2553,0.1209 l -0.3189,0.0133 l 0.0636,-0.1342 l -0.2553,-0.1209 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,256.4804 l 0.7283,-1.2579 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.3682,257.6674 l 2.5250,-2.2680 l -1.1839,-0.0483 l -0.6314,-1.0027 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.7092,255.3510 l 0.0744,-0.1285 l 0.2445,0.1415 l -0.3189,-0.0130 l 0.0744,-0.1285 l -0.2445,-0.1415 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,271.3491 l 0.9345,-1.3658 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.3946,272.3148 l 2.6883,-2.0718 l -1.1770,-0.1372 l -0.5542,-1.0473 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.9060,270.1059 l 0.0839,-0.1226 l 0.2332,0.1595 l -0.3170,-0.0370 l 0.0839,-0.1226 l -0.2332,-0.1595 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,286.2177 l 1.0254,-1.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 240.3302,287.1362 l 2.8234,-1.8836 l -1.1649,-0.2171 l -0.4815,-1.0827 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.9887,285.0354 l 0.0920,-0.1166 l 0.2217,0.1751 l -0.3138,-0.0585 l 0.0920,-0.1166 l -0.2217,-0.1751 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,301.0863 l 1.1035,-1.2333 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.2751,301.9584 l 2.9340,-1.7062 l -1.1493,-0.2884 l -0.4139,-1.1103 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.0598,299.9638 l 0.0990,-0.1107 l 0.2105,0.1884 l -0.3096,-0.0777 l 0.0990,-0.1107 l -0.2105,-0.1884 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.5650084768840202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.0554,315.9550 l 1.1702,-1.1701 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.2279,316.7824 l 3.0241,-1.5408 l -1.1315,-0.3517 l -0.3517,-1.1315 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.1205,314.8899 l 0.1050,-0.1050 l 0.1998,0.1998 l -0.3048,-0.0947 l 0.1050,-0.1050 l -0.1998,-0.1998 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 131.9398,315.9550 ZM 115.3667,300.7874 l 0.0000,-10.4826 l -15.6361,5.7977 l 14.5820,6.0905 c 0.2342,0.0586 0.3514,0.1171 0.5271 0.1171c 0.3514,0.0000 0.5271,-0.4099 0.5271 -1.5226ZM 115.3667,300.7874 ZM 127.7234,307.7563 c 0.4099,0.1757 0.7613,0.2342 1.1127 0.2342c 0.9370,0.0000 1.4641,-0.9370 1.4641 -2.6939l 0.0000,-1.6983 c 0.0000,-0.2342 0.1757,-0.4685 0.4685 -0.4685l 1.1127,0.0000 l 0.1171,0.1171 c 0.0000,-0.0000 -0.1171,5.7977 -0.1171 7.2032c -0.0000,1.5226 0.1171,5.2706 0.1171 5.2706l -0.1171,0.1171 l -1.1127,-0.0000 c -0.2928,-0.0000 -0.4685,-0.1757 -0.4685 -0.4685l 0.0000,-0.7027 c 0.0000,-2.4011 -1.1127,-3.4552 -3.1038 -4.2750l -32.0335,-13.7036 c -1.3469,-0.5271 -1.7569,-0.9956 -1.7569 -1.5812c 0.0000,-1.0541 0.5856,-1.5226 1.7569 -1.9911l 31.7407,-12.0053 c 2.2839,-0.8199 3.3966,-1.9911 3.3966 -4.3336l 0.0000,-0.6442 c 0.0000,-0.2928 0.1757,-0.5856 0.4685 -0.5856l 1.1127,0.0000 l 0.1171,0.1757 c 0.0000,-0.0000 -0.1171,4.5093 -0.1171 6.7932c -0.0000,2.0497 0.1171,7.7888 0.1171 7.7888l -0.1171,0.0586 l -1.1127,-0.0000 c -0.2928,-0.0000 -0.4685,-0.1171 -0.4685 -0.4099l 0.0000,-1.6397 c 0.0000,-1.8154 -0.6442,-2.7524 -1.5812 -2.7524c -0.2928,-0.0000 -0.6442,0.0586 -0.9956 0.1757l -10.0727,3.7480 l -0.0000,12.3566 c -0.0000,1.4055 0.3514,1.8740 0.9956 2.1082ZM 131.9398,275.2542 ZM 127.7234,270.0422 l -14.5820,-0.0000 c -2.9281,-0.0000 -3.5723,0.4099 -3.5723 1.2884c -0.0000,0.7613 0.0586,1.4641 0.2928 2.4596l -1.6397,0.2928 c -0.6442,-3.6894 -0.8199,-4.3336 -1.6983 -6.0905c -0.2928,-0.5856 -0.4685,-1.0541 -0.4685 -1.4641l 0.0000,-0.8784 l 5.2706,0.1757 l 0.0000,-0.1757 c -2.2839,-1.5226 -5.2706,-4.0994 -5.2706 -6.8518c 0.0000,-2.4011 1.1712,-3.2795 2.6939 -3.2795c 1.5226,0.0000 2.4596,0.9956 2.4596 2.5182c -0.0000,1.1712 -0.4685,1.8154 -1.0541 2.4011c -0.3514,0.3514 -0.5271,0.7613 -0.5271 1.1712c -0.0000,0.6442 1.0541,1.9326 3.0452 3.3380c 0.5271,0.4099 1.2884,0.7027 2.0497 0.7027l 13.0008,0.0000 c 1.6983,0.0000 2.5767,-0.5856 2.5767 -2.5182l 0.0000,-1.6983 c 0.0000,-0.2928 0.1757,-0.5271 0.4685 -0.5271l 1.1127,0.0000 l 0.1171,0.1171 c 0.0000,-0.0000 -0.1171,4.6264 -0.1171 6.9103c -0.0000,2.1082 0.1171,6.0905 0.1171 6.0905l -0.1171,0.0586 l -1.1127,-0.0000 c -0.2928,-0.0000 -0.4685,-0.1171 -0.4685 -0.4099l 0.0000,-1.1127 c 0.0000,-1.9911 -0.8784,-2.5182 -2.5767 -2.5182ZM 131.9398,254.9331 ZM 127.7234,249.7211 l -14.5820,-0.0000 c -2.9281,-0.0000 -3.5723,0.4099 -3.5723 1.2884c -0.0000,0.7613 0.0586,1.4641 0.2928 2.4596l -1.6397,0.2928 c -0.6442,-3.6894 -0.8199,-4.3336 -1.6983 -6.0905c -0.2928,-0.5856 -0.4685,-1.0541 -0.4685 -1.4641l 0.0000,-0.8784 l 5.2706,0.1757 l 0.0000,-0.1757 c -2.2839,-1.5226 -5.2706,-4.0994 -5.2706 -6.8518c 0.0000,-2.4011 1.1712,-3.2795 2.6939 -3.2795c 1.5226,0.0000 2.4596,0.9956 2.4596 2.5182c -0.0000,1.1712 -0.4685,1.8154 -1.0541 2.4011c -0.3514,0.3514 -0.5271,0.7613 -0.5271 1.1712c -0.0000,0.6442 1.0541,1.9326 3.0452 3.3380c 0.5271,0.4099 1.2884,0.7027 2.0497 0.7027l 13.0008,0.0000 c 1.6983,0.0000 2.5767,-0.5856 2.5767 -2.5182l 0.0000,-1.6983 c 0.0000,-0.2928 0.1757,-0.5271 0.4685 -0.5271l 1.1127,0.0000 l 0.1171,0.1171 c 0.0000,-0.0000 -0.1171,4.6264 -0.1171 6.9103c -0.0000,2.1082 0.1171,6.0905 0.1171 6.0905l -0.1171,0.0586 l -1.1127,-0.0000 c -0.2928,-0.0000 -0.4685,-0.1171 -0.4685 -0.4099l 0.0000,-1.1127 c 0.0000,-1.9911 -0.8784,-2.5182 -2.5767 -2.5182ZM 131.9398,234.6120 ZM 119.9346,232.6209 c -8.0230,-0.0000 -13.8793,-4.3336 -13.8793 -12.1224c 0.0000,-8.6672 7.2617,-12.0053 13.3522 -12.0053c 5.8562,0.0000 13.2351,3.8065 13.2351 12.1224c -0.0000,7.8473 -6.7347,12.0053 -12.7080 12.0053ZM 119.9346,232.6209 ZM 107.9879,221.1427 c -0.0000,4.6850 5.5049,6.8518 10.5998 6.8518c 4.5093,0.0000 12.0053,-2.5767 12.0053 -8.3744c 0.0000,-2.6353 -1.5812,-6.5004 -9.3114 -6.5004c -8.6086,-0.0000 -13.2936,3.2209 -13.2936 8.0230ZM 131.9398,206.5607 ZM 107.9293,194.7312 c 0.2928,0.0000 0.4685,0.2342 0.4685 0.5271l -0.0000,0.8784 c -0.0000,1.2884 0.3514,1.6983 0.9370 1.6983c 0.4099,0.0000 0.9370,-0.2342 1.7569 -0.5271l 15.4604,-6.1490 l -12.7080,-5.0949 l -2.6353,1.0541 c -1.9911,0.7613 -2.8110,1.9911 -2.8110 3.7480c -0.0000,0.2928 -0.1171,0.5856 -0.4099 0.5856l -1.1712,-0.0000 l -0.1171,-0.1171 c 0.0000,-0.0000 0.1171,-3.2795 0.1171 -5.3292l -0.1171,-5.8562 l 0.1171,-0.1757 l 1.1127,0.0000 c 0.2928,0.0000 0.4685,0.2928 0.4685 0.5856l -0.0000,1.0541 c -0.0000,1.1712 0.2342,1.6983 0.8199 1.6983c 0.4685,0.0000 1.0541,-0.2342 1.8740 -0.5856l 15.4604,-6.0905 l -15.1676,-6.0905 c -0.3514,-0.1757 -0.8199,-0.2928 -1.2884 -0.2928c -0.9956,-0.0000 -1.6983,0.6442 -1.6983 2.6353l -0.0000,0.8784 c -0.0000,0.2928 -0.2342,0.5271 -0.4099 0.5271l -1.1712,-0.0000 l -0.1171,-0.1757 c 0.0000,-0.0000 0.1171,-3.8651 0.1171 -6.0319c 0.0000,-1.9911 -0.1171,-4.3336 -0.1171 -4.3336l 0.1171,-0.0586 l 1.1127,0.0000 c 0.3514,0.0000 0.4685,0.3514 0.4685 0.7027c -0.0000,1.4641 0.6442,2.9867 3.2209 4.0408l 19.7940,7.9645 c 0.8784,0.3514 1.2298,0.8199 1.2298 1.3469c -0.0000,0.5856 -0.3514,1.0541 -1.1712 1.4055l -14.6406,5.8562 l 14.5234,5.8562 c 0.9370,0.4099 1.2884,0.8784 1.2884 1.4055c -0.0000,0.5856 -0.3514,1.0541 -1.1712 1.4055l -20.2625,8.0230 c -2.2839,0.8784 -2.8110,1.9326 -2.8110 3.6894c -0.0000,0.2928 -0.1171,0.7027 -0.4099 0.7027l -1.1712,-0.0000 l -0.1171,-0.1171 c 0.0000,-0.0000 0.1171,-2.7524 0.1171 -5.3292c 0.0000,-2.6939 -0.1171,-5.7977 -0.1171 -5.7977l 0.1757,-0.1171 l 1.0541,0.0000 ZM 131.9398,148.3499 ZM 132.6426,127.5603 c -0.0000,12.5909 -9.7213,18.6228 -19.1499 18.6228c -11.5368,-0.0000 -20.0868,-8.9600 -20.0868 -18.6814c 0.0000,-7.2032 2.4596,-9.4871 2.6353 -12.8251c 3.2209,-0.1757 6.0319,-0.7027 9.0771 -1.2884l 0.2342,1.7569 c -5.0364,1.5226 -9.7799,4.9192 -9.7799 13.0008c -0.0000,4.6264 4.9192,12.9423 16.8074 12.9423c 8.5501,0.0000 17.8615,-4.3922 17.8615 -13.4693c 0.0000,-5.4463 -1.9326,-9.4285 -6.5004 -13.5864l 0.8784,-1.3469 c 5.2120,3.9822 8.0230,9.1943 8.0230 14.8748ZM 131.9398,110.6358 ZM 91.0634,101.0901 l 19.8526,0.0000 c -3.9237,-3.9237 -4.8607,-7.3788 -4.8607 -9.6628c 0.0000,-4.2165 3.2209,-6.3247 9.2528 -6.3247l 12.4152,0.0000 c 1.6983,0.0000 2.5767,-0.5856 2.5767 -2.5182l 0.0000,-1.1127 c 0.0000,-0.2342 0.1757,-0.4685 0.4685 -0.4685l 1.1127,0.0000 l 0.1171,0.1171 c 0.0000,-0.0000 -0.1171,3.9822 -0.1171 6.3247c -0.0000,2.0497 0.1171,6.0319 0.1171 6.0319l -0.1171,0.1171 l -1.1127,-0.0000 c -0.2928,-0.0000 -0.4685,-0.1757 -0.4685 -0.4685l 0.0000,-1.1127 c 0.0000,-1.9911 -0.8784,-2.5182 -2.5767 -2.5182l -13.0594,-0.0000 c -4.7435,-0.0000 -5.8562,1.2884 -5.8562 4.5679c -0.0000,1.6983 1.5226,4.2165 4.2750 7.0275l 14.6406,0.0000 c 1.6983,0.0000 2.5767,-0.5856 2.5767 -2.5182l 0.0000,-1.1127 c 0.0000,-0.2342 0.1757,-0.4685 0.4685 -0.4685l 1.1127,0.0000 l 0.1171,0.1171 c 0.0000,-0.0000 -0.1171,3.9822 -0.1171 6.2662c -0.0000,2.1082 0.1171,6.0319 0.1171 6.0319l -0.1171,0.1171 l -1.1127,-0.0000 c -0.2928,-0.0000 -0.4685,-0.1171 -0.4685 -0.4099l 0.0000,-1.1127 c 0.0000,-1.9911 -0.8784,-2.5182 -2.5767 -2.5182l -29.3397,-0.0000 c -3.3380,-0.0000 -4.2750,0.5271 -4.2750 1.6983l 0.2342,1.9326 c -0.0000,0.1757 -0.1171,0.2928 -0.2928 0.2928l -1.4641,0.1171 c 0.0000,-0.9370 -0.3514,-3.0452 -0.5271 -4.0408c -0.2342,-1.0541 -0.4685,-1.9326 -0.9956 -3.1038l 0.0000,-1.2884 ZM 131.9398,80.3005 ZM 117.5921,63.2589 l 1.1712,4.6264 c 1.5812,5.1535 4.2750,5.9148 6.9103 5.9148c 1.8154,0.0000 4.5679,-0.8784 4.5679 -4.5679c 0.0000,-1.7569 -1.6983,-4.4507 -2.9867 -5.9733l -9.6628,-0.0000 ZM 117.5921,63.2589 ZM 132.6426,59.5109 c -0.0000,2.2254 -1.9911,3.4552 -3.3966 3.6894l 0.9370,1.3469 c 1.8740,2.6939 2.4596,3.6894 2.4596 6.3833c -0.0000,4.0994 -2.3425,7.0860 -6.7347 7.0860c -4.4507,-0.0000 -7.4960,-3.8065 -8.9015 -9.3700l -1.3469,-5.3877 c -6.6175,-0.0000 -7.8473,3.0452 -7.8473 5.0364c -0.0000,2.2254 0.9956,4.8021 2.8110 4.8021c 0.6442,0.0000 0.9956,-0.1171 1.1712 -0.1757c 0.2342,-0.1171 0.6442,-0.1757 1.0541 -0.1757c 0.7613,0.0000 1.9326,0.5856 1.9326 2.2839c -0.0000,1.4055 -0.9370,2.3425 -2.3425 2.3425c -3.3966,-0.0000 -6.3833,-5.5049 -6.3833 -9.2528c 0.0000,-4.2750 1.7569,-9.1943 10.0727 -9.1943l 8.6086,0.0000 c 3.5723,0.0000 5.0949,-0.0586 5.0949 -1.4055c 0.0000,-1.2884 -1.6397,-1.6397 -2.9281 -1.6983l 0.2928,-1.4641 c 4.2750,0.3514 5.4463,2.1668 5.4463 5.1535ZM 131.9398,53.8890 ZM 127.7234,48.6769 l -14.5820,-0.0000 c -2.9281,-0.0000 -3.5723,0.4099 -3.5723 1.2884c -0.0000,0.7613 0.0586,1.4641 0.2928 2.4596l -1.6397,0.2928 c -0.6442,-3.6894 -0.8199,-4.3336 -1.6983 -6.0905c -0.2928,-0.5856 -0.4685,-1.0541 -0.4685 -1.4641l 0.0000,-0.8784 l 5.2706,0.1757 l 0.0000,-0.1757 c -2.2839,-1.5226 -5.2706,-4.0994 -5.2706 -6.8518c 0.0000,-2.4011 1.1712,-3.2795 2.6939 -3.2795c 1.5226,0.0000 2.4596,0.9956 2.4596 2.5182c -0.0000,1.1712 -0.4685,1.8154 -1.0541 2.4011c -0.3514,0.3514 -0.5271,0.7613 -0.5271 1.1712c -0.0000,0.6442 1.0541,1.9326 3.0452 3.3380c 0.5271,0.4099 1.2884,0.7027 2.0497 0.7027l 13.0008,0.0000 c 1.6983,0.0000 2.5767,-0.5856 2.5767 -2.5182l 0.0000,-1.6983 c 0.0000,-0.2928 0.1757,-0.5271 0.4685 -0.5271l 1.1127,0.0000 l 0.1171,0.1171 c 0.0000,-0.0000 -0.1171,4.6264 -0.1171 6.9103c -0.0000,2.1082 0.1171,6.0905 0.1171 6.0905l -0.1171,0.0586 l -1.1127,-0.0000 c -0.2928,-0.0000 -0.4685,-0.1171 -0.4685 -0.4099l 0.0000,-1.1127 c 0.0000,-1.9911 -0.8784,-2.5182 -2.5767 -2.5182ZM 131.9398,33.5679 ZM 109.0420,23.9637 l 14.9919,0.0000 c 3.6309,0.0000 5.3877,-0.3514 5.3877 -1.9326c 0.0000,-1.5226 -0.4685,-2.6939 -1.6397 -4.2165l 0.9956,-1.0541 c 2.5767,2.2839 3.8651,4.6264 3.8651 7.3203c -0.0000,2.6939 -1.6397,4.2750 -5.7977 4.2750l -17.8029,-0.0000 l -0.0000,3.8065 c -0.0000,0.1757 -0.0586,0.2342 -0.2342 0.2342l -1.8154,-0.0000 c -0.1757,-0.0000 -0.2342,-0.0586 -0.2342 -0.1757c 0.0000,-3.9237 -2.2839,-4.8607 -6.7347 -4.8607l -1.1127,-0.0000 l -1.1712,-3.3966 l 9.0186,0.0000 l 0.0000,-6.4418 c 0.0000,-0.2928 0.1171,-0.4685 0.3514 -0.4685l 1.1712,0.0000 c 0.5271,0.0000 0.7613,0.8199 0.7613 1.4055l -0.0000,5.5049 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 200.9847,321.4083 l -0.0000,-282.5042 h -5.6501 l -0.0000,282.5042 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 167.7518,38.9041 ZM 171.8559,28.7283 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 171.8559,28.7283 ZM 171.7809,39.1289 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 175.9599,38.9041 ZM 177.0281,38.1357 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 180.0639,38.9041 ZM 185.8546,35.7370 c 0.0000,-1.9302 -1.0494,-2.8859 -2.2113 -2.8859c -0.8620,-0.0000 -1.5179,0.1312 -2.2488 0.4310l 0.5997,-5.1160 c 0.6184,0.0562 1.2556,0.0750 1.9115 0.0750c 0.9370,-0.0000 1.9115,-0.0562 2.9234 -0.1687l 0.1124,0.0562 l -0.2811,1.2181 c -0.7309,0.0750 -1.3305,0.0937 -1.8553 0.0937c -0.8433,-0.0000 -1.4805,-0.0750 -2.1364 -0.1499l -0.3561,2.9609 c 0.3935,-0.1499 1.0682,-0.2811 1.7990 -0.2811c 1.9864,-0.0000 3.0921,1.7241 3.0921 3.4481c 0.0000,2.0989 -1.4617,3.7105 -3.5793 3.7105c -1.0682,-0.0000 -2.6236,-0.5997 -2.6236 -1.3305c 0.0000,-0.3561 0.2998,-0.5997 0.6372 -0.5997c 0.3748,-0.0000 0.6184,0.2811 0.8433 0.5809c 0.2811,0.3373 0.5809,0.7121 1.1806 0.7121c 1.1994,-0.0000 2.1926,-1.1244 2.1926 -2.7548Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.5096,38.9041 h 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 167.7518,67.1545 ZM 171.8559,56.9787 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 171.8559,56.9787 ZM 171.7809,67.3794 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 175.9599,67.1545 ZM 177.0281,66.3862 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 180.0639,67.1545 ZM 184.8988,60.5018 c 0.0000,-0.1312 0.0187,-0.2811 0.1874 -0.3748c 0.2061,-0.1499 0.5435,-0.3186 0.8246 -0.3186c 0.2436,-0.0000 0.2624,0.2061 0.2624 0.5809v 3.0171 h 1.5179 l -0.1124,0.8808 h -1.4055 v 1.5554 c 0.0000,0.5247 0.0750,0.7871 0.6184 0.7871h 0.5060 c 0.1124,-0.0000 0.1312,0.0937 0.1312 0.1312v 0.4123 c 0.0000,-0.0000 -1.1994,-0.0375 -1.9864 -0.0375c -0.7121,-0.0000 -1.8178,0.0375 -1.8178 0.0375v -0.4123 c 0.0000,-0.0375 0.0187,-0.1312 0.1312 -0.1312h 0.5060 c 0.5809,-0.0000 0.6372,-0.2436 0.6372 -0.7871v -1.5554 h -3.6730 c -0.0750,-0.0000 -0.1124,-0.0375 -0.1687 -0.1124l -0.1499,-0.2061 l -0.2249,-0.3935 c -0.0187,-0.0000 -0.0187,-0.0187 -0.0187 -0.0375c 0.0000,-0.0187 0.0187,-0.0375 0.0375 -0.0562c 1.2181,-1.3493 3.3732,-5.5283 4.0478 -7.0649c 0.0187,-0.0750 0.0562,-0.0937 0.1312 -0.0937c 0.0187,-0.0000 0.4310,0.1687 0.6559 0.2061c -0.8433,2.2675 -2.2301,4.7037 -3.5981 6.8775h 2.9609 v -2.9047 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.5096,67.1545 h 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 167.7518,95.4049 ZM 171.8559,85.2291 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 171.8559,85.2291 ZM 171.7809,95.6298 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 175.9599,95.4049 ZM 177.0281,94.6366 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 180.0639,95.4049 ZM 184.1118,85.1542 c -0.4685,-0.0000 -1.8365,0.2624 -1.8365 1.4055c 0.0000,0.3373 -0.1312,0.9183 -0.6372 0.9183c -0.4872,-0.0000 -0.5247,-0.5435 -0.5247 -0.5997c 0.0000,-0.5809 0.7683,-2.3050 3.3732 -2.3050c 1.8178,-0.0000 2.3612,1.1431 2.3612 1.8927c 0.0000,0.4685 -0.1499,1.4055 -1.8365 2.4737c 1.0494,0.1687 2.4362,0.9370 2.4362 2.8859c 0.0000,2.4737 -1.8740,3.8042 -3.9916 3.8042c -1.0682,-0.0000 -2.5674,-0.4685 -2.5674 -1.1806c 0.0000,-0.2811 0.2811,-0.5997 0.6559 -0.5997c 0.3561,-0.0000 0.5247,0.1874 0.6934 0.4310c 0.2061,0.3186 0.5435,0.7683 1.4430 0.7683c 0.6184,-0.0000 2.3800,-0.6184 2.3800 -2.9796c 0.0000,-2.0052 -1.4055,-2.3237 -2.4174 -2.3237c -0.1687,-0.0000 -0.3748,0.0375 -0.5809 0.0750l -0.0750,-0.5622 c 1.4430,-0.2436 2.6423,-1.6491 2.6423 -2.5111c 0.0000,-1.0682 -0.7496,-1.5929 -1.5179 -1.5929Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.5096,95.4049 h 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 167.7518,123.6553 ZM 171.8559,113.4796 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 171.8559,113.4796 ZM 171.7809,123.8802 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 175.9599,123.6553 ZM 177.0281,122.8870 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 180.0639,123.6553 ZM 181.1509,115.3536 c 0.0000,-1.0682 1.0307,-2.5299 2.9984 -2.5299c 1.4430,-0.0000 3.1296,0.5435 3.1296 2.6985c 0.0000,1.4242 -0.7309,2.1364 -1.7428 3.1108l -1.7803,1.7241 c -0.0937,0.0937 -1.3493,1.3305 -1.3493 2.2113h 3.1858 c 0.6372,-0.0000 0.9745,-0.3186 1.2368 -1.3493l 0.4685,0.0750 l -0.3748,2.3612 h -5.7906 c 0.0000,-1.0494 0.1687,-1.8553 1.9115 -3.6355l 1.3118,-1.2931 c 1.0494,-1.0682 1.4805,-1.9864 1.4805 -3.1296c 0.0000,-1.7053 -1.1619,-2.1926 -1.7990 -2.1926c -1.2931,-0.0000 -1.6491,0.6746 -1.6491 1.1244c 0.0000,0.1499 0.0375,0.2998 0.0750 0.4310c 0.0375,0.1312 0.0750,0.2624 0.0750 0.4123c 0.0000,0.4872 -0.3748,0.6746 -0.6746 0.6746c -0.4123,-0.0000 -0.7121,-0.3186 -0.7121 -0.6934Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.5096,123.6553 h 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 167.7518,151.9058 ZM 171.8559,141.7300 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 171.8559,141.7300 ZM 171.7809,152.1306 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 175.9599,151.9058 ZM 177.0281,151.1374 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 180.0639,151.9058 ZM 183.5871,142.9668 c -0.3561,-0.0000 -1.1806,0.3373 -1.5929 0.5247l -0.2249,-0.5809 c 1.6491,-0.7683 2.2863,-1.1619 3.2233 -1.8365h 0.3561 v 9.4262 c 0.0000,0.6746 0.0937,0.8620 0.7121 0.8620h 0.9745 c 0.0562,-0.0000 0.1499,0.0375 0.1499 0.1499v 0.4123 l -2.5674,-0.0375 l -2.6048,0.0375 v -0.4123 c 0.0187,-0.0562 0.0375,-0.1499 0.1499 -0.1499h 1.1244 c 0.7121,-0.0000 0.7121,-0.3186 0.7121 -0.8620v -6.4465 c 0.0000,-0.6372 0.0000,-1.0869 -0.4123 -1.0869Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.5096,151.9058 h 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 167.7518,180.1562 ZM 171.8559,169.9804 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 171.8559,169.9804 ZM 171.7809,180.3811 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 175.9599,180.1562 ZM 177.0281,179.3878 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 180.0639,180.1562 ZM 184.1680,169.9804 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 184.1680,169.9804 ZM 184.0930,180.3811 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.5096,180.1562 h 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5114,208.4066 ZM 166.6462,203.9840 h -4.2352 c -0.1687,-0.0000 -0.2811,-0.1499 -0.2811 -0.3186c 0.0000,-0.2998 0.2436,-0.6934 0.4685 -0.6934h 4.2914 c 0.1874,-0.0000 0.2624,0.1687 0.2624 0.3373c 0.0000,0.2061 -0.2624,0.6746 -0.5060 0.6746ZM 167.7518,208.4066 ZM 171.8559,198.2308 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 171.8559,198.2308 ZM 171.7809,208.6315 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 175.9599,208.4066 ZM 177.0281,207.6383 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 180.0639,208.4066 ZM 183.5871,199.4677 c -0.3561,-0.0000 -1.1806,0.3373 -1.5929 0.5247l -0.2249,-0.5809 c 1.6491,-0.7683 2.2863,-1.1619 3.2233 -1.8365h 0.3561 v 9.4262 c 0.0000,0.6746 0.0937,0.8620 0.7121 0.8620h 0.9745 c 0.0562,-0.0000 0.1499,0.0375 0.1499 0.1499v 0.4123 l -2.5674,-0.0375 l -2.6048,0.0375 v -0.4123 c 0.0187,-0.0562 0.0375,-0.1499 0.1499 -0.1499h 1.1244 c 0.7121,-0.0000 0.7121,-0.3186 0.7121 -0.8620v -6.4465 c 0.0000,-0.6372 0.0000,-1.0869 -0.4123 -1.0869Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.5096,208.4066 h 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5114,236.6570 ZM 166.6462,232.2344 h -4.2352 c -0.1687,-0.0000 -0.2811,-0.1499 -0.2811 -0.3186c 0.0000,-0.2998 0.2436,-0.6934 0.4685 -0.6934h 4.2914 c 0.1874,-0.0000 0.2624,0.1687 0.2624 0.3373c 0.0000,0.2061 -0.2624,0.6746 -0.5060 0.6746ZM 167.7518,236.6570 ZM 171.8559,226.4813 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 171.8559,226.4813 ZM 171.7809,236.8819 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 175.9599,236.6570 ZM 177.0281,235.8887 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 180.0639,236.6570 ZM 181.1509,228.3553 c 0.0000,-1.0682 1.0307,-2.5299 2.9984 -2.5299c 1.4430,-0.0000 3.1296,0.5435 3.1296 2.6985c 0.0000,1.4242 -0.7309,2.1364 -1.7428 3.1108l -1.7803,1.7241 c -0.0937,0.0937 -1.3493,1.3305 -1.3493 2.2113h 3.1858 c 0.6372,-0.0000 0.9745,-0.3186 1.2368 -1.3493l 0.4685,0.0750 l -0.3748,2.3612 h -5.7906 c 0.0000,-1.0494 0.1687,-1.8553 1.9115 -3.6355l 1.3118,-1.2931 c 1.0494,-1.0682 1.4805,-1.9864 1.4805 -3.1296c 0.0000,-1.7053 -1.1619,-2.1926 -1.7990 -2.1926c -1.2931,-0.0000 -1.6491,0.6746 -1.6491 1.1244c 0.0000,0.1499 0.0375,0.2998 0.0750 0.4310c 0.0375,0.1312 0.0750,0.2624 0.0750 0.4123c 0.0000,0.4872 -0.3748,0.6746 -0.6746 0.6746c -0.4123,-0.0000 -0.7121,-0.3186 -0.7121 -0.6934Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.5096,236.6570 h 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5114,264.9075 ZM 166.6462,260.4848 h -4.2352 c -0.1687,-0.0000 -0.2811,-0.1499 -0.2811 -0.3186c 0.0000,-0.2998 0.2436,-0.6934 0.4685 -0.6934h 4.2914 c 0.1874,-0.0000 0.2624,0.1687 0.2624 0.3373c 0.0000,0.2061 -0.2624,0.6746 -0.5060 0.6746ZM 167.7518,264.9075 ZM 171.8559,254.7317 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 171.8559,254.7317 ZM 171.7809,265.1323 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 175.9599,264.9075 ZM 177.0281,264.1391 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 180.0639,264.9075 ZM 184.1118,254.6567 c -0.4685,-0.0000 -1.8365,0.2624 -1.8365 1.4055c 0.0000,0.3373 -0.1312,0.9183 -0.6372 0.9183c -0.4872,-0.0000 -0.5247,-0.5435 -0.5247 -0.5997c 0.0000,-0.5809 0.7683,-2.3050 3.3732 -2.3050c 1.8178,-0.0000 2.3612,1.1431 2.3612 1.8927c 0.0000,0.4685 -0.1499,1.4055 -1.8365 2.4737c 1.0494,0.1687 2.4362,0.9370 2.4362 2.8859c 0.0000,2.4737 -1.8740,3.8042 -3.9916 3.8042c -1.0682,-0.0000 -2.5674,-0.4685 -2.5674 -1.1806c 0.0000,-0.2811 0.2811,-0.5997 0.6559 -0.5997c 0.3561,-0.0000 0.5247,0.1874 0.6934 0.4310c 0.2061,0.3186 0.5435,0.7683 1.4430 0.7683c 0.6184,-0.0000 2.3800,-0.6184 2.3800 -2.9796c 0.0000,-2.0052 -1.4055,-2.3237 -2.4174 -2.3237c -0.1687,-0.0000 -0.3748,0.0375 -0.5809 0.0750l -0.0750,-0.5622 c 1.4430,-0.2436 2.6423,-1.6491 2.6423 -2.5111c 0.0000,-1.0682 -0.7496,-1.5929 -1.5179 -1.5929Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.5096,264.9075 h 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5114,293.1579 ZM 166.6462,288.7353 h -4.2352 c -0.1687,-0.0000 -0.2811,-0.1499 -0.2811 -0.3186c 0.0000,-0.2998 0.2436,-0.6934 0.4685 -0.6934h 4.2914 c 0.1874,-0.0000 0.2624,0.1687 0.2624 0.3373c 0.0000,0.2061 -0.2624,0.6746 -0.5060 0.6746ZM 167.7518,293.1579 ZM 171.8559,282.9821 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 171.8559,282.9821 ZM 171.7809,293.3828 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 175.9599,293.1579 ZM 177.0281,292.3895 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 180.0639,293.1579 ZM 184.8988,286.5052 c 0.0000,-0.1312 0.0187,-0.2811 0.1874 -0.3748c 0.2061,-0.1499 0.5435,-0.3186 0.8246 -0.3186c 0.2436,-0.0000 0.2624,0.2061 0.2624 0.5809v 3.0171 h 1.5179 l -0.1124,0.8808 h -1.4055 v 1.5554 c 0.0000,0.5247 0.0750,0.7871 0.6184 0.7871h 0.5060 c 0.1124,-0.0000 0.1312,0.0937 0.1312 0.1312v 0.4123 c 0.0000,-0.0000 -1.1994,-0.0375 -1.9864 -0.0375c -0.7121,-0.0000 -1.8178,0.0375 -1.8178 0.0375v -0.4123 c 0.0000,-0.0375 0.0187,-0.1312 0.1312 -0.1312h 0.5060 c 0.5809,-0.0000 0.6372,-0.2436 0.6372 -0.7871v -1.5554 h -3.6730 c -0.0750,-0.0000 -0.1124,-0.0375 -0.1687 -0.1124l -0.1499,-0.2061 l -0.2249,-0.3935 c -0.0187,-0.0000 -0.0187,-0.0187 -0.0187 -0.0375c 0.0000,-0.0187 0.0187,-0.0375 0.0375 -0.0562c 1.2181,-1.3493 3.3732,-5.5283 4.0478 -7.0649c 0.0187,-0.0750 0.0562,-0.0937 0.1312 -0.0937c 0.0187,-0.0000 0.4310,0.1687 0.6559 0.2061c -0.8433,2.2675 -2.2301,4.7037 -3.5981 6.8775h 2.9609 v -2.9047 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.5096,293.1579 h 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5114,321.4083 ZM 166.6462,316.9857 h -4.2352 c -0.1687,-0.0000 -0.2811,-0.1499 -0.2811 -0.3186c 0.0000,-0.2998 0.2436,-0.6934 0.4685 -0.6934h 4.2914 c 0.1874,-0.0000 0.2624,0.1687 0.2624 0.3373c 0.0000,0.2061 -0.2624,0.6746 -0.5060 0.6746ZM 167.7518,321.4083 ZM 171.8559,311.2325 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 171.8559,311.2325 ZM 171.7809,321.6332 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 175.9599,321.4083 ZM 177.0281,320.6400 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 180.0639,321.4083 ZM 185.8546,318.2413 c 0.0000,-1.9302 -1.0494,-2.8859 -2.2113 -2.8859c -0.8620,-0.0000 -1.5179,0.1312 -2.2488 0.4310l 0.5997,-5.1160 c 0.6184,0.0562 1.2556,0.0750 1.9115 0.0750c 0.9370,-0.0000 1.9115,-0.0562 2.9234 -0.1687l 0.1124,0.0562 l -0.2811,1.2181 c -0.7309,0.0750 -1.3305,0.0937 -1.8553 0.0937c -0.8433,-0.0000 -1.4805,-0.0750 -2.1364 -0.1499l -0.3561,2.9609 c 0.3935,-0.1499 1.0682,-0.2811 1.7990 -0.2811c 1.9864,-0.0000 3.0921,1.7241 3.0921 3.4481c 0.0000,2.0989 -1.4617,3.7105 -3.5793 3.7105c -1.0682,-0.0000 -2.6236,-0.5997 -2.6236 -1.3305c 0.0000,-0.3561 0.2998,-0.5997 0.6372 -0.5997c 0.3748,-0.0000 0.6184,0.2811 0.8433 0.5809c 0.2811,0.3373 0.5809,0.7121 1.1806 0.7121c 1.1994,-0.0000 2.1926,-1.1244 2.1926 -2.7548Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.5096,321.4083 h 8.4751 "/></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 525.1197,349.8555 l -0.0000,-5.6501 h -282.5042 l -0.0000,5.6501 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 514.8596,373.6716 ZM 518.9636,363.4958 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 518.9636,363.4958 ZM 518.8887,373.8965 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 523.0677,373.6716 ZM 524.1358,372.9033 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 527.1717,373.6716 ZM 532.9623,370.5045 c 0.0000,-1.9302 -1.0494,-2.8859 -2.2113 -2.8859c -0.8620,-0.0000 -1.5179,0.1312 -2.2488 0.4310l 0.5997,-5.1160 c 0.6184,0.0562 1.2556,0.0750 1.9115 0.0750c 0.9370,-0.0000 1.9115,-0.0562 2.9234 -0.1687l 0.1124,0.0562 l -0.2811,1.2181 c -0.7309,0.0750 -1.3305,0.0937 -1.8553 0.0937c -0.8433,-0.0000 -1.4805,-0.0750 -2.1364 -0.1499l -0.3561,2.9609 c 0.3935,-0.1499 1.0682,-0.2811 1.7990 -0.2811c 1.9864,-0.0000 3.0921,1.7241 3.0921 3.4481c 0.0000,2.0989 -1.4617,3.7105 -3.5793 3.7105c -1.0682,-0.0000 -2.6236,-0.5997 -2.6236 -1.3305c 0.0000,-0.3561 0.2998,-0.5997 0.6372 -0.5997c 0.3748,-0.0000 0.6184,0.2811 0.8433 0.5809c 0.2811,0.3373 0.5809,0.7121 1.1806 0.7121c 1.1994,-0.0000 2.1926,-1.1244 2.1926 -2.7548Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 525.1197,344.2054 v 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 486.6092,373.6716 ZM 490.7132,363.4958 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 490.7132,363.4958 ZM 490.6382,373.8965 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 494.8172,373.6716 ZM 495.8854,372.9033 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 498.9213,373.6716 ZM 503.7562,367.0189 c 0.0000,-0.1312 0.0187,-0.2811 0.1874 -0.3748c 0.2061,-0.1499 0.5435,-0.3186 0.8246 -0.3186c 0.2436,-0.0000 0.2624,0.2061 0.2624 0.5809v 3.0171 h 1.5179 l -0.1124,0.8808 h -1.4055 v 1.5554 c 0.0000,0.5247 0.0750,0.7871 0.6184 0.7871h 0.5060 c 0.1124,-0.0000 0.1312,0.0937 0.1312 0.1312v 0.4123 c 0.0000,-0.0000 -1.1994,-0.0375 -1.9864 -0.0375c -0.7121,-0.0000 -1.8178,0.0375 -1.8178 0.0375v -0.4123 c 0.0000,-0.0375 0.0187,-0.1312 0.1312 -0.1312h 0.5060 c 0.5809,-0.0000 0.6372,-0.2436 0.6372 -0.7871v -1.5554 h -3.6730 c -0.0750,-0.0000 -0.1124,-0.0375 -0.1687 -0.1124l -0.1499,-0.2061 l -0.2249,-0.3935 c -0.0187,-0.0000 -0.0187,-0.0187 -0.0187 -0.0375c 0.0000,-0.0187 0.0187,-0.0375 0.0375 -0.0562c 1.2181,-1.3493 3.3732,-5.5283 4.0478 -7.0649c 0.0187,-0.0750 0.0562,-0.0937 0.1312 -0.0937c 0.0187,-0.0000 0.4310,0.1687 0.6559 0.2061c -0.8433,2.2675 -2.2301,4.7037 -3.5981 6.8775h 2.9609 v -2.9047 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 496.8693,344.2054 v 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3587,373.6716 ZM 462.4628,363.4958 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 462.4628,363.4958 ZM 462.3878,373.8965 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 466.5668,373.6716 ZM 467.6350,372.9033 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 470.6709,373.6716 ZM 474.7187,363.4209 c -0.4685,-0.0000 -1.8365,0.2624 -1.8365 1.4055c 0.0000,0.3373 -0.1312,0.9183 -0.6372 0.9183c -0.4872,-0.0000 -0.5247,-0.5435 -0.5247 -0.5997c 0.0000,-0.5809 0.7683,-2.3050 3.3732 -2.3050c 1.8178,-0.0000 2.3612,1.1431 2.3612 1.8927c 0.0000,0.4685 -0.1499,1.4055 -1.8365 2.4737c 1.0494,0.1687 2.4362,0.9370 2.4362 2.8859c 0.0000,2.4737 -1.8740,3.8042 -3.9916 3.8042c -1.0682,-0.0000 -2.5674,-0.4685 -2.5674 -1.1806c 0.0000,-0.2811 0.2811,-0.5997 0.6559 -0.5997c 0.3561,-0.0000 0.5247,0.1874 0.6934 0.4310c 0.2061,0.3186 0.5435,0.7683 1.4430 0.7683c 0.6184,-0.0000 2.3800,-0.6184 2.3800 -2.9796c 0.0000,-2.0052 -1.4055,-2.3237 -2.4174 -2.3237c -0.1687,-0.0000 -0.3748,0.0375 -0.5809 0.0750l -0.0750,-0.5622 c 1.4430,-0.2436 2.6423,-1.6491 2.6423 -2.5111c 0.0000,-1.0682 -0.7496,-1.5929 -1.5179 -1.5929Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.6188,344.2054 v 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1083,373.6716 ZM 434.2124,363.4958 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 434.2124,363.4958 ZM 434.1374,373.8965 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 438.3164,373.6716 ZM 439.3846,372.9033 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 442.4204,373.6716 ZM 443.5074,365.3698 c 0.0000,-1.0682 1.0307,-2.5299 2.9984 -2.5299c 1.4430,-0.0000 3.1296,0.5435 3.1296 2.6985c 0.0000,1.4242 -0.7309,2.1364 -1.7428 3.1108l -1.7803,1.7241 c -0.0937,0.0937 -1.3493,1.3305 -1.3493 2.2113h 3.1858 c 0.6372,-0.0000 0.9745,-0.3186 1.2368 -1.3493l 0.4685,0.0750 l -0.3748,2.3612 h -5.7906 c 0.0000,-1.0494 0.1687,-1.8553 1.9115 -3.6355l 1.3118,-1.2931 c 1.0494,-1.0682 1.4805,-1.9864 1.4805 -3.1296c 0.0000,-1.7053 -1.1619,-2.1926 -1.7990 -2.1926c -1.2931,-0.0000 -1.6491,0.6746 -1.6491 1.1244c 0.0000,0.1499 0.0375,0.2998 0.0750 0.4310c 0.0375,0.1312 0.0750,0.2624 0.0750 0.4123c 0.0000,0.4872 -0.3748,0.6746 -0.6746 0.6746c -0.4123,-0.0000 -0.7121,-0.3186 -0.7121 -0.6934Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 440.3684,344.2054 v 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.8579,373.6716 ZM 405.9619,363.4958 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 405.9619,363.4958 ZM 405.8870,373.8965 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 410.0660,373.6716 ZM 411.1341,372.9033 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 414.1700,373.6716 ZM 417.6931,364.7326 c -0.3561,-0.0000 -1.1806,0.3373 -1.5929 0.5247l -0.2249,-0.5809 c 1.6491,-0.7683 2.2863,-1.1619 3.2233 -1.8365h 0.3561 v 9.4262 c 0.0000,0.6746 0.0937,0.8620 0.7121 0.8620h 0.9745 c 0.0562,-0.0000 0.1499,0.0375 0.1499 0.1499v 0.4123 l -2.5674,-0.0375 l -2.6048,0.0375 v -0.4123 c 0.0187,-0.0562 0.0375,-0.1499 0.1499 -0.1499h 1.1244 c 0.7121,-0.0000 0.7121,-0.3186 0.7121 -0.8620v -6.4465 c 0.0000,-0.6372 0.0000,-1.0869 -0.4123 -1.0869Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.1180,344.2054 v 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.6075,373.6716 ZM 377.7115,363.4958 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 377.7115,363.4958 ZM 377.6365,373.8965 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 381.8155,373.6716 ZM 382.8837,372.9033 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 385.9196,373.6716 ZM 390.0236,363.4958 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 390.0236,363.4958 ZM 389.9487,373.8965 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 383.8676,344.2054 v 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2368,373.6716 ZM 347.3716,369.2490 h -4.2352 c -0.1687,-0.0000 -0.2811,-0.1499 -0.2811 -0.3186c 0.0000,-0.2998 0.2436,-0.6934 0.4685 -0.6934h 4.2914 c 0.1874,-0.0000 0.2624,0.1687 0.2624 0.3373c 0.0000,0.2061 -0.2624,0.6746 -0.5060 0.6746ZM 348.4772,373.6716 ZM 352.5813,363.4958 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 352.5813,363.4958 ZM 352.5063,373.8965 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 356.6853,373.6716 ZM 357.7535,372.9033 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 360.7894,373.6716 ZM 364.3125,364.7326 c -0.3561,-0.0000 -1.1806,0.3373 -1.5929 0.5247l -0.2249,-0.5809 c 1.6491,-0.7683 2.2863,-1.1619 3.2233 -1.8365h 0.3561 v 9.4262 c 0.0000,0.6746 0.0937,0.8620 0.7121 0.8620h 0.9745 c 0.0562,-0.0000 0.1499,0.0375 0.1499 0.1499v 0.4123 l -2.5674,-0.0375 l -2.6048,0.0375 v -0.4123 c 0.0187,-0.0562 0.0375,-0.1499 0.1499 -0.1499h 1.1244 c 0.7121,-0.0000 0.7121,-0.3186 0.7121 -0.8620v -6.4465 c 0.0000,-0.6372 0.0000,-1.0869 -0.4123 -1.0869Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 355.6171,344.2054 v 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9864,373.6716 ZM 319.1212,369.2490 h -4.2352 c -0.1687,-0.0000 -0.2811,-0.1499 -0.2811 -0.3186c 0.0000,-0.2998 0.2436,-0.6934 0.4685 -0.6934h 4.2914 c 0.1874,-0.0000 0.2624,0.1687 0.2624 0.3373c 0.0000,0.2061 -0.2624,0.6746 -0.5060 0.6746ZM 320.2268,373.6716 ZM 324.3309,363.4958 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 324.3309,363.4958 ZM 324.2559,373.8965 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 328.4349,373.6716 ZM 329.5031,372.9033 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 332.5389,373.6716 ZM 333.6259,365.3698 c 0.0000,-1.0682 1.0307,-2.5299 2.9984 -2.5299c 1.4430,-0.0000 3.1296,0.5435 3.1296 2.6985c 0.0000,1.4242 -0.7309,2.1364 -1.7428 3.1108l -1.7803,1.7241 c -0.0937,0.0937 -1.3493,1.3305 -1.3493 2.2113h 3.1858 c 0.6372,-0.0000 0.9745,-0.3186 1.2368 -1.3493l 0.4685,0.0750 l -0.3748,2.3612 h -5.7906 c 0.0000,-1.0494 0.1687,-1.8553 1.9115 -3.6355l 1.3118,-1.2931 c 1.0494,-1.0682 1.4805,-1.9864 1.4805 -3.1296c 0.0000,-1.7053 -1.1619,-2.1926 -1.7990 -2.1926c -1.2931,-0.0000 -1.6491,0.6746 -1.6491 1.1244c 0.0000,0.1499 0.0375,0.2998 0.0750 0.4310c 0.0375,0.1312 0.0750,0.2624 0.0750 0.4123c 0.0000,0.4872 -0.3748,0.6746 -0.6746 0.6746c -0.4123,-0.0000 -0.7121,-0.3186 -0.7121 -0.6934Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.3667,344.2054 v 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7360,373.6716 ZM 290.8707,369.2490 h -4.2352 c -0.1687,-0.0000 -0.2811,-0.1499 -0.2811 -0.3186c 0.0000,-0.2998 0.2436,-0.6934 0.4685 -0.6934h 4.2914 c 0.1874,-0.0000 0.2624,0.1687 0.2624 0.3373c 0.0000,0.2061 -0.2624,0.6746 -0.5060 0.6746ZM 291.9764,373.6716 ZM 296.0804,363.4958 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 296.0804,363.4958 ZM 296.0055,373.8965 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 300.1845,373.6716 ZM 301.2526,372.9033 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 304.2885,373.6716 ZM 308.3363,363.4209 c -0.4685,-0.0000 -1.8365,0.2624 -1.8365 1.4055c 0.0000,0.3373 -0.1312,0.9183 -0.6372 0.9183c -0.4872,-0.0000 -0.5247,-0.5435 -0.5247 -0.5997c 0.0000,-0.5809 0.7683,-2.3050 3.3732 -2.3050c 1.8178,-0.0000 2.3612,1.1431 2.3612 1.8927c 0.0000,0.4685 -0.1499,1.4055 -1.8365 2.4737c 1.0494,0.1687 2.4362,0.9370 2.4362 2.8859c 0.0000,2.4737 -1.8740,3.8042 -3.9916 3.8042c -1.0682,-0.0000 -2.5674,-0.4685 -2.5674 -1.1806c 0.0000,-0.2811 0.2811,-0.5997 0.6559 -0.5997c 0.3561,-0.0000 0.5247,0.1874 0.6934 0.4310c 0.2061,0.3186 0.5435,0.7683 1.4430 0.7683c 0.6184,-0.0000 2.3800,-0.6184 2.3800 -2.9796c 0.0000,-2.0052 -1.4055,-2.3237 -2.4174 -2.3237c -0.1687,-0.0000 -0.3748,0.0375 -0.5809 0.0750l -0.0750,-0.5622 c 1.4430,-0.2436 2.6423,-1.6491 2.6423 -2.5111c 0.0000,-1.0682 -0.7496,-1.5929 -1.5179 -1.5929Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.1163,344.2054 v 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4856,373.6716 ZM 262.6203,369.2490 h -4.2352 c -0.1687,-0.0000 -0.2811,-0.1499 -0.2811 -0.3186c 0.0000,-0.2998 0.2436,-0.6934 0.4685 -0.6934h 4.2914 c 0.1874,-0.0000 0.2624,0.1687 0.2624 0.3373c 0.0000,0.2061 -0.2624,0.6746 -0.5060 0.6746ZM 263.7260,373.6716 ZM 267.8300,363.4958 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 267.8300,363.4958 ZM 267.7550,373.8965 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 271.9340,373.6716 ZM 273.0022,372.9033 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 276.0381,373.6716 ZM 280.8730,367.0189 c 0.0000,-0.1312 0.0187,-0.2811 0.1874 -0.3748c 0.2061,-0.1499 0.5435,-0.3186 0.8246 -0.3186c 0.2436,-0.0000 0.2624,0.2061 0.2624 0.5809v 3.0171 h 1.5179 l -0.1124,0.8808 h -1.4055 v 1.5554 c 0.0000,0.5247 0.0750,0.7871 0.6184 0.7871h 0.5060 c 0.1124,-0.0000 0.1312,0.0937 0.1312 0.1312v 0.4123 c 0.0000,-0.0000 -1.1994,-0.0375 -1.9864 -0.0375c -0.7121,-0.0000 -1.8178,0.0375 -1.8178 0.0375v -0.4123 c 0.0000,-0.0375 0.0187,-0.1312 0.1312 -0.1312h 0.5060 c 0.5809,-0.0000 0.6372,-0.2436 0.6372 -0.7871v -1.5554 h -3.6730 c -0.0750,-0.0000 -0.1124,-0.0375 -0.1687 -0.1124l -0.1499,-0.2061 l -0.2249,-0.3935 c -0.0187,-0.0000 -0.0187,-0.0187 -0.0187 -0.0375c 0.0000,-0.0187 0.0187,-0.0375 0.0375 -0.0562c 1.2181,-1.3493 3.3732,-5.5283 4.0478 -7.0649c 0.0187,-0.0750 0.0562,-0.0937 0.1312 -0.0937c 0.0187,-0.0000 0.4310,0.1687 0.6559 0.2061c -0.8433,2.2675 -2.2301,4.7037 -3.5981 6.8775h 2.9609 v -2.9047 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.8659,344.2054 v 8.4751 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 229.2351,373.6716 ZM 234.3699,369.2490 h -4.2352 c -0.1687,-0.0000 -0.2811,-0.1499 -0.2811 -0.3186c 0.0000,-0.2998 0.2436,-0.6934 0.4685 -0.6934h 4.2914 c 0.1874,-0.0000 0.2624,0.1687 0.2624 0.3373c 0.0000,0.2061 -0.2624,0.6746 -0.5060 0.6746ZM 235.4755,373.6716 ZM 239.5796,363.4958 c -0.8058,-0.0000 -1.9864,0.7871 -1.9864 5.1535c 0.0000,1.5367 0.2811,4.6288 1.9302 4.6288c 0.3186,-0.0000 1.2181,-0.2061 1.6116 -1.6679c 0.2436,-0.8995 0.3748,-2.0239 0.3748 -3.6543c 0.0000,-2.3800 -0.5997,-3.7105 -1.1431 -4.1790c -0.2061,-0.1874 -0.4872,-0.2811 -0.7871 -0.2811ZM 239.5796,363.4958 ZM 239.5046,373.8965 c -2.0052,-0.0000 -3.3544,-2.5674 -3.3544 -5.4346c 0.0000,-3.5044 1.6679,-5.6220 3.4294 -5.6220c 0.8058,-0.0000 1.6116,0.5060 2.1551 1.2368c 0.7871,1.0494 1.1994,2.4549 1.1994 4.2165c 0.0000,4.1603 -2.0614,5.6032 -3.4294 5.6032ZM 243.6836,373.6716 ZM 244.7518,372.9033 c 0.0000,-0.5435 0.4498,-0.9932 0.9932 -0.9932c 0.5435,-0.0000 0.9932,0.4498 0.9932 0.9932c 0.0000,0.5435 -0.4498,0.9932 -0.9932 0.9932c -0.5435,-0.0000 -0.9932,-0.4498 -0.9932 -0.9932ZM 247.7877,373.6716 ZM 253.5783,370.5045 c 0.0000,-1.9302 -1.0494,-2.8859 -2.2113 -2.8859c -0.8620,-0.0000 -1.5179,0.1312 -2.2488 0.4310l 0.5997,-5.1160 c 0.6184,0.0562 1.2556,0.0750 1.9115 0.0750c 0.9370,-0.0000 1.9115,-0.0562 2.9234 -0.1687l 0.1124,0.0562 l -0.2811,1.2181 c -0.7309,0.0750 -1.3305,0.0937 -1.8553 0.0937c -0.8433,-0.0000 -1.4805,-0.0750 -2.1364 -0.1499l -0.3561,2.9609 c 0.3935,-0.1499 1.0682,-0.2811 1.7990 -0.2811c 1.9864,-0.0000 3.0921,1.7241 3.0921 3.4481c 0.0000,2.0989 -1.4617,3.7105 -3.5793 3.7105c -1.0682,-0.0000 -2.6236,-0.5997 -2.6236 -1.3305c 0.0000,-0.3561 0.2998,-0.5997 0.6372 -0.5997c 0.3748,-0.0000 0.6184,0.2811 0.8433 0.5809c 0.2811,0.3373 0.5809,0.7121 1.1806 0.7121c 1.1994,-0.0000 2.1926,-1.1244 2.1926 -2.7548Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.2391383293613787" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.6154,344.2054 v 8.4751 "/></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 523.5596,315.9550 l -0.0000,-282.5042 h -282.5042 l -0.0000,282.5042 Z"/></g></svg>
diff --git a/other/arrowsExample.svg b/other/arrowsExample.svg
new file mode 100644
--- /dev/null
+++ b/other/arrowsExample.svg
@@ -0,0 +1,3 @@
+<?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="300.0000" stroke-opacity="1" viewBox="0 0 100 300" 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="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3617370243823731" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 85.8120,117.0641 l 10.6410,-18.9167 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 100.0000,91.8419 l -6.6599,6.1330 l 3.1595,0.0897 l 1.7173,2.6536 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 96.4996,98.0646 l -0.0466,0.0829 l -0.1576,-0.0887 l 0.2043,0.0058 l -0.0466,0.0829 l 0.1576,0.0887 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3584920674187959" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 85.0885,114.2782 l 10.3401,-18.8611 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 98.8753,89.1301 l -6.5334,6.1497 l 3.1320,0.0547 l 1.7305,2.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 95.4739,95.3345 l -0.0453,0.0826 l -0.1572,-0.0862 l 0.2025,0.0035 l -0.0453,0.0826 l 0.1572,0.0862 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.35529045555319205" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 84.3650,111.6111 l 10.0434,-18.8033 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.7563,86.5401 l -6.4082,6.1650 l 3.1044,0.0204 l 1.7432,2.5689 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.4524,92.7254 l -0.0440,0.0824 l -0.1567,-0.0837 l 0.2007,0.0013 l -0.0440,0.0824 l 0.1567,0.0837 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.35213302795964413" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.6415,109.0694 l 9.7510,-18.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 96.6428,84.0783 l -6.2845,6.1789 l 3.0769,-0.0133 l 1.7552,2.5271 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 93.4352,90.2440 l -0.0427,0.0821 l -0.1562,-0.0813 l 0.1989,-0.0009 l -0.0427,0.0821 l 0.1562,0.0813 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3490206425247112" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.9181,106.6594 l 9.4627,-18.6813 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.5350,81.7510 l -6.1621,6.1915 l 3.0493,-0.0462 l 1.7668,2.4858 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.4223,87.8963 l -0.0415,0.0818 l -0.1557,-0.0789 l 0.1971,-0.0030 l -0.0415,0.0818 l 0.1557,0.0789 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3459541757325172" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.1946,104.3873 l 9.1787,-18.6176 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 94.4329,79.5639 l -6.0412,6.2028 l 3.0219,-0.0785 l 1.7778,2.4448 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.4135,85.6882 l -0.0402,0.0816 l -0.1551,-0.0765 l 0.1954,-0.0051 l -0.0402,0.0816 l 0.1551,0.0765 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3429345224829087" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 81.4711,102.2587 l 8.8990,-18.5522 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 93.3364,77.5225 l -5.9218,6.2129 l 2.9945,-0.1101 l 1.7884,2.4043 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.4091,83.6253 l -0.0390,0.0813 l -0.1546,-0.0742 l 0.1936,-0.0071 l -0.0390,0.0813 l 0.1546,0.0742 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.339962595837175" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 80.7476,100.2789 l 8.6234,-18.4853 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.2455,75.6319 l -5.8039,6.2219 l 2.9672,-0.1411 l 1.7984,2.3643 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 89.4088,81.7127 l -0.0378,0.0810 l -0.1540,-0.0719 l 0.1918,-0.0091 l -0.0378,0.0810 l 0.1540,0.0719 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.33703932668570663" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 80.0242,98.4529 l 8.3520,-18.4170 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.1602,73.8969 l -5.6874,6.2298 l 2.9400,-0.1715 l 1.8080,2.3247 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.4128,79.9552 l -0.0366,0.0807 l -0.1535,-0.0696 l 0.1901,-0.0111 l -0.0366,0.0807 l 0.1535,0.0696 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3341656633318651" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.3007,96.7852 l 8.0848,-18.3476 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0805,72.3217 l -5.5725,6.2367 l 2.9129,-0.2012 l 1.8172,2.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 87.4210,78.3572 l -0.0354,0.0804 l -0.1529,-0.0674 l 0.1883,-0.0130 l -0.0354,0.0804 l 0.1529,0.0674 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.331342570986294" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 78.5772,95.2800 l 7.8218,-18.2772 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 89.0063,70.9104 l -5.4590,6.2427 l 2.8860,-0.2304 l 1.8259,2.2469 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.4333,76.9228 l -0.0343,0.0801 l -0.1523,-0.0652 l 0.1866,-0.0149 l -0.0343,0.0801 l 0.1523,0.0652 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.328571031165898" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.8538,93.9411 l 7.5629,-18.2059 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 87.9376,69.6665 l -5.3471,6.2478 l 2.8593,-0.2589 l 1.8343,2.2086 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 85.4498,75.6554 l -0.0331,0.0798 l -0.1517,-0.0630 l 0.1848,-0.0167 l -0.0331,0.0798 l 0.1517,0.0630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3258520409917764" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.1303,92.7717 l 7.3081,-18.1339 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.8744,68.5932 l -5.2368,6.2521 l 2.8328,-0.2869 l 1.8422,2.1709 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 84.4704,74.5584 l -0.0320,0.0794 l -0.1511,-0.0609 l 0.1831,-0.0185 l -0.0320,0.0794 l 0.1511,0.0609 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.323186612380517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 76.4068,91.7749 l 7.0573,-18.0614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 85.8165,67.6931 l -5.1279,6.2556 l 2.8064,-0.3143 l 1.8499,2.1337 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.4950,73.6344 l -0.0309,0.0791 l -0.1505,-0.0588 l 0.1814,-0.0203 l -0.0309,0.0791 l 0.1505,0.0588 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.32057577112345514" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.6833,90.9532 l 6.8106,-17.9884 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 84.7641,66.9686 l -5.0206,6.2585 l 2.7803,-0.3411 l 1.8572,2.0969 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.5237,72.8859 l -0.0298,0.0788 l -0.1499,-0.0568 l 0.1797,-0.0221 l -0.0298,0.0788 l 0.1499,0.0568 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3180205558487763" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 74.9599,90.3084 l 6.5678,-17.9153 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.7169,66.4214 l -4.9149,6.2608 l 2.7544,-0.3675 l 1.8642,2.0607 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 81.5564,72.3147 l -0.0288,0.0785 l -0.1493,-0.0547 l 0.1781,-0.0238 l -0.0288,0.0785 l 0.1493,0.0547 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.31552201686170567" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 74.2364,89.8424 l 6.3289,-17.8421 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.6749,66.0530 l -4.8107,6.2625 l 2.7288,-0.3933 l 1.8710,2.0249 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 80.5930,71.9222 l -0.0277,0.0782 l -0.1487,-0.0527 l 0.1764,-0.0254 l -0.0277,0.0782 l 0.1487,0.0527 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3130812148584904" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 73.5129,89.5562 l 6.0939,-17.7689 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 81.6381,65.8643 l -4.7080,6.2638 l 2.7034,-0.4186 l 1.8775,1.9897 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.6335,71.7094 l -0.0267,0.0778 l -0.1481,-0.0508 l 0.1748,-0.0271 l -0.0267,0.0778 l 0.1481,0.0508 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.310699219510442" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 72.7894,89.4506 l 5.8627,-17.6961 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 80.6064,65.8559 l -4.6069,6.2647 l 2.6784,-0.4435 l 1.8838,1.9549 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 78.6778,71.6770 l -0.0257,0.0775 l -0.1475,-0.0489 l 0.1732,-0.0287 l -0.0257,0.0775 l 0.1475,0.0489 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3083771079149783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 72.0660,89.5258 l 5.6353,-17.6236 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.5797,66.0277 l -4.5073,6.2652 l 2.6536,-0.4679 l 1.8898,1.9207 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.7259,71.8250 l -0.0247,0.0772 l -0.1469,-0.0470 l 0.1716,-0.0302 l -0.0247,0.0772 l 0.1469,0.0470 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.30611596291139204" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 71.3425,89.7817 l 5.4115,-17.5517 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 78.5578,66.3795 l -4.4093,6.2655 l 2.6292,-0.4919 l 1.8957,1.8870 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 76.7777,72.1531 l -0.0237,0.0769 l -0.1463,-0.0451 l 0.1700,-0.0318 l -0.0237,0.0769 l 0.1463,0.0451 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3039168712599755" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.6190,90.2175 l 5.1913,-17.4804 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.5408,66.9103 l -4.3128,6.2657 l 2.6051,-0.5154 l 1.9015,1.8538 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.8331,72.6605 l -0.0227,0.0766 l -0.1457,-0.0433 l 0.1684,-0.0333 l -0.0227,0.0766 l 0.1457,0.0433 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.30178092168415305" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 69.8955,90.8323 l 4.9747,-17.4101 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 76.5285,67.6189 l -4.2178,6.2657 l 2.5813,-0.5386 l 1.9071,1.8211 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 74.8920,73.3460 l -0.0218,0.0763 l -0.1451,-0.0415 l 0.1669,-0.0348 l -0.0218,0.0763 l 0.1451,0.0415 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.29970920277641355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 69.1721,91.6245 l 4.7615,-17.3407 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.5207,68.5035 l -4.1242,6.2656 l 2.5579,-0.5614 l 1.9126,1.7889 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 73.9544,74.2078 l -0.0209,0.0760 l -0.1445,-0.0397 l 0.1654,-0.0363 l -0.0209,0.0760 l 0.1445,0.0397 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2977028007700953" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 68.4486,92.5920 l 4.5517,-17.2725 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 74.5175,69.5620 l -4.0322,6.2656 l 2.5349,-0.5838 l 1.9180,1.7572 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 73.0202,75.2438 l -0.0199,0.0757 l -0.1439,-0.0379 l 0.1639,-0.0377 l -0.0199,0.0757 l 0.1439,0.0379 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2957627971804402" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.7251,93.7325 l 4.3451,-17.2056 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 73.5186,70.7917 l -3.9416,6.2657 l 2.5123,-0.6059 l 1.9234,1.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 72.0893,76.4516 l -0.0190,0.0754 l -0.1434,-0.0362 l 0.1624,-0.0392 l -0.0190,0.0754 l 0.1434,0.0362 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2938902663198086" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.0016,95.0432 l 4.1418,-17.1401 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 72.5240,72.1897 l -3.8525,6.2659 l 2.4901,-0.6277 l 1.9287,1.6954 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 71.1615,77.8280 l -0.0181,0.0751 l -0.1428,-0.0345 l 0.1610,-0.0406 l -0.0181,0.0751 l 0.1428,0.0345 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2920862726935052" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 66.2782,96.5207 l 3.9415,-17.0762 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 71.5335,73.7524 l -3.7648,6.2664 l 2.4683,-0.6492 l 1.9341,1.6653 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.2369,79.3697 l -0.0173,0.0748 l -0.1423,-0.0328 l 0.1596,-0.0420 l -0.0173,0.0748 l 0.1423,0.0328 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.29035186828430687" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 65.5547,98.1613 l 3.7442,-17.0140 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.5470,75.4760 l -3.6785,6.2672 l 2.4469,-0.6704 l 1.9394,1.6356 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 69.3153,81.0728 l -0.0164,0.0745 l -0.1418,-0.0312 l 0.1582,-0.0433 l -0.0164,0.0745 l 0.1418,0.0312 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2886880897354784" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.8312,99.9610 l 3.5498,-16.9536 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 69.5643,77.3562 l -3.5936,6.2683 l 2.4259,-0.6913 l 1.9448,1.6065 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 68.3966,82.9331 l -0.0156,0.0743 l -0.1413,-0.0296 l 0.1568,-0.0447 l -0.0156,0.0743 l 0.1413,0.0296 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2870959554437906" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.1077,101.9153 l 3.3582,-16.8952 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 68.5854,79.3883 l -3.5101,6.2698 l 2.4054,-0.7121 l 1.9503,1.5778 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.4807,84.9460 l -0.0147,0.0740 l -0.1408,-0.0280 l 0.1555,-0.0460 l -0.0147,0.0740 l 0.1408,0.0280 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.28557646257580366" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 63.3843,104.0192 l 3.1693,-16.8389 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.6100,81.5673 l -3.4279,6.2718 l 2.3854,-0.7326 l 1.9558,1.5497 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 66.5674,87.1065 l -0.0139,0.0738 l -0.1403,-0.0264 l 0.1542,-0.0474 l -0.0139,0.0738 l 0.1403,0.0264 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.28413058402239405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.6608,106.2676 l 2.9829,-16.7848 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 66.6380,83.8878 l -3.3470,6.2744 l 2.3657,-0.7530 l 1.9615,1.5220 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 65.6568,89.4092 l -0.0131,0.0735 l -0.1399,-0.0249 l 0.1529,-0.0487 l -0.0131,0.0735 l 0.1399,0.0249 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2827592653081828" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.9373,108.6548 l 2.7990,-16.7331 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 65.6693,86.3440 l -3.2673,6.2776 l 2.3466,-0.7732 l 1.9672,1.4948 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.7486,91.8484 l -0.0123,0.0733 l -0.1394,-0.0233 l 0.1517,-0.0500 l -0.0123,0.0733 l 0.1394,0.0233 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.28146342147410797" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.2138,111.1747 l 2.6174,-16.6837 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.7037,88.9297 l -3.1889,6.2814 l 2.3279,-0.7932 l 1.9732,1.4680 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 63.8427,94.4179 l -0.0115,0.0731 l -0.1390,-0.0218 l 0.1505,-0.0513 l -0.0115,0.0731 l 0.1390,0.0218 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2802439339528594" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.4904,113.8213 l 2.4379,-16.6370 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 63.7410,91.6386 l -3.1117,6.2860 l 2.3098,-0.8132 l 1.9793,1.4417 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.9390,97.1114 l -0.0107,0.0729 l -0.1386,-0.0203 l 0.1493,-0.0526 l -0.0107,0.0729 l 0.1386,0.0203 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.27910164745820354" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 59.7669,116.5877 l 2.2606,-16.5928 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.7810,94.4639 l -3.0357,6.2913 l 2.2920,-0.8331 l 1.9857,1.4159 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 62.0374,99.9222 l -0.0099,0.0727 l -0.1383,-0.0188 l 0.1482,-0.0539 l -0.0099,0.0727 l 0.1383,0.0188 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.27803736691035186" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 59.0434,119.4671 l 2.0852,-16.5514 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.8237,97.3986 l -2.9608,6.2975 l 2.2748,-0.8529 l 1.9922,1.3904 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.1378,102.8432 l -0.0091,0.0725 l -0.1379,-0.0174 l 0.1471,-0.0551 l -0.0091,0.0725 l 0.1379,0.0174 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2770518544204213" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 58.3200,122.4523 l 1.9116,-16.5128 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.8688,100.4352 l -2.8869,6.3046 l 2.2581,-0.8726 l 1.9990,1.3654 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.2399,105.8672 l -0.0084,0.0723 l -0.1376,-0.0159 l 0.1460,-0.0564 l -0.0084,0.0723 l 0.1376,0.0159 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2761458263576676" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 57.5965,125.5359 l 1.7397,-16.4772 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 59.9161,103.5664 l -2.8141,6.3126 l 2.2418,-0.8924 l 2.0060,1.3409 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 59.3438,108.9866 l -0.0076,0.0722 l -0.1373,-0.0145 l 0.1449,-0.0577 l -0.0076,0.0722 l 0.1373,0.0145 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.27531995052351793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 56.8730,128.7101 l 1.5693,-16.4445 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 58.9654,106.7841 l -2.7423,6.3216 l 2.2261,-0.9121 l 2.0134,1.3167 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 58.4492,112.1936 l -0.0069,0.0720 l -0.1370,-0.0131 l 0.1439,-0.0590 l -0.0069,0.0720 l 0.1370,0.0131 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2745748434564567" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 56.1495,131.9670 l 1.4003,-16.4149 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 58.0166,110.0805 l -2.6714,6.3316 l 2.2108,-0.9319 l 2.0210,1.2929 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 57.5560,115.4803 l -0.0061,0.0719 l -0.1368,-0.0117 l 0.1429,-0.0602 l -0.0061,0.0719 l 0.1368,0.0117 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2739110678915083" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 55.4261,135.2985 l 1.2326,-16.3884 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 57.0695,113.4473 l -2.6015,6.3427 l 2.1960,-0.9517 l 2.0290,1.2695 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 56.6640,118.8383 l -0.0054,0.0718 l -0.1366,-0.0103 l 0.1420,-0.0615 l -0.0054,0.0718 l 0.1366,0.0103 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.27332913039740386" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 54.7026,138.6962 l 1.0660,-16.3651 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 56.1239,116.8761 l -2.5324,6.3549 l 2.1817,-0.9716 l 2.0373,1.2464 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 55.7732,122.2595 l -0.0047,0.0717 l -0.1364,-0.0089 l 0.1410,-0.0628 l -0.0047,0.0717 l 0.1364,0.0089 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2728294792135039" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 53.9791,142.1517 l 0.9003,-16.3450 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 55.1796,120.3583 l -2.4641,6.3683 l 2.1679,-0.9916 l 2.0459,1.2237 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 54.8834,125.7351 l -0.0039,0.0716 l -0.1362,-0.0075 l 0.1402,-0.0641 l -0.0039,0.0716 l 0.1362,0.0075 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2724125023071857" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 53.2556,145.6562 l 0.7355,-16.3282 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 54.2363,123.8853 l -2.3965,6.3829 l 2.1546,-1.0117 l 2.0549,1.2013 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 53.9944,129.2565 l -0.0032,0.0715 l -0.1361,-0.0061 l 0.1393,-0.0654 l -0.0032,0.0715 l 0.1361,0.0061 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2720785256706855" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.5322,149.2011 l 0.5714,-16.3147 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 53.2940,127.4482 l -2.3297,6.3987 l 2.1417,-1.0320 l 2.0643,1.1793 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 53.1060,132.8149 l -0.0025,0.0715 l -0.1360,-0.0048 l 0.1385,-0.0667 l -0.0025,0.0715 l 0.1360,0.0048 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2718278118743618" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 51.8087,152.7775 l 0.4077,-16.3046 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.3523,131.0381 l -2.2635,6.4158 l 2.1293,-1.0524 l 2.0741,1.1575 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.2182,136.4015 l -0.0018,0.0714 l -0.1359,-0.0034 l 0.1377,-0.0680 l -0.0018,0.0714 l 0.1359,0.0034 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.271660558891006" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 51.0852,156.3764 l 0.2445,-16.2978 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 51.4112,134.6460 l -2.1978,6.4341 l 2.1174,-1.0730 l 2.0843,1.1360 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 51.3308,140.0072 l -0.0011,0.0714 l -0.1358,-0.0020 l 0.1369,-0.0694 l -0.0011,0.0714 l 0.1358,0.0020 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.27157689920324224" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 50.3617,159.9889 l 0.0815,-16.2944 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 50.4704,138.2630 l -2.1327,6.4538 l 2.1059,-1.0937 l 2.0949,1.1147 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 50.4436,143.6231 l -0.0004,0.0714 l -0.1358,-0.0007 l 0.1361,-0.0707 l -0.0004,0.0714 l 0.1358,0.0007 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.27157689920324224" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 49.6383,163.6059 l -0.0815,-16.2944 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 49.5296,141.8800 l -2.0681,6.4748 l 2.0949,-1.1147 l 2.1059,1.0937 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 49.5564,147.2401 l 0.0004,0.0714 l -0.1358,0.0007 l 0.1354,-0.0721 l 0.0004,0.0714 l 0.1358,-0.0007 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.271660558891006" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.9148,167.2183 l -0.2445,-16.2978 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.5888,145.4879 l -2.0038,6.4972 l 2.0843,-1.1360 l 2.1174,1.0730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.6692,150.8491 l 0.0011,0.0714 l -0.1358,0.0020 l 0.1347,-0.0734 l 0.0011,0.0714 l 0.1358,-0.0020 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2718278118743618" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.1913,170.8173 l -0.4077,-16.3046 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.6477,149.0778 l -1.9399,6.5209 l 2.0741,-1.1575 l 2.1293,1.0524 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.7818,154.4413 l 0.0018,0.0714 l -0.1359,0.0034 l 0.1341,-0.0748 l 0.0018,0.0714 l 0.1359,-0.0034 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2720785256706855" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.4678,174.3937 l -0.5714,-16.3147 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.7060,152.6407 l -1.8763,6.5460 l 2.0643,-1.1793 l 2.1417,1.0320 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.8940,158.0075 l 0.0025,0.0715 l -0.1360,0.0048 l 0.1335,-0.0762 l 0.0025,0.0715 l 0.1360,-0.0048 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2724125023071857" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.7444,177.9385 l -0.7355,-16.3282 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.7637,156.1676 l -1.8129,6.5725 l 2.0549,-1.2013 l 2.1546,1.0117 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.0056,161.5388 l 0.0032,0.0715 l -0.1361,0.0061 l 0.1328,-0.0777 l 0.0032,0.0715 l 0.1361,-0.0061 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.272829479213504" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.0209,181.4431 l -0.9003,-16.3450 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 44.8204,159.6498 l -1.7497,6.6004 l 2.0459,-1.2237 l 2.1679,0.9916 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.1166,165.0265 l 0.0039,0.0716 l -0.1362,0.0075 l 0.1323,-0.0791 l 0.0039,0.0716 l 0.1362,-0.0075 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.27332913039740386" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.2974,184.8985 l -1.0660,-16.3651 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 43.8761,163.0785 l -1.6866,6.6298 l 2.0373,-1.2464 l 2.1817,0.9716 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 44.2268,168.4618 l 0.0047,0.0717 l -0.1364,0.0089 l 0.1317,-0.0806 l 0.0047,0.0717 l 0.1364,-0.0089 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2739110678915084" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 44.5739,188.2962 l -1.2326,-16.3884 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 42.9305,166.4451 l -1.6235,6.6605 l 2.0290,-1.2695 l 2.1960,0.9517 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 43.3360,171.8361 l 0.0054,0.0718 l -0.1366,0.0103 l 0.1312,-0.0821 l 0.0054,0.0718 l 0.1366,-0.0103 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2745748434564567" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 43.8505,191.6277 l -1.4003,-16.4149 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 41.9834,169.7412 l -1.5604,6.6926 l 2.0210,-1.2929 l 2.2108,0.9319 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 42.4440,175.1409 l 0.0061,0.0719 l -0.1368,0.0117 l 0.1307,-0.0836 l 0.0061,0.0719 l 0.1368,-0.0117 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.27531995052351793" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 43.1270,194.8846 l -1.5693,-16.4445 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 41.0346,172.9586 l -1.4972,6.7261 l 2.0134,-1.3167 l 2.2261,0.9121 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 41.5508,178.3681 l 0.0069,0.0720 l -0.1370,0.0131 l 0.1302,-0.0851 l 0.0069,0.0720 l 0.1370,-0.0131 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2761458263576676" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 42.4035,198.0588 l -1.7397,-16.4772 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 40.0839,176.0893 l -1.4338,6.7611 l 2.0060,-1.3409 l 2.2418,0.8924 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 40.6562,181.5095 l 0.0076,0.0722 l -0.1373,0.0145 l 0.1297,-0.0867 l 0.0076,0.0722 l 0.1373,-0.0145 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2770518544204213" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 41.6800,201.1424 l -1.9116,-16.5128 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 39.1312,179.1253 l -1.3702,6.7974 l 1.9990,-1.3654 l 2.2581,0.8726 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 39.7601,184.5572 l 0.0084,0.0723 l -0.1376,0.0159 l 0.1292,-0.0883 l 0.0084,0.0723 l 0.1376,-0.0159 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.27803736691035186" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 40.9566,204.1276 l -2.0852,-16.5514 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 38.1763,182.0591 l -1.3063,6.8351 l 1.9922,-1.3904 l 2.2748,0.8529 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 38.8622,187.5037 l 0.0091,0.0725 l -0.1379,0.0174 l 0.1288,-0.0899 l 0.0091,0.0725 l 0.1379,-0.0174 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.27910164745820354" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 40.2331,207.0071 l -2.2606,-16.5928 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.2190,184.8833 l -1.2420,6.8741 l 1.9857,-1.4159 l 2.2920,0.8331 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.9626,190.3416 l 0.0099,0.0727 l -0.1383,0.0188 l 0.1284,-0.0915 l 0.0099,0.0727 l 0.1383,-0.0188 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2802439339528594" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 39.5096,209.7735 l -2.4379,-16.6370 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 36.2590,187.5909 l -1.1774,6.9145 l 1.9793,-1.4417 l 2.3098,0.8132 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.0610,193.0637 l 0.0107,0.0729 l -0.1386,0.0203 l 0.1280,-0.0932 l 0.0107,0.0729 l 0.1386,-0.0203 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.28146342147410797" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 38.7862,212.4200 l -2.6174,-16.6837 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 35.2963,190.1750 l -1.1122,6.9562 l 1.9732,-1.4680 l 2.3279,0.7932 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 36.1573,195.6632 l 0.0115,0.0731 l -0.1390,0.0218 l 0.1276,-0.0949 l 0.0115,0.0731 l 0.1390,-0.0218 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2827592653081827" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 38.0627,214.9400 l -2.7990,-16.7331 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 34.3307,192.6292 l -1.0465,6.9991 l 1.9672,-1.4948 l 2.3466,0.7732 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 35.2514,198.1336 l 0.0123,0.0733 l -0.1394,0.0233 l 0.1272,-0.0966 l 0.0123,0.0733 l 0.1394,-0.0233 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.28413058402239405" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 37.3392,217.3272 l -2.9829,-16.7848 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.3620,194.9474 l -0.9802,7.0434 l 1.9615,-1.5220 l 2.3657,0.7530 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 34.3432,200.4688 l 0.0131,0.0735 l -0.1399,0.0249 l 0.1268,-0.0984 l 0.0131,0.0735 l 0.1399,-0.0249 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.28557646257580366" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 36.6157,219.5755 l -3.1693,-16.8389 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.3900,197.1236 l -0.9133,7.0889 l 1.9558,-1.5497 l 2.3854,0.7326 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.4326,202.6628 l 0.0139,0.0738 l -0.1403,0.0264 l 0.1264,-0.1002 l 0.0139,0.0738 l 0.1403,-0.0264 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2870959554437905" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 35.8923,221.6795 l -3.3582,-16.8952 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.4146,199.1525 l -0.8456,7.1356 l 1.9503,-1.5778 l 2.4054,0.7121 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.5193,204.7102 l 0.0147,0.0740 l -0.1408,0.0280 l 0.1261,-0.1020 l 0.0147,0.0740 l 0.1408,-0.0280 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2886880897354784" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 35.1688,223.6337 l -3.5498,-16.9536 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.4357,201.0289 l -0.7771,7.1834 l 1.9448,-1.6065 l 2.4259,0.6913 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.6034,206.6058 l 0.0156,0.0743 l -0.1413,0.0296 l 0.1257,-0.1039 l 0.0156,0.0743 l 0.1413,-0.0296 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.29035186828430687" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 34.4453,225.4334 l -3.7442,-17.0140 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.4530,202.7481 l -0.7077,7.2324 l 1.9394,-1.6356 l 2.4469,0.6704 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.6847,208.3449 l 0.0164,0.0745 l -0.1418,0.0312 l 0.1254,-0.1057 l 0.0164,0.0745 l 0.1418,-0.0312 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2920862726935052" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.7218,227.0741 l -3.9415,-17.0762 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 28.4665,204.3058 l -0.6375,7.2825 l 1.9341,-1.6653 l 2.4683,0.6492 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.7631,209.9231 l 0.0173,0.0748 l -0.1423,0.0328 l 0.1250,-0.1077 l 0.0173,0.0748 l 0.1423,-0.0328 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2938902663198086" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.9984,228.5516 l -4.1418,-17.1401 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 27.4760,205.6981 l -0.5663,7.3337 l 1.9287,-1.6954 l 2.4901,0.6277 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 28.8385,211.3364 l 0.0181,0.0751 l -0.1428,0.0345 l 0.1247,-0.1096 l 0.0181,0.0751 l 0.1428,-0.0345 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2957627971804402" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 32.2749,229.8622 l -4.3451,-17.2056 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 26.4814,206.9215 l -0.4940,7.3859 l 1.9234,-1.7261 l 2.5123,0.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 27.9107,212.5813 l 0.0190,0.0754 l -0.1434,0.0362 l 0.1243,-0.1116 l 0.0190,0.0754 l 0.1434,-0.0362 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.2977028007700953" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.5514,231.0028 l -4.5517,-17.2725 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 25.4825,207.9728 l -0.4207,7.4391 l 1.9180,-1.7572 l 2.5349,0.5838 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 26.9798,213.6546 l 0.0199,0.0757 l -0.1439,0.0379 l 0.1240,-0.1136 l 0.0199,0.0757 l 0.1439,-0.0379 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.29970920277641355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.8279,231.9703 l -4.7615,-17.3407 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.4793,208.8494 l -0.3463,7.4932 l 1.9126,-1.7889 l 2.5579,0.5614 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 26.0456,214.5536 l 0.0209,0.0760 l -0.1445,0.0397 l 0.1236,-0.1157 l 0.0209,0.0760 l 0.1445,-0.0397 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.30178092168415305" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.1045,232.7624 l -4.9747,-17.4101 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 23.4715,209.5490 l -0.2706,7.5482 l 1.9071,-1.8211 l 2.5813,0.5386 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 25.1080,215.2761 l 0.0218,0.0763 l -0.1451,0.0415 l 0.1233,-0.1177 l 0.0218,0.0763 l 0.1451,-0.0415 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3039168712599755" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.3810,233.3772 l -5.1913,-17.4804 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.4592,210.0700 l -0.1938,7.6040 l 1.9015,-1.8538 l 2.6051,0.5154 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.1669,215.8202 l 0.0227,0.0766 l -0.1457,0.0433 l 0.1229,-0.1198 l 0.0227,0.0766 l 0.1457,-0.0433 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.306115962911392" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 28.6575,233.8131 l -5.4115,-17.5517 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 21.4422,210.4109 l -0.1156,7.6607 l 1.8957,-1.8870 l 2.6292,0.4919 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 23.2223,216.1845 l 0.0237,0.0769 l -0.1463,0.0451 l 0.1226,-0.1220 l 0.0237,0.0769 l 0.1463,-0.0451 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3083771079149783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 27.9340,234.0689 l -5.6353,-17.6236 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 20.4203,210.5708 l -0.0361,7.7180 l 1.8898,-1.9207 l 2.6536,0.4679 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.2741,216.3681 l 0.0247,0.0772 l -0.1469,0.0470 l 0.1222,-0.1242 l 0.0247,0.0772 l 0.1469,-0.0470 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.310699219510442" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 27.2106,234.1441 l -5.8627,-17.6961 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 19.3936,210.5494 l 0.0448,7.7761 l 1.8838,-1.9549 l 2.6784,0.4435 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 21.3222,216.3705 l 0.0257,0.0775 l -0.1475,0.0489 l 0.1218,-0.1264 l 0.0257,0.0775 l 0.1475,-0.0489 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.31308121485849033" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 26.4871,234.0385 l -6.0939,-17.7689 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.3619,210.3466 l 0.1271,7.8348 l 1.8775,-1.9897 l 2.7034,0.4186 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 20.3665,216.1917 l 0.0267,0.0778 l -0.1481,0.0508 l 0.1214,-0.1286 l 0.0267,0.0778 l 0.1481,-0.0508 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.31552201686170567" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 25.7636,233.7524 l -6.3289,-17.8421 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.3251,209.9629 l 0.2109,7.8941 l 1.8710,-2.0249 l 2.7288,0.3933 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 19.4070,215.8321 l 0.0277,0.0782 l -0.1487,0.0527 l 0.1210,-0.1309 l 0.0277,0.0782 l 0.1487,-0.0527 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3180205558487763" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 25.0401,233.2863 l -6.5678,-17.9153 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.2831,209.3993 l 0.2962,7.9540 l 1.8642,-2.0607 l 2.7544,0.3675 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.4436,215.2925 l 0.0288,0.0785 l -0.1493,0.0547 l 0.1205,-0.1332 l 0.0288,0.0785 l 0.1493,-0.0547 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.32057577112345514" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 24.3167,232.6416 l -6.8106,-17.9884 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.2359,208.6570 l 0.3831,8.0143 l 1.8572,-2.0969 l 2.7803,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 17.4763,214.5744 l 0.0298,0.0788 l -0.1499,0.0568 l 0.1201,-0.1356 l 0.0298,0.0788 l 0.1499,-0.0568 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.323186612380517" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 23.5932,231.8198 l -7.0573,-18.0614 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.1835,207.7380 l 0.4716,8.0750 l 1.8499,-2.1337 l 2.8064,0.3143 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.5050,213.6793 l 0.0309,0.0791 l -0.1505,0.0588 l 0.1196,-0.1379 l 0.0309,0.0791 l 0.1505,-0.0588 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3258520409917764" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.8697,230.8230 l -7.3081,-18.1339 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 13.1256,206.6445 l 0.5618,8.1361 l 1.8422,-2.1709 l 2.8328,0.2869 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.5296,212.6097 l 0.0320,0.0794 l -0.1511,0.0609 l 0.1191,-0.1403 l 0.0320,0.0794 l 0.1511,-0.0609 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.328571031165898" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.1462,229.6537 l -7.5629,-18.2059 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 12.0624,205.3791 l 0.6536,8.1975 l 1.8343,-2.2086 l 2.8593,0.2589 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.5502,211.3680 l 0.0331,0.0798 l -0.1517,0.0630 l 0.1186,-0.1428 l 0.0331,0.0798 l 0.1517,-0.0630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.331342570986294" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 21.4228,228.3147 l -7.8218,-18.2772 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 10.9937,203.9451 l 0.7471,8.2592 l 1.8259,-2.2469 l 2.8860,0.2304 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 13.5667,209.9575 l 0.0343,0.0801 l -0.1523,0.0652 l 0.1180,-0.1453 l 0.0343,0.0801 l 0.1523,-0.0652 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3341656633318651" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 20.6993,226.8095 l -8.0848,-18.3476 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 9.9195,202.3460 l 0.8424,8.3210 l 1.8172,-2.2855 l 2.9129,0.2012 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 12.5790,208.3815 l 0.0354,0.0804 l -0.1529,0.0674 l 0.1175,-0.1478 l 0.0354,0.0804 l 0.1529,-0.0674 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.33703932668570646" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 19.9758,225.1418 l -8.3520,-18.4170 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 8.8398,200.5858 l 0.9394,8.3830 l 1.8080,-2.3247 l 2.9400,0.1715 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 11.5872,206.6441 l 0.0366,0.0807 l -0.1535,0.0696 l 0.1169,-0.1503 l 0.0366,0.0807 l 0.1535,-0.0696 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.339962595837175" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 19.2524,223.3158 l -8.6234,-18.4853 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.7545,198.6688 l 1.0383,8.4451 l 1.7984,-2.3643 l 2.9672,0.1411 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 10.5912,204.7495 l 0.0378,0.0810 l -0.1540,0.0719 l 0.1163,-0.1528 l 0.0378,0.0810 l 0.1540,-0.0719 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.34293452248290857" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.5289,221.3360 l -8.8990,-18.5522 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 6.6636,196.5998 l 1.1390,8.5071 l 1.7884,-2.4043 l 2.9945,0.1101 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 9.5909,202.7026 l 0.0390,0.0813 l -0.1546,0.0742 l 0.1156,-0.1554 l 0.0390,0.0813 l 0.1546,-0.0742 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3459541757325172" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.8054,219.2074 l -9.1787,-18.6176 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 5.5671,194.3840 l 1.2415,8.5691 l 1.7778,-2.4448 l 3.0219,0.0785 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 8.5865,200.5083 l 0.0402,0.0816 l -0.1551,0.0765 l 0.1149,-0.1581 l 0.0402,0.0816 l 0.1551,-0.0765 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3490206425247112" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 17.0819,216.9353 l -9.4627,-18.6813 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 4.4650,192.0269 l 1.3460,8.6310 l 1.7668,-2.4858 l 3.0493,0.0462 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 7.5777,198.1721 l 0.0415,0.0818 l -0.1557,0.0789 l 0.1142,-0.1607 l 0.0415,0.0818 l 0.1557,-0.0789 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.35213302795964413" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.3585,214.5254 l -9.7510,-18.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 3.3572,189.5344 l 1.4524,8.6928 l 1.7552,-2.5271 l 3.0769,0.0133 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 6.5648,195.7000 l 0.0427,0.0821 l -0.1562,0.0813 l 0.1135,-0.1634 l 0.0427,0.0821 l 0.1562,-0.0813 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.35529045555319205" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.6350,211.9837 l -10.0434,-18.8033 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 2.2437,186.9127 l 1.5606,8.7542 l 1.7432,-2.5689 l 3.1044,-0.0204 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 5.5476,193.0981 l 0.0440,0.0824 l -0.1567,0.0837 l 0.1127,-0.1661 l 0.0440,0.0824 l 0.1567,-0.0837 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3584920674187959" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.9115,209.3165 l -10.3401,-18.8611 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 1.1247,184.1684 l 1.6709,8.8154 l 1.7305,-2.6110 l 3.1320,-0.0547 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 4.5261,190.3728 l 0.0453,0.0826 l -0.1572,0.0862 l 0.1119,-0.1688 l 0.0453,0.0826 l 0.1572,-0.0862 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="0.3617370243823731" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.1880,206.5306 l -10.6410,-18.9167 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="1.0" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(93,165,218)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M -0.0000,181.3083 l 1.7831,8.8763 l 1.7173,-2.6536 l 3.1595,-0.0897 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 3.5004,187.5310 l 0.0466,0.0829 l -0.1576,0.0887 l 0.1110,-0.1716 l 0.0466,0.0829 l 0.1576,-0.0887 Z"/></g></svg>
diff --git a/other/axisExample.svg b/other/axisExample.svg
new file mode 100644
--- /dev/null
+++ b/other/axisExample.svg
@@ -0,0 +1,3 @@
+<?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="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,33.7767 l -0.0000,-7.0017 h -350.0842 l -0.0000,7.0017 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,48.3228 ZM 362.1167,44.7636 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,53.7172 ZM 368.7056,49.7268 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,49.7268 ZM 361.8211,56.5128 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,59.1115 ZM 374.0999,55.1211 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,55.1211 ZM 367.2154,61.9071 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,64.5058 ZM 372.5605,64.6166 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,67.2029 ZM 382.1914,63.2126 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,63.2126 ZM 375.3069,69.9986 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,72.5972 ZM 387.5857,68.6069 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,68.6069 ZM 380.7012,75.3929 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,77.9915 ZM 392.9800,74.0012 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,74.0012 ZM 386.0955,80.7872 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8628829850466202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.9267,26.7750 v 10.5025 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,48.3228 ZM 326.5910,48.5076 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,48.5076 ZM 319.7804,48.8401 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,53.7172 ZM 333.6972,49.7268 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,49.7268 ZM 326.8127,56.5128 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,59.1115 ZM 332.1577,59.2223 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,61.8086 ZM 341.7887,57.8183 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,57.8183 ZM 334.9042,64.6043 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,67.2029 ZM 347.1830,63.2126 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,63.2126 ZM 340.2985,69.9986 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,72.5972 ZM 352.5773,68.6069 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,68.6069 ZM 345.6928,75.3929 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8628829850466202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.9183,26.7750 v 10.5025 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,48.3228 ZM 293.4669,44.2340 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,44.2340 ZM 294.1812,47.2883 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,47.2883 ZM 286.7548,50.7737 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,53.7172 ZM 298.6888,49.7268 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,49.7268 ZM 291.8043,56.5128 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,59.1115 ZM 297.1493,59.2223 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,61.8086 ZM 306.7803,57.8183 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,57.8183 ZM 299.8957,64.6043 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,67.2029 ZM 312.1746,63.2126 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,63.2126 ZM 305.2900,69.9986 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,72.5972 ZM 317.5689,68.6069 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,68.6069 ZM 310.6844,75.3929 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8628829850466202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 283.9099,26.7750 v 10.5025 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,48.3228 ZM 257.0052,43.9138 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,53.7172 ZM 263.6804,49.7268 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,49.7268 ZM 256.7959,56.5128 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,59.1115 ZM 262.1409,59.2223 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,61.8086 ZM 271.7718,57.8183 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,57.8183 ZM 264.8873,64.6043 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,67.2029 ZM 277.1661,63.2126 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,63.2126 ZM 270.2816,69.9986 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,72.5972 ZM 282.5604,68.6069 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,68.6069 ZM 275.6759,75.3929 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8628829850466202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.9015,26.7750 v 10.5025 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,48.3228 ZM 218.5484,46.5247 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,46.5247 ZM 225.3467,46.1799 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,53.7172 ZM 228.6720,49.7268 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,49.7268 ZM 221.7874,56.5128 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,59.1115 ZM 227.1325,59.2223 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,61.8086 ZM 236.7634,57.8183 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,57.8183 ZM 229.8789,64.6043 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,67.2029 ZM 242.1577,63.2126 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,63.2126 ZM 235.2732,69.9986 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,72.5972 ZM 247.5520,68.6069 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,68.6069 ZM 240.6675,75.3929 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8628829850466202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 213.8930,26.7750 v 10.5025 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,48.3228 ZM 184.7716,50.0471 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,53.7172 ZM 193.6635,49.7268 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,49.7268 ZM 186.7790,56.5128 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,59.1115 ZM 192.1241,59.2223 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,61.8086 ZM 201.7550,57.8183 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,57.8183 ZM 194.8705,64.6043 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,67.2029 ZM 207.1493,63.2126 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,63.2126 ZM 200.2648,69.9986 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,72.5972 ZM 212.5436,68.6069 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,68.6069 ZM 205.6591,75.3929 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8628829850466202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 178.8846,26.7750 v 10.5025 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,48.3228 ZM 151.4258,47.1282 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,53.7172 ZM 158.6551,49.7268 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,49.7268 ZM 151.7706,56.5128 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,59.1115 ZM 157.1156,59.2223 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,61.8086 ZM 166.7466,57.8183 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,57.8183 ZM 159.8621,64.6043 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,67.2029 ZM 172.1409,63.2126 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,63.2126 ZM 165.2564,69.9986 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,72.5972 ZM 177.5352,68.6069 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,68.6069 ZM 170.6507,75.3929 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8628829850466202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 143.8762,26.7750 v 10.5025 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,48.3228 ZM 118.2647,44.2463 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,53.7172 ZM 123.6467,49.7268 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,49.7268 ZM 116.7622,56.5128 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,59.1115 ZM 122.1072,59.2223 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,61.8086 ZM 131.7382,57.8183 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,57.8183 ZM 124.8536,64.6043 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,67.2029 ZM 137.1325,63.2126 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,63.2126 ZM 130.2479,69.9986 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,72.5972 ZM 142.5268,68.6069 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,68.6069 ZM 135.6423,75.3929 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8628829850466202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.8678,26.7750 v 10.5025 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,48.3228 ZM 80.0296,43.5813 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,53.7172 ZM 88.6383,49.7268 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,49.7268 ZM 81.7538,56.5128 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,59.1115 ZM 87.0988,59.2223 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,61.8086 ZM 96.7297,57.8183 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,57.8183 ZM 89.8452,64.6043 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,67.2029 ZM 102.1240,63.2126 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,63.2126 ZM 95.2395,69.9986 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,72.5972 ZM 107.5183,68.6069 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,68.6069 ZM 100.6338,75.3929 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8628829850466202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 73.8594,26.7750 v 10.5025 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,48.3228 ZM 47.0409,44.7636 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,53.7172 ZM 53.6299,49.7268 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,49.7268 ZM 46.7453,56.5128 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,59.1115 ZM 52.0904,59.2223 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,61.8086 ZM 61.7213,57.8183 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,57.8183 ZM 54.8368,64.6043 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,67.2029 ZM 67.1156,63.2126 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,63.2126 ZM 60.2311,69.9986 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,72.5972 ZM 72.5099,68.6069 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,68.6069 ZM 65.6254,75.3929 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8628829850466202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 38.8509,26.7750 v 10.5025 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,48.3228 ZM 13.2271,44.3325 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,44.3325 ZM 6.3426,51.1185 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8628829850466202" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 3.8425,26.7750 v 10.5025 "/></g></svg>
diff --git a/other/clippingExample.svg b/other/clippingExample.svg
new file mode 100644
--- /dev/null
+++ b/other/clippingExample.svg
@@ -0,0 +1,3 @@
+<?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="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="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip1"><path d="M 589.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip1)"><path d="M 176.3636,187.6033 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip2"><path d="M 589.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip2)"><path d="M 93.7190,452.0661 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip3"><path d="M 589.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip3)"><path d="M 93.7190,385.9504 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 589.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip4"><path d="M 589.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip4)"><path d="M 176.3636,194.2149 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip5"><path d="M 589.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip5)"><path d="M 93.7190,458.6777 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip6"><path d="M 589.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip6)"><path d="M 93.7190,392.5620 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 589.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip7"><path d="M 589.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip7)"><path d="M 176.3636,200.8264 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip8"><path d="M 589.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip8)"><path d="M 93.7190,465.2893 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip9"><path d="M 589.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip9)"><path d="M 93.7190,399.1736 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 589.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip10"><path d="M 589.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip10)"><path d="M 176.3636,207.4380 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip11"><path d="M 589.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip11)"><path d="M 93.7190,471.9008 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip12"><path d="M 589.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip12)"><path d="M 93.7190,405.7851 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 589.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip13"><path d="M 589.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip13)"><path d="M 176.3636,214.0496 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip14"><path d="M 589.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip14)"><path d="M 93.7190,478.5124 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip15"><path d="M 589.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip15)"><path d="M 93.7190,412.3967 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 589.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip16"><path d="M 469.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip16)"><path d="M 155.5372,187.6033 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip17"><path d="M 469.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip17)"><path d="M 72.8926,452.0661 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip18"><path d="M 469.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip18)"><path d="M 72.8926,385.9504 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 469.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip19"><path d="M 469.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip19)"><path d="M 155.5372,194.2149 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip20"><path d="M 469.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip20)"><path d="M 72.8926,458.6777 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip21"><path d="M 469.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip21)"><path d="M 72.8926,392.5620 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 469.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip22"><path d="M 469.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip22)"><path d="M 155.5372,200.8264 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip23"><path d="M 469.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip23)"><path d="M 72.8926,465.2893 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip24"><path d="M 469.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip24)"><path d="M 72.8926,399.1736 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 469.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip25"><path d="M 469.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip25)"><path d="M 155.5372,207.4380 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip26"><path d="M 469.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip26)"><path d="M 72.8926,471.9008 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip27"><path d="M 469.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip27)"><path d="M 72.8926,405.7851 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 469.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip28"><path d="M 469.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip28)"><path d="M 155.5372,214.0496 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip29"><path d="M 469.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip29)"><path d="M 72.8926,478.5124 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip30"><path d="M 469.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip30)"><path d="M 72.8926,412.3967 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 469.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip31"><path d="M 349.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip31)"><path d="M 134.7107,187.6033 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip32"><path d="M 349.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip32)"><path d="M 52.0661,452.0661 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip33"><path d="M 349.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip33)"><path d="M 52.0661,385.9504 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip34"><path d="M 349.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip34)"><path d="M 134.7107,194.2149 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip35"><path d="M 349.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip35)"><path d="M 52.0661,458.6777 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip36"><path d="M 349.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip36)"><path d="M 52.0661,392.5620 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip37"><path d="M 349.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip37)"><path d="M 134.7107,200.8264 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip38"><path d="M 349.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip38)"><path d="M 52.0661,465.2893 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip39"><path d="M 349.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip39)"><path d="M 52.0661,399.1736 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip40"><path d="M 349.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip40)"><path d="M 134.7107,207.4380 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip41"><path d="M 349.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip41)"><path d="M 52.0661,471.9008 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip42"><path d="M 349.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip42)"><path d="M 52.0661,405.7851 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip43"><path d="M 349.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip43)"><path d="M 134.7107,214.0496 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip44"><path d="M 349.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip44)"><path d="M 52.0661,478.5124 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip45"><path d="M 349.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip45)"><path d="M 52.0661,412.3967 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip46"><path d="M 229.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip46)"><path d="M 113.8843,187.6033 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip47"><path d="M 229.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip47)"><path d="M 31.2397,452.0661 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip48"><path d="M 229.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip48)"><path d="M 31.2397,385.9504 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 229.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip49"><path d="M 229.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip49)"><path d="M 113.8843,194.2149 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip50"><path d="M 229.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip50)"><path d="M 31.2397,458.6777 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip51"><path d="M 229.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip51)"><path d="M 31.2397,392.5620 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 229.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip52"><path d="M 229.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip52)"><path d="M 113.8843,200.8264 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip53"><path d="M 229.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip53)"><path d="M 31.2397,465.2893 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip54"><path d="M 229.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip54)"><path d="M 31.2397,399.1736 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 229.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip55"><path d="M 229.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip55)"><path d="M 113.8843,207.4380 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip56"><path d="M 229.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip56)"><path d="M 31.2397,471.9008 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip57"><path d="M 229.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip57)"><path d="M 31.2397,405.7851 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 229.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip58"><path d="M 229.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip58)"><path d="M 113.8843,214.0496 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip59"><path d="M 229.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip59)"><path d="M 31.2397,478.5124 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip60"><path d="M 229.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip60)"><path d="M 31.2397,412.3967 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 229.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip61"><path d="M 109.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip61)"><path d="M 93.0579,187.6033 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip62"><path d="M 109.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip62)"><path d="M 10.4132,452.0661 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip63"><path d="M 109.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip63)"><path d="M 10.4132,385.9504 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 109.5868,187.6033 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip64"><path d="M 109.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip64)"><path d="M 93.0579,194.2149 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip65"><path d="M 109.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip65)"><path d="M 10.4132,458.6777 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip66"><path d="M 109.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip66)"><path d="M 10.4132,392.5620 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 109.5868,260.3306 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip67"><path d="M 109.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip67)"><path d="M 93.0579,200.8264 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip68"><path d="M 109.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip68)"><path d="M 10.4132,465.2893 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip69"><path d="M 109.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip69)"><path d="M 10.4132,399.1736 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 109.5868,333.0579 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip70"><path d="M 109.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip70)"><path d="M 93.0579,207.4380 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip71"><path d="M 109.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip71)"><path d="M 10.4132,471.9008 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip72"><path d="M 109.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip72)"><path d="M 10.4132,405.7851 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 109.5868,405.7851 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.4494897427831774" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip73"><path d="M 109.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip73)"><path d="M 93.0579,214.0496 v 264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.79795897113271" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip74"><path d="M 109.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip74)"><path d="M 10.4132,478.5124 l 495.8678,-198.3471 "/></g></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.898979485566355" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><defs><clipPath id="clippingExamplemyClip75"><path d="M 109.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></clipPath></defs><g clip-path="url(#clippingExamplemyClip75)"><path d="M 10.4132,412.3967 h 165.2893 l 165.2893,-264.4628 "/></g></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.1" stroke="rgb(102,102,102)" stroke-width="2.4494897427831774" fill="rgb(76,76,76)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 109.5868,478.5124 l -0.0000,-66.1157 h -99.1736 l -0.0000,66.1157 Z"/></g></svg>
diff --git a/other/glineChart_Example.svg b/other/glineChart_Example.svg
new file mode 100644
--- /dev/null
+++ b/other/glineChart_Example.svg
@@ -0,0 +1,3 @@
+<?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="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.2060797866148238" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 57.9349,45.3306 v 147.3041 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="1.2060797866148238" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 65.3001,192.6348 c 0.0000,-4.0677 -3.2975,-7.3652 -7.3652 -7.3652c -4.0677,-0.0000 -7.3652,3.2975 -7.3652 7.3652c -0.0000,4.0677 3.2975,7.3652 7.3652 7.3652c 4.0677,0.0000 7.3652,-3.2975 7.3652 -7.3652Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="1.2060797866148238" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 65.3001,45.3306 c 0.0000,-4.0677 -3.2975,-7.3652 -7.3652 -7.3652c -4.0677,-0.0000 -7.3652,3.2975 -7.3652 7.3652c -0.0000,4.0677 3.2975,7.3652 7.3652 7.3652c 4.0677,0.0000 7.3652,-3.2975 7.3652 -7.3652Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="4.824319146459295" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 11.9024,192.6348 l 276.1953,-110.4781 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="1.2060797866148238" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 295.4628,89.5219 l -0.0000,-14.7304 h -14.7304 l -0.0000,14.7304 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="1.2060797866148238" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 19.2676,200.0000 l -0.0000,-14.7304 h -14.7304 l -0.0000,14.7304 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.4121595732296477" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 11.9024,155.8088 h 92.0651 l 92.0651,-147.3041 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="1.2060797866148238" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 203.3978,12.7569 l -7.3652,-12.7569 l -7.3652,12.7569 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="1.2060797866148238" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.3327,160.0611 l -7.3652,-12.7569 l -7.3652,12.7569 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="1.2060797866148238" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 19.2676,160.0611 l -7.3652,-12.7569 l -7.3652,12.7569 Z"/></g></svg>
diff --git a/other/glineHudExample.svg b/other/glineHudExample.svg
new file mode 100644
--- /dev/null
+++ b/other/glineHudExample.svg
@@ -0,0 +1,3 @@
+<?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="1.0" fill-opacity="0.33" stroke="rgb(0,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.9948,92.7678 ZM 431.4780,89.2220 c 0.0000,-2.1611 -1.1749,-3.2311 -2.4758 -3.2311c -0.9651,-0.0000 -1.6995,0.1469 -2.5177 0.4826l 0.6714,-5.7279 c 0.6924,0.0629 1.4057,0.0839 2.1401 0.0839c 1.0491,-0.0000 2.1401,-0.0629 3.2731 -0.1888l 0.1259,0.0629 l -0.3147,1.3638 c -0.8183,0.0839 -1.4897,0.1049 -2.0771 0.1049c -0.9442,-0.0000 -1.6575,-0.0839 -2.3919 -0.1678l -0.3986,3.3150 c 0.4406,-0.1678 1.1959,-0.3147 2.0142 -0.3147c 2.2240,-0.0000 3.4619,1.9303 3.4619 3.8605c 0.0000,2.3499 -1.6365,4.1543 -4.0074 4.1543c -1.1959,-0.0000 -2.9374,-0.6714 -2.9374 -1.4897c 0.0000,-0.3986 0.3357,-0.6714 0.7134 -0.6714c 0.4196,-0.0000 0.6924,0.3147 0.9442 0.6504c 0.3147,0.3777 0.6504,0.7973 1.3218 0.7973c 1.3428,-0.0000 2.4548,-1.2589 2.4548 -3.0842ZM 434.1845,92.7678 ZM 436.3666,90.7746 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 438.7794,92.7678 ZM 445.2626,89.2220 c 0.0000,-2.1611 -1.1749,-3.2311 -2.4758 -3.2311c -0.9651,-0.0000 -1.6995,0.1469 -2.5177 0.4826l 0.6714,-5.7279 c 0.6924,0.0629 1.4057,0.0839 2.1401 0.0839c 1.0491,-0.0000 2.1401,-0.0629 3.2731 -0.1888l 0.1259,0.0629 l -0.3147,1.3638 c -0.8183,0.0839 -1.4897,0.1049 -2.0771 0.1049c -0.9442,-0.0000 -1.6575,-0.0839 -2.3919 -0.1678l -0.3986,3.3150 c 0.4406,-0.1678 1.1959,-0.3147 2.0142 -0.3147c 2.2240,-0.0000 3.4619,1.9303 3.4619 3.8605c 0.0000,2.3499 -1.6365,4.1543 -4.0074 4.1543c -1.1959,-0.0000 -2.9374,-0.6714 -2.9374 -1.4897c 0.0000,-0.3986 0.3357,-0.6714 0.7134 -0.6714c 0.4196,-0.0000 0.6924,0.3147 0.9442 0.6504c 0.3147,0.3777 0.6504,0.7973 1.3218 0.7973c 1.3428,-0.0000 2.4548,-1.2589 2.4548 -3.0842Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.5906,104.5855 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 424.9948,134.9400 ZM 431.4780,131.3942 c 0.0000,-2.1611 -1.1749,-3.2311 -2.4758 -3.2311c -0.9651,-0.0000 -1.6995,0.1469 -2.5177 0.4826l 0.6714,-5.7279 c 0.6924,0.0629 1.4057,0.0839 2.1401 0.0839c 1.0491,-0.0000 2.1401,-0.0629 3.2731 -0.1888l 0.1259,0.0629 l -0.3147,1.3638 c -0.8183,0.0839 -1.4897,0.1049 -2.0771 0.1049c -0.9442,-0.0000 -1.6575,-0.0839 -2.3919 -0.1678l -0.3986,3.3150 c 0.4406,-0.1678 1.1959,-0.3147 2.0142 -0.3147c 2.2240,-0.0000 3.4619,1.9303 3.4619 3.8605c 0.0000,2.3499 -1.6365,4.1543 -4.0074 4.1543c -1.1959,-0.0000 -2.9374,-0.6714 -2.9374 -1.4897c 0.0000,-0.3986 0.3357,-0.6714 0.7134 -0.6714c 0.4196,-0.0000 0.6924,0.3147 0.9442 0.6504c 0.3147,0.3777 0.6504,0.7973 1.3218 0.7973c 1.3428,-0.0000 2.4548,-1.2589 2.4548 -3.0842ZM 434.1845,134.9400 ZM 436.3666,132.9468 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 438.7794,134.9400 ZM 444.1926,127.4917 c 0.0000,-0.1469 0.0210,-0.3147 0.2098 -0.4196c 0.2308,-0.1678 0.6085,-0.3567 0.9232 -0.3567c 0.2728,-0.0000 0.2937,0.2308 0.2937 0.6504v 3.3780 h 1.6995 l -0.1259,0.9861 h -1.5736 v 1.7414 c 0.0000,0.5875 0.0839,0.8812 0.6924 0.8812h 0.5665 c 0.1259,-0.0000 0.1469,0.1049 0.1469 0.1469v 0.4616 c 0.0000,-0.0000 -1.3428,-0.0420 -2.2240 -0.0420c -0.7973,-0.0000 -2.0352,0.0420 -2.0352 0.0420v -0.4616 c 0.0000,-0.0420 0.0210,-0.1469 0.1469 -0.1469h 0.5665 c 0.6504,-0.0000 0.7134,-0.2728 0.7134 -0.8812v -1.7414 h -4.1123 c -0.0839,-0.0000 -0.1259,-0.0420 -0.1888 -0.1259l -0.1678,-0.2308 l -0.2518,-0.4406 c -0.0210,-0.0000 -0.0210,-0.0210 -0.0210 -0.0420c 0.0000,-0.0210 0.0210,-0.0420 0.0420 -0.0629c 1.3638,-1.5106 3.7766,-6.1894 4.5319 -7.9099c 0.0210,-0.0839 0.0629,-0.1049 0.1469 -0.1049c 0.0210,-0.0000 0.4826,0.1888 0.7343 0.2308c -0.9442,2.5387 -2.4968,5.2663 -4.0284 7.7001h 3.3150 v -3.2521 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.5906,146.7576 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 424.9948,177.1122 ZM 431.4780,173.5663 c 0.0000,-2.1611 -1.1749,-3.2311 -2.4758 -3.2311c -0.9651,-0.0000 -1.6995,0.1469 -2.5177 0.4826l 0.6714,-5.7279 c 0.6924,0.0629 1.4057,0.0839 2.1401 0.0839c 1.0491,-0.0000 2.1401,-0.0629 3.2731 -0.1888l 0.1259,0.0629 l -0.3147,1.3638 c -0.8183,0.0839 -1.4897,0.1049 -2.0771 0.1049c -0.9442,-0.0000 -1.6575,-0.0839 -2.3919 -0.1678l -0.3986,3.3150 c 0.4406,-0.1678 1.1959,-0.3147 2.0142 -0.3147c 2.2240,-0.0000 3.4619,1.9303 3.4619 3.8605c 0.0000,2.3499 -1.6365,4.1543 -4.0074 4.1543c -1.1959,-0.0000 -2.9374,-0.6714 -2.9374 -1.4897c 0.0000,-0.3986 0.3357,-0.6714 0.7134 -0.6714c 0.4196,-0.0000 0.6924,0.3147 0.9442 0.6504c 0.3147,0.3777 0.6504,0.7973 1.3218 0.7973c 1.3428,-0.0000 2.4548,-1.2589 2.4548 -3.0842ZM 434.1845,177.1122 ZM 436.3666,175.1189 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 438.7794,177.1122 ZM 443.3113,165.6355 c -0.5245,-0.0000 -2.0562,0.2937 -2.0562 1.5736c 0.0000,0.3777 -0.1469,1.0281 -0.7134 1.0281c -0.5455,-0.0000 -0.5875,-0.6085 -0.5875 -0.6714c 0.0000,-0.6504 0.8602,-2.5807 3.7766 -2.5807c 2.0352,-0.0000 2.6436,1.2799 2.6436 2.1191c 0.0000,0.5245 -0.1678,1.5736 -2.0562 2.7695c 1.1749,0.1888 2.7276,1.0491 2.7276 3.2311c 0.0000,2.7695 -2.0981,4.2592 -4.4690 4.2592c -1.1959,-0.0000 -2.8744,-0.5245 -2.8744 -1.3218c 0.0000,-0.3147 0.3147,-0.6714 0.7343 -0.6714c 0.3986,-0.0000 0.5875,0.2098 0.7763 0.4826c 0.2308,0.3567 0.6085,0.8602 1.6156 0.8602c 0.6924,-0.0000 2.6646,-0.6924 2.6646 -3.3360c 0.0000,-2.2450 -1.5736,-2.6017 -2.7066 -2.6017c -0.1888,-0.0000 -0.4196,0.0420 -0.6504 0.0839l -0.0839,-0.6294 c 1.6156,-0.2728 2.9583,-1.8463 2.9583 -2.8115c 0.0000,-1.1959 -0.8392,-1.7834 -1.6995 -1.7834Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.5906,188.9298 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 424.9948,219.2843 ZM 431.4780,215.7385 c 0.0000,-2.1611 -1.1749,-3.2311 -2.4758 -3.2311c -0.9651,-0.0000 -1.6995,0.1469 -2.5177 0.4826l 0.6714,-5.7279 c 0.6924,0.0629 1.4057,0.0839 2.1401 0.0839c 1.0491,-0.0000 2.1401,-0.0629 3.2731 -0.1888l 0.1259,0.0629 l -0.3147,1.3638 c -0.8183,0.0839 -1.4897,0.1049 -2.0771 0.1049c -0.9442,-0.0000 -1.6575,-0.0839 -2.3919 -0.1678l -0.3986,3.3150 c 0.4406,-0.1678 1.1959,-0.3147 2.0142 -0.3147c 2.2240,-0.0000 3.4619,1.9303 3.4619 3.8605c 0.0000,2.3499 -1.6365,4.1543 -4.0074 4.1543c -1.1959,-0.0000 -2.9374,-0.6714 -2.9374 -1.4897c 0.0000,-0.3986 0.3357,-0.6714 0.7134 -0.6714c 0.4196,-0.0000 0.6924,0.3147 0.9442 0.6504c 0.3147,0.3777 0.6504,0.7973 1.3218 0.7973c 1.3428,-0.0000 2.4548,-1.2589 2.4548 -3.0842ZM 434.1845,219.2843 ZM 436.3666,217.2911 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 438.7794,219.2843 ZM 439.9963,209.9897 c 0.0000,-1.1959 1.1540,-2.8325 3.3570 -2.8325c 1.6156,-0.0000 3.5039,0.6085 3.5039 3.0213c 0.0000,1.5946 -0.8183,2.3919 -1.9512 3.4829l -1.9932,1.9303 c -0.1049,0.1049 -1.5106,1.4897 -1.5106 2.4758h 3.5668 c 0.7134,-0.0000 1.0910,-0.3567 1.3848 -1.5106l 0.5245,0.0839 l -0.4196,2.6436 h -6.4832 c 0.0000,-1.1749 0.1888,-2.0771 2.1401 -4.0703l 1.4687,-1.4477 c 1.1749,-1.1959 1.6575,-2.2240 1.6575 -3.5039c 0.0000,-1.9093 -1.3008,-2.4548 -2.0142 -2.4548c -1.4477,-0.0000 -1.8463,0.7553 -1.8463 1.2589c 0.0000,0.1678 0.0420,0.3357 0.0839 0.4826c 0.0420,0.1469 0.0839,0.2937 0.0839 0.4616c 0.0000,0.5455 -0.4196,0.7553 -0.7553 0.7553c -0.4616,-0.0000 -0.7973,-0.3567 -0.7973 -0.7763Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.5906,231.1020 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 424.9948,261.4565 ZM 431.4780,257.9107 c 0.0000,-2.1611 -1.1749,-3.2311 -2.4758 -3.2311c -0.9651,-0.0000 -1.6995,0.1469 -2.5177 0.4826l 0.6714,-5.7279 c 0.6924,0.0629 1.4057,0.0839 2.1401 0.0839c 1.0491,-0.0000 2.1401,-0.0629 3.2731 -0.1888l 0.1259,0.0629 l -0.3147,1.3638 c -0.8183,0.0839 -1.4897,0.1049 -2.0771 0.1049c -0.9442,-0.0000 -1.6575,-0.0839 -2.3919 -0.1678l -0.3986,3.3150 c 0.4406,-0.1678 1.1959,-0.3147 2.0142 -0.3147c 2.2240,-0.0000 3.4619,1.9303 3.4619 3.8605c 0.0000,2.3499 -1.6365,4.1543 -4.0074 4.1543c -1.1959,-0.0000 -2.9374,-0.6714 -2.9374 -1.4897c 0.0000,-0.3986 0.3357,-0.6714 0.7134 -0.6714c 0.4196,-0.0000 0.6924,0.3147 0.9442 0.6504c 0.3147,0.3777 0.6504,0.7973 1.3218 0.7973c 1.3428,-0.0000 2.4548,-1.2589 2.4548 -3.0842ZM 434.1845,261.4565 ZM 436.3666,259.4633 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 438.7794,261.4565 ZM 442.7239,251.4485 c -0.3986,-0.0000 -1.3218,0.3777 -1.7834 0.5875l -0.2518,-0.6504 c 1.8463,-0.8602 2.5597,-1.3008 3.6088 -2.0562h 0.3986 v 10.5535 c 0.0000,0.7553 0.1049,0.9651 0.7973 0.9651h 1.0910 c 0.0629,-0.0000 0.1678,0.0420 0.1678 0.1678v 0.4616 l -2.8744,-0.0420 l -2.9164,0.0420 v -0.4616 c 0.0210,-0.0629 0.0420,-0.1678 0.1678 -0.1678h 1.2589 c 0.7973,-0.0000 0.7973,-0.3567 0.7973 -0.9651v -7.2175 c 0.0000,-0.7134 0.0000,-1.2169 -0.4616 -1.2169Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.5906,273.2741 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 424.9948,303.6287 ZM 431.4780,300.0828 c 0.0000,-2.1611 -1.1749,-3.2311 -2.4758 -3.2311c -0.9651,-0.0000 -1.6995,0.1469 -2.5177 0.4826l 0.6714,-5.7279 c 0.6924,0.0629 1.4057,0.0839 2.1401 0.0839c 1.0491,-0.0000 2.1401,-0.0629 3.2731 -0.1888l 0.1259,0.0629 l -0.3147,1.3638 c -0.8183,0.0839 -1.4897,0.1049 -2.0771 0.1049c -0.9442,-0.0000 -1.6575,-0.0839 -2.3919 -0.1678l -0.3986,3.3150 c 0.4406,-0.1678 1.1959,-0.3147 2.0142 -0.3147c 2.2240,-0.0000 3.4619,1.9303 3.4619 3.8605c 0.0000,2.3499 -1.6365,4.1543 -4.0074 4.1543c -1.1959,-0.0000 -2.9374,-0.6714 -2.9374 -1.4897c 0.0000,-0.3986 0.3357,-0.6714 0.7134 -0.6714c 0.4196,-0.0000 0.6924,0.3147 0.9442 0.6504c 0.3147,0.3777 0.6504,0.7973 1.3218 0.7973c 1.3428,-0.0000 2.4548,-1.2589 2.4548 -3.0842ZM 434.1845,303.6287 ZM 436.3666,301.6355 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 438.7794,303.6287 ZM 443.3743,292.2359 c -0.9022,-0.0000 -2.2240,0.8812 -2.2240 5.7698c 0.0000,1.7205 0.3147,5.1824 2.1611 5.1824c 0.3567,-0.0000 1.3638,-0.2308 1.8044 -1.8673c 0.2728,-1.0071 0.4196,-2.2660 0.4196 -4.0913c 0.0000,-2.6646 -0.6714,-4.1543 -1.2799 -4.6788c -0.2308,-0.2098 -0.5455,-0.3147 -0.8812 -0.3147ZM 443.3743,292.2359 ZM 443.2904,303.8804 c -2.2450,-0.0000 -3.7556,-2.8744 -3.7556 -6.0845c 0.0000,-3.9235 1.8673,-6.2944 3.8396 -6.2944c 0.9022,-0.0000 1.8044,0.5665 2.4128 1.3848c 0.8812,1.1749 1.3428,2.7485 1.3428 4.7208c 0.0000,4.6578 -2.3079,6.2734 -3.8396 6.2734Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 438.5906,315.4463 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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.7365,92.7678 ZM 367.1497,85.3195 c 0.0000,-0.1469 0.0210,-0.3147 0.2098 -0.4196c 0.2308,-0.1678 0.6085,-0.3567 0.9232 -0.3567c 0.2728,-0.0000 0.2937,0.2308 0.2937 0.6504v 3.3780 h 1.6995 l -0.1259,0.9861 h -1.5736 v 1.7414 c 0.0000,0.5875 0.0839,0.8812 0.6924 0.8812h 0.5665 c 0.1259,-0.0000 0.1469,0.1049 0.1469 0.1469v 0.4616 c 0.0000,-0.0000 -1.3428,-0.0420 -2.2240 -0.0420c -0.7973,-0.0000 -2.0352,0.0420 -2.0352 0.0420v -0.4616 c 0.0000,-0.0420 0.0210,-0.1469 0.1469 -0.1469h 0.5665 c 0.6504,-0.0000 0.7134,-0.2728 0.7134 -0.8812v -1.7414 h -4.1123 c -0.0839,-0.0000 -0.1259,-0.0420 -0.1888 -0.1259l -0.1678,-0.2308 l -0.2518,-0.4406 c -0.0210,-0.0000 -0.0210,-0.0210 -0.0210 -0.0420c 0.0000,-0.0210 0.0210,-0.0420 0.0420 -0.0629c 1.3638,-1.5106 3.7766,-6.1894 4.5319 -7.9099c 0.0210,-0.0839 0.0629,-0.1049 0.1469 -0.1049c 0.0210,-0.0000 0.4826,0.1888 0.7343 0.2308c -0.9442,2.5387 -2.4968,5.2663 -4.0284 7.7001h 3.3150 v -3.2521 ZM 370.9263,92.7678 ZM 373.1083,90.7746 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 375.5212,92.7678 ZM 382.0043,89.2220 c 0.0000,-2.1611 -1.1749,-3.2311 -2.4758 -3.2311c -0.9651,-0.0000 -1.6995,0.1469 -2.5177 0.4826l 0.6714,-5.7279 c 0.6924,0.0629 1.4057,0.0839 2.1401 0.0839c 1.0491,-0.0000 2.1401,-0.0629 3.2731 -0.1888l 0.1259,0.0629 l -0.3147,1.3638 c -0.8183,0.0839 -1.4897,0.1049 -2.0771 0.1049c -0.9442,-0.0000 -1.6575,-0.0839 -2.3919 -0.1678l -0.3986,3.3150 c 0.4406,-0.1678 1.1959,-0.3147 2.0142 -0.3147c 2.2240,-0.0000 3.4619,1.9303 3.4619 3.8605c 0.0000,2.3499 -1.6365,4.1543 -4.0074 4.1543c -1.1959,-0.0000 -2.9374,-0.6714 -2.9374 -1.4897c 0.0000,-0.3986 0.3357,-0.6714 0.7134 -0.6714c 0.4196,-0.0000 0.6924,0.3147 0.9442 0.6504c 0.3147,0.3777 0.6504,0.7973 1.3218 0.7973c 1.3428,-0.0000 2.4548,-1.2589 2.4548 -3.0842Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.3323,104.5855 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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.7365,134.9400 ZM 367.1497,127.4917 c 0.0000,-0.1469 0.0210,-0.3147 0.2098 -0.4196c 0.2308,-0.1678 0.6085,-0.3567 0.9232 -0.3567c 0.2728,-0.0000 0.2937,0.2308 0.2937 0.6504v 3.3780 h 1.6995 l -0.1259,0.9861 h -1.5736 v 1.7414 c 0.0000,0.5875 0.0839,0.8812 0.6924 0.8812h 0.5665 c 0.1259,-0.0000 0.1469,0.1049 0.1469 0.1469v 0.4616 c 0.0000,-0.0000 -1.3428,-0.0420 -2.2240 -0.0420c -0.7973,-0.0000 -2.0352,0.0420 -2.0352 0.0420v -0.4616 c 0.0000,-0.0420 0.0210,-0.1469 0.1469 -0.1469h 0.5665 c 0.6504,-0.0000 0.7134,-0.2728 0.7134 -0.8812v -1.7414 h -4.1123 c -0.0839,-0.0000 -0.1259,-0.0420 -0.1888 -0.1259l -0.1678,-0.2308 l -0.2518,-0.4406 c -0.0210,-0.0000 -0.0210,-0.0210 -0.0210 -0.0420c 0.0000,-0.0210 0.0210,-0.0420 0.0420 -0.0629c 1.3638,-1.5106 3.7766,-6.1894 4.5319 -7.9099c 0.0210,-0.0839 0.0629,-0.1049 0.1469 -0.1049c 0.0210,-0.0000 0.4826,0.1888 0.7343 0.2308c -0.9442,2.5387 -2.4968,5.2663 -4.0284 7.7001h 3.3150 v -3.2521 ZM 370.9263,134.9400 ZM 373.1083,132.9468 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 375.5212,134.9400 ZM 380.9343,127.4917 c 0.0000,-0.1469 0.0210,-0.3147 0.2098 -0.4196c 0.2308,-0.1678 0.6085,-0.3567 0.9232 -0.3567c 0.2728,-0.0000 0.2937,0.2308 0.2937 0.6504v 3.3780 h 1.6995 l -0.1259,0.9861 h -1.5736 v 1.7414 c 0.0000,0.5875 0.0839,0.8812 0.6924 0.8812h 0.5665 c 0.1259,-0.0000 0.1469,0.1049 0.1469 0.1469v 0.4616 c 0.0000,-0.0000 -1.3428,-0.0420 -2.2240 -0.0420c -0.7973,-0.0000 -2.0352,0.0420 -2.0352 0.0420v -0.4616 c 0.0000,-0.0420 0.0210,-0.1469 0.1469 -0.1469h 0.5665 c 0.6504,-0.0000 0.7134,-0.2728 0.7134 -0.8812v -1.7414 h -4.1123 c -0.0839,-0.0000 -0.1259,-0.0420 -0.1888 -0.1259l -0.1678,-0.2308 l -0.2518,-0.4406 c -0.0210,-0.0000 -0.0210,-0.0210 -0.0210 -0.0420c 0.0000,-0.0210 0.0210,-0.0420 0.0420 -0.0629c 1.3638,-1.5106 3.7766,-6.1894 4.5319 -7.9099c 0.0210,-0.0839 0.0629,-0.1049 0.1469 -0.1049c 0.0210,-0.0000 0.4826,0.1888 0.7343 0.2308c -0.9442,2.5387 -2.4968,5.2663 -4.0284 7.7001h 3.3150 v -3.2521 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.3323,146.7576 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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.7365,177.1122 ZM 367.1497,169.6638 c 0.0000,-0.1469 0.0210,-0.3147 0.2098 -0.4196c 0.2308,-0.1678 0.6085,-0.3567 0.9232 -0.3567c 0.2728,-0.0000 0.2937,0.2308 0.2937 0.6504v 3.3780 h 1.6995 l -0.1259,0.9861 h -1.5736 v 1.7414 c 0.0000,0.5875 0.0839,0.8812 0.6924 0.8812h 0.5665 c 0.1259,-0.0000 0.1469,0.1049 0.1469 0.1469v 0.4616 c 0.0000,-0.0000 -1.3428,-0.0420 -2.2240 -0.0420c -0.7973,-0.0000 -2.0352,0.0420 -2.0352 0.0420v -0.4616 c 0.0000,-0.0420 0.0210,-0.1469 0.1469 -0.1469h 0.5665 c 0.6504,-0.0000 0.7134,-0.2728 0.7134 -0.8812v -1.7414 h -4.1123 c -0.0839,-0.0000 -0.1259,-0.0420 -0.1888 -0.1259l -0.1678,-0.2308 l -0.2518,-0.4406 c -0.0210,-0.0000 -0.0210,-0.0210 -0.0210 -0.0420c 0.0000,-0.0210 0.0210,-0.0420 0.0420 -0.0629c 1.3638,-1.5106 3.7766,-6.1894 4.5319 -7.9099c 0.0210,-0.0839 0.0629,-0.1049 0.1469 -0.1049c 0.0210,-0.0000 0.4826,0.1888 0.7343 0.2308c -0.9442,2.5387 -2.4968,5.2663 -4.0284 7.7001h 3.3150 v -3.2521 ZM 370.9263,177.1122 ZM 373.1083,175.1189 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 375.5212,177.1122 ZM 380.0531,165.6355 c -0.5245,-0.0000 -2.0562,0.2937 -2.0562 1.5736c 0.0000,0.3777 -0.1469,1.0281 -0.7134 1.0281c -0.5455,-0.0000 -0.5875,-0.6085 -0.5875 -0.6714c 0.0000,-0.6504 0.8602,-2.5807 3.7766 -2.5807c 2.0352,-0.0000 2.6436,1.2799 2.6436 2.1191c 0.0000,0.5245 -0.1678,1.5736 -2.0562 2.7695c 1.1749,0.1888 2.7276,1.0491 2.7276 3.2311c 0.0000,2.7695 -2.0981,4.2592 -4.4690 4.2592c -1.1959,-0.0000 -2.8744,-0.5245 -2.8744 -1.3218c 0.0000,-0.3147 0.3147,-0.6714 0.7343 -0.6714c 0.3986,-0.0000 0.5875,0.2098 0.7763 0.4826c 0.2308,0.3567 0.6085,0.8602 1.6156 0.8602c 0.6924,-0.0000 2.6646,-0.6924 2.6646 -3.3360c 0.0000,-2.2450 -1.5736,-2.6017 -2.7066 -2.6017c -0.1888,-0.0000 -0.4196,0.0420 -0.6504 0.0839l -0.0839,-0.6294 c 1.6156,-0.2728 2.9583,-1.8463 2.9583 -2.8115c 0.0000,-1.1959 -0.8392,-1.7834 -1.6995 -1.7834Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.3323,188.9298 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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.7365,219.2843 ZM 367.1497,211.8360 c 0.0000,-0.1469 0.0210,-0.3147 0.2098 -0.4196c 0.2308,-0.1678 0.6085,-0.3567 0.9232 -0.3567c 0.2728,-0.0000 0.2937,0.2308 0.2937 0.6504v 3.3780 h 1.6995 l -0.1259,0.9861 h -1.5736 v 1.7414 c 0.0000,0.5875 0.0839,0.8812 0.6924 0.8812h 0.5665 c 0.1259,-0.0000 0.1469,0.1049 0.1469 0.1469v 0.4616 c 0.0000,-0.0000 -1.3428,-0.0420 -2.2240 -0.0420c -0.7973,-0.0000 -2.0352,0.0420 -2.0352 0.0420v -0.4616 c 0.0000,-0.0420 0.0210,-0.1469 0.1469 -0.1469h 0.5665 c 0.6504,-0.0000 0.7134,-0.2728 0.7134 -0.8812v -1.7414 h -4.1123 c -0.0839,-0.0000 -0.1259,-0.0420 -0.1888 -0.1259l -0.1678,-0.2308 l -0.2518,-0.4406 c -0.0210,-0.0000 -0.0210,-0.0210 -0.0210 -0.0420c 0.0000,-0.0210 0.0210,-0.0420 0.0420 -0.0629c 1.3638,-1.5106 3.7766,-6.1894 4.5319 -7.9099c 0.0210,-0.0839 0.0629,-0.1049 0.1469 -0.1049c 0.0210,-0.0000 0.4826,0.1888 0.7343 0.2308c -0.9442,2.5387 -2.4968,5.2663 -4.0284 7.7001h 3.3150 v -3.2521 ZM 370.9263,219.2843 ZM 373.1083,217.2911 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 375.5212,219.2843 ZM 376.7381,209.9897 c 0.0000,-1.1959 1.1540,-2.8325 3.3570 -2.8325c 1.6156,-0.0000 3.5039,0.6085 3.5039 3.0213c 0.0000,1.5946 -0.8183,2.3919 -1.9512 3.4829l -1.9932,1.9303 c -0.1049,0.1049 -1.5106,1.4897 -1.5106 2.4758h 3.5668 c 0.7134,-0.0000 1.0910,-0.3567 1.3848 -1.5106l 0.5245,0.0839 l -0.4196,2.6436 h -6.4832 c 0.0000,-1.1749 0.1888,-2.0771 2.1401 -4.0703l 1.4687,-1.4477 c 1.1749,-1.1959 1.6575,-2.2240 1.6575 -3.5039c 0.0000,-1.9093 -1.3008,-2.4548 -2.0142 -2.4548c -1.4477,-0.0000 -1.8463,0.7553 -1.8463 1.2589c 0.0000,0.1678 0.0420,0.3357 0.0839 0.4826c 0.0420,0.1469 0.0839,0.2937 0.0839 0.4616c 0.0000,0.5455 -0.4196,0.7553 -0.7553 0.7553c -0.4616,-0.0000 -0.7973,-0.3567 -0.7973 -0.7763Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.3323,231.1020 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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.7365,261.4565 ZM 367.1497,254.0082 c 0.0000,-0.1469 0.0210,-0.3147 0.2098 -0.4196c 0.2308,-0.1678 0.6085,-0.3567 0.9232 -0.3567c 0.2728,-0.0000 0.2937,0.2308 0.2937 0.6504v 3.3780 h 1.6995 l -0.1259,0.9861 h -1.5736 v 1.7414 c 0.0000,0.5875 0.0839,0.8812 0.6924 0.8812h 0.5665 c 0.1259,-0.0000 0.1469,0.1049 0.1469 0.1469v 0.4616 c 0.0000,-0.0000 -1.3428,-0.0420 -2.2240 -0.0420c -0.7973,-0.0000 -2.0352,0.0420 -2.0352 0.0420v -0.4616 c 0.0000,-0.0420 0.0210,-0.1469 0.1469 -0.1469h 0.5665 c 0.6504,-0.0000 0.7134,-0.2728 0.7134 -0.8812v -1.7414 h -4.1123 c -0.0839,-0.0000 -0.1259,-0.0420 -0.1888 -0.1259l -0.1678,-0.2308 l -0.2518,-0.4406 c -0.0210,-0.0000 -0.0210,-0.0210 -0.0210 -0.0420c 0.0000,-0.0210 0.0210,-0.0420 0.0420 -0.0629c 1.3638,-1.5106 3.7766,-6.1894 4.5319 -7.9099c 0.0210,-0.0839 0.0629,-0.1049 0.1469 -0.1049c 0.0210,-0.0000 0.4826,0.1888 0.7343 0.2308c -0.9442,2.5387 -2.4968,5.2663 -4.0284 7.7001h 3.3150 v -3.2521 ZM 370.9263,261.4565 ZM 373.1083,259.4633 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 375.5212,261.4565 ZM 379.4656,251.4485 c -0.3986,-0.0000 -1.3218,0.3777 -1.7834 0.5875l -0.2518,-0.6504 c 1.8463,-0.8602 2.5597,-1.3008 3.6088 -2.0562h 0.3986 v 10.5535 c 0.0000,0.7553 0.1049,0.9651 0.7973 0.9651h 1.0910 c 0.0629,-0.0000 0.1678,0.0420 0.1678 0.1678v 0.4616 l -2.8744,-0.0420 l -2.9164,0.0420 v -0.4616 c 0.0210,-0.0629 0.0420,-0.1678 0.1678 -0.1678h 1.2589 c 0.7973,-0.0000 0.7973,-0.3567 0.7973 -0.9651v -7.2175 c 0.0000,-0.7134 0.0000,-1.2169 -0.4616 -1.2169Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.3323,273.2741 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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.7365,303.6287 ZM 367.1497,296.1804 c 0.0000,-0.1469 0.0210,-0.3147 0.2098 -0.4196c 0.2308,-0.1678 0.6085,-0.3567 0.9232 -0.3567c 0.2728,-0.0000 0.2937,0.2308 0.2937 0.6504v 3.3780 h 1.6995 l -0.1259,0.9861 h -1.5736 v 1.7414 c 0.0000,0.5875 0.0839,0.8812 0.6924 0.8812h 0.5665 c 0.1259,-0.0000 0.1469,0.1049 0.1469 0.1469v 0.4616 c 0.0000,-0.0000 -1.3428,-0.0420 -2.2240 -0.0420c -0.7973,-0.0000 -2.0352,0.0420 -2.0352 0.0420v -0.4616 c 0.0000,-0.0420 0.0210,-0.1469 0.1469 -0.1469h 0.5665 c 0.6504,-0.0000 0.7134,-0.2728 0.7134 -0.8812v -1.7414 h -4.1123 c -0.0839,-0.0000 -0.1259,-0.0420 -0.1888 -0.1259l -0.1678,-0.2308 l -0.2518,-0.4406 c -0.0210,-0.0000 -0.0210,-0.0210 -0.0210 -0.0420c 0.0000,-0.0210 0.0210,-0.0420 0.0420 -0.0629c 1.3638,-1.5106 3.7766,-6.1894 4.5319 -7.9099c 0.0210,-0.0839 0.0629,-0.1049 0.1469 -0.1049c 0.0210,-0.0000 0.4826,0.1888 0.7343 0.2308c -0.9442,2.5387 -2.4968,5.2663 -4.0284 7.7001h 3.3150 v -3.2521 ZM 370.9263,303.6287 ZM 373.1083,301.6355 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 375.5212,303.6287 ZM 380.1160,292.2359 c -0.9022,-0.0000 -2.2240,0.8812 -2.2240 5.7698c 0.0000,1.7205 0.3147,5.1824 2.1611 5.1824c 0.3567,-0.0000 1.3638,-0.2308 1.8044 -1.8673c 0.2728,-1.0071 0.4196,-2.2660 0.4196 -4.0913c 0.0000,-2.6646 -0.6714,-4.1543 -1.2799 -4.6788c -0.2308,-0.2098 -0.5455,-0.3147 -0.8812 -0.3147ZM 380.1160,292.2359 ZM 380.0321,303.8804 c -2.2450,-0.0000 -3.7556,-2.8744 -3.7556 -6.0845c 0.0000,-3.9235 1.8673,-6.2944 3.8396 -6.2944c 0.9022,-0.0000 1.8044,0.5665 2.4128 1.3848c 0.8812,1.1749 1.3428,2.7485 1.3428 4.7208c 0.0000,4.6578 -2.3079,6.2734 -3.8396 6.2734Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.3323,315.4463 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 298.4783,92.7678 ZM 303.0102,81.2911 c -0.5245,-0.0000 -2.0562,0.2937 -2.0562 1.5736c 0.0000,0.3777 -0.1469,1.0281 -0.7134 1.0281c -0.5455,-0.0000 -0.5875,-0.6085 -0.5875 -0.6714c 0.0000,-0.6504 0.8602,-2.5807 3.7766 -2.5807c 2.0352,-0.0000 2.6436,1.2799 2.6436 2.1191c 0.0000,0.5245 -0.1678,1.5736 -2.0562 2.7695c 1.1749,0.1888 2.7276,1.0491 2.7276 3.2311c 0.0000,2.7695 -2.0981,4.2592 -4.4690 4.2592c -1.1959,-0.0000 -2.8744,-0.5245 -2.8744 -1.3218c 0.0000,-0.3147 0.3147,-0.6714 0.7343 -0.6714c 0.3986,-0.0000 0.5875,0.2098 0.7763 0.4826c 0.2308,0.3567 0.6085,0.8602 1.6156 0.8602c 0.6924,-0.0000 2.6646,-0.6924 2.6646 -3.3360c 0.0000,-2.2450 -1.5736,-2.6017 -2.7066 -2.6017c -0.1888,-0.0000 -0.4196,0.0420 -0.6504 0.0839l -0.0839,-0.6294 c 1.6156,-0.2728 2.9583,-1.8463 2.9583 -2.8115c 0.0000,-1.1959 -0.8392,-1.7834 -1.6995 -1.7834ZM 307.6680,92.7678 ZM 309.8501,90.7746 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 312.2629,92.7678 ZM 318.7461,89.2220 c 0.0000,-2.1611 -1.1749,-3.2311 -2.4758 -3.2311c -0.9651,-0.0000 -1.6995,0.1469 -2.5177 0.4826l 0.6714,-5.7279 c 0.6924,0.0629 1.4057,0.0839 2.1401 0.0839c 1.0491,-0.0000 2.1401,-0.0629 3.2731 -0.1888l 0.1259,0.0629 l -0.3147,1.3638 c -0.8183,0.0839 -1.4897,0.1049 -2.0771 0.1049c -0.9442,-0.0000 -1.6575,-0.0839 -2.3919 -0.1678l -0.3986,3.3150 c 0.4406,-0.1678 1.1959,-0.3147 2.0142 -0.3147c 2.2240,-0.0000 3.4619,1.9303 3.4619 3.8605c 0.0000,2.3499 -1.6365,4.1543 -4.0074 4.1543c -1.1959,-0.0000 -2.9374,-0.6714 -2.9374 -1.4897c 0.0000,-0.3986 0.3357,-0.6714 0.7134 -0.6714c 0.4196,-0.0000 0.6924,0.3147 0.9442 0.6504c 0.3147,0.3777 0.6504,0.7973 1.3218 0.7973c 1.3428,-0.0000 2.4548,-1.2589 2.4548 -3.0842Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.0741,104.5855 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 298.4783,134.9400 ZM 303.0102,123.4633 c -0.5245,-0.0000 -2.0562,0.2937 -2.0562 1.5736c 0.0000,0.3777 -0.1469,1.0281 -0.7134 1.0281c -0.5455,-0.0000 -0.5875,-0.6085 -0.5875 -0.6714c 0.0000,-0.6504 0.8602,-2.5807 3.7766 -2.5807c 2.0352,-0.0000 2.6436,1.2799 2.6436 2.1191c 0.0000,0.5245 -0.1678,1.5736 -2.0562 2.7695c 1.1749,0.1888 2.7276,1.0491 2.7276 3.2311c 0.0000,2.7695 -2.0981,4.2592 -4.4690 4.2592c -1.1959,-0.0000 -2.8744,-0.5245 -2.8744 -1.3218c 0.0000,-0.3147 0.3147,-0.6714 0.7343 -0.6714c 0.3986,-0.0000 0.5875,0.2098 0.7763 0.4826c 0.2308,0.3567 0.6085,0.8602 1.6156 0.8602c 0.6924,-0.0000 2.6646,-0.6924 2.6646 -3.3360c 0.0000,-2.2450 -1.5736,-2.6017 -2.7066 -2.6017c -0.1888,-0.0000 -0.4196,0.0420 -0.6504 0.0839l -0.0839,-0.6294 c 1.6156,-0.2728 2.9583,-1.8463 2.9583 -2.8115c 0.0000,-1.1959 -0.8392,-1.7834 -1.6995 -1.7834ZM 307.6680,134.9400 ZM 309.8501,132.9468 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 312.2629,134.9400 ZM 317.6760,127.4917 c 0.0000,-0.1469 0.0210,-0.3147 0.2098 -0.4196c 0.2308,-0.1678 0.6085,-0.3567 0.9232 -0.3567c 0.2728,-0.0000 0.2937,0.2308 0.2937 0.6504v 3.3780 h 1.6995 l -0.1259,0.9861 h -1.5736 v 1.7414 c 0.0000,0.5875 0.0839,0.8812 0.6924 0.8812h 0.5665 c 0.1259,-0.0000 0.1469,0.1049 0.1469 0.1469v 0.4616 c 0.0000,-0.0000 -1.3428,-0.0420 -2.2240 -0.0420c -0.7973,-0.0000 -2.0352,0.0420 -2.0352 0.0420v -0.4616 c 0.0000,-0.0420 0.0210,-0.1469 0.1469 -0.1469h 0.5665 c 0.6504,-0.0000 0.7134,-0.2728 0.7134 -0.8812v -1.7414 h -4.1123 c -0.0839,-0.0000 -0.1259,-0.0420 -0.1888 -0.1259l -0.1678,-0.2308 l -0.2518,-0.4406 c -0.0210,-0.0000 -0.0210,-0.0210 -0.0210 -0.0420c 0.0000,-0.0210 0.0210,-0.0420 0.0420 -0.0629c 1.3638,-1.5106 3.7766,-6.1894 4.5319 -7.9099c 0.0210,-0.0839 0.0629,-0.1049 0.1469 -0.1049c 0.0210,-0.0000 0.4826,0.1888 0.7343 0.2308c -0.9442,2.5387 -2.4968,5.2663 -4.0284 7.7001h 3.3150 v -3.2521 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.0741,146.7576 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 298.4783,177.1122 ZM 303.0102,165.6355 c -0.5245,-0.0000 -2.0562,0.2937 -2.0562 1.5736c 0.0000,0.3777 -0.1469,1.0281 -0.7134 1.0281c -0.5455,-0.0000 -0.5875,-0.6085 -0.5875 -0.6714c 0.0000,-0.6504 0.8602,-2.5807 3.7766 -2.5807c 2.0352,-0.0000 2.6436,1.2799 2.6436 2.1191c 0.0000,0.5245 -0.1678,1.5736 -2.0562 2.7695c 1.1749,0.1888 2.7276,1.0491 2.7276 3.2311c 0.0000,2.7695 -2.0981,4.2592 -4.4690 4.2592c -1.1959,-0.0000 -2.8744,-0.5245 -2.8744 -1.3218c 0.0000,-0.3147 0.3147,-0.6714 0.7343 -0.6714c 0.3986,-0.0000 0.5875,0.2098 0.7763 0.4826c 0.2308,0.3567 0.6085,0.8602 1.6156 0.8602c 0.6924,-0.0000 2.6646,-0.6924 2.6646 -3.3360c 0.0000,-2.2450 -1.5736,-2.6017 -2.7066 -2.6017c -0.1888,-0.0000 -0.4196,0.0420 -0.6504 0.0839l -0.0839,-0.6294 c 1.6156,-0.2728 2.9583,-1.8463 2.9583 -2.8115c 0.0000,-1.1959 -0.8392,-1.7834 -1.6995 -1.7834ZM 307.6680,177.1122 ZM 309.8501,175.1189 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 312.2629,177.1122 ZM 316.7948,165.6355 c -0.5245,-0.0000 -2.0562,0.2937 -2.0562 1.5736c 0.0000,0.3777 -0.1469,1.0281 -0.7134 1.0281c -0.5455,-0.0000 -0.5875,-0.6085 -0.5875 -0.6714c 0.0000,-0.6504 0.8602,-2.5807 3.7766 -2.5807c 2.0352,-0.0000 2.6436,1.2799 2.6436 2.1191c 0.0000,0.5245 -0.1678,1.5736 -2.0562 2.7695c 1.1749,0.1888 2.7276,1.0491 2.7276 3.2311c 0.0000,2.7695 -2.0981,4.2592 -4.4690 4.2592c -1.1959,-0.0000 -2.8744,-0.5245 -2.8744 -1.3218c 0.0000,-0.3147 0.3147,-0.6714 0.7343 -0.6714c 0.3986,-0.0000 0.5875,0.2098 0.7763 0.4826c 0.2308,0.3567 0.6085,0.8602 1.6156 0.8602c 0.6924,-0.0000 2.6646,-0.6924 2.6646 -3.3360c 0.0000,-2.2450 -1.5736,-2.6017 -2.7066 -2.6017c -0.1888,-0.0000 -0.4196,0.0420 -0.6504 0.0839l -0.0839,-0.6294 c 1.6156,-0.2728 2.9583,-1.8463 2.9583 -2.8115c 0.0000,-1.1959 -0.8392,-1.7834 -1.6995 -1.7834Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.0741,188.9298 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 298.4783,219.2843 ZM 303.0102,207.8076 c -0.5245,-0.0000 -2.0562,0.2937 -2.0562 1.5736c 0.0000,0.3777 -0.1469,1.0281 -0.7134 1.0281c -0.5455,-0.0000 -0.5875,-0.6085 -0.5875 -0.6714c 0.0000,-0.6504 0.8602,-2.5807 3.7766 -2.5807c 2.0352,-0.0000 2.6436,1.2799 2.6436 2.1191c 0.0000,0.5245 -0.1678,1.5736 -2.0562 2.7695c 1.1749,0.1888 2.7276,1.0491 2.7276 3.2311c 0.0000,2.7695 -2.0981,4.2592 -4.4690 4.2592c -1.1959,-0.0000 -2.8744,-0.5245 -2.8744 -1.3218c 0.0000,-0.3147 0.3147,-0.6714 0.7343 -0.6714c 0.3986,-0.0000 0.5875,0.2098 0.7763 0.4826c 0.2308,0.3567 0.6085,0.8602 1.6156 0.8602c 0.6924,-0.0000 2.6646,-0.6924 2.6646 -3.3360c 0.0000,-2.2450 -1.5736,-2.6017 -2.7066 -2.6017c -0.1888,-0.0000 -0.4196,0.0420 -0.6504 0.0839l -0.0839,-0.6294 c 1.6156,-0.2728 2.9583,-1.8463 2.9583 -2.8115c 0.0000,-1.1959 -0.8392,-1.7834 -1.6995 -1.7834ZM 307.6680,219.2843 ZM 309.8501,217.2911 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 312.2629,219.2843 ZM 313.4798,209.9897 c 0.0000,-1.1959 1.1540,-2.8325 3.3570 -2.8325c 1.6156,-0.0000 3.5039,0.6085 3.5039 3.0213c 0.0000,1.5946 -0.8183,2.3919 -1.9512 3.4829l -1.9932,1.9303 c -0.1049,0.1049 -1.5106,1.4897 -1.5106 2.4758h 3.5668 c 0.7134,-0.0000 1.0910,-0.3567 1.3848 -1.5106l 0.5245,0.0839 l -0.4196,2.6436 h -6.4832 c 0.0000,-1.1749 0.1888,-2.0771 2.1401 -4.0703l 1.4687,-1.4477 c 1.1749,-1.1959 1.6575,-2.2240 1.6575 -3.5039c 0.0000,-1.9093 -1.3008,-2.4548 -2.0142 -2.4548c -1.4477,-0.0000 -1.8463,0.7553 -1.8463 1.2589c 0.0000,0.1678 0.0420,0.3357 0.0839 0.4826c 0.0420,0.1469 0.0839,0.2937 0.0839 0.4616c 0.0000,0.5455 -0.4196,0.7553 -0.7553 0.7553c -0.4616,-0.0000 -0.7973,-0.3567 -0.7973 -0.7763Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.0741,231.1020 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 298.4783,261.4565 ZM 303.0102,249.9798 c -0.5245,-0.0000 -2.0562,0.2937 -2.0562 1.5736c 0.0000,0.3777 -0.1469,1.0281 -0.7134 1.0281c -0.5455,-0.0000 -0.5875,-0.6085 -0.5875 -0.6714c 0.0000,-0.6504 0.8602,-2.5807 3.7766 -2.5807c 2.0352,-0.0000 2.6436,1.2799 2.6436 2.1191c 0.0000,0.5245 -0.1678,1.5736 -2.0562 2.7695c 1.1749,0.1888 2.7276,1.0491 2.7276 3.2311c 0.0000,2.7695 -2.0981,4.2592 -4.4690 4.2592c -1.1959,-0.0000 -2.8744,-0.5245 -2.8744 -1.3218c 0.0000,-0.3147 0.3147,-0.6714 0.7343 -0.6714c 0.3986,-0.0000 0.5875,0.2098 0.7763 0.4826c 0.2308,0.3567 0.6085,0.8602 1.6156 0.8602c 0.6924,-0.0000 2.6646,-0.6924 2.6646 -3.3360c 0.0000,-2.2450 -1.5736,-2.6017 -2.7066 -2.6017c -0.1888,-0.0000 -0.4196,0.0420 -0.6504 0.0839l -0.0839,-0.6294 c 1.6156,-0.2728 2.9583,-1.8463 2.9583 -2.8115c 0.0000,-1.1959 -0.8392,-1.7834 -1.6995 -1.7834ZM 307.6680,261.4565 ZM 309.8501,259.4633 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 312.2629,261.4565 ZM 316.2074,251.4485 c -0.3986,-0.0000 -1.3218,0.3777 -1.7834 0.5875l -0.2518,-0.6504 c 1.8463,-0.8602 2.5597,-1.3008 3.6088 -2.0562h 0.3986 v 10.5535 c 0.0000,0.7553 0.1049,0.9651 0.7973 0.9651h 1.0910 c 0.0629,-0.0000 0.1678,0.0420 0.1678 0.1678v 0.4616 l -2.8744,-0.0420 l -2.9164,0.0420 v -0.4616 c 0.0210,-0.0629 0.0420,-0.1678 0.1678 -0.1678h 1.2589 c 0.7973,-0.0000 0.7973,-0.3567 0.7973 -0.9651v -7.2175 c 0.0000,-0.7134 0.0000,-1.2169 -0.4616 -1.2169Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.0741,273.2741 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 298.4783,303.6287 ZM 303.0102,292.1520 c -0.5245,-0.0000 -2.0562,0.2937 -2.0562 1.5736c 0.0000,0.3777 -0.1469,1.0281 -0.7134 1.0281c -0.5455,-0.0000 -0.5875,-0.6085 -0.5875 -0.6714c 0.0000,-0.6504 0.8602,-2.5807 3.7766 -2.5807c 2.0352,-0.0000 2.6436,1.2799 2.6436 2.1191c 0.0000,0.5245 -0.1678,1.5736 -2.0562 2.7695c 1.1749,0.1888 2.7276,1.0491 2.7276 3.2311c 0.0000,2.7695 -2.0981,4.2592 -4.4690 4.2592c -1.1959,-0.0000 -2.8744,-0.5245 -2.8744 -1.3218c 0.0000,-0.3147 0.3147,-0.6714 0.7343 -0.6714c 0.3986,-0.0000 0.5875,0.2098 0.7763 0.4826c 0.2308,0.3567 0.6085,0.8602 1.6156 0.8602c 0.6924,-0.0000 2.6646,-0.6924 2.6646 -3.3360c 0.0000,-2.2450 -1.5736,-2.6017 -2.7066 -2.6017c -0.1888,-0.0000 -0.4196,0.0420 -0.6504 0.0839l -0.0839,-0.6294 c 1.6156,-0.2728 2.9583,-1.8463 2.9583 -2.8115c 0.0000,-1.1959 -0.8392,-1.7834 -1.6995 -1.7834ZM 307.6680,303.6287 ZM 309.8501,301.6355 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 312.2629,303.6287 ZM 316.8578,292.2359 c -0.9022,-0.0000 -2.2240,0.8812 -2.2240 5.7698c 0.0000,1.7205 0.3147,5.1824 2.1611 5.1824c 0.3567,-0.0000 1.3638,-0.2308 1.8044 -1.8673c 0.2728,-1.0071 0.4196,-2.2660 0.4196 -4.0913c 0.0000,-2.6646 -0.6714,-4.1543 -1.2799 -4.6788c -0.2308,-0.2098 -0.5455,-0.3147 -0.8812 -0.3147ZM 316.8578,292.2359 ZM 316.7738,303.8804 c -2.2450,-0.0000 -3.7556,-2.8744 -3.7556 -6.0845c 0.0000,-3.9235 1.8673,-6.2944 3.8396 -6.2944c 0.9022,-0.0000 1.8044,0.5665 2.4128 1.3848c 0.8812,1.1749 1.3428,2.7485 1.3428 4.7208c 0.0000,4.6578 -2.3079,6.2734 -3.8396 6.2734Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.0741,315.4463 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 235.2200,92.7678 ZM 236.4369,83.4732 c 0.0000,-1.1959 1.1540,-2.8325 3.3570 -2.8325c 1.6156,-0.0000 3.5039,0.6085 3.5039 3.0213c 0.0000,1.5946 -0.8183,2.3919 -1.9512 3.4829l -1.9932,1.9303 c -0.1049,0.1049 -1.5106,1.4897 -1.5106 2.4758h 3.5668 c 0.7134,-0.0000 1.0910,-0.3567 1.3848 -1.5106l 0.5245,0.0839 l -0.4196,2.6436 h -6.4832 c 0.0000,-1.1749 0.1888,-2.0771 2.1401 -4.0703l 1.4687,-1.4477 c 1.1749,-1.1959 1.6575,-2.2240 1.6575 -3.5039c 0.0000,-1.9093 -1.3008,-2.4548 -2.0142 -2.4548c -1.4477,-0.0000 -1.8463,0.7553 -1.8463 1.2589c 0.0000,0.1678 0.0420,0.3357 0.0839 0.4826c 0.0420,0.1469 0.0839,0.2937 0.0839 0.4616c 0.0000,0.5455 -0.4196,0.7553 -0.7553 0.7553c -0.4616,-0.0000 -0.7973,-0.3567 -0.7973 -0.7763ZM 244.4098,92.7678 ZM 246.5918,90.7746 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 249.0046,92.7678 ZM 255.4878,89.2220 c 0.0000,-2.1611 -1.1749,-3.2311 -2.4758 -3.2311c -0.9651,-0.0000 -1.6995,0.1469 -2.5177 0.4826l 0.6714,-5.7279 c 0.6924,0.0629 1.4057,0.0839 2.1401 0.0839c 1.0491,-0.0000 2.1401,-0.0629 3.2731 -0.1888l 0.1259,0.0629 l -0.3147,1.3638 c -0.8183,0.0839 -1.4897,0.1049 -2.0771 0.1049c -0.9442,-0.0000 -1.6575,-0.0839 -2.3919 -0.1678l -0.3986,3.3150 c 0.4406,-0.1678 1.1959,-0.3147 2.0142 -0.3147c 2.2240,-0.0000 3.4619,1.9303 3.4619 3.8605c 0.0000,2.3499 -1.6365,4.1543 -4.0074 4.1543c -1.1959,-0.0000 -2.9374,-0.6714 -2.9374 -1.4897c 0.0000,-0.3986 0.3357,-0.6714 0.7134 -0.6714c 0.4196,-0.0000 0.6924,0.3147 0.9442 0.6504c 0.3147,0.3777 0.6504,0.7973 1.3218 0.7973c 1.3428,-0.0000 2.4548,-1.2589 2.4548 -3.0842Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.8158,104.5855 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 235.2200,134.9400 ZM 236.4369,125.6453 c 0.0000,-1.1959 1.1540,-2.8325 3.3570 -2.8325c 1.6156,-0.0000 3.5039,0.6085 3.5039 3.0213c 0.0000,1.5946 -0.8183,2.3919 -1.9512 3.4829l -1.9932,1.9303 c -0.1049,0.1049 -1.5106,1.4897 -1.5106 2.4758h 3.5668 c 0.7134,-0.0000 1.0910,-0.3567 1.3848 -1.5106l 0.5245,0.0839 l -0.4196,2.6436 h -6.4832 c 0.0000,-1.1749 0.1888,-2.0771 2.1401 -4.0703l 1.4687,-1.4477 c 1.1749,-1.1959 1.6575,-2.2240 1.6575 -3.5039c 0.0000,-1.9093 -1.3008,-2.4548 -2.0142 -2.4548c -1.4477,-0.0000 -1.8463,0.7553 -1.8463 1.2589c 0.0000,0.1678 0.0420,0.3357 0.0839 0.4826c 0.0420,0.1469 0.0839,0.2937 0.0839 0.4616c 0.0000,0.5455 -0.4196,0.7553 -0.7553 0.7553c -0.4616,-0.0000 -0.7973,-0.3567 -0.7973 -0.7763ZM 244.4098,134.9400 ZM 246.5918,132.9468 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 249.0046,134.9400 ZM 254.4178,127.4917 c 0.0000,-0.1469 0.0210,-0.3147 0.2098 -0.4196c 0.2308,-0.1678 0.6085,-0.3567 0.9232 -0.3567c 0.2728,-0.0000 0.2937,0.2308 0.2937 0.6504v 3.3780 h 1.6995 l -0.1259,0.9861 h -1.5736 v 1.7414 c 0.0000,0.5875 0.0839,0.8812 0.6924 0.8812h 0.5665 c 0.1259,-0.0000 0.1469,0.1049 0.1469 0.1469v 0.4616 c 0.0000,-0.0000 -1.3428,-0.0420 -2.2240 -0.0420c -0.7973,-0.0000 -2.0352,0.0420 -2.0352 0.0420v -0.4616 c 0.0000,-0.0420 0.0210,-0.1469 0.1469 -0.1469h 0.5665 c 0.6504,-0.0000 0.7134,-0.2728 0.7134 -0.8812v -1.7414 h -4.1123 c -0.0839,-0.0000 -0.1259,-0.0420 -0.1888 -0.1259l -0.1678,-0.2308 l -0.2518,-0.4406 c -0.0210,-0.0000 -0.0210,-0.0210 -0.0210 -0.0420c 0.0000,-0.0210 0.0210,-0.0420 0.0420 -0.0629c 1.3638,-1.5106 3.7766,-6.1894 4.5319 -7.9099c 0.0210,-0.0839 0.0629,-0.1049 0.1469 -0.1049c 0.0210,-0.0000 0.4826,0.1888 0.7343 0.2308c -0.9442,2.5387 -2.4968,5.2663 -4.0284 7.7001h 3.3150 v -3.2521 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.8158,146.7576 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 235.2200,177.1122 ZM 236.4369,167.8175 c 0.0000,-1.1959 1.1540,-2.8325 3.3570 -2.8325c 1.6156,-0.0000 3.5039,0.6085 3.5039 3.0213c 0.0000,1.5946 -0.8183,2.3919 -1.9512 3.4829l -1.9932,1.9303 c -0.1049,0.1049 -1.5106,1.4897 -1.5106 2.4758h 3.5668 c 0.7134,-0.0000 1.0910,-0.3567 1.3848 -1.5106l 0.5245,0.0839 l -0.4196,2.6436 h -6.4832 c 0.0000,-1.1749 0.1888,-2.0771 2.1401 -4.0703l 1.4687,-1.4477 c 1.1749,-1.1959 1.6575,-2.2240 1.6575 -3.5039c 0.0000,-1.9093 -1.3008,-2.4548 -2.0142 -2.4548c -1.4477,-0.0000 -1.8463,0.7553 -1.8463 1.2589c 0.0000,0.1678 0.0420,0.3357 0.0839 0.4826c 0.0420,0.1469 0.0839,0.2937 0.0839 0.4616c 0.0000,0.5455 -0.4196,0.7553 -0.7553 0.7553c -0.4616,-0.0000 -0.7973,-0.3567 -0.7973 -0.7763ZM 244.4098,177.1122 ZM 246.5918,175.1189 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 249.0046,177.1122 ZM 253.5366,165.6355 c -0.5245,-0.0000 -2.0562,0.2937 -2.0562 1.5736c 0.0000,0.3777 -0.1469,1.0281 -0.7134 1.0281c -0.5455,-0.0000 -0.5875,-0.6085 -0.5875 -0.6714c 0.0000,-0.6504 0.8602,-2.5807 3.7766 -2.5807c 2.0352,-0.0000 2.6436,1.2799 2.6436 2.1191c 0.0000,0.5245 -0.1678,1.5736 -2.0562 2.7695c 1.1749,0.1888 2.7276,1.0491 2.7276 3.2311c 0.0000,2.7695 -2.0981,4.2592 -4.4690 4.2592c -1.1959,-0.0000 -2.8744,-0.5245 -2.8744 -1.3218c 0.0000,-0.3147 0.3147,-0.6714 0.7343 -0.6714c 0.3986,-0.0000 0.5875,0.2098 0.7763 0.4826c 0.2308,0.3567 0.6085,0.8602 1.6156 0.8602c 0.6924,-0.0000 2.6646,-0.6924 2.6646 -3.3360c 0.0000,-2.2450 -1.5736,-2.6017 -2.7066 -2.6017c -0.1888,-0.0000 -0.4196,0.0420 -0.6504 0.0839l -0.0839,-0.6294 c 1.6156,-0.2728 2.9583,-1.8463 2.9583 -2.8115c 0.0000,-1.1959 -0.8392,-1.7834 -1.6995 -1.7834Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.8158,188.9298 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 235.2200,219.2843 ZM 236.4369,209.9897 c 0.0000,-1.1959 1.1540,-2.8325 3.3570 -2.8325c 1.6156,-0.0000 3.5039,0.6085 3.5039 3.0213c 0.0000,1.5946 -0.8183,2.3919 -1.9512 3.4829l -1.9932,1.9303 c -0.1049,0.1049 -1.5106,1.4897 -1.5106 2.4758h 3.5668 c 0.7134,-0.0000 1.0910,-0.3567 1.3848 -1.5106l 0.5245,0.0839 l -0.4196,2.6436 h -6.4832 c 0.0000,-1.1749 0.1888,-2.0771 2.1401 -4.0703l 1.4687,-1.4477 c 1.1749,-1.1959 1.6575,-2.2240 1.6575 -3.5039c 0.0000,-1.9093 -1.3008,-2.4548 -2.0142 -2.4548c -1.4477,-0.0000 -1.8463,0.7553 -1.8463 1.2589c 0.0000,0.1678 0.0420,0.3357 0.0839 0.4826c 0.0420,0.1469 0.0839,0.2937 0.0839 0.4616c 0.0000,0.5455 -0.4196,0.7553 -0.7553 0.7553c -0.4616,-0.0000 -0.7973,-0.3567 -0.7973 -0.7763ZM 244.4098,219.2843 ZM 246.5918,217.2911 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 249.0046,219.2843 ZM 250.2215,209.9897 c 0.0000,-1.1959 1.1540,-2.8325 3.3570 -2.8325c 1.6156,-0.0000 3.5039,0.6085 3.5039 3.0213c 0.0000,1.5946 -0.8183,2.3919 -1.9512 3.4829l -1.9932,1.9303 c -0.1049,0.1049 -1.5106,1.4897 -1.5106 2.4758h 3.5668 c 0.7134,-0.0000 1.0910,-0.3567 1.3848 -1.5106l 0.5245,0.0839 l -0.4196,2.6436 h -6.4832 c 0.0000,-1.1749 0.1888,-2.0771 2.1401 -4.0703l 1.4687,-1.4477 c 1.1749,-1.1959 1.6575,-2.2240 1.6575 -3.5039c 0.0000,-1.9093 -1.3008,-2.4548 -2.0142 -2.4548c -1.4477,-0.0000 -1.8463,0.7553 -1.8463 1.2589c 0.0000,0.1678 0.0420,0.3357 0.0839 0.4826c 0.0420,0.1469 0.0839,0.2937 0.0839 0.4616c 0.0000,0.5455 -0.4196,0.7553 -0.7553 0.7553c -0.4616,-0.0000 -0.7973,-0.3567 -0.7973 -0.7763Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.8158,231.1020 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 235.2200,261.4565 ZM 236.4369,252.1618 c 0.0000,-1.1959 1.1540,-2.8325 3.3570 -2.8325c 1.6156,-0.0000 3.5039,0.6085 3.5039 3.0213c 0.0000,1.5946 -0.8183,2.3919 -1.9512 3.4829l -1.9932,1.9303 c -0.1049,0.1049 -1.5106,1.4897 -1.5106 2.4758h 3.5668 c 0.7134,-0.0000 1.0910,-0.3567 1.3848 -1.5106l 0.5245,0.0839 l -0.4196,2.6436 h -6.4832 c 0.0000,-1.1749 0.1888,-2.0771 2.1401 -4.0703l 1.4687,-1.4477 c 1.1749,-1.1959 1.6575,-2.2240 1.6575 -3.5039c 0.0000,-1.9093 -1.3008,-2.4548 -2.0142 -2.4548c -1.4477,-0.0000 -1.8463,0.7553 -1.8463 1.2589c 0.0000,0.1678 0.0420,0.3357 0.0839 0.4826c 0.0420,0.1469 0.0839,0.2937 0.0839 0.4616c 0.0000,0.5455 -0.4196,0.7553 -0.7553 0.7553c -0.4616,-0.0000 -0.7973,-0.3567 -0.7973 -0.7763ZM 244.4098,261.4565 ZM 246.5918,259.4633 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 249.0046,261.4565 ZM 252.9491,251.4485 c -0.3986,-0.0000 -1.3218,0.3777 -1.7834 0.5875l -0.2518,-0.6504 c 1.8463,-0.8602 2.5597,-1.3008 3.6088 -2.0562h 0.3986 v 10.5535 c 0.0000,0.7553 0.1049,0.9651 0.7973 0.9651h 1.0910 c 0.0629,-0.0000 0.1678,0.0420 0.1678 0.1678v 0.4616 l -2.8744,-0.0420 l -2.9164,0.0420 v -0.4616 c 0.0210,-0.0629 0.0420,-0.1678 0.1678 -0.1678h 1.2589 c 0.7973,-0.0000 0.7973,-0.3567 0.7973 -0.9651v -7.2175 c 0.0000,-0.7134 0.0000,-1.2169 -0.4616 -1.2169Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.8158,273.2741 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 235.2200,303.6287 ZM 236.4369,294.3340 c 0.0000,-1.1959 1.1540,-2.8325 3.3570 -2.8325c 1.6156,-0.0000 3.5039,0.6085 3.5039 3.0213c 0.0000,1.5946 -0.8183,2.3919 -1.9512 3.4829l -1.9932,1.9303 c -0.1049,0.1049 -1.5106,1.4897 -1.5106 2.4758h 3.5668 c 0.7134,-0.0000 1.0910,-0.3567 1.3848 -1.5106l 0.5245,0.0839 l -0.4196,2.6436 h -6.4832 c 0.0000,-1.1749 0.1888,-2.0771 2.1401 -4.0703l 1.4687,-1.4477 c 1.1749,-1.1959 1.6575,-2.2240 1.6575 -3.5039c 0.0000,-1.9093 -1.3008,-2.4548 -2.0142 -2.4548c -1.4477,-0.0000 -1.8463,0.7553 -1.8463 1.2589c 0.0000,0.1678 0.0420,0.3357 0.0839 0.4826c 0.0420,0.1469 0.0839,0.2937 0.0839 0.4616c 0.0000,0.5455 -0.4196,0.7553 -0.7553 0.7553c -0.4616,-0.0000 -0.7973,-0.3567 -0.7973 -0.7763ZM 244.4098,303.6287 ZM 246.5918,301.6355 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 249.0046,303.6287 ZM 253.5995,292.2359 c -0.9022,-0.0000 -2.2240,0.8812 -2.2240 5.7698c 0.0000,1.7205 0.3147,5.1824 2.1611 5.1824c 0.3567,-0.0000 1.3638,-0.2308 1.8044 -1.8673c 0.2728,-1.0071 0.4196,-2.2660 0.4196 -4.0913c 0.0000,-2.6646 -0.6714,-4.1543 -1.2799 -4.6788c -0.2308,-0.2098 -0.5455,-0.3147 -0.8812 -0.3147ZM 253.5995,292.2359 ZM 253.5156,303.8804 c -2.2450,-0.0000 -3.7556,-2.8744 -3.7556 -6.0845c 0.0000,-3.9235 1.8673,-6.2944 3.8396 -6.2944c 0.9022,-0.0000 1.8044,0.5665 2.4128 1.3848c 0.8812,1.1749 1.3428,2.7485 1.3428 4.7208c 0.0000,4.6578 -2.3079,6.2734 -3.8396 6.2734Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.8158,315.4463 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 171.9617,92.7678 ZM 175.9062,82.7598 c -0.3986,-0.0000 -1.3218,0.3777 -1.7834 0.5875l -0.2518,-0.6504 c 1.8463,-0.8602 2.5597,-1.3008 3.6088 -2.0562h 0.3986 v 10.5535 c 0.0000,0.7553 0.1049,0.9651 0.7973 0.9651h 1.0910 c 0.0629,-0.0000 0.1678,0.0420 0.1678 0.1678v 0.4616 l -2.8744,-0.0420 l -2.9164,0.0420 v -0.4616 c 0.0210,-0.0629 0.0420,-0.1678 0.1678 -0.1678h 1.2589 c 0.7973,-0.0000 0.7973,-0.3567 0.7973 -0.9651v -7.2175 c 0.0000,-0.7134 0.0000,-1.2169 -0.4616 -1.2169ZM 181.1515,92.7678 ZM 183.3335,90.7746 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 185.7464,92.7678 ZM 192.2296,89.2220 c 0.0000,-2.1611 -1.1749,-3.2311 -2.4758 -3.2311c -0.9651,-0.0000 -1.6995,0.1469 -2.5177 0.4826l 0.6714,-5.7279 c 0.6924,0.0629 1.4057,0.0839 2.1401 0.0839c 1.0491,-0.0000 2.1401,-0.0629 3.2731 -0.1888l 0.1259,0.0629 l -0.3147,1.3638 c -0.8183,0.0839 -1.4897,0.1049 -2.0771 0.1049c -0.9442,-0.0000 -1.6575,-0.0839 -2.3919 -0.1678l -0.3986,3.3150 c 0.4406,-0.1678 1.1959,-0.3147 2.0142 -0.3147c 2.2240,-0.0000 3.4619,1.9303 3.4619 3.8605c 0.0000,2.3499 -1.6365,4.1543 -4.0074 4.1543c -1.1959,-0.0000 -2.9374,-0.6714 -2.9374 -1.4897c 0.0000,-0.3986 0.3357,-0.6714 0.7134 -0.6714c 0.4196,-0.0000 0.6924,0.3147 0.9442 0.6504c 0.3147,0.3777 0.6504,0.7973 1.3218 0.7973c 1.3428,-0.0000 2.4548,-1.2589 2.4548 -3.0842Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.5576,104.5855 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 171.9617,134.9400 ZM 175.9062,124.9320 c -0.3986,-0.0000 -1.3218,0.3777 -1.7834 0.5875l -0.2518,-0.6504 c 1.8463,-0.8602 2.5597,-1.3008 3.6088 -2.0562h 0.3986 v 10.5535 c 0.0000,0.7553 0.1049,0.9651 0.7973 0.9651h 1.0910 c 0.0629,-0.0000 0.1678,0.0420 0.1678 0.1678v 0.4616 l -2.8744,-0.0420 l -2.9164,0.0420 v -0.4616 c 0.0210,-0.0629 0.0420,-0.1678 0.1678 -0.1678h 1.2589 c 0.7973,-0.0000 0.7973,-0.3567 0.7973 -0.9651v -7.2175 c 0.0000,-0.7134 0.0000,-1.2169 -0.4616 -1.2169ZM 181.1515,134.9400 ZM 183.3335,132.9468 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 185.7464,134.9400 ZM 191.1595,127.4917 c 0.0000,-0.1469 0.0210,-0.3147 0.2098 -0.4196c 0.2308,-0.1678 0.6085,-0.3567 0.9232 -0.3567c 0.2728,-0.0000 0.2937,0.2308 0.2937 0.6504v 3.3780 h 1.6995 l -0.1259,0.9861 h -1.5736 v 1.7414 c 0.0000,0.5875 0.0839,0.8812 0.6924 0.8812h 0.5665 c 0.1259,-0.0000 0.1469,0.1049 0.1469 0.1469v 0.4616 c 0.0000,-0.0000 -1.3428,-0.0420 -2.2240 -0.0420c -0.7973,-0.0000 -2.0352,0.0420 -2.0352 0.0420v -0.4616 c 0.0000,-0.0420 0.0210,-0.1469 0.1469 -0.1469h 0.5665 c 0.6504,-0.0000 0.7134,-0.2728 0.7134 -0.8812v -1.7414 h -4.1123 c -0.0839,-0.0000 -0.1259,-0.0420 -0.1888 -0.1259l -0.1678,-0.2308 l -0.2518,-0.4406 c -0.0210,-0.0000 -0.0210,-0.0210 -0.0210 -0.0420c 0.0000,-0.0210 0.0210,-0.0420 0.0420 -0.0629c 1.3638,-1.5106 3.7766,-6.1894 4.5319 -7.9099c 0.0210,-0.0839 0.0629,-0.1049 0.1469 -0.1049c 0.0210,-0.0000 0.4826,0.1888 0.7343 0.2308c -0.9442,2.5387 -2.4968,5.2663 -4.0284 7.7001h 3.3150 v -3.2521 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.5576,146.7576 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 171.9617,177.1122 ZM 175.9062,167.1041 c -0.3986,-0.0000 -1.3218,0.3777 -1.7834 0.5875l -0.2518,-0.6504 c 1.8463,-0.8602 2.5597,-1.3008 3.6088 -2.0562h 0.3986 v 10.5535 c 0.0000,0.7553 0.1049,0.9651 0.7973 0.9651h 1.0910 c 0.0629,-0.0000 0.1678,0.0420 0.1678 0.1678v 0.4616 l -2.8744,-0.0420 l -2.9164,0.0420 v -0.4616 c 0.0210,-0.0629 0.0420,-0.1678 0.1678 -0.1678h 1.2589 c 0.7973,-0.0000 0.7973,-0.3567 0.7973 -0.9651v -7.2175 c 0.0000,-0.7134 0.0000,-1.2169 -0.4616 -1.2169ZM 181.1515,177.1122 ZM 183.3335,175.1189 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 185.7464,177.1122 ZM 190.2783,165.6355 c -0.5245,-0.0000 -2.0562,0.2937 -2.0562 1.5736c 0.0000,0.3777 -0.1469,1.0281 -0.7134 1.0281c -0.5455,-0.0000 -0.5875,-0.6085 -0.5875 -0.6714c 0.0000,-0.6504 0.8602,-2.5807 3.7766 -2.5807c 2.0352,-0.0000 2.6436,1.2799 2.6436 2.1191c 0.0000,0.5245 -0.1678,1.5736 -2.0562 2.7695c 1.1749,0.1888 2.7276,1.0491 2.7276 3.2311c 0.0000,2.7695 -2.0981,4.2592 -4.4690 4.2592c -1.1959,-0.0000 -2.8744,-0.5245 -2.8744 -1.3218c 0.0000,-0.3147 0.3147,-0.6714 0.7343 -0.6714c 0.3986,-0.0000 0.5875,0.2098 0.7763 0.4826c 0.2308,0.3567 0.6085,0.8602 1.6156 0.8602c 0.6924,-0.0000 2.6646,-0.6924 2.6646 -3.3360c 0.0000,-2.2450 -1.5736,-2.6017 -2.7066 -2.6017c -0.1888,-0.0000 -0.4196,0.0420 -0.6504 0.0839l -0.0839,-0.6294 c 1.6156,-0.2728 2.9583,-1.8463 2.9583 -2.8115c 0.0000,-1.1959 -0.8392,-1.7834 -1.6995 -1.7834Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.5576,188.9298 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 171.9617,219.2843 ZM 175.9062,209.2763 c -0.3986,-0.0000 -1.3218,0.3777 -1.7834 0.5875l -0.2518,-0.6504 c 1.8463,-0.8602 2.5597,-1.3008 3.6088 -2.0562h 0.3986 v 10.5535 c 0.0000,0.7553 0.1049,0.9651 0.7973 0.9651h 1.0910 c 0.0629,-0.0000 0.1678,0.0420 0.1678 0.1678v 0.4616 l -2.8744,-0.0420 l -2.9164,0.0420 v -0.4616 c 0.0210,-0.0629 0.0420,-0.1678 0.1678 -0.1678h 1.2589 c 0.7973,-0.0000 0.7973,-0.3567 0.7973 -0.9651v -7.2175 c 0.0000,-0.7134 0.0000,-1.2169 -0.4616 -1.2169ZM 181.1515,219.2843 ZM 183.3335,217.2911 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 185.7464,219.2843 ZM 186.9633,209.9897 c 0.0000,-1.1959 1.1540,-2.8325 3.3570 -2.8325c 1.6156,-0.0000 3.5039,0.6085 3.5039 3.0213c 0.0000,1.5946 -0.8183,2.3919 -1.9512 3.4829l -1.9932,1.9303 c -0.1049,0.1049 -1.5106,1.4897 -1.5106 2.4758h 3.5668 c 0.7134,-0.0000 1.0910,-0.3567 1.3848 -1.5106l 0.5245,0.0839 l -0.4196,2.6436 h -6.4832 c 0.0000,-1.1749 0.1888,-2.0771 2.1401 -4.0703l 1.4687,-1.4477 c 1.1749,-1.1959 1.6575,-2.2240 1.6575 -3.5039c 0.0000,-1.9093 -1.3008,-2.4548 -2.0142 -2.4548c -1.4477,-0.0000 -1.8463,0.7553 -1.8463 1.2589c 0.0000,0.1678 0.0420,0.3357 0.0839 0.4826c 0.0420,0.1469 0.0839,0.2937 0.0839 0.4616c 0.0000,0.5455 -0.4196,0.7553 -0.7553 0.7553c -0.4616,-0.0000 -0.7973,-0.3567 -0.7973 -0.7763Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.5576,231.1020 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 171.9617,261.4565 ZM 175.9062,251.4485 c -0.3986,-0.0000 -1.3218,0.3777 -1.7834 0.5875l -0.2518,-0.6504 c 1.8463,-0.8602 2.5597,-1.3008 3.6088 -2.0562h 0.3986 v 10.5535 c 0.0000,0.7553 0.1049,0.9651 0.7973 0.9651h 1.0910 c 0.0629,-0.0000 0.1678,0.0420 0.1678 0.1678v 0.4616 l -2.8744,-0.0420 l -2.9164,0.0420 v -0.4616 c 0.0210,-0.0629 0.0420,-0.1678 0.1678 -0.1678h 1.2589 c 0.7973,-0.0000 0.7973,-0.3567 0.7973 -0.9651v -7.2175 c 0.0000,-0.7134 0.0000,-1.2169 -0.4616 -1.2169ZM 181.1515,261.4565 ZM 183.3335,259.4633 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 185.7464,261.4565 ZM 189.6908,251.4485 c -0.3986,-0.0000 -1.3218,0.3777 -1.7834 0.5875l -0.2518,-0.6504 c 1.8463,-0.8602 2.5597,-1.3008 3.6088 -2.0562h 0.3986 v 10.5535 c 0.0000,0.7553 0.1049,0.9651 0.7973 0.9651h 1.0910 c 0.0629,-0.0000 0.1678,0.0420 0.1678 0.1678v 0.4616 l -2.8744,-0.0420 l -2.9164,0.0420 v -0.4616 c 0.0210,-0.0629 0.0420,-0.1678 0.1678 -0.1678h 1.2589 c 0.7973,-0.0000 0.7973,-0.3567 0.7973 -0.9651v -7.2175 c 0.0000,-0.7134 0.0000,-1.2169 -0.4616 -1.2169Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.5576,273.2741 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 171.9617,303.6287 ZM 175.9062,293.6206 c -0.3986,-0.0000 -1.3218,0.3777 -1.7834 0.5875l -0.2518,-0.6504 c 1.8463,-0.8602 2.5597,-1.3008 3.6088 -2.0562h 0.3986 v 10.5535 c 0.0000,0.7553 0.1049,0.9651 0.7973 0.9651h 1.0910 c 0.0629,-0.0000 0.1678,0.0420 0.1678 0.1678v 0.4616 l -2.8744,-0.0420 l -2.9164,0.0420 v -0.4616 c 0.0210,-0.0629 0.0420,-0.1678 0.1678 -0.1678h 1.2589 c 0.7973,-0.0000 0.7973,-0.3567 0.7973 -0.9651v -7.2175 c 0.0000,-0.7134 0.0000,-1.2169 -0.4616 -1.2169ZM 181.1515,303.6287 ZM 183.3335,301.6355 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 185.7464,303.6287 ZM 190.3413,292.2359 c -0.9022,-0.0000 -2.2240,0.8812 -2.2240 5.7698c 0.0000,1.7205 0.3147,5.1824 2.1611 5.1824c 0.3567,-0.0000 1.3638,-0.2308 1.8044 -1.8673c 0.2728,-1.0071 0.4196,-2.2660 0.4196 -4.0913c 0.0000,-2.6646 -0.6714,-4.1543 -1.2799 -4.6788c -0.2308,-0.2098 -0.5455,-0.3147 -0.8812 -0.3147ZM 190.3413,292.2359 ZM 190.2573,303.8804 c -2.2450,-0.0000 -3.7556,-2.8744 -3.7556 -6.0845c 0.0000,-3.9235 1.8673,-6.2944 3.8396 -6.2944c 0.9022,-0.0000 1.8044,0.5665 2.4128 1.3848c 0.8812,1.1749 1.3428,2.7485 1.3428 4.7208c 0.0000,4.6578 -2.3079,6.2734 -3.8396 6.2734Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.5576,315.4463 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 108.7035,92.7678 ZM 113.2984,81.3750 c -0.9022,-0.0000 -2.2240,0.8812 -2.2240 5.7698c 0.0000,1.7205 0.3147,5.1824 2.1611 5.1824c 0.3567,-0.0000 1.3638,-0.2308 1.8044 -1.8673c 0.2728,-1.0071 0.4196,-2.2660 0.4196 -4.0913c 0.0000,-2.6646 -0.6714,-4.1543 -1.2799 -4.6788c -0.2308,-0.2098 -0.5455,-0.3147 -0.8812 -0.3147ZM 113.2984,81.3750 ZM 113.2144,93.0196 c -2.2450,-0.0000 -3.7556,-2.8744 -3.7556 -6.0845c 0.0000,-3.9235 1.8673,-6.2944 3.8396 -6.2944c 0.9022,-0.0000 1.8044,0.5665 2.4128 1.3848c 0.8812,1.1749 1.3428,2.7485 1.3428 4.7208c 0.0000,4.6578 -2.3079,6.2734 -3.8396 6.2734ZM 117.8932,92.7678 ZM 120.0753,90.7746 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 122.4881,92.7678 ZM 128.9713,89.2220 c 0.0000,-2.1611 -1.1749,-3.2311 -2.4758 -3.2311c -0.9651,-0.0000 -1.6995,0.1469 -2.5177 0.4826l 0.6714,-5.7279 c 0.6924,0.0629 1.4057,0.0839 2.1401 0.0839c 1.0491,-0.0000 2.1401,-0.0629 3.2731 -0.1888l 0.1259,0.0629 l -0.3147,1.3638 c -0.8183,0.0839 -1.4897,0.1049 -2.0771 0.1049c -0.9442,-0.0000 -1.6575,-0.0839 -2.3919 -0.1678l -0.3986,3.3150 c 0.4406,-0.1678 1.1959,-0.3147 2.0142 -0.3147c 2.2240,-0.0000 3.4619,1.9303 3.4619 3.8605c 0.0000,2.3499 -1.6365,4.1543 -4.0074 4.1543c -1.1959,-0.0000 -2.9374,-0.6714 -2.9374 -1.4897c 0.0000,-0.3986 0.3357,-0.6714 0.7134 -0.6714c 0.4196,-0.0000 0.6924,0.3147 0.9442 0.6504c 0.3147,0.3777 0.6504,0.7973 1.3218 0.7973c 1.3428,-0.0000 2.4548,-1.2589 2.4548 -3.0842Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 122.2993,104.5855 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 108.7035,134.9400 ZM 113.2984,123.5472 c -0.9022,-0.0000 -2.2240,0.8812 -2.2240 5.7698c 0.0000,1.7205 0.3147,5.1824 2.1611 5.1824c 0.3567,-0.0000 1.3638,-0.2308 1.8044 -1.8673c 0.2728,-1.0071 0.4196,-2.2660 0.4196 -4.0913c 0.0000,-2.6646 -0.6714,-4.1543 -1.2799 -4.6788c -0.2308,-0.2098 -0.5455,-0.3147 -0.8812 -0.3147ZM 113.2984,123.5472 ZM 113.2144,135.1918 c -2.2450,-0.0000 -3.7556,-2.8744 -3.7556 -6.0845c 0.0000,-3.9235 1.8673,-6.2944 3.8396 -6.2944c 0.9022,-0.0000 1.8044,0.5665 2.4128 1.3848c 0.8812,1.1749 1.3428,2.7485 1.3428 4.7208c 0.0000,4.6578 -2.3079,6.2734 -3.8396 6.2734ZM 117.8932,134.9400 ZM 120.0753,132.9468 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 122.4881,134.9400 ZM 127.9013,127.4917 c 0.0000,-0.1469 0.0210,-0.3147 0.2098 -0.4196c 0.2308,-0.1678 0.6085,-0.3567 0.9232 -0.3567c 0.2728,-0.0000 0.2937,0.2308 0.2937 0.6504v 3.3780 h 1.6995 l -0.1259,0.9861 h -1.5736 v 1.7414 c 0.0000,0.5875 0.0839,0.8812 0.6924 0.8812h 0.5665 c 0.1259,-0.0000 0.1469,0.1049 0.1469 0.1469v 0.4616 c 0.0000,-0.0000 -1.3428,-0.0420 -2.2240 -0.0420c -0.7973,-0.0000 -2.0352,0.0420 -2.0352 0.0420v -0.4616 c 0.0000,-0.0420 0.0210,-0.1469 0.1469 -0.1469h 0.5665 c 0.6504,-0.0000 0.7134,-0.2728 0.7134 -0.8812v -1.7414 h -4.1123 c -0.0839,-0.0000 -0.1259,-0.0420 -0.1888 -0.1259l -0.1678,-0.2308 l -0.2518,-0.4406 c -0.0210,-0.0000 -0.0210,-0.0210 -0.0210 -0.0420c 0.0000,-0.0210 0.0210,-0.0420 0.0420 -0.0629c 1.3638,-1.5106 3.7766,-6.1894 4.5319 -7.9099c 0.0210,-0.0839 0.0629,-0.1049 0.1469 -0.1049c 0.0210,-0.0000 0.4826,0.1888 0.7343 0.2308c -0.9442,2.5387 -2.4968,5.2663 -4.0284 7.7001h 3.3150 v -3.2521 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 122.2993,146.7576 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 108.7035,177.1122 ZM 113.2984,165.7194 c -0.9022,-0.0000 -2.2240,0.8812 -2.2240 5.7698c 0.0000,1.7205 0.3147,5.1824 2.1611 5.1824c 0.3567,-0.0000 1.3638,-0.2308 1.8044 -1.8673c 0.2728,-1.0071 0.4196,-2.2660 0.4196 -4.0913c 0.0000,-2.6646 -0.6714,-4.1543 -1.2799 -4.6788c -0.2308,-0.2098 -0.5455,-0.3147 -0.8812 -0.3147ZM 113.2984,165.7194 ZM 113.2144,177.3639 c -2.2450,-0.0000 -3.7556,-2.8744 -3.7556 -6.0845c 0.0000,-3.9235 1.8673,-6.2944 3.8396 -6.2944c 0.9022,-0.0000 1.8044,0.5665 2.4128 1.3848c 0.8812,1.1749 1.3428,2.7485 1.3428 4.7208c 0.0000,4.6578 -2.3079,6.2734 -3.8396 6.2734ZM 117.8932,177.1122 ZM 120.0753,175.1189 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 122.4881,177.1122 ZM 127.0201,165.6355 c -0.5245,-0.0000 -2.0562,0.2937 -2.0562 1.5736c 0.0000,0.3777 -0.1469,1.0281 -0.7134 1.0281c -0.5455,-0.0000 -0.5875,-0.6085 -0.5875 -0.6714c 0.0000,-0.6504 0.8602,-2.5807 3.7766 -2.5807c 2.0352,-0.0000 2.6436,1.2799 2.6436 2.1191c 0.0000,0.5245 -0.1678,1.5736 -2.0562 2.7695c 1.1749,0.1888 2.7276,1.0491 2.7276 3.2311c 0.0000,2.7695 -2.0981,4.2592 -4.4690 4.2592c -1.1959,-0.0000 -2.8744,-0.5245 -2.8744 -1.3218c 0.0000,-0.3147 0.3147,-0.6714 0.7343 -0.6714c 0.3986,-0.0000 0.5875,0.2098 0.7763 0.4826c 0.2308,0.3567 0.6085,0.8602 1.6156 0.8602c 0.6924,-0.0000 2.6646,-0.6924 2.6646 -3.3360c 0.0000,-2.2450 -1.5736,-2.6017 -2.7066 -2.6017c -0.1888,-0.0000 -0.4196,0.0420 -0.6504 0.0839l -0.0839,-0.6294 c 1.6156,-0.2728 2.9583,-1.8463 2.9583 -2.8115c 0.0000,-1.1959 -0.8392,-1.7834 -1.6995 -1.7834Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 122.2993,188.9298 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 108.7035,219.2843 ZM 113.2984,207.8915 c -0.9022,-0.0000 -2.2240,0.8812 -2.2240 5.7698c 0.0000,1.7205 0.3147,5.1824 2.1611 5.1824c 0.3567,-0.0000 1.3638,-0.2308 1.8044 -1.8673c 0.2728,-1.0071 0.4196,-2.2660 0.4196 -4.0913c 0.0000,-2.6646 -0.6714,-4.1543 -1.2799 -4.6788c -0.2308,-0.2098 -0.5455,-0.3147 -0.8812 -0.3147ZM 113.2984,207.8915 ZM 113.2144,219.5361 c -2.2450,-0.0000 -3.7556,-2.8744 -3.7556 -6.0845c 0.0000,-3.9235 1.8673,-6.2944 3.8396 -6.2944c 0.9022,-0.0000 1.8044,0.5665 2.4128 1.3848c 0.8812,1.1749 1.3428,2.7485 1.3428 4.7208c 0.0000,4.6578 -2.3079,6.2734 -3.8396 6.2734ZM 117.8932,219.2843 ZM 120.0753,217.2911 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 122.4881,219.2843 ZM 123.7050,209.9897 c 0.0000,-1.1959 1.1540,-2.8325 3.3570 -2.8325c 1.6156,-0.0000 3.5039,0.6085 3.5039 3.0213c 0.0000,1.5946 -0.8183,2.3919 -1.9512 3.4829l -1.9932,1.9303 c -0.1049,0.1049 -1.5106,1.4897 -1.5106 2.4758h 3.5668 c 0.7134,-0.0000 1.0910,-0.3567 1.3848 -1.5106l 0.5245,0.0839 l -0.4196,2.6436 h -6.4832 c 0.0000,-1.1749 0.1888,-2.0771 2.1401 -4.0703l 1.4687,-1.4477 c 1.1749,-1.1959 1.6575,-2.2240 1.6575 -3.5039c 0.0000,-1.9093 -1.3008,-2.4548 -2.0142 -2.4548c -1.4477,-0.0000 -1.8463,0.7553 -1.8463 1.2589c 0.0000,0.1678 0.0420,0.3357 0.0839 0.4826c 0.0420,0.1469 0.0839,0.2937 0.0839 0.4616c 0.0000,0.5455 -0.4196,0.7553 -0.7553 0.7553c -0.4616,-0.0000 -0.7973,-0.3567 -0.7973 -0.7763Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 122.2993,231.1020 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 108.7035,261.4565 ZM 113.2984,250.0637 c -0.9022,-0.0000 -2.2240,0.8812 -2.2240 5.7698c 0.0000,1.7205 0.3147,5.1824 2.1611 5.1824c 0.3567,-0.0000 1.3638,-0.2308 1.8044 -1.8673c 0.2728,-1.0071 0.4196,-2.2660 0.4196 -4.0913c 0.0000,-2.6646 -0.6714,-4.1543 -1.2799 -4.6788c -0.2308,-0.2098 -0.5455,-0.3147 -0.8812 -0.3147ZM 113.2984,250.0637 ZM 113.2144,261.7083 c -2.2450,-0.0000 -3.7556,-2.8744 -3.7556 -6.0845c 0.0000,-3.9235 1.8673,-6.2944 3.8396 -6.2944c 0.9022,-0.0000 1.8044,0.5665 2.4128 1.3848c 0.8812,1.1749 1.3428,2.7485 1.3428 4.7208c 0.0000,4.6578 -2.3079,6.2734 -3.8396 6.2734ZM 117.8932,261.4565 ZM 120.0753,259.4633 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 122.4881,261.4565 ZM 126.4326,251.4485 c -0.3986,-0.0000 -1.3218,0.3777 -1.7834 0.5875l -0.2518,-0.6504 c 1.8463,-0.8602 2.5597,-1.3008 3.6088 -2.0562h 0.3986 v 10.5535 c 0.0000,0.7553 0.1049,0.9651 0.7973 0.9651h 1.0910 c 0.0629,-0.0000 0.1678,0.0420 0.1678 0.1678v 0.4616 l -2.8744,-0.0420 l -2.9164,0.0420 v -0.4616 c 0.0210,-0.0629 0.0420,-0.1678 0.1678 -0.1678h 1.2589 c 0.7973,-0.0000 0.7973,-0.3567 0.7973 -0.9651v -7.2175 c 0.0000,-0.7134 0.0000,-1.2169 -0.4616 -1.2169Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 122.2993,273.2741 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></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 108.7035,303.6287 ZM 113.2984,292.2359 c -0.9022,-0.0000 -2.2240,0.8812 -2.2240 5.7698c 0.0000,1.7205 0.3147,5.1824 2.1611 5.1824c 0.3567,-0.0000 1.3638,-0.2308 1.8044 -1.8673c 0.2728,-1.0071 0.4196,-2.2660 0.4196 -4.0913c 0.0000,-2.6646 -0.6714,-4.1543 -1.2799 -4.6788c -0.2308,-0.2098 -0.5455,-0.3147 -0.8812 -0.3147ZM 113.2984,292.2359 ZM 113.2144,303.8804 c -2.2450,-0.0000 -3.7556,-2.8744 -3.7556 -6.0845c 0.0000,-3.9235 1.8673,-6.2944 3.8396 -6.2944c 0.9022,-0.0000 1.8044,0.5665 2.4128 1.3848c 0.8812,1.1749 1.3428,2.7485 1.3428 4.7208c 0.0000,4.6578 -2.3079,6.2734 -3.8396 6.2734ZM 117.8932,303.6287 ZM 120.0753,301.6355 c 0.8392,-0.0000 1.3848,0.8183 1.3848 2.0771c 0.0000,1.4687 -1.0491,2.1611 -2.3079 2.3919l -0.1049,-0.5245 c 1.0910,-0.2728 1.5946,-0.9022 1.5946 -1.3428c 0.0000,-0.4826 -0.3567,-0.5665 -0.7553 -0.6085c -0.3777,-0.0629 -0.9232,-0.2308 -0.9232 -0.9232c 0.0000,-0.5875 0.4616,-1.0700 1.1120 -1.0700ZM 122.4881,303.6287 ZM 127.0830,292.2359 c -0.9022,-0.0000 -2.2240,0.8812 -2.2240 5.7698c 0.0000,1.7205 0.3147,5.1824 2.1611 5.1824c 0.3567,-0.0000 1.3638,-0.2308 1.8044 -1.8673c 0.2728,-1.0071 0.4196,-2.2660 0.4196 -4.0913c 0.0000,-2.6646 -0.6714,-4.1543 -1.2799 -4.6788c -0.2308,-0.2098 -0.5455,-0.3147 -0.8812 -0.3147ZM 127.0830,292.2359 ZM 126.9991,303.8804 c -2.2450,-0.0000 -3.7556,-2.8744 -3.7556 -6.0845c 0.0000,-3.9235 1.8673,-6.2944 3.8396 -6.2944c 0.9022,-0.0000 1.8044,0.5665 2.4128 1.3848c 0.8812,1.1749 1.3428,2.7485 1.3428 4.7208c 0.0000,4.6578 -2.3079,6.2734 -3.8396 6.2734Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 122.2993,315.4463 c 0.0000,-1.1646 -0.9441,-2.1086 -2.1086 -2.1086c -1.1646,-0.0000 -2.1086,0.9441 -2.1086 2.1086c -0.0000,1.1646 0.9441,2.1086 2.1086 2.1086c 1.1646,0.0000 2.1086,-0.9441 2.1086 -2.1086Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.9441401258783617" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 151.8198,146.7576 v 168.6887 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="1.9441401258783617" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 160.2542,315.4463 c 0.0000,-4.6582 -3.7762,-8.4344 -8.4344 -8.4344c -4.6582,-0.0000 -8.4344,3.7762 -8.4344 8.4344c -0.0000,4.6582 3.7762,8.4344 8.4344 8.4344c 4.6582,0.0000 8.4344,-3.7762 8.4344 -8.4344Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="1.9441401258783617" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 160.2542,146.7576 c 0.0000,-4.6582 -3.7762,-8.4344 -8.4344 -8.4344c -4.6582,-0.0000 -8.4344,3.7762 -8.4344 8.4344c -0.0000,4.6582 3.7762,8.4344 8.4344 8.4344c 4.6582,0.0000 8.4344,-3.7762 8.4344 -8.4344Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="7.776560503513447" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.1907,315.4463 l 189.7748,-126.5165 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="1.9441401258783617" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.3999,197.3642 l -0.0000,-16.8689 h -16.8689 l -0.0000,16.8689 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="1.9441401258783617" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 128.6251,323.8808 l -0.0000,-16.8689 h -16.8689 l -0.0000,16.8689 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="3.8882802517567234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.1907,273.2741 h 63.2583 l 63.2583,-168.6887 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="1.9441401258783617" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.1416,109.4551 l -8.4344,-14.6089 l -8.4344,14.6089 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="1.9441401258783617" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.8834,278.1438 l -8.4344,-14.6089 l -8.4344,14.6089 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="1.9441401258783617" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 128.6251,278.1438 l -8.4344,-14.6089 l -8.4344,14.6089 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 64.3807,315.4463 ZM 35.6190,299.0548 c 0.0000,-5.3327 1.9670,-6.9063 1.9670 -9.5290c 3.1472,-0.3060 4.8956,-0.5682 6.7315 -0.9616l 0.2623,1.3113 c -3.7591,1.1365 -7.3434,3.4532 -7.3434 9.7912c -0.0000,5.9010 5.2016,10.5780 12.8510 10.5780c 5.7698,0.0000 13.2444,-4.1962 13.2444 -11.9768c 0.0000,-2.3604 -0.7868,-4.9393 -2.1855 -6.4255l -6.6878,-0.0000 c -1.3550,-0.0000 -1.9233,0.6557 -1.9233 2.4041l -0.0000,1.1365 c -0.0000,0.1748 -0.1311,0.3497 -0.3497 0.3497l -1.1365,-0.0000 l -0.0874,-0.0874 c 0.0000,-0.0000 0.0874,-3.8028 0.0874 -5.5076c 0.0000,-1.5299 -0.0874,-4.0651 -0.0874 -4.0651l 0.0874,-0.0874 l 1.1365,0.0000 c 0.2186,0.0000 0.3497,0.1311 0.3497 0.3497l -0.0000,0.0437 c -0.0000,1.5299 0.6994,1.9233 1.9233 1.9233l 5.0705,0.0000 c 0.4808,0.0000 0.8305,-0.2186 1.2239 -0.6994c 2.5352,2.9723 4.1525,6.5129 4.1525 11.6708c -0.0000,8.7859 -6.3818,14.7742 -13.9437 14.7742c -9.6164,-0.0000 -15.3425,-7.4745 -15.3425 -14.9928ZM 64.3807,285.1547 ZM 61.2336,281.0022 l -21.8991,-0.0000 c -2.4915,-0.0000 -3.1909,0.4371 -3.1909 1.3113l 0.1748,1.3987 c -0.0000,0.1311 -0.0874,0.2623 -0.2186 0.2623l -1.0928,0.0874 c 0.0000,-0.6994 -0.2623,-2.3167 -0.3934 -3.0598c -0.1748,-0.7868 -0.3497,-1.3987 -0.7431 -2.2730l 0.0000,-0.9616 l 27.3630,0.0000 c 1.2676,0.0000 1.9233,-0.4808 1.9233 -1.8796l 0.0000,-1.0491 c 0.0000,-0.1748 0.1311,-0.3497 0.3497 -0.3497l 0.8305,0.0000 l 0.0874,0.0874 c 0.0000,-0.0000 -0.0874,3.1909 -0.0874 4.8956c -0.0000,1.5299 0.0874,4.7208 0.0874 4.7208l -0.0874,0.0437 l -0.8305,-0.0000 c -0.2186,-0.0000 -0.3497,-0.0874 -0.3497 -0.3060l 0.0000,-1.0491 c 0.0000,-1.4425 -0.6557,-1.8796 -1.9233 -1.8796ZM 64.3807,273.7899 ZM 39.4219,270.3805 c -1.1365,-0.0000 -2.0981,-0.9179 -2.0981 -2.0544c 0.0000,-1.1802 0.9616,-2.0981 2.0981 -2.0981c 1.1802,0.0000 2.0981,0.9179 2.0981 2.0981c -0.0000,1.1365 -0.9179,2.0544 -2.0981 2.0544ZM 39.4219,270.3805 ZM 61.2336,266.2280 c 1.2676,0.0000 1.9233,-0.4808 1.9233 -1.8796l 0.0000,-0.8305 c 0.0000,-0.2186 0.1311,-0.3934 0.3497 -0.3934l 0.8305,0.0000 l 0.0874,0.0874 c 0.0000,-0.0000 -0.0874,3.0160 -0.0874 4.7208c -0.0000,1.5299 0.0874,4.5022 0.0874 4.5022l -0.0874,0.0874 l -0.8305,-0.0000 c -0.2186,-0.0000 -0.3497,-0.1311 -0.3497 -0.3497l 0.0000,-0.8305 c 0.0000,-1.4425 -0.6557,-1.8796 -1.9233 -1.8796l -10.8840,-0.0000 c -2.3167,-0.0000 -2.6664,0.3934 -2.6664 1.0053c -0.0000,0.5682 0.0437,1.0928 0.2186 1.8359l -1.2239,0.2186 c -0.4808,-2.7975 -0.6557,-3.2783 -1.2676 -4.5459c -0.1748,-0.4808 -0.3497,-0.7868 -0.3497 -1.0928l 0.0000,-0.6557 l 16.1730,0.0000 ZM 64.3807,262.2503 ZM 61.2336,246.3396 l -9.5727,-0.0000 c -3.0598,-0.0000 -4.5022,0.5245 -4.5022 2.8412c -0.0000,1.9233 0.7431,3.5843 3.3657 5.8135l 10.7091,0.0000 c 1.2676,0.0000 1.9233,-0.4371 1.9233 -1.8796l 0.0000,-0.6120 c 0.0000,-0.2186 0.1311,-0.3497 0.3497 -0.3497l 0.8305,0.0000 l 0.0874,0.0874 c 0.0000,-0.0000 -0.0874,2.7538 -0.0874 4.4585c -0.0000,1.5736 0.0874,4.5459 0.0874 4.5459l -0.0874,0.0874 l -0.8305,-0.0000 c -0.2186,-0.0000 -0.3497,-0.1311 -0.3497 -0.3497l 0.0000,-0.8305 c 0.0000,-1.4862 -0.6557,-1.8796 -1.9233 -1.8796l -10.8840,-0.0000 c -2.3604,-0.0000 -2.6664,0.3497 -2.6664 0.9616c -0.0000,0.5682 0.0437,1.0928 0.2186 1.8359l -1.2239,0.2186 c -0.3060,-1.8359 -0.5245,-3.1472 -1.2676 -4.5022c -0.2186,-0.4808 -0.3497,-0.8305 -0.3497 -1.1365l 0.0000,-0.6557 l 3.8903,0.1311 l 0.0000,-0.1311 c -3.2783,-2.7975 -3.8903,-4.8956 -3.8903 -7.1249c 0.0000,-3.9340 3.0160,-4.7645 6.9063 -4.7645l 9.2667,0.0000 c 1.2676,0.0000 1.9233,-0.4808 1.9233 -1.8796l 0.0000,-0.8305 c 0.0000,-0.2186 0.1311,-0.3934 0.3497 -0.3934l 0.8305,0.0000 l 0.0874,0.0874 c 0.0000,-0.0000 -0.0874,3.0160 -0.0874 4.7208c -0.0000,1.5299 0.0874,4.2837 0.0874 4.2837l -0.0874,0.0874 l -0.8305,-0.0000 c -0.2186,-0.0000 -0.3497,-0.1311 -0.3497 -0.3497l 0.0000,-0.6120 c 0.0000,-1.4425 -0.6557,-1.8796 -1.9233 -1.8796ZM 64.3807,239.5207 ZM 52.2729,234.5376 l 0.0000,-8.0428 c 0.0000,-0.4371 -0.2186,-0.6120 -0.6120 -0.6120c -4.0651,-0.0000 -5.1142,2.0544 -5.1142 3.6280c -0.0000,1.0053 0.3934,4.2837 5.7261 5.0267ZM 52.2729,234.5376 ZM 60.3156,222.9980 l 0.6994,-0.8742 c 2.2730,1.6610 3.8903,4.2399 3.8903 7.3871c -0.0000,5.9884 -4.4585,8.5236 -9.2230 8.5236c -6.6440,-0.0000 -10.6217,-4.3711 -10.6217 -8.5236c 0.0000,-5.7698 4.5022,-7.1249 8.1739 -7.1249c 0.4808,0.0000 0.7431,0.3060 0.7431 0.7868l -0.0000,11.4959 c 0.2623,0.0437 0.5245,0.0437 0.8742 0.0437c 4.4585,0.0000 7.9117,-3.1035 7.9117 -6.2506c 0.0000,-2.4041 -0.7868,-3.9340 -2.4478 -5.4638ZM 64.3807,209.8848 ZM 64.9053,194.3674 c -0.0000,9.3978 -7.2560,13.9000 -14.2934 13.9000c -8.6110,-0.0000 -14.9928,-6.6878 -14.9928 -13.9437c 0.0000,-5.3764 1.8359,-7.0811 1.9670 -9.5727c 2.4041,-0.1311 4.5022,-0.5245 6.7752 -0.9616l 0.1748,1.3113 c -3.7591,1.1365 -7.2997,3.6717 -7.2997 9.7038c -0.0000,3.4532 3.6717,9.6601 12.5450 9.6601c 6.3818,0.0000 13.3318,-3.2783 13.3318 -10.0535c 0.0000,-4.0651 -1.4425,-7.0374 -4.8519 -10.1409l 0.6557,-1.0053 c 3.8903,2.9723 5.9884,6.8626 5.9884 11.1025ZM 64.3807,181.7350 ZM 33.8706,174.6102 l 14.8180,0.0000 c -2.9286,-2.9286 -3.6280,-5.5076 -3.6280 -7.2123c 0.0000,-3.1472 2.4041,-4.7208 6.9063 -4.7208l 9.2667,0.0000 c 1.2676,0.0000 1.9233,-0.4371 1.9233 -1.8796l 0.0000,-0.8305 c 0.0000,-0.1748 0.1311,-0.3497 0.3497 -0.3497l 0.8305,0.0000 l 0.0874,0.0874 c 0.0000,-0.0000 -0.0874,2.9723 -0.0874 4.7208c -0.0000,1.5299 0.0874,4.5022 0.0874 4.5022l -0.0874,0.0874 l -0.8305,-0.0000 c -0.2186,-0.0000 -0.3497,-0.1311 -0.3497 -0.3497l 0.0000,-0.8305 c 0.0000,-1.4862 -0.6557,-1.8796 -1.9233 -1.8796l -9.7475,-0.0000 c -3.5406,-0.0000 -4.3711,0.9616 -4.3711 3.4094c -0.0000,1.2676 1.1365,3.1472 3.1909 5.2453l 10.9277,0.0000 c 1.2676,0.0000 1.9233,-0.4371 1.9233 -1.8796l 0.0000,-0.8305 c 0.0000,-0.1748 0.1311,-0.3497 0.3497 -0.3497l 0.8305,0.0000 l 0.0874,0.0874 c 0.0000,-0.0000 -0.0874,2.9723 -0.0874 4.6771c -0.0000,1.5736 0.0874,4.5022 0.0874 4.5022l -0.0874,0.0874 l -0.8305,-0.0000 c -0.2186,-0.0000 -0.3497,-0.0874 -0.3497 -0.3060l 0.0000,-0.8305 c 0.0000,-1.4862 -0.6557,-1.8796 -1.9233 -1.8796l -21.8991,-0.0000 c -2.4915,-0.0000 -3.1909,0.3934 -3.1909 1.2676l 0.1748,1.4425 c -0.0000,0.1311 -0.0874,0.2186 -0.2186 0.2186l -1.0928,0.0874 c 0.0000,-0.6994 -0.2623,-2.2730 -0.3934 -3.0160c -0.1748,-0.7868 -0.3497,-1.4425 -0.7431 -2.3167l 0.0000,-0.9616 ZM 64.3807,159.0928 ZM 53.6716,146.3730 l 0.8742,3.4532 c 1.1802,3.8465 3.1909,4.4148 5.1579 4.4148c 1.3550,0.0000 3.4094,-0.6557 3.4094 -3.4094c 0.0000,-1.3113 -1.2676,-3.3220 -2.2293 -4.4585l -7.2123,-0.0000 ZM 53.6716,146.3730 ZM 64.9053,143.5755 c -0.0000,1.6610 -1.4862,2.5789 -2.5352 2.7538l 0.6994,1.0053 c 1.3987,2.0107 1.8359,2.7538 1.8359 4.7645c -0.0000,3.0598 -1.7484,5.2890 -5.0267 5.2890c -3.3220,-0.0000 -5.5950,-2.8412 -6.6440 -6.9937l -1.0053,-4.0214 c -4.9393,-0.0000 -5.8572,2.2730 -5.8572 3.7591c -0.0000,1.6610 0.7431,3.5843 2.0981 3.5843c 0.4808,0.0000 0.7431,-0.0874 0.8742 -0.1311c 0.1748,-0.0874 0.4808,-0.1311 0.7868 -0.1311c 0.5682,0.0000 1.4425,0.4371 1.4425 1.7047c -0.0000,1.0491 -0.6994,1.7484 -1.7484 1.7484c -2.5352,-0.0000 -4.7645,-4.1088 -4.7645 -6.9063c 0.0000,-3.1909 1.3113,-6.8626 7.5183 -6.8626l 6.4255,0.0000 c 2.6664,0.0000 3.8028,-0.0437 3.8028 -1.0491c 0.0000,-0.9616 -1.2239,-1.2239 -2.1855 -1.2676l 0.2186,-1.0928 c 3.1909,0.2623 4.0651,1.6173 4.0651 3.8465ZM 64.3807,139.3793 ZM 61.2336,135.4890 l -10.8840,-0.0000 c -2.1855,-0.0000 -2.6664,0.3060 -2.6664 0.9616c -0.0000,0.5682 0.0437,1.0928 0.2186 1.8359l -1.2239,0.2186 c -0.4808,-2.7538 -0.6120,-3.2346 -1.2676 -4.5459c -0.2186,-0.4371 -0.3497,-0.7868 -0.3497 -1.0928l 0.0000,-0.6557 l 3.9340,0.1311 l 0.0000,-0.1311 c -1.7047,-1.1365 -3.9340,-3.0598 -3.9340 -5.1142c 0.0000,-1.7921 0.8742,-2.4478 2.0107 -2.4478c 1.1365,0.0000 1.8359,0.7431 1.8359 1.8796c -0.0000,0.8742 -0.3497,1.3550 -0.7868 1.7921c -0.2623,0.2623 -0.3934,0.5682 -0.3934 0.8742c -0.0000,0.4808 0.7868,1.4425 2.2730 2.4915c 0.3934,0.3060 0.9616,0.5245 1.5299 0.5245l 9.7038,0.0000 c 1.2676,0.0000 1.9233,-0.4371 1.9233 -1.8796l 0.0000,-1.2676 c 0.0000,-0.2186 0.1311,-0.3934 0.3497 -0.3934l 0.8305,0.0000 l 0.0874,0.0874 c 0.0000,-0.0000 -0.0874,3.4532 -0.0874 5.1579c -0.0000,1.5736 0.0874,4.5459 0.0874 4.5459l -0.0874,0.0437 l -0.8305,-0.0000 c -0.2186,-0.0000 -0.3497,-0.0874 -0.3497 -0.3060l 0.0000,-0.8305 c 0.0000,-1.4862 -0.6557,-1.8796 -1.9233 -1.8796ZM 64.3807,124.2116 ZM 47.2898,117.0430 l 11.1900,0.0000 c 2.7101,0.0000 4.0214,-0.2623 4.0214 -1.4425c 0.0000,-1.1365 -0.3497,-2.0107 -1.2239 -3.1472l 0.7431,-0.7868 c 1.9233,1.7047 2.8849,3.4532 2.8849 5.4638c -0.0000,2.0107 -1.2239,3.1909 -4.3274 3.1909l -13.2881,-0.0000 l -0.0000,2.8412 c -0.0000,0.1311 -0.0437,0.1748 -0.1748 0.1748l -1.3550,-0.0000 c -0.1311,-0.0000 -0.1748,-0.0437 -0.1748 -0.1311c 0.0000,-2.9286 -1.7047,-3.6280 -5.0267 -3.6280l -0.8305,-0.0000 l -0.8742,-2.5352 l 6.7315,0.0000 l 0.0000,-4.8082 c 0.0000,-0.2186 0.0874,-0.3497 0.2623 -0.3497l 0.8742,0.0000 c 0.3934,0.0000 0.5682,0.6120 0.5682 1.0491l -0.0000,4.1088 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 529.2301,303.6511 ZM 533.9298,302.5374 c -0.5385,0.9302 -1.1260,1.2606 -1.8603 1.2606c -1.4687,-0.0000 -2.3866,-1.1138 -2.3866 -2.6926c 0.0000,-1.7379 1.0893,-2.8639 2.4111 -2.8639c 1.1749,-0.0000 1.7991,0.5997 1.7991 1.2484c 0.0000,0.3549 -0.2203,0.5385 -0.4773 0.5385c -0.2570,-0.0000 -0.5018,-0.1346 -0.5385 -0.4406c -0.0490,-0.4039 -0.1224,-0.9302 -0.8445 -0.9302c -0.8078,-0.0000 -1.4075,0.8567 -1.4075 2.1785c 0.0000,1.4320 0.7711,2.4233 1.7135 2.4233c 0.5263,-0.0000 0.9914,-0.3427 1.3708 -0.8934ZM 534.1624,303.6511 ZM 535.1170,296.6626 c 0.0000,-0.3182 0.2570,-0.5875 0.5752 -0.5875c 0.3305,-0.0000 0.5875,0.2693 0.5875 0.5875c 0.0000,0.3305 -0.2570,0.5875 -0.5875 0.5875c -0.3182,-0.0000 -0.5752,-0.2570 -0.5752 -0.5875ZM 535.1170,296.6626 ZM 536.2797,302.7699 c 0.0000,0.3549 0.1346,0.5385 0.5263 0.5385h 0.2325 c 0.0612,-0.0000 0.1102,0.0367 0.1102 0.0979v 0.2325 l -0.0245,0.0245 c 0.0000,-0.0000 -0.8445,-0.0245 -1.3218 -0.0245c -0.4284,-0.0000 -1.2606,0.0245 -1.2606 0.0245l -0.0245,-0.0245 v -0.2325 c 0.0000,-0.0612 0.0367,-0.0979 0.0979 -0.0979h 0.2325 c 0.4039,-0.0000 0.5263,-0.1836 0.5263 -0.5385v -3.0475 c 0.0000,-0.6487 -0.1102,-0.7466 -0.2815 -0.7466c -0.1591,-0.0000 -0.3060,0.0122 -0.5140 0.0612l -0.0612,-0.3427 c 0.7833,-0.1346 0.9179,-0.1836 1.2729 -0.3549c 0.1346,-0.0490 0.2203,-0.0979 0.3060 -0.0979h 0.1836 v 4.5284 ZM 537.3935,303.6511 ZM 538.4828,302.7699 v -3.0475 c 0.0000,-0.6120 -0.0857,-0.7466 -0.2693 -0.7466c -0.1591,-0.0000 -0.3060,0.0122 -0.5140 0.0612l -0.0612,-0.3427 c 0.7711,-0.1346 0.9057,-0.1713 1.2729 -0.3549c 0.1224,-0.0612 0.2203,-0.0979 0.3060 -0.0979h 0.1836 l -0.0367,1.1015 h 0.0367 c 0.3182,-0.4773 0.8567,-1.1015 1.4320 -1.1015c 0.5018,-0.0000 0.6854,0.2448 0.6854 0.5630c 0.0000,0.3182 -0.2081,0.5140 -0.5263 0.5140c -0.2448,-0.0000 -0.3794,-0.0979 -0.5018 -0.2203c -0.0734,-0.0734 -0.1591,-0.1102 -0.2448 -0.1102c -0.1346,-0.0000 -0.4039,0.2203 -0.6976 0.6364c -0.0857,0.1102 -0.1469,0.2693 -0.1469 0.4284v 2.7171 c 0.0000,0.3549 0.1224,0.5385 0.5263 0.5385h 0.3549 c 0.0612,-0.0000 0.1102,0.0367 0.1102 0.0979v 0.2325 l -0.0245,0.0245 c 0.0000,-0.0000 -0.9669,-0.0245 -1.4442 -0.0245c -0.4406,-0.0000 -1.2729,0.0245 -1.2729 0.0245l -0.0122,-0.0245 v -0.2325 c 0.0000,-0.0612 0.0245,-0.0979 0.0857 -0.0979h 0.2325 c 0.4161,-0.0000 0.5263,-0.1836 0.5263 -0.5385ZM 541.6404,303.6511 ZM 546.3402,302.5374 c -0.5385,0.9302 -1.1260,1.2606 -1.8603 1.2606c -1.4687,-0.0000 -2.3866,-1.1138 -2.3866 -2.6926c 0.0000,-1.7379 1.0893,-2.8639 2.4111 -2.8639c 1.1749,-0.0000 1.7991,0.5997 1.7991 1.2484c 0.0000,0.3549 -0.2203,0.5385 -0.4773 0.5385c -0.2570,-0.0000 -0.5018,-0.1346 -0.5385 -0.4406c -0.0490,-0.4039 -0.1224,-0.9302 -0.8445 -0.9302c -0.8078,-0.0000 -1.4075,0.8567 -1.4075 2.1785c 0.0000,1.4320 0.7711,2.4233 1.7135 2.4233c 0.5263,-0.0000 0.9914,-0.3427 1.3708 -0.8934ZM 546.5728,303.6511 ZM 547.7355,302.7699 v -6.1317 c 0.0000,-0.6976 -0.1224,-0.8934 -0.3672 -0.8934l -0.3916,0.0490 c -0.0367,-0.0000 -0.0734,-0.0245 -0.0734 -0.0612l -0.0245,-0.3060 c 0.1958,-0.0000 0.6487,-0.0734 0.8567 -0.1102c 0.2203,-0.0490 0.3916,-0.0979 0.6364 -0.2081h 0.2693 v 7.6616 c 0.0000,0.3549 0.1346,0.5385 0.5263 0.5385h 0.2937 c 0.0490,-0.0000 0.0979,0.0367 0.0979 0.0979v 0.2325 l -0.0245,0.0245 c 0.0000,-0.0000 -0.8934,-0.0245 -1.3708 -0.0245c -0.4284,-0.0000 -1.3218,0.0245 -1.3218 0.0245l -0.0122,-0.0245 v -0.2325 c 0.0000,-0.0612 0.0245,-0.0979 0.0857 -0.0979h 0.2937 c 0.4039,-0.0000 0.5263,-0.1836 0.5263 -0.5385ZM 549.7549,303.6511 ZM 551.1501,300.2609 h 2.2520 c 0.1224,-0.0000 0.1713,-0.0612 0.1713 -0.1713c 0.0000,-1.1382 -0.5752,-1.4320 -1.0158 -1.4320c -0.2815,-0.0000 -1.1994,0.1102 -1.4075 1.6033ZM 551.1501,300.2609 ZM 554.3813,302.5129 l 0.2448,0.1958 c -0.4651,0.6364 -1.1872,1.0893 -2.0684 1.0893c -1.6767,-0.0000 -2.3866,-1.2484 -2.3866 -2.5824c 0.0000,-1.8603 1.2239,-2.9741 2.3866 -2.9741c 1.6156,-0.0000 1.9950,1.2606 1.9950 2.2887c 0.0000,0.1346 -0.0857,0.2081 -0.2203 0.2081h -3.2189 c -0.0122,0.0734 -0.0122,0.1469 -0.0122 0.2448c 0.0000,1.2484 0.8690,2.2153 1.7502 2.2153c 0.6731,-0.0000 1.1015,-0.2203 1.5299 -0.6854Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.9441401258783617" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 482.8407,303.6511 h 42.1722 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(44,160,44)" stroke-width="1.9441401258783617" fill="rgb(44,160,44)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 512.3612,303.6511 c 0.0000,-4.6582 -3.7762,-8.4344 -8.4344 -8.4344c -4.6582,-0.0000 -8.4344,3.7762 -8.4344 8.4344c -0.0000,4.6582 3.7762,8.4344 8.4344 8.4344c 4.6582,0.0000 8.4344,-3.7762 8.4344 -8.4344Z"/></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 529.2301,277.9492 ZM 529.7563,276.2357 l 0.3305,-0.0122 c 0.0367,0.3060 0.1713,0.8934 0.4406 1.1749c 0.1224,0.1346 0.4528,0.3549 0.9057 0.3549c 0.4284,-0.0000 1.0648,-0.3427 1.0648 -0.9424c 0.0000,-0.5263 -0.2937,-0.8812 -1.2606 -1.2973c -0.8934,-0.3916 -1.3585,-0.6487 -1.3585 -1.5666c 0.0000,-0.8200 0.7221,-1.4075 1.6890 -1.4075c 0.6120,-0.0000 1.0648,0.1102 1.4442 0.3060c 0.0734,0.3916 0.1102,0.8078 0.1346 1.2484l -0.3305,0.0122 c -0.2570,-1.0036 -0.9914,-1.1994 -1.2484 -1.1994c -0.4651,-0.0000 -0.9424,0.1836 -0.9424 0.8567c 0.0000,0.4896 0.2325,0.7343 0.9057 0.9791c 0.9914,0.3672 1.7869,0.8078 1.7869 1.7869c 0.0000,1.2117 -1.2851,1.5666 -1.8603 1.5666c -0.4284,-0.0000 -0.7833,-0.0490 -1.1015 -0.1346c -0.0857,-0.0122 -0.1469,-0.0245 -0.2325 -0.0245c -0.0612,-0.0000 -0.1591,0.0122 -0.2815 0.0367c 0.0000,-0.5140 -0.0367,-1.1382 -0.0857 -1.7379ZM 533.7707,277.9492 ZM 537.9075,273.8369 c -0.3305,-0.5508 -0.7466,-0.8812 -1.2606 -0.8812c -0.9791,-0.0000 -1.5054,0.9424 -1.5054 2.2153c 0.0000,1.8481 1.0770,2.3866 1.7869 2.3866c 0.2325,-0.0000 0.6609,-0.0245 0.9791 -0.2693v -3.4514 ZM 537.9075,273.8369 ZM 537.9075,279.8829 v -2.1908 c -0.1836,0.1591 -0.5752,0.4039 -1.2729 0.4039c -1.7624,-0.0000 -2.4233,-1.5421 -2.4233 -2.6803c 0.0000,-1.6156 0.9914,-2.8762 2.4845 -2.8762c 0.5997,-0.0000 1.1260,0.1713 1.5299 0.5263l 0.1836,-0.2937 c 0.0857,-0.1469 0.1713,-0.2325 0.2570 -0.2325c 0.1346,-0.0000 0.1591,0.1346 0.1591 0.3060v 7.0374 c 0.0000,0.3549 0.1224,0.5385 0.5263 0.5385h 0.2325 c 0.0490,-0.0000 0.0979,0.0367 0.0979 0.0979v 0.2325 l -0.0245,0.0245 c 0.0000,-0.0000 -0.8323,-0.0245 -1.3096 -0.0245c -0.4406,-0.0000 -1.3952,0.0245 -1.3952 0.0245l -0.0245,-0.0245 v -0.2325 c 0.0000,-0.0612 0.0367,-0.0979 0.0979 -0.0979h 0.3549 c 0.4161,-0.0000 0.5263,-0.1836 0.5263 -0.5385ZM 539.8046,277.9492 ZM 545.0551,276.5295 c 0.0000,0.6120 0.0612,0.8078 0.3060 0.8078c 0.1469,-0.0000 0.4161,-0.0245 0.6242 -0.0612l 0.0490,0.3427 c -0.7466,0.1346 -1.3463,0.2570 -1.6278 0.4773h -0.2693 l 0.0367,-0.9057 h -0.0367 c -0.6731,0.7343 -1.2239,0.9057 -1.7257 0.9057c -1.2117,-0.0000 -1.5299,-0.8200 -1.5299 -1.6645v -2.7905 c 0.0000,-0.4039 -0.0857,-0.6120 -0.5385 -0.6120c -0.0490,-0.0000 -0.1346,0.0122 -0.2081 0.0122l -0.0367,-0.0122 v -0.3182 l 0.0367,-0.0367 c 0.0000,-0.0000 0.8323,0.0245 1.2239 0.0245c 0.1713,-0.0000 0.4528,-0.0245 0.4528 -0.0245l -0.0122,0.9791 v 2.6069 c 0.0000,1.0893 0.5630,1.2851 0.9302 1.2851c 0.2815,-0.0000 0.5385,-0.1102 0.7955 -0.2937c 0.2937,-0.2203 0.4896,-0.3916 0.6120 -0.5508v -3.0230 c 0.0000,-0.4406 -0.0612,-0.6487 -0.5140 -0.6487c -0.0734,-0.0000 -0.2081,0.0122 -0.2448 0.0122l -0.0245,-0.0245 v -0.3060 l 0.0245,-0.0367 c 0.0000,-0.0000 0.8690,0.0245 1.2117 0.0245c 0.2815,-0.0000 0.4773,-0.0245 0.4773 -0.0245l -0.0122,0.9669 v 2.8884 ZM 546.1322,277.9492 ZM 549.6937,274.9506 l -0.9669,0.2448 c -1.0770,0.3305 -1.2361,0.8934 -1.2361 1.4442c 0.0000,0.3794 0.1836,0.9546 0.9546 0.9546c 0.3672,-0.0000 0.9302,-0.3549 1.2484 -0.6242v -2.0194 ZM 549.6937,274.9506 ZM 550.4770,278.0960 c -0.4651,-0.0000 -0.7221,-0.4161 -0.7711 -0.7099l -0.2815,0.1958 c -0.5630,0.3916 -0.7711,0.5140 -1.3341 0.5140c -0.8567,-0.0000 -1.4809,-0.4896 -1.4809 -1.4075c 0.0000,-0.9302 0.7955,-1.5666 1.9582 -1.8603l 1.1260,-0.2815 c 0.0000,-1.3830 -0.6364,-1.6400 -1.0526 -1.6400c -0.4651,-0.0000 -1.0036,0.2081 -1.0036 0.5875c 0.0000,0.1346 0.0245,0.2081 0.0367 0.2448c 0.0245,0.0490 0.0367,0.1346 0.0367 0.2203c 0.0000,0.1591 -0.1224,0.4039 -0.4773 0.4039c -0.2937,-0.0000 -0.4896,-0.1958 -0.4896 -0.4896c 0.0000,-0.7099 1.1505,-1.3341 1.9338 -1.3341c 0.8934,-0.0000 1.9215,0.3672 1.9215 2.1051v 1.7991 c 0.0000,0.7466 0.0122,1.0648 0.2937 1.0648c 0.2693,-0.0000 0.3427,-0.3427 0.3549 -0.6120l 0.3060,0.0612 c -0.0734,0.8934 -0.4528,1.1382 -1.0770 1.1382ZM 551.6519,277.9492 ZM 552.7412,277.0680 v -3.0475 c 0.0000,-0.6120 -0.0857,-0.7466 -0.2693 -0.7466c -0.1591,-0.0000 -0.3060,0.0122 -0.5140 0.0612l -0.0612,-0.3427 c 0.7711,-0.1346 0.9057,-0.1713 1.2729 -0.3549c 0.1224,-0.0612 0.2203,-0.0979 0.3060 -0.0979h 0.1836 l -0.0367,1.1015 h 0.0367 c 0.3182,-0.4773 0.8567,-1.1015 1.4320 -1.1015c 0.5018,-0.0000 0.6854,0.2448 0.6854 0.5630c 0.0000,0.3182 -0.2081,0.5140 -0.5263 0.5140c -0.2448,-0.0000 -0.3794,-0.0979 -0.5018 -0.2203c -0.0734,-0.0734 -0.1591,-0.1102 -0.2448 -0.1102c -0.1346,-0.0000 -0.4039,0.2203 -0.6976 0.6364c -0.0857,0.1102 -0.1469,0.2693 -0.1469 0.4284v 2.7171 c 0.0000,0.3549 0.1224,0.5385 0.5263 0.5385h 0.3549 c 0.0612,-0.0000 0.1102,0.0367 0.1102 0.0979v 0.2325 l -0.0245,0.0245 c 0.0000,-0.0000 -0.9669,-0.0245 -1.4442 -0.0245c -0.4406,-0.0000 -1.2729,0.0245 -1.2729 0.0245l -0.0122,-0.0245 v -0.2325 c 0.0000,-0.0612 0.0245,-0.0979 0.0857 -0.0979h 0.2325 c 0.4161,-0.0000 0.5263,-0.1836 0.5263 -0.5385ZM 555.8989,277.9492 ZM 557.2941,274.5590 h 2.2520 c 0.1224,-0.0000 0.1713,-0.0612 0.1713 -0.1713c 0.0000,-1.1382 -0.5752,-1.4320 -1.0158 -1.4320c -0.2815,-0.0000 -1.1994,0.1102 -1.4075 1.6033ZM 557.2941,274.5590 ZM 560.5252,276.8110 l 0.2448,0.1958 c -0.4651,0.6364 -1.1872,1.0893 -2.0684 1.0893c -1.6767,-0.0000 -2.3866,-1.2484 -2.3866 -2.5824c 0.0000,-1.8603 1.2239,-2.9741 2.3866 -2.9741c 1.6156,-0.0000 1.9950,1.2606 1.9950 2.2887c 0.0000,0.1346 -0.0857,0.2081 -0.2203 0.2081h -3.2189 c -0.0122,0.0734 -0.0122,0.1469 -0.0122 0.2448c 0.0000,1.2484 0.8690,2.2153 1.7502 2.2153c 0.6731,-0.0000 1.1015,-0.2203 1.5299 -0.6854Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="7.776560503513447" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 482.8407,277.9492 h 42.1722 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(188,189,34)" stroke-width="1.9441401258783617" fill="rgb(188,189,34)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 512.3612,286.3836 l -0.0000,-16.8689 h -16.8689 l -0.0000,16.8689 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 529.2301,255.8120 ZM 531.2373,251.0266 v 3.1332 c 0.0000,0.7588 0.0734,1.1260 0.4039 1.1260c 0.3182,-0.0000 0.5630,-0.0979 0.8812 -0.3427l 0.2203,0.2081 c -0.4773,0.5385 -0.9669,0.8078 -1.5299 0.8078c -0.5630,-0.0000 -0.8934,-0.3427 -0.8934 -1.2117v -3.7207 h -0.7955 c -0.0367,-0.0000 -0.0490,-0.0122 -0.0490 -0.0490v -0.3794 c 0.0000,-0.0367 0.0122,-0.0490 0.0367 -0.0490c 0.8200,-0.0000 1.0158,-0.4773 1.0158 -1.4075v -0.2325 l 0.7099,-0.2448 v 1.8848 h 1.3463 c 0.0612,-0.0000 0.0979,0.0245 0.0979 0.0734v 0.2448 c 0.0000,0.1102 -0.1713,0.1591 -0.2937 0.1591h -1.1505 ZM 532.9262,255.8120 ZM 534.0155,254.9308 v -3.0475 c 0.0000,-0.6120 -0.0857,-0.7466 -0.2693 -0.7466c -0.1591,-0.0000 -0.3060,0.0122 -0.5140 0.0612l -0.0612,-0.3427 c 0.7711,-0.1346 0.9057,-0.1713 1.2729 -0.3549c 0.1224,-0.0612 0.2203,-0.0979 0.3060 -0.0979h 0.1836 l -0.0367,1.1015 h 0.0367 c 0.3182,-0.4773 0.8567,-1.1015 1.4320 -1.1015c 0.5018,-0.0000 0.6854,0.2448 0.6854 0.5630c 0.0000,0.3182 -0.2081,0.5140 -0.5263 0.5140c -0.2448,-0.0000 -0.3794,-0.0979 -0.5018 -0.2203c -0.0734,-0.0734 -0.1591,-0.1102 -0.2448 -0.1102c -0.1346,-0.0000 -0.4039,0.2203 -0.6976 0.6364c -0.0857,0.1102 -0.1469,0.2693 -0.1469 0.4284v 2.7171 c 0.0000,0.3549 0.1224,0.5385 0.5263 0.5385h 0.3549 c 0.0612,-0.0000 0.1102,0.0367 0.1102 0.0979v 0.2325 l -0.0245,0.0245 c 0.0000,-0.0000 -0.9669,-0.0245 -1.4442 -0.0245c -0.4406,-0.0000 -1.2729,0.0245 -1.2729 0.0245l -0.0122,-0.0245 v -0.2325 c 0.0000,-0.0612 0.0245,-0.0979 0.0857 -0.0979h 0.2325 c 0.4161,-0.0000 0.5263,-0.1836 0.5263 -0.5385ZM 537.1732,255.8120 ZM 538.1278,248.8236 c 0.0000,-0.3182 0.2570,-0.5875 0.5752 -0.5875c 0.3305,-0.0000 0.5875,0.2693 0.5875 0.5875c 0.0000,0.3305 -0.2570,0.5875 -0.5875 0.5875c -0.3182,-0.0000 -0.5752,-0.2570 -0.5752 -0.5875ZM 538.1278,248.8236 ZM 539.2905,254.9308 c 0.0000,0.3549 0.1346,0.5385 0.5263 0.5385h 0.2325 c 0.0612,-0.0000 0.1102,0.0367 0.1102 0.0979v 0.2325 l -0.0245,0.0245 c 0.0000,-0.0000 -0.8445,-0.0245 -1.3218 -0.0245c -0.4284,-0.0000 -1.2606,0.0245 -1.2606 0.0245l -0.0245,-0.0245 v -0.2325 c 0.0000,-0.0612 0.0367,-0.0979 0.0979 -0.0979h 0.2325 c 0.4039,-0.0000 0.5263,-0.1836 0.5263 -0.5385v -3.0475 c 0.0000,-0.6487 -0.1102,-0.7466 -0.2815 -0.7466c -0.1591,-0.0000 -0.3060,0.0122 -0.5140 0.0612l -0.0612,-0.3427 c 0.7833,-0.1346 0.9179,-0.1836 1.2729 -0.3549c 0.1346,-0.0490 0.2203,-0.0979 0.3060 -0.0979h 0.1836 v 4.5284 ZM 540.4043,255.8120 ZM 543.9658,252.8135 l -0.9669,0.2448 c -1.0770,0.3305 -1.2361,0.8934 -1.2361 1.4442c 0.0000,0.3794 0.1836,0.9546 0.9546 0.9546c 0.3672,-0.0000 0.9302,-0.3549 1.2484 -0.6242v -2.0194 ZM 543.9658,252.8135 ZM 544.7491,255.9589 c -0.4651,-0.0000 -0.7221,-0.4161 -0.7711 -0.7099l -0.2815,0.1958 c -0.5630,0.3916 -0.7711,0.5140 -1.3341 0.5140c -0.8567,-0.0000 -1.4809,-0.4896 -1.4809 -1.4075c 0.0000,-0.9302 0.7955,-1.5666 1.9582 -1.8603l 1.1260,-0.2815 c 0.0000,-1.3830 -0.6364,-1.6400 -1.0526 -1.6400c -0.4651,-0.0000 -1.0036,0.2081 -1.0036 0.5875c 0.0000,0.1346 0.0245,0.2081 0.0367 0.2448c 0.0245,0.0490 0.0367,0.1346 0.0367 0.2203c 0.0000,0.1591 -0.1224,0.4039 -0.4773 0.4039c -0.2937,-0.0000 -0.4896,-0.1958 -0.4896 -0.4896c 0.0000,-0.7099 1.1505,-1.3341 1.9338 -1.3341c 0.8934,-0.0000 1.9215,0.3672 1.9215 2.1051v 1.7991 c 0.0000,0.7466 0.0122,1.0648 0.2937 1.0648c 0.2693,-0.0000 0.3427,-0.3427 0.3549 -0.6120l 0.3060,0.0612 c -0.0734,0.8934 -0.4528,1.1382 -1.0770 1.1382ZM 545.9241,255.8120 ZM 550.3791,254.9308 v -2.6803 c 0.0000,-0.8567 -0.1469,-1.2606 -0.7955 -1.2606c -0.5385,-0.0000 -1.0036,0.2081 -1.6278 0.9424v 2.9986 c 0.0000,0.3549 0.1224,0.5385 0.5263 0.5385h 0.1713 c 0.0612,-0.0000 0.0979,0.0367 0.0979 0.0979v 0.2325 l -0.0245,0.0245 c 0.0000,-0.0000 -0.7711,-0.0245 -1.2484 -0.0245c -0.4406,-0.0000 -1.2729,0.0245 -1.2729 0.0245l -0.0245,-0.0245 v -0.2325 c 0.0000,-0.0612 0.0367,-0.0979 0.0979 -0.0979h 0.2325 c 0.4161,-0.0000 0.5263,-0.1836 0.5263 -0.5385v -3.0475 c 0.0000,-0.6609 -0.0979,-0.7466 -0.2693 -0.7466c -0.1591,-0.0000 -0.3060,0.0122 -0.5140 0.0612l -0.0612,-0.3427 c 0.5140,-0.0857 0.8812,-0.1469 1.2606 -0.3549c 0.1346,-0.0612 0.2325,-0.0979 0.3182 -0.0979h 0.1836 l -0.0367,1.0893 h 0.0367 c 0.7833,-0.9179 1.3708,-1.0893 1.9950 -1.0893c 1.1015,-0.0000 1.3341,0.8445 1.3341 1.9338v 2.5947 c 0.0000,0.3549 0.1346,0.5385 0.5263 0.5385h 0.2325 c 0.0612,-0.0000 0.1102,0.0367 0.1102 0.0979v 0.2325 l -0.0245,0.0245 c 0.0000,-0.0000 -0.8445,-0.0245 -1.3218 -0.0245c -0.4284,-0.0000 -1.1994,0.0245 -1.1994 0.0245l -0.0245,-0.0245 v -0.2325 c 0.0000,-0.0612 0.0367,-0.0979 0.0979 -0.0979h 0.1713 c 0.4039,-0.0000 0.5263,-0.1836 0.5263 -0.5385ZM 552.2884,255.8120 ZM 556.1559,252.3484 c 0.0000,-1.0158 -0.4773,-1.6033 -1.2117 -1.6033c -0.6364,-0.0000 -1.0648,0.4406 -1.0648 1.3952c 0.0000,0.6364 0.2448,1.6400 1.2239 1.6400c 0.4284,-0.0000 1.0526,-0.2081 1.0526 -1.4320ZM 556.1559,252.3484 ZM 553.8672,255.8977 c -0.3794,0.3549 -0.4651,0.7343 -0.4651 1.1505c 0.0000,0.9179 1.1015,1.1872 1.5176 1.1872c 1.0526,-0.0000 2.3866,-0.3672 2.3866 -1.2484c 0.0000,-0.3182 -0.1713,-0.5263 -0.6487 -0.7588c -0.3427,-0.1713 -0.8445,-0.3060 -1.4320 -0.3060c -0.0979,-0.0000 -0.2325,0.0122 -0.4039 0.0245c -0.1713,0.0122 -0.3549,0.0122 -0.4896 0.0122c -0.1958,-0.0000 -0.2937,-0.0245 -0.4651 -0.0612ZM 553.8672,255.8977 ZM 557.5879,251.0633 c -0.1958,-0.0000 -0.3182,-0.1102 -0.3672 -0.2081c -0.0734,-0.1102 -0.1224,-0.1469 -0.2081 -0.1469c -0.1469,-0.0000 -0.3794,0.1713 -0.4651 0.2937c 0.3427,0.3672 0.5018,0.7221 0.5018 1.2973c 0.0000,1.1994 -0.9791,1.8481 -2.0072 1.8481c -0.4528,-0.0000 -0.8200,-0.0857 -1.1015 -0.2570c -0.1346,0.2081 -0.2081,0.4651 -0.2081 0.7099c 0.0000,0.5263 0.4039,0.6609 0.7466 0.6609c 0.0612,-0.0000 0.2081,-0.0122 0.3794 -0.0245c 0.2815,-0.0367 0.5875,-0.0612 0.7955 -0.0612c 0.4284,-0.0000 1.2361,0.0857 1.7257 0.5018c 0.3305,0.3060 0.5140,0.5997 0.5140 0.9914c 0.0000,1.3218 -1.7379,2.0194 -3.3168 2.0194c -0.8934,-0.0000 -1.8848,-0.3305 -1.8848 -1.3952c 0.0000,-0.5263 0.3305,-1.0893 0.9546 -1.4809c -0.3060,-0.1591 -0.5263,-0.4651 -0.5263 -0.9057c 0.0000,-0.4161 0.1836,-0.9424 0.5140 -1.2361c -0.3305,-0.3305 -0.6120,-0.7466 -0.6120 -1.4197c 0.0000,-1.1260 0.9914,-1.8481 2.0317 -1.8481c 0.6854,-0.0000 1.1138,0.2815 1.2484 0.3794c 0.3060,-0.4161 0.8567,-0.6242 1.1627 -0.6242c 0.3182,-0.0000 0.5385,0.2081 0.5385 0.4651c 0.0000,0.2693 -0.1713,0.4406 -0.4161 0.4406ZM 558.1509,255.8120 ZM 559.3136,254.9308 v -6.1317 c 0.0000,-0.6976 -0.1224,-0.8934 -0.3672 -0.8934l -0.3916,0.0490 c -0.0367,-0.0000 -0.0734,-0.0245 -0.0734 -0.0612l -0.0245,-0.3060 c 0.1958,-0.0000 0.6487,-0.0734 0.8567 -0.1102c 0.2203,-0.0490 0.3916,-0.0979 0.6364 -0.2081h 0.2693 v 7.6616 c 0.0000,0.3549 0.1346,0.5385 0.5263 0.5385h 0.2937 c 0.0490,-0.0000 0.0979,0.0367 0.0979 0.0979v 0.2325 l -0.0245,0.0245 c 0.0000,-0.0000 -0.8934,-0.0245 -1.3708 -0.0245c -0.4284,-0.0000 -1.3218,0.0245 -1.3218 0.0245l -0.0122,-0.0245 v -0.2325 c 0.0000,-0.0612 0.0245,-0.0979 0.0857 -0.0979h 0.2937 c 0.4039,-0.0000 0.5263,-0.1836 0.5263 -0.5385ZM 561.3330,255.8120 ZM 562.7283,252.4218 h 2.2520 c 0.1224,-0.0000 0.1713,-0.0612 0.1713 -0.1713c 0.0000,-1.1382 -0.5752,-1.4320 -1.0158 -1.4320c -0.2815,-0.0000 -1.1994,0.1102 -1.4075 1.6033ZM 562.7283,252.4218 ZM 565.9594,254.6738 l 0.2448,0.1958 c -0.4651,0.6364 -1.1872,1.0893 -2.0684 1.0893c -1.6767,-0.0000 -2.3866,-1.2484 -2.3866 -2.5824c 0.0000,-1.8603 1.2239,-2.9741 2.3866 -2.9741c 1.6156,-0.0000 1.9950,1.2606 1.9950 2.2887c 0.0000,0.1346 -0.0857,0.2081 -0.2203 0.2081h -3.2189 c -0.0122,0.0734 -0.0122,0.1469 -0.0122 0.2448c 0.0000,1.2484 0.8690,2.2153 1.7502 2.2153c 0.6731,-0.0000 1.1015,-0.2203 1.5299 -0.6854Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="3.8882802517567234" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 482.8407,255.8120 h 42.1722 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.2" stroke="rgb(227,119,194)" stroke-width="1.9441401258783617" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 512.3612,260.6817 l -8.4344,-14.6089 l -8.4344,14.6089 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.7776560503513447" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 570.7578,315.4463 l -0.0000,-73.9367 h -92.1037 l -0.0000,73.9367 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 436.4820,315.4463 l -0.0000,-210.8609 h -316.2913 l -0.0000,210.8609 Z"/></g></svg>
diff --git a/other/glyphChart_Example.svg b/other/glyphChart_Example.svg
new file mode 100644
--- /dev/null
+++ b/other/glyphChart_Example.svg
@@ -0,0 +1,3 @@
+<?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="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="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 439.4299,135.5959 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 435.1838,139.1429 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 430.9376,142.0612 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 426.6915,144.3215 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 422.4454,145.9014 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.1992,146.7849 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 413.9531,146.9633 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 409.7070,146.4348 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 405.4608,145.2047 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 401.2147,143.2852 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 396.9686,140.6956 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 392.7224,137.4617 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 388.4763,133.6158 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 384.2301,129.1964 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 379.9840,124.2475 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.7379,118.8188 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 371.4917,112.9643 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 367.2456,106.7426 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 362.9995,100.2159 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 358.7533,93.4494 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 354.5072,86.5107 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 350.2610,79.4690 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.0149,72.3949 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 341.7688,65.3589 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 337.5226,58.4313 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 333.2765,51.6814 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 329.0304,45.1767 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 324.7842,38.9820 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 320.5381,33.1593 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 316.2919,27.7669 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.0458,22.8585 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 307.7997,18.4832 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.5535,14.6847 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.3074,11.5010 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 295.0613,8.9638 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 290.8151,7.0986 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.5690,5.9240 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.3229,5.4517 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 278.0767,5.6864 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 273.8306,6.6258 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.5844,8.2605 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 265.3383,10.5742 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 261.0922,13.5437 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 256.8460,17.1394 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.5999,21.3253 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 248.3538,26.0596 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 244.1076,31.2951 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 239.8615,36.9794 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.6153,43.0557 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.3692,49.4633 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 227.1231,56.1381 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 222.8769,63.0136 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 218.6308,70.0209 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 214.3847,77.0901 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.1385,84.1506 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 205.8924,91.1318 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 201.6462,97.9638 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 197.4001,104.5786 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 193.1540,110.9100 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.9078,116.8946 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 184.6617,122.4728 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.4156,127.5888 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 176.1694,132.1915 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 171.9233,136.2348 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 167.6771,139.6785 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 163.4310,142.4880 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 159.1849,144.6353 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 154.9387,146.0990 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.6926,146.8644 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 146.4465,146.9238 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.2003,146.2768 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 137.9542,144.9297 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 133.7081,142.8960 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 129.4619,140.1961 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 125.2158,136.8568 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.9696,132.9117 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 116.7235,128.4000 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.4774,123.3668 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 108.2312,117.8626 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 103.9851,111.9422 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 99.7390,105.6648 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.4928,99.0931 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 91.2467,92.2929 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 87.0005,85.3319 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 82.7544,78.2799 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 78.5083,71.2072 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 74.2621,64.1845 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.0160,57.2820 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 65.7699,50.5687 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.5237,44.1116 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 57.2776,37.9753 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 53.0314,32.2210 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 48.7853,26.9063 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 44.5392,22.0842 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 40.2930,17.8030 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 36.0469,14.1054 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.8008,11.0284 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 27.5546,8.6026 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 23.3085,6.8524 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 19.0624,5.7953 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 14.8162,5.4417 l -2.1231,-3.6773 l -2.1231,3.6773 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 441.5530,113.4889 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.3069,107.3682 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 433.0607,100.9240 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 428.8146,94.2206 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 424.5684,87.3250 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 420.3223,80.3062 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 416.0762,73.2342 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.8300,66.1798 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 407.5839,59.2133 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 403.3378,52.4045 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 399.0916,45.8213 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 394.8455,39.5295 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 390.5993,33.5921 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 386.3532,28.0682 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 382.1071,23.0131 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 377.8609,18.4774 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 373.6148,14.5062 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 369.3687,11.1394 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 365.1225,8.4106 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.8764,6.3469 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 356.6302,4.9691 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 352.3841,4.2909 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 348.1380,4.3191 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 343.8918,5.0533 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.6457,6.4863 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 335.3996,8.6038 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 331.1534,11.3846 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 326.9073,14.8008 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 322.6612,18.8184 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.4150,23.3973 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 314.1689,28.4916 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 309.9227,34.0505 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 305.6766,40.0184 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.4305,46.3357 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 297.1843,52.9393 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.9382,59.7632 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 288.6921,66.7392 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.4459,73.7977 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 280.1998,80.8680 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 275.9536,87.8796 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 271.7075,94.7623 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.4614,101.4475 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 263.2152,107.8683 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 258.9691,113.9606 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.7230,119.6634 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 250.4768,124.9199 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.2307,129.6775 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.9845,133.8886 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 237.7384,137.5112 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 233.4923,140.5091 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 229.2461,142.8523 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,144.5174 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 220.7539,145.4879 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 216.5077,145.7539 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 212.2616,145.3128 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.0155,144.1691 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 203.7693,142.3341 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 199.5232,139.8262 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.2770,136.6705 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.0309,132.8985 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 186.7848,128.5478 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 182.5386,123.6620 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 178.2925,118.2898 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 174.0464,112.4850 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 169.8002,106.3055 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.5541,99.8131 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 161.3079,93.0727 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.0618,86.1516 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 152.8157,79.1189 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 148.5695,72.0449 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 144.3234,65.0003 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 140.0773,58.0556 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.8311,51.2800 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 131.5850,44.7412 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.3388,38.5047 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 123.0927,32.6328 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.8466,27.1840 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 114.6004,22.2128 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.3543,17.7690 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 106.1082,13.8969 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 101.8620,10.6351 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.6159,8.0164 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 93.3698,6.0668 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 89.1236,4.8059 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 84.8775,4.2461 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 80.6313,4.3932 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 76.3852,5.2457 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 72.1391,6.7950 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 67.8929,9.0257 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 63.6468,11.9154 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 59.4007,15.4353 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 55.1545,19.5503 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 50.9084,24.2191 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 46.6622,29.3953 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 42.4161,35.0269 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 38.1700,41.0579 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 33.9238,47.4278 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.6777,54.0732 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 25.4316,60.9275 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 21.1854,67.9222 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.8232612907822463" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 16.9393,74.9876 c 0.0000,-2.3451 -1.9011,-4.2461 -4.2461 -4.2461c -2.3451,-0.0000 -4.2461,1.9011 -4.2461 4.2461c -0.0000,2.3451 1.9011,4.2461 4.2461 4.2461c 2.3451,0.0000 4.2461,-1.9011 4.2461 -4.2461Z"/></g></svg>
diff --git a/other/glyphHudExample.svg b/other/glyphHudExample.svg
new file mode 100644
--- /dev/null
+++ b/other/glyphHudExample.svg
@@ -0,0 +1,3 @@
+<?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.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 542.5948,246.1163 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 538.2881,249.7139 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 533.9814,252.6738 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 529.6748,254.9664 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 525.3681,256.5688 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 521.0614,257.4649 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 516.7547,257.6459 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 512.4480,257.1098 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 508.1413,255.8621 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 503.8346,253.9153 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 499.5279,251.2887 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.2212,248.0087 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.9145,244.1080 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 486.6078,239.6255 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 482.3011,234.6061 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 477.9944,229.0999 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 473.6877,223.1619 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 469.3810,216.8515 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 465.0743,210.2318 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 460.7676,203.3687 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 456.4609,196.3310 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 452.1542,189.1889 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.8475,182.0139 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 443.5408,174.8775 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 439.2341,167.8512 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.9274,161.0050 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 430.6207,154.4075 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 426.3140,148.1245 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 422.0073,142.2188 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 417.7006,136.7494 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 413.3939,131.7710 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 409.0872,127.3333 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.7806,123.4806 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 400.4739,120.2515 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 396.1672,117.6782 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 391.8605,115.7864 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 387.5538,114.5950 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 383.2471,114.1160 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 378.9404,114.3540 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 374.6337,115.3068 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 370.3270,116.9649 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 366.0203,119.3115 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.7136,122.3234 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 357.4069,125.9703 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.1002,130.2160 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 348.7935,135.0178 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 344.4868,140.3280 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 340.1801,146.0933 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 335.8734,152.2563 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 331.5667,158.7552 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.2600,165.5253 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 322.9533,172.4988 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.6466,179.6061 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 314.3399,186.7761 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.0332,193.9373 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 305.7265,201.0180 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.4198,207.9475 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 297.1131,214.6566 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 292.8064,221.0783 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 288.4997,227.1483 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.1930,232.8061 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 279.8864,237.9950 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 275.5797,242.6633 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 271.2730,246.7644 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.9663,250.2571 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.6596,253.1067 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 258.3529,255.2846 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.0462,256.7692 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 249.7395,257.5455 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 245.4328,257.6058 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 241.1261,256.9495 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 236.8194,255.5832 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 232.5127,253.5206 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 228.2060,250.7821 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 223.8993,247.3952 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 219.5926,243.3938 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 215.2859,238.8177 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.9792,233.7128 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 206.6725,228.1301 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.3658,222.1252 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 198.0591,215.7583 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 193.7524,209.0929 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 189.4457,202.1957 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.1390,195.1355 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.8323,187.9828 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 176.5256,180.8093 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 172.2189,173.6865 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 167.9122,166.6855 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 163.6055,159.8765 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 159.2988,153.3273 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 154.9922,147.1034 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.6855,141.2671 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 146.3788,135.8765 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.0721,130.9857 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 137.7654,126.6434 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 133.4587,122.8931 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 129.1520,119.7722 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 124.8453,117.3118 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.5386,115.5367 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 116.2319,114.4644 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.9252,114.1058 l -2.1533,-3.7297 l -2.1533,3.7297 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 544.7482,223.6940 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 540.4415,217.4860 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 536.1348,210.9499 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 531.8281,204.1509 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 527.5214,197.1570 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 523.2147,190.0381 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 518.9080,182.8652 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 514.6013,175.7102 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 510.2946,168.6444 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 505.9879,161.7384 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 501.6812,155.0613 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 497.3745,148.6798 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 493.0678,142.6577 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 488.7611,137.0550 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 484.4544,131.9279 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.1477,127.3274 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 475.8410,123.2996 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 471.5343,119.8848 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 467.2277,117.1170 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 462.9210,115.0239 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 458.6143,113.6265 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.3076,112.9386 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 450.0009,112.9672 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 445.6942,113.7119 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 441.3875,115.1654 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.0808,117.3130 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.7741,120.1334 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 428.4674,123.5984 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 424.1607,127.6733 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.8540,132.3175 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 415.5473,137.4845 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 411.2406,143.1226 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 406.9339,149.1757 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 402.6272,155.5831 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 398.3205,162.2809 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 394.0138,169.2021 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.7071,176.2776 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 385.4004,183.4367 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 381.0937,190.6079 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 376.7870,197.7194 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 372.4803,204.7004 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 368.1736,211.4809 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 363.8669,217.9933 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 359.5602,224.1724 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 355.2535,229.9566 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 350.9468,235.2880 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.6401,240.1135 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 342.3335,244.3846 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 338.0268,248.0589 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 333.7201,251.0996 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 329.4134,253.4762 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.1067,255.1651 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 320.8000,256.1494 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 316.4933,256.4192 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 312.1866,255.9718 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 307.8799,254.8118 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.5732,252.9506 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 299.2665,250.4070 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 294.9598,247.2062 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 290.6531,243.3804 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.3464,238.9677 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.0397,234.0122 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 277.7330,228.5634 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 273.4263,222.6758 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.1196,216.4082 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 264.8129,209.8232 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5062,202.9866 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 256.1995,195.9668 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 251.8928,188.8338 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 247.5861,181.6589 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 243.2794,174.5139 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.9727,167.4701 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 234.6660,160.5978 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 230.3593,153.9659 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 226.0526,147.6404 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 221.7459,141.6847 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.4393,136.1582 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 213.1326,131.1161 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.8259,126.6089 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.5192,122.6816 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 200.2125,119.3733 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.9058,116.7172 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.5991,114.7398 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 187.2924,113.4609 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 182.9857,112.8932 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 178.6790,113.0424 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 174.3723,113.9070 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 170.0656,115.4784 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.7589,117.7409 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 161.4522,120.6718 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.1455,124.2420 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 152.8388,128.4156 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 148.5321,133.1511 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 144.2254,138.4010 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 139.9187,144.1130 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.6120,150.2300 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 131.3053,156.6908 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.9986,163.4309 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 122.6919,170.3829 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 118.3852,177.4775 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 114.0785,184.6436 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></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.1595,256.4192 ZM 36.5782,245.2596 c 0.0000,-3.6306 1.3391,-4.7019 1.3391 -6.4874c 2.1426,-0.2083 3.3330,-0.3869 4.5829 -0.6547l 0.1786,0.8928 c -2.5593,0.7737 -4.9995,2.3509 -4.9995 6.6660c -0.0000,4.0174 3.5413,7.2016 8.7491 7.2016c 3.9282,0.0000 9.0169,-2.8568 9.0169 -8.1539c 0.0000,-1.6070 -0.5357,-3.3627 -1.4879 -4.3745l -4.5531,-0.0000 c -0.9225,-0.0000 -1.3094,0.4464 -1.3094 1.6367l -0.0000,0.7737 c -0.0000,0.1190 -0.0893,0.2381 -0.2381 0.2381l -0.7737,-0.0000 l -0.0595,-0.0595 c 0.0000,-0.0000 0.0595,-2.5890 0.0595 -3.7496c 0.0000,-1.0416 -0.0595,-2.7676 -0.0595 -2.7676l 0.0595,-0.0595 l 0.7737,0.0000 c 0.1488,0.0000 0.2381,0.0893 0.2381 0.2381l -0.0000,0.0298 c -0.0000,1.0416 0.4761,1.3094 1.3094 1.3094l 3.4520,0.0000 c 0.3273,0.0000 0.5654,-0.1488 0.8332 -0.4761c 1.7260,2.0236 2.8271,4.4341 2.8271 7.9456c -0.0000,5.9815 -4.3448,10.0585 -9.4931 10.0585c -6.5469,-0.0000 -10.4453,-5.0888 -10.4453 -10.2073ZM 56.1595,235.7963 ZM 54.0169,232.9692 l -14.9092,-0.0000 c -1.6963,-0.0000 -2.1724,0.2976 -2.1724 0.8928l 0.1190,0.9523 c -0.0000,0.0893 -0.0595,0.1786 -0.1488 0.1786l -0.7440,0.0595 c 0.0000,-0.4761 -0.1786,-1.5772 -0.2678 -2.0831c -0.1190,-0.5357 -0.2381,-0.9523 -0.5059 -1.5475l 0.0000,-0.6547 l 18.6290,0.0000 c 0.8630,0.0000 1.3094,-0.3273 1.3094 -1.2796l 0.0000,-0.7142 c 0.0000,-0.1190 0.0893,-0.2381 0.2381 -0.2381l 0.5654,0.0000 l 0.0595,0.0595 c 0.0000,-0.0000 -0.0595,2.1724 -0.0595 3.3330c -0.0000,1.0416 0.0595,3.2140 0.0595 3.2140l -0.0595,0.0298 l -0.5654,-0.0000 c -0.1488,-0.0000 -0.2381,-0.0595 -0.2381 -0.2083l 0.0000,-0.7142 c 0.0000,-0.9820 -0.4464,-1.2796 -1.3094 -1.2796ZM 56.1595,228.0590 ZM 43.9584,221.8692 c 0.1488,0.0000 0.2381,0.1786 0.2381 0.3273c -0.0000,0.8928 0.1786,1.2796 0.6547 1.2796c 0.1786,0.0000 0.4166,-0.0595 0.6845 -0.1786l 7.6778,-3.2735 l -7.5587,-3.3032 c -0.2678,-0.1488 -0.5059,-0.2083 -0.6845 -0.2083c -0.6249,-0.0000 -0.7737,0.5952 -0.7737 1.2499l -0.0000,0.1190 c -0.0000,0.1488 -0.1190,0.2976 -0.2083 0.2976l -0.5654,-0.0000 l -0.0893,-0.0595 c 0.0000,-0.0000 0.0595,-1.7558 0.0595 -2.7973c 0.0000,-0.8332 -0.0595,-2.0534 -0.0595 -2.0534l 0.0595,-0.0893 l 0.5654,0.0000 c 0.1488,0.0000 0.2381,0.1190 0.2381 0.3273c -0.0000,1.1308 1.1606,1.6963 2.0236 2.1129c 3.3330,1.5772 6.3981,2.8866 12.1416 5.2673c 2.1426,0.8928 4.6424,1.9641 4.6424 4.0770c -0.0000,0.5654 -0.3273,1.7260 -1.3987 1.7260c -0.8928,-0.0000 -1.1606,-0.6547 -1.1606 -1.1308c 0.0000,-0.4464 0.1786,-0.7440 0.4166 -0.9225c 0.2976,-0.2976 0.5059,-0.5059 0.5059 -0.8035c 0.0000,-0.4464 -2.5593,-1.4879 -4.3745 -2.2319c -0.3571,-0.1786 -0.6547,-0.2381 -0.9225 -0.2381c -0.2976,-0.0000 -1.1011,0.2678 -1.6963 0.5059l -8.7193,3.7496 c -1.1308,0.4761 -1.4582,0.8035 -1.4582 1.8153c -0.0000,0.1786 -0.0893,0.2976 -0.2083 0.2976l -0.5952,-0.0000 l -0.0595,-0.0595 c 0.0000,-0.0000 0.0595,-1.3094 0.0595 -2.2022c 0.0000,-1.3987 -0.0595,-3.5413 -0.0595 -3.5413l 0.0893,-0.0595 l 0.5357,0.0000 ZM 56.1595,212.9118 ZM 46.8153,208.4777 l 7.4099,0.0000 c 1.2201,-1.0416 1.2796,-2.0236 1.2796 -2.4997c 0.0000,-3.1842 -2.9759,-3.8984 -5.5351 -3.8984c -3.6008,-0.0000 -5.5947,1.4582 -5.5947 3.2735c -0.0000,1.0118 0.8630,2.4700 2.4402 3.1247ZM 46.8153,208.4777 ZM 60.8614,210.6798 l -14.7306,-0.0000 c -1.1308,-0.0000 -1.3391,0.2678 -1.3391 0.6845c -0.0000,0.3869 0.0298,0.7440 0.1488 1.2499l -0.8332,0.1488 c -0.3273,-1.9046 -0.4464,-2.2617 -0.8630 -3.0949c -0.1488,-0.3273 -0.2381,-0.5357 -0.2381 -0.7440l 0.0000,-0.4464 l 2.3807,0.0893 l 0.0000,-0.0893 c -2.0831,-1.3689 -2.3807,-2.9759 -2.3807 -3.9282c 0.0000,-2.8866 3.0056,-4.7912 6.1601 -4.7912c 2.4105,0.0000 4.2555,0.7440 5.6244 2.0831c 1.1606,1.1606 1.7260,2.3807 1.7260 3.9579c -0.0000,1.0713 -0.2381,1.9046 -0.6547 2.6783l 4.9995,0.0000 c 0.8630,0.0000 1.3094,-0.3273 1.3094 -1.2796l 0.0000,-0.5654 c 0.0000,-0.1488 0.0893,-0.2678 0.2381 -0.2678l 0.5654,0.0000 l 0.0595,0.0595 c 0.0000,-0.0000 -0.0595,2.0534 -0.0595 3.2140c -0.0000,1.0416 0.0595,3.0652 0.0595 3.0652l -0.0595,0.0595 l -0.5654,-0.0000 c -0.1488,-0.0000 -0.2381,-0.0893 -0.2381 -0.2381l 0.0000,-0.5654 c 0.0000,-0.9820 -0.4464,-1.2796 -1.3094 -1.2796ZM 56.1595,198.6573 ZM 35.3879,193.8066 l 10.0882,0.0000 c -1.9938,-1.9938 -2.4700,-3.7496 -2.4700 -4.9102c 0.0000,-2.1426 1.6367,-3.2140 4.7019 -3.2140l 6.3089,0.0000 c 0.8630,0.0000 1.3094,-0.2976 1.3094 -1.2796l 0.0000,-0.5654 c 0.0000,-0.1190 0.0893,-0.2381 0.2381 -0.2381l 0.5654,0.0000 l 0.0595,0.0595 c 0.0000,-0.0000 -0.0595,2.0236 -0.0595 3.2140c -0.0000,1.0416 0.0595,3.0652 0.0595 3.0652l -0.0595,0.0595 l -0.5654,-0.0000 c -0.1488,-0.0000 -0.2381,-0.0893 -0.2381 -0.2381l 0.0000,-0.5654 c 0.0000,-1.0118 -0.4464,-1.2796 -1.3094 -1.2796l -6.6362,-0.0000 c -2.4105,-0.0000 -2.9759,0.6547 -2.9759 2.3212c -0.0000,0.8630 0.7737,2.1426 2.1724 3.5711l 7.4397,0.0000 c 0.8630,0.0000 1.3094,-0.2976 1.3094 -1.2796l 0.0000,-0.5654 c 0.0000,-0.1190 0.0893,-0.2381 0.2381 -0.2381l 0.5654,0.0000 l 0.0595,0.0595 c 0.0000,-0.0000 -0.0595,2.0236 -0.0595 3.1842c -0.0000,1.0713 0.0595,3.0652 0.0595 3.0652l -0.0595,0.0595 l -0.5654,-0.0000 c -0.1488,-0.0000 -0.2381,-0.0595 -0.2381 -0.2083l 0.0000,-0.5654 c 0.0000,-1.0118 -0.4464,-1.2796 -1.3094 -1.2796l -14.9092,-0.0000 c -1.6963,-0.0000 -2.1724,0.2678 -2.1724 0.8630l 0.1190,0.9820 c -0.0000,0.0893 -0.0595,0.1488 -0.1488 0.1488l -0.7440,0.0595 c 0.0000,-0.4761 -0.1786,-1.5475 -0.2678 -2.0534c -0.1190,-0.5357 -0.2381,-0.9820 -0.5059 -1.5772l 0.0000,-0.6547 ZM 56.1595,175.8025 ZM 56.5166,165.2381 c -0.0000,6.3981 -4.9400,9.4633 -9.7311 9.4633c -5.8625,-0.0000 -10.2073,-4.5531 -10.2073 -9.4931c 0.0000,-3.6603 1.2499,-4.8209 1.3391 -6.5172c 1.6367,-0.0893 3.0652,-0.3571 4.6126 -0.6547l 0.1190,0.8928 c -2.5593,0.7737 -4.9697,2.4997 -4.9697 6.6065c -0.0000,2.3509 2.4997,6.5767 8.5408 6.5767c 4.3448,0.0000 9.0764,-2.2319 9.0764 -6.8445c 0.0000,-2.7676 -0.9820,-4.7912 -3.3032 -6.9040l 0.4464,-0.6845 c 2.6485,2.0236 4.0770,4.6721 4.0770 7.5587ZM 56.1595,156.6378 ZM 35.3879,151.7871 l 10.0882,0.0000 c -1.9938,-1.9938 -2.4700,-3.7496 -2.4700 -4.9102c 0.0000,-2.1426 1.6367,-3.2140 4.7019 -3.2140l 6.3089,0.0000 c 0.8630,0.0000 1.3094,-0.2976 1.3094 -1.2796l 0.0000,-0.5654 c 0.0000,-0.1190 0.0893,-0.2381 0.2381 -0.2381l 0.5654,0.0000 l 0.0595,0.0595 c 0.0000,-0.0000 -0.0595,2.0236 -0.0595 3.2140c -0.0000,1.0416 0.0595,3.0652 0.0595 3.0652l -0.0595,0.0595 l -0.5654,-0.0000 c -0.1488,-0.0000 -0.2381,-0.0893 -0.2381 -0.2381l 0.0000,-0.5654 c 0.0000,-1.0118 -0.4464,-1.2796 -1.3094 -1.2796l -6.6362,-0.0000 c -2.4105,-0.0000 -2.9759,0.6547 -2.9759 2.3212c -0.0000,0.8630 0.7737,2.1426 2.1724 3.5711l 7.4397,0.0000 c 0.8630,0.0000 1.3094,-0.2976 1.3094 -1.2796l 0.0000,-0.5654 c 0.0000,-0.1190 0.0893,-0.2381 0.2381 -0.2381l 0.5654,0.0000 l 0.0595,0.0595 c 0.0000,-0.0000 -0.0595,2.0236 -0.0595 3.1842c -0.0000,1.0713 0.0595,3.0652 0.0595 3.0652l -0.0595,0.0595 l -0.5654,-0.0000 c -0.1488,-0.0000 -0.2381,-0.0595 -0.2381 -0.2083l 0.0000,-0.5654 c 0.0000,-1.0118 -0.4464,-1.2796 -1.3094 -1.2796l -14.9092,-0.0000 c -1.6963,-0.0000 -2.1724,0.2678 -2.1724 0.8630l 0.1190,0.9820 c -0.0000,0.0893 -0.0595,0.1488 -0.1488 0.1488l -0.7440,0.0595 c 0.0000,-0.4761 -0.1786,-1.5475 -0.2678 -2.0534c -0.1190,-0.5357 -0.2381,-0.9820 -0.5059 -1.5772l 0.0000,-0.6547 ZM 56.1595,141.2228 ZM 48.8686,132.5629 l 0.5952,2.3509 c 0.8035,2.6188 2.1724,3.0056 3.5115 3.0056c 0.9225,0.0000 2.3212,-0.4464 2.3212 -2.3212c 0.0000,-0.8928 -0.8630,-2.2617 -1.5177 -3.0354l -4.9102,-0.0000 ZM 48.8686,132.5629 ZM 56.5166,130.6584 c -0.0000,1.1308 -1.0118,1.7558 -1.7260 1.8748l 0.4761,0.6845 c 0.9523,1.3689 1.2499,1.8748 1.2499 3.2437c -0.0000,2.0831 -1.1904,3.6008 -3.4223 3.6008c -2.2617,-0.0000 -3.8091,-1.9343 -4.5233 -4.7614l -0.6845,-2.7378 c -3.3627,-0.0000 -3.9877,1.5475 -3.9877 2.5593c -0.0000,1.1308 0.5059,2.4402 1.4284 2.4402c 0.3273,0.0000 0.5059,-0.0595 0.5952 -0.0893c 0.1190,-0.0595 0.3273,-0.0893 0.5357 -0.0893c 0.3869,0.0000 0.9820,0.2976 0.9820 1.1606c -0.0000,0.7142 -0.4761,1.1904 -1.1904 1.1904c -1.7260,-0.0000 -3.2437,-2.7973 -3.2437 -4.7019c 0.0000,-2.1724 0.8928,-4.6721 5.1185 -4.6721l 4.3745,0.0000 c 1.8153,0.0000 2.5890,-0.0298 2.5890 -0.7142c 0.0000,-0.6547 -0.8332,-0.8332 -1.4879 -0.8630l 0.1488,-0.7440 c 2.1724,0.1786 2.7676,1.1011 2.7676 2.6188ZM 56.1595,127.8015 ZM 54.0169,125.1530 l -7.4099,-0.0000 c -1.4879,-0.0000 -1.8153,0.2083 -1.8153 0.6547c -0.0000,0.3869 0.0298,0.7440 0.1488 1.2499l -0.8332,0.1488 c -0.3273,-1.8748 -0.4166,-2.2022 -0.8630 -3.0949c -0.1488,-0.2976 -0.2381,-0.5357 -0.2381 -0.7440l 0.0000,-0.4464 l 2.6783,0.0893 l 0.0000,-0.0893 c -1.1606,-0.7737 -2.6783,-2.0831 -2.6783 -3.4818c 0.0000,-1.2201 0.5952,-1.6665 1.3689 -1.6665c 0.7737,0.0000 1.2499,0.5059 1.2499 1.2796c -0.0000,0.5952 -0.2381,0.9225 -0.5357 1.2201c -0.1786,0.1786 -0.2678,0.3869 -0.2678 0.5952c -0.0000,0.3273 0.5357,0.9820 1.5475 1.6963c 0.2678,0.2083 0.6547,0.3571 1.0416 0.3571l 6.6065,0.0000 c 0.8630,0.0000 1.3094,-0.2976 1.3094 -1.2796l 0.0000,-0.8630 c 0.0000,-0.1488 0.0893,-0.2678 0.2381 -0.2678l 0.5654,0.0000 l 0.0595,0.0595 c 0.0000,-0.0000 -0.0595,2.3509 -0.0595 3.5115c -0.0000,1.0713 0.0595,3.0949 0.0595 3.0949l -0.0595,0.0298 l -0.5654,-0.0000 c -0.1488,-0.0000 -0.2381,-0.0595 -0.2381 -0.2083l 0.0000,-0.5654 c 0.0000,-1.0118 -0.4464,-1.2796 -1.3094 -1.2796ZM 56.1595,117.4752 ZM 44.5238,112.5948 l 7.6183,0.0000 c 1.8450,0.0000 2.7378,-0.1786 2.7378 -0.9820c 0.0000,-0.7737 -0.2381,-1.3689 -0.8332 -2.1426l 0.5059,-0.5357 c 1.3094,1.1606 1.9641,2.3509 1.9641 3.7199c -0.0000,1.3689 -0.8332,2.1724 -2.9461 2.1724l -9.0467,-0.0000 l -0.0000,1.9343 c -0.0000,0.0893 -0.0298,0.1190 -0.1190 0.1190l -0.9225,-0.0000 c -0.0893,-0.0000 -0.1190,-0.0298 -0.1190 -0.0893c 0.0000,-1.9938 -1.1606,-2.4700 -3.4223 -2.4700l -0.5654,-0.0000 l -0.5952,-1.7260 l 4.5829,0.0000 l 0.0000,-3.2735 c 0.0000,-0.1488 0.0595,-0.2381 0.1786 -0.2381l 0.5952,0.0000 c 0.2678,0.0000 0.3869,0.4166 0.3869 0.7142l -0.0000,2.7973 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 562.1769,137.6800 ZM 565.3766,136.9218 c -0.3666,0.6333 -0.7666,0.8582 -1.2665 0.8582c -0.9999,-0.0000 -1.6248,-0.7583 -1.6248 -1.8331c 0.0000,-1.1832 0.7416,-1.9498 1.6415 -1.9498c 0.7999,-0.0000 1.2249,0.4083 1.2249 0.8499c 0.0000,0.2416 -0.1500,0.3666 -0.3250 0.3666c -0.1750,-0.0000 -0.3416,-0.0917 -0.3666 -0.3000c -0.0333,-0.2750 -0.0833,-0.6333 -0.5749 -0.6333c -0.5499,-0.0000 -0.9582,0.5833 -0.9582 1.4832c 0.0000,0.9749 0.5249,1.6498 1.1665 1.6498c 0.3583,-0.0000 0.6749,-0.2333 0.9332 -0.6083ZM 565.5349,137.6800 ZM 565.8182,135.9719 c 0.0000,-1.1415 0.6166,-1.9748 1.7248 -1.9748c 1.2332,-0.0000 1.7082,1.0332 1.7082 1.8998c 0.0000,0.8332 -0.5416,1.8831 -1.7248 1.8831c -1.1166,-0.0000 -1.7082,-0.9582 -1.7082 -1.8081ZM 565.8182,135.9719 ZM 567.4514,134.2720 c -0.6666,-0.0000 -0.9749,0.7833 -0.9749 1.5082c 0.0000,0.6416 0.3666,1.7082 1.1915 1.7082c 0.3750,-0.0000 0.9249,-0.2250 0.9249 -1.3249c 0.0000,-1.2249 -0.4583,-1.8915 -1.1415 -1.8915ZM 569.5262,137.6800 ZM 569.8845,136.5135 l 0.2250,-0.0083 c 0.0250,0.2083 0.1167,0.6083 0.3000 0.7999c 0.0833,0.0917 0.3083,0.2416 0.6166 0.2416c 0.2916,-0.0000 0.7249,-0.2333 0.7249 -0.6416c 0.0000,-0.3583 -0.2000,-0.5999 -0.8582 -0.8832c -0.6083,-0.2666 -0.9249,-0.4416 -0.9249 -1.0666c 0.0000,-0.5583 0.4916,-0.9582 1.1499 -0.9582c 0.4166,-0.0000 0.7249,0.0750 0.9832 0.2083c 0.0500,0.2666 0.0750,0.5499 0.0917 0.8499l -0.2250,0.0083 c -0.1750,-0.6833 -0.6749,-0.8166 -0.8499 -0.8166c -0.3166,-0.0000 -0.6416,0.1250 -0.6416 0.5833c 0.0000,0.3333 0.1583,0.4999 0.6166 0.6666c 0.6749,0.2500 1.2165,0.5499 1.2165 1.2165c 0.0000,0.8249 -0.8749,1.0666 -1.2665 1.0666c -0.2916,-0.0000 -0.5333,-0.0333 -0.7499 -0.0917c -0.0583,-0.0083 -0.1000,-0.0167 -0.1583 -0.0167c -0.0417,-0.0000 -0.1083,0.0083 -0.1916 0.0250c 0.0000,-0.3500 -0.0250,-0.7749 -0.0583 -1.1832Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(255,0,0)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 559.3058,138.9233 l -2.1533,-3.7297 l -2.1533,3.7297 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 564.3303,121.6174 ZM 564.6886,120.4509 l 0.2250,-0.0083 c 0.0250,0.2083 0.1167,0.6083 0.3000 0.7999c 0.0833,0.0917 0.3083,0.2416 0.6166 0.2416c 0.2916,-0.0000 0.7249,-0.2333 0.7249 -0.6416c 0.0000,-0.3583 -0.2000,-0.5999 -0.8582 -0.8832c -0.6083,-0.2666 -0.9249,-0.4416 -0.9249 -1.0666c 0.0000,-0.5583 0.4916,-0.9582 1.1499 -0.9582c 0.4166,-0.0000 0.7249,0.0750 0.9832 0.2083c 0.0500,0.2666 0.0750,0.5499 0.0917 0.8499l -0.2250,0.0083 c -0.1750,-0.6833 -0.6749,-0.8166 -0.8499 -0.8166c -0.3166,-0.0000 -0.6416,0.1250 -0.6416 0.5833c 0.0000,0.3333 0.1583,0.4999 0.6166 0.6666c 0.6749,0.2500 1.2165,0.5499 1.2165 1.2165c 0.0000,0.8249 -0.8749,1.0666 -1.2665 1.0666c -0.2916,-0.0000 -0.5333,-0.0333 -0.7499 -0.0917c -0.0583,-0.0083 -0.1000,-0.0167 -0.1583 -0.0167c -0.0417,-0.0000 -0.1083,0.0083 -0.1916 0.0250c 0.0000,-0.3500 -0.0250,-0.7749 -0.0583 -1.1832ZM 567.4216,121.6174 ZM 568.0715,116.8596 c 0.0000,-0.2166 0.1750,-0.4000 0.3916 -0.4000c 0.2250,-0.0000 0.4000,0.1833 0.4000 0.4000c 0.0000,0.2250 -0.1750,0.4000 -0.4000 0.4000c -0.2166,-0.0000 -0.3916,-0.1750 -0.3916 -0.4000ZM 568.0715,116.8596 ZM 568.8631,121.0175 c 0.0000,0.2416 0.0917,0.3666 0.3583 0.3666h 0.1583 c 0.0417,-0.0000 0.0750,0.0250 0.0750 0.0667v 0.1583 l -0.0167,0.0167 c 0.0000,-0.0000 -0.5749,-0.0167 -0.8999 -0.0167c -0.2916,-0.0000 -0.8582,0.0167 -0.8582 0.0167l -0.0167,-0.0167 v -0.1583 c 0.0000,-0.0417 0.0250,-0.0667 0.0667 -0.0667h 0.1583 c 0.2750,-0.0000 0.3583,-0.1250 0.3583 -0.3666v -2.0748 c 0.0000,-0.4416 -0.0750,-0.5083 -0.1916 -0.5083c -0.1083,-0.0000 -0.2083,0.0083 -0.3500 0.0417l -0.0417,-0.2333 c 0.5333,-0.0917 0.6249,-0.1250 0.8666 -0.2416c 0.0917,-0.0333 0.1500,-0.0667 0.2083 -0.0667h 0.1250 v 3.0830 ZM 569.6214,121.6174 ZM 572.6544,121.0175 v -1.8248 c 0.0000,-0.5833 -0.1000,-0.8582 -0.5416 -0.8582c -0.3666,-0.0000 -0.6833,0.1417 -1.1082 0.6416v 2.0415 c 0.0000,0.2416 0.0833,0.3666 0.3583 0.3666h 0.1167 c 0.0417,-0.0000 0.0667,0.0250 0.0667 0.0667v 0.1583 l -0.0167,0.0167 c 0.0000,-0.0000 -0.5249,-0.0167 -0.8499 -0.0167c -0.3000,-0.0000 -0.8666,0.0167 -0.8666 0.0167l -0.0167,-0.0167 v -0.1583 c 0.0000,-0.0417 0.0250,-0.0667 0.0667 -0.0667h 0.1583 c 0.2833,-0.0000 0.3583,-0.1250 0.3583 -0.3666v -2.0748 c 0.0000,-0.4500 -0.0667,-0.5083 -0.1833 -0.5083c -0.1083,-0.0000 -0.2083,0.0083 -0.3500 0.0417l -0.0417,-0.2333 c 0.3500,-0.0583 0.5999,-0.1000 0.8582 -0.2416c 0.0917,-0.0417 0.1583,-0.0667 0.2166 -0.0667h 0.1250 l -0.0250,0.7416 h 0.0250 c 0.5333,-0.6249 0.9332,-0.7416 1.3582 -0.7416c 0.7499,-0.0000 0.9082,0.5749 0.9082 1.3165v 1.7665 c 0.0000,0.2416 0.0917,0.3666 0.3583 0.3666h 0.1583 c 0.0417,-0.0000 0.0750,0.0250 0.0750 0.0667v 0.1583 l -0.0167,0.0167 c 0.0000,-0.0000 -0.5749,-0.0167 -0.8999 -0.0167c -0.2916,-0.0000 -0.8166,0.0167 -0.8166 0.0167l -0.0167,-0.0167 v -0.1583 c 0.0000,-0.0417 0.0250,-0.0667 0.0667 -0.0667h 0.1167 c 0.2750,-0.0000 0.3583,-0.1250 0.3583 -0.3666Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="5.173427431092094" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 561.4591,121.6174 c 0.0000,-2.3785 -1.9282,-4.3067 -4.3067 -4.3067c -2.3785,-0.0000 -4.3067,1.9282 -4.3067 4.3067c -0.0000,2.3785 1.9282,4.3067 4.3067 4.3067c 2.3785,0.0000 4.3067,-1.9282 4.3067 -4.3067Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.6897903241456126" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 575.0097,141.5853 l -0.0000,-28.7227 h -23.2194 l -0.0000,28.7227 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 91.2452,260.6759 l -0.0000,-143.5566 h -2.8711 l -0.0000,143.5566 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 74.3577,117.1193 ZM 76.1479,112.5769 c -0.1809,-0.0000 -0.5999,0.1714 -0.8094 0.2666l -0.1143,-0.2952 c 0.8380,-0.3904 1.1618,-0.5904 1.6379 -0.9332h 0.1809 v 4.7900 c 0.0000,0.3428 0.0476,0.4380 0.3619 0.4380h 0.4952 c 0.0286,-0.0000 0.0762,0.0190 0.0762 0.0762v 0.2095 l -1.3046,-0.0190 l -1.3237,0.0190 v -0.2095 c 0.0095,-0.0286 0.0190,-0.0762 0.0762 -0.0762h 0.5714 c 0.3619,-0.0000 0.3619,-0.1619 0.3619 -0.4380v -3.2759 c 0.0000,-0.3238 0.0000,-0.5523 -0.2095 -0.5523ZM 78.5286,117.1193 ZM 79.0714,116.7289 c 0.0000,-0.2762 0.2285,-0.5047 0.5047 -0.5047c 0.2762,-0.0000 0.5047,0.2285 0.5047 0.5047c 0.0000,0.2762 -0.2285,0.5047 -0.5047 0.5047c -0.2762,-0.0000 -0.5047,-0.2285 -0.5047 -0.5047ZM 80.6141,117.1193 ZM 82.6996,111.9484 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 82.6996,111.9484 ZM 82.6616,117.2336 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.9385,117.1193 h 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 74.3577,131.4755 ZM 76.4431,126.3046 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 76.4431,126.3046 ZM 76.4051,131.5898 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473ZM 78.5286,131.4755 ZM 79.0714,131.0851 c 0.0000,-0.2762 0.2285,-0.5047 0.5047 -0.5047c 0.2762,-0.0000 0.5047,0.2285 0.5047 0.5047c 0.0000,0.2762 -0.2285,0.5047 -0.5047 0.5047c -0.2762,-0.0000 -0.5047,-0.2285 -0.5047 -0.5047ZM 80.6141,131.4755 ZM 82.7282,126.1999 c -0.5428,-0.0000 -0.8951,0.4285 -0.8951 0.8475c 0.0000,0.2762 0.1143,0.6095 0.6856 0.9809l 0.2762,0.1714 c 0.2476,-0.1809 0.8285,-0.6190 0.8285 -1.1046c 0.0000,-0.4190 -0.3047,-0.8951 -0.8951 -0.8951ZM 82.7282,126.1999 ZM 84.1852,127.1045 c 0.0000,0.5809 -0.6571,1.0380 -1.0570 1.3046l 0.5523,0.3619 c 0.4666,0.3047 0.7047,0.7237 0.7047 1.2475c 0.0000,0.6856 -0.5618,1.5713 -1.7427 1.5713c -0.9523,-0.0000 -1.6094,-0.5047 -1.6094 -1.4284c 0.0000,-0.3523 0.1524,-0.7618 0.5238 -1.0856c 0.2285,-0.2000 0.4285,-0.3714 0.6571 -0.5428l -0.1619,-0.0952 c -0.5523,-0.3428 -0.8285,-0.7142 -0.8285 -1.2189c 0.0000,-0.6952 0.6285,-1.2475 1.5522 -1.2475c 0.8856,-0.0000 1.4094,0.4857 1.4094 1.1332ZM 84.1852,127.1045 ZM 82.6616,131.3231 c 0.4095,-0.0000 1.1237,-0.2190 1.1237 -1.1237c 0.0000,-0.4285 -0.2666,-0.8571 -0.8285 -1.1999l -0.4190,-0.2571 c -0.7713,0.5142 -0.9428,1.1523 -0.9428 1.4189c 0.0000,0.8094 0.6571,1.1618 1.0666 1.1618Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.9385,131.4755 h 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 74.3577,145.8317 ZM 76.4431,140.6608 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 76.4431,140.6608 ZM 76.4051,145.9460 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473ZM 78.5286,145.8317 ZM 79.0714,145.4413 c 0.0000,-0.2762 0.2285,-0.5047 0.5047 -0.5047c 0.2762,-0.0000 0.5047,0.2285 0.5047 0.5047c 0.0000,0.2762 -0.2285,0.5047 -0.5047 0.5047c -0.2762,-0.0000 -0.5047,-0.2285 -0.5047 -0.5047ZM 80.6141,145.8317 ZM 81.7188,143.3367 c -0.0095,0.0952 -0.0095,0.2381 -0.0095 0.3333c 0.0000,1.5998 0.7142,1.9998 1.1904 1.9998c 0.4380,-0.0000 0.9047,-0.4095 0.9047 -1.3999c 0.0000,-0.4476 -0.2285,-1.3618 -1.1427 -1.3618c -0.2000,-0.0000 -0.5618,0.0190 -0.9428 0.4285ZM 81.7188,143.3367 ZM 84.2138,140.5751 c -0.6190,0.0571 -1.1523,0.2190 -1.6094 0.6666c -0.4380,0.4285 -0.7523,1.0666 -0.8571 1.8284c 0.2190,-0.2666 0.7428,-0.4666 1.1046 -0.4666c 1.4094,-0.0000 1.5903,1.1618 1.5903 1.5998c 0.0000,0.6476 -0.3238,1.7427 -1.6379 1.7427c -0.6952,-0.0000 -1.7522,-0.4095 -1.7522 -2.3045c 0.0000,-0.8761 0.2952,-1.7332 0.9523 -2.3902c 0.6095,-0.6190 1.2475,-0.8761 2.1807 -0.9237Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.9385,145.8317 h 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 74.3577,160.1879 ZM 76.4431,155.0170 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 76.4431,155.0170 ZM 76.4051,160.3022 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473ZM 78.5286,160.1879 ZM 79.0714,159.7975 c 0.0000,-0.2762 0.2285,-0.5047 0.5047 -0.5047c 0.2762,-0.0000 0.5047,0.2285 0.5047 0.5047c 0.0000,0.2762 -0.2285,0.5047 -0.5047 0.5047c -0.2762,-0.0000 -0.5047,-0.2285 -0.5047 -0.5047ZM 80.6141,160.1879 ZM 83.0710,156.8073 c 0.0000,-0.0667 0.0095,-0.1428 0.0952 -0.1905c 0.1048,-0.0762 0.2762,-0.1619 0.4190 -0.1619c 0.1238,-0.0000 0.1333,0.1048 0.1333 0.2952v 1.5332 h 0.7713 l -0.0571,0.4476 h -0.7142 v 0.7904 c 0.0000,0.2666 0.0381,0.4000 0.3143 0.4000h 0.2571 c 0.0571,-0.0000 0.0667,0.0476 0.0667 0.0667v 0.2095 c 0.0000,-0.0000 -0.6095,-0.0190 -1.0094 -0.0190c -0.3619,-0.0000 -0.9237,0.0190 -0.9237 0.0190v -0.2095 c 0.0000,-0.0190 0.0095,-0.0667 0.0667 -0.0667h 0.2571 c 0.2952,-0.0000 0.3238,-0.1238 0.3238 -0.4000v -0.7904 h -1.8665 c -0.0381,-0.0000 -0.0571,-0.0190 -0.0857 -0.0571l -0.0762,-0.1048 l -0.1143,-0.2000 c -0.0095,-0.0000 -0.0095,-0.0095 -0.0095 -0.0190c 0.0000,-0.0095 0.0095,-0.0190 0.0190 -0.0286c 0.6190,-0.6856 1.7141,-2.8092 2.0569 -3.5901c 0.0095,-0.0381 0.0286,-0.0476 0.0667 -0.0476c 0.0095,-0.0000 0.2190,0.0857 0.3333 0.1048c -0.4285,1.1523 -1.1332,2.3902 -1.8284 3.4949h 1.5046 v -1.4760 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.9385,160.1879 h 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 74.3577,174.5441 ZM 76.4431,169.3732 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 76.4431,169.3732 ZM 76.4051,174.6584 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473ZM 78.5286,174.5441 ZM 79.0714,174.1537 c 0.0000,-0.2762 0.2285,-0.5047 0.5047 -0.5047c 0.2762,-0.0000 0.5047,0.2285 0.5047 0.5047c 0.0000,0.2762 -0.2285,0.5047 -0.5047 0.5047c -0.2762,-0.0000 -0.5047,-0.2285 -0.5047 -0.5047ZM 80.6141,174.5441 ZM 81.1665,170.3255 c 0.0000,-0.5428 0.5238,-1.2856 1.5237 -1.2856c 0.7333,-0.0000 1.5903,0.2762 1.5903 1.3713c 0.0000,0.7237 -0.3714,1.0856 -0.8856 1.5808l -0.9047,0.8761 c -0.0476,0.0476 -0.6856,0.6761 -0.6856 1.1237h 1.6189 c 0.3238,-0.0000 0.4952,-0.1619 0.6285 -0.6856l 0.2381,0.0381 l -0.1905,1.1999 h -2.9426 c 0.0000,-0.5333 0.0857,-0.9428 0.9713 -1.8474l 0.6666,-0.6571 c 0.5333,-0.5428 0.7523,-1.0094 0.7523 -1.5903c 0.0000,-0.8666 -0.5904,-1.1142 -0.9142 -1.1142c -0.6571,-0.0000 -0.8380,0.3428 -0.8380 0.5714c 0.0000,0.0762 0.0190,0.1524 0.0381 0.2190c 0.0190,0.0667 0.0381,0.1333 0.0381 0.2095c 0.0000,0.2476 -0.1905,0.3428 -0.3428 0.3428c -0.2095,-0.0000 -0.3619,-0.1619 -0.3619 -0.3523Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.9385,174.5441 h 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 74.3577,188.9003 ZM 76.4431,183.7294 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 76.4431,183.7294 ZM 76.4051,189.0146 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473ZM 78.5286,188.9003 ZM 79.0714,188.5099 c 0.0000,-0.2762 0.2285,-0.5047 0.5047 -0.5047c 0.2762,-0.0000 0.5047,0.2285 0.5047 0.5047c 0.0000,0.2762 -0.2285,0.5047 -0.5047 0.5047c -0.2762,-0.0000 -0.5047,-0.2285 -0.5047 -0.5047ZM 80.6141,188.9003 ZM 82.6996,183.7294 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 82.6996,183.7294 ZM 82.6616,189.0146 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.9385,188.9003 h 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1866,203.2565 ZM 73.7958,201.0092 h -2.1522 c -0.0857,-0.0000 -0.1428,-0.0762 -0.1428 -0.1619c 0.0000,-0.1524 0.1238,-0.3523 0.2381 -0.3523h 2.1807 c 0.0952,-0.0000 0.1333,0.0857 0.1333 0.1714c 0.0000,0.1048 -0.1333,0.3428 -0.2571 0.3428ZM 74.3577,203.2565 ZM 76.4431,198.0856 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 76.4431,198.0856 ZM 76.4051,203.3708 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473ZM 78.5286,203.2565 ZM 79.0714,202.8661 c 0.0000,-0.2762 0.2285,-0.5047 0.5047 -0.5047c 0.2762,-0.0000 0.5047,0.2285 0.5047 0.5047c 0.0000,0.2762 -0.2285,0.5047 -0.5047 0.5047c -0.2762,-0.0000 -0.5047,-0.2285 -0.5047 -0.5047ZM 80.6141,203.2565 ZM 81.1665,199.0379 c 0.0000,-0.5428 0.5238,-1.2856 1.5237 -1.2856c 0.7333,-0.0000 1.5903,0.2762 1.5903 1.3713c 0.0000,0.7237 -0.3714,1.0856 -0.8856 1.5808l -0.9047,0.8761 c -0.0476,0.0476 -0.6856,0.6761 -0.6856 1.1237h 1.6189 c 0.3238,-0.0000 0.4952,-0.1619 0.6285 -0.6856l 0.2381,0.0381 l -0.1905,1.1999 h -2.9426 c 0.0000,-0.5333 0.0857,-0.9428 0.9713 -1.8474l 0.6666,-0.6571 c 0.5333,-0.5428 0.7523,-1.0094 0.7523 -1.5903c 0.0000,-0.8666 -0.5904,-1.1142 -0.9142 -1.1142c -0.6571,-0.0000 -0.8380,0.3428 -0.8380 0.5714c 0.0000,0.0762 0.0190,0.1524 0.0381 0.2190c 0.0190,0.0667 0.0381,0.1333 0.0381 0.2095c 0.0000,0.2476 -0.1905,0.3428 -0.3428 0.3428c -0.2095,-0.0000 -0.3619,-0.1619 -0.3619 -0.3523Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.9385,203.2565 h 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1866,217.6127 ZM 73.7958,215.3654 h -2.1522 c -0.0857,-0.0000 -0.1428,-0.0762 -0.1428 -0.1619c 0.0000,-0.1524 0.1238,-0.3523 0.2381 -0.3523h 2.1807 c 0.0952,-0.0000 0.1333,0.0857 0.1333 0.1714c 0.0000,0.1048 -0.1333,0.3428 -0.2571 0.3428ZM 74.3577,217.6127 ZM 76.4431,212.4419 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 76.4431,212.4419 ZM 76.4051,217.7270 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473ZM 78.5286,217.6127 ZM 79.0714,217.2223 c 0.0000,-0.2762 0.2285,-0.5047 0.5047 -0.5047c 0.2762,-0.0000 0.5047,0.2285 0.5047 0.5047c 0.0000,0.2762 -0.2285,0.5047 -0.5047 0.5047c -0.2762,-0.0000 -0.5047,-0.2285 -0.5047 -0.5047ZM 80.6141,217.6127 ZM 83.0710,214.2321 c 0.0000,-0.0667 0.0095,-0.1428 0.0952 -0.1905c 0.1048,-0.0762 0.2762,-0.1619 0.4190 -0.1619c 0.1238,-0.0000 0.1333,0.1048 0.1333 0.2952v 1.5332 h 0.7713 l -0.0571,0.4476 h -0.7142 v 0.7904 c 0.0000,0.2666 0.0381,0.4000 0.3143 0.4000h 0.2571 c 0.0571,-0.0000 0.0667,0.0476 0.0667 0.0667v 0.2095 c 0.0000,-0.0000 -0.6095,-0.0190 -1.0094 -0.0190c -0.3619,-0.0000 -0.9237,0.0190 -0.9237 0.0190v -0.2095 c 0.0000,-0.0190 0.0095,-0.0667 0.0667 -0.0667h 0.2571 c 0.2952,-0.0000 0.3238,-0.1238 0.3238 -0.4000v -0.7904 h -1.8665 c -0.0381,-0.0000 -0.0571,-0.0190 -0.0857 -0.0571l -0.0762,-0.1048 l -0.1143,-0.2000 c -0.0095,-0.0000 -0.0095,-0.0095 -0.0095 -0.0190c 0.0000,-0.0095 0.0095,-0.0190 0.0190 -0.0286c 0.6190,-0.6856 1.7141,-2.8092 2.0569 -3.5901c 0.0095,-0.0381 0.0286,-0.0476 0.0667 -0.0476c 0.0095,-0.0000 0.2190,0.0857 0.3333 0.1048c -0.4285,1.1523 -1.1332,2.3902 -1.8284 3.4949h 1.5046 v -1.4760 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.9385,217.6127 h 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1866,231.9690 ZM 73.7958,229.7216 h -2.1522 c -0.0857,-0.0000 -0.1428,-0.0762 -0.1428 -0.1619c 0.0000,-0.1524 0.1238,-0.3523 0.2381 -0.3523h 2.1807 c 0.0952,-0.0000 0.1333,0.0857 0.1333 0.1714c 0.0000,0.1048 -0.1333,0.3428 -0.2571 0.3428ZM 74.3577,231.9690 ZM 76.4431,226.7981 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 76.4431,226.7981 ZM 76.4051,232.0832 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473ZM 78.5286,231.9690 ZM 79.0714,231.5785 c 0.0000,-0.2762 0.2285,-0.5047 0.5047 -0.5047c 0.2762,-0.0000 0.5047,0.2285 0.5047 0.5047c 0.0000,0.2762 -0.2285,0.5047 -0.5047 0.5047c -0.2762,-0.0000 -0.5047,-0.2285 -0.5047 -0.5047ZM 80.6141,231.9690 ZM 81.7188,229.4740 c -0.0095,0.0952 -0.0095,0.2381 -0.0095 0.3333c 0.0000,1.5998 0.7142,1.9998 1.1904 1.9998c 0.4380,-0.0000 0.9047,-0.4095 0.9047 -1.3999c 0.0000,-0.4476 -0.2285,-1.3618 -1.1427 -1.3618c -0.2000,-0.0000 -0.5618,0.0190 -0.9428 0.4285ZM 81.7188,229.4740 ZM 84.2138,226.7124 c -0.6190,0.0571 -1.1523,0.2190 -1.6094 0.6666c -0.4380,0.4285 -0.7523,1.0666 -0.8571 1.8284c 0.2190,-0.2666 0.7428,-0.4666 1.1046 -0.4666c 1.4094,-0.0000 1.5903,1.1618 1.5903 1.5998c 0.0000,0.6476 -0.3238,1.7427 -1.6379 1.7427c -0.6952,-0.0000 -1.7522,-0.4095 -1.7522 -2.3045c 0.0000,-0.8761 0.2952,-1.7332 0.9523 -2.3902c 0.6095,-0.6190 1.2475,-0.8761 2.1807 -0.9237Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.9385,231.9690 h 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1866,246.3252 ZM 73.7958,244.0778 h -2.1522 c -0.0857,-0.0000 -0.1428,-0.0762 -0.1428 -0.1619c 0.0000,-0.1524 0.1238,-0.3523 0.2381 -0.3523h 2.1807 c 0.0952,-0.0000 0.1333,0.0857 0.1333 0.1714c 0.0000,0.1048 -0.1333,0.3428 -0.2571 0.3428ZM 74.3577,246.3252 ZM 76.4431,241.1543 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 76.4431,241.1543 ZM 76.4051,246.4394 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473ZM 78.5286,246.3252 ZM 79.0714,245.9347 c 0.0000,-0.2762 0.2285,-0.5047 0.5047 -0.5047c 0.2762,-0.0000 0.5047,0.2285 0.5047 0.5047c 0.0000,0.2762 -0.2285,0.5047 -0.5047 0.5047c -0.2762,-0.0000 -0.5047,-0.2285 -0.5047 -0.5047ZM 80.6141,246.3252 ZM 82.7282,241.0495 c -0.5428,-0.0000 -0.8951,0.4285 -0.8951 0.8475c 0.0000,0.2762 0.1143,0.6095 0.6856 0.9809l 0.2762,0.1714 c 0.2476,-0.1809 0.8285,-0.6190 0.8285 -1.1046c 0.0000,-0.4190 -0.3047,-0.8951 -0.8951 -0.8951ZM 82.7282,241.0495 ZM 84.1852,241.9542 c 0.0000,0.5809 -0.6571,1.0380 -1.0570 1.3046l 0.5523,0.3619 c 0.4666,0.3047 0.7047,0.7237 0.7047 1.2475c 0.0000,0.6856 -0.5618,1.5713 -1.7427 1.5713c -0.9523,-0.0000 -1.6094,-0.5047 -1.6094 -1.4284c 0.0000,-0.3523 0.1524,-0.7618 0.5238 -1.0856c 0.2285,-0.2000 0.4285,-0.3714 0.6571 -0.5428l -0.1619,-0.0952 c -0.5523,-0.3428 -0.8285,-0.7142 -0.8285 -1.2189c 0.0000,-0.6952 0.6285,-1.2475 1.5522 -1.2475c 0.8856,-0.0000 1.4094,0.4857 1.4094 1.1332ZM 84.1852,241.9542 ZM 82.6616,246.1728 c 0.4095,-0.0000 1.1237,-0.2190 1.1237 -1.1237c 0.0000,-0.4285 -0.2666,-0.8571 -0.8285 -1.1999l -0.4190,-0.2571 c -0.7713,0.5142 -0.9428,1.1523 -0.9428 1.4189c 0.0000,0.8094 0.6571,1.1618 1.0666 1.1618Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 86.9385,246.3252 h 4.3067 "/></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 538.3560,273.6459 l -0.0000,-2.8711 h -430.6697 l -0.0000,2.8711 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 532.0995,285.7483 ZM 533.8898,281.2059 c -0.1809,-0.0000 -0.5999,0.1714 -0.8094 0.2666l -0.1143,-0.2952 c 0.8380,-0.3904 1.1618,-0.5904 1.6379 -0.9332h 0.1809 v 4.7900 c 0.0000,0.3428 0.0476,0.4380 0.3619 0.4380h 0.4952 c 0.0286,-0.0000 0.0762,0.0190 0.0762 0.0762v 0.2095 l -1.3046,-0.0190 l -1.3237,0.0190 v -0.2095 c 0.0095,-0.0286 0.0190,-0.0762 0.0762 -0.0762h 0.5714 c 0.3619,-0.0000 0.3619,-0.1619 0.3619 -0.4380v -3.2759 c 0.0000,-0.3238 0.0000,-0.5523 -0.2095 -0.5523ZM 536.2705,285.7483 ZM 538.3560,280.5774 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 538.3560,280.5774 ZM 538.3179,285.8625 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473ZM 540.4415,285.7483 ZM 542.5270,280.5774 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 542.5270,280.5774 ZM 542.4889,285.8625 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 538.3560,270.7748 v 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1180,285.7483 ZM 494.1558,282.8533 c 0.0000,-0.0952 0.0095,-0.2381 0.0095 -0.3333c 0.0000,-1.5998 -0.7142,-1.9998 -1.1999 -1.9998c -0.4380,-0.0000 -0.8951,0.4095 -0.8951 1.3999c 0.0000,0.4571 0.2285,1.3618 1.1332 1.3618c 0.2000,-0.0000 0.5618,-0.0190 0.9523 -0.4285ZM 494.1558,282.8533 ZM 491.6513,285.6149 c 0.6285,-0.0571 1.1523,-0.2190 1.6189 -0.6666c 0.4285,-0.4285 0.7428,-1.0666 0.8571 -1.8284c -0.2190,0.2666 -0.7523,0.4666 -1.1046 0.4666c -1.4094,-0.0000 -1.5998,-1.1618 -1.5998 -1.5998c 0.0000,-0.6476 0.3238,-1.7427 1.6379 -1.7427c 0.7047,-0.0000 1.7617,0.4095 1.7617 2.3045c 0.0000,0.8761 -0.3047,1.7332 -0.9523 2.3902c -0.6095,0.6190 -1.2570,0.8761 -2.1902 0.9237ZM 495.2890,285.7483 ZM 497.3745,280.5774 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 497.3745,280.5774 ZM 497.3364,285.8625 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 495.2890,270.7748 v 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 448.0511,285.7483 ZM 450.1651,280.4726 c -0.5428,-0.0000 -0.8951,0.4285 -0.8951 0.8475c 0.0000,0.2762 0.1143,0.6095 0.6856 0.9809l 0.2762,0.1714 c 0.2476,-0.1809 0.8285,-0.6190 0.8285 -1.1046c 0.0000,-0.4190 -0.3047,-0.8951 -0.8951 -0.8951ZM 450.1651,280.4726 ZM 451.6221,281.3773 c 0.0000,0.5809 -0.6571,1.0380 -1.0570 1.3046l 0.5523,0.3619 c 0.4666,0.3047 0.7047,0.7237 0.7047 1.2475c 0.0000,0.6856 -0.5618,1.5713 -1.7427 1.5713c -0.9523,-0.0000 -1.6094,-0.5047 -1.6094 -1.4284c 0.0000,-0.3523 0.1524,-0.7618 0.5238 -1.0856c 0.2285,-0.2000 0.4285,-0.3714 0.6571 -0.5428l -0.1619,-0.0952 c -0.5523,-0.3428 -0.8285,-0.7142 -0.8285 -1.2189c 0.0000,-0.6952 0.6285,-1.2475 1.5522 -1.2475c 0.8856,-0.0000 1.4094,0.4857 1.4094 1.1332ZM 451.6221,281.3773 ZM 450.0985,285.5959 c 0.4095,-0.0000 1.1237,-0.2190 1.1237 -1.1237c 0.0000,-0.4285 -0.2666,-0.8571 -0.8285 -1.1999l -0.4190,-0.2571 c -0.7713,0.5142 -0.9428,1.1523 -0.9428 1.4189c 0.0000,0.8094 0.6571,1.1618 1.0666 1.1618ZM 452.2221,285.7483 ZM 454.3076,280.5774 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 454.3076,280.5774 ZM 454.2695,285.8625 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 452.2221,270.7748 v 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.9841,285.7483 ZM 406.4125,280.9107 c -0.4190,-0.0000 -0.5618,0.1714 -0.7428 0.6571l -0.2476,-0.0381 c 0.1143,-0.3904 0.2095,-0.7523 0.2381 -1.2856h 0.2000 c 0.0381,0.0571 0.0667,0.1048 0.2857 0.1048h 1.8093 c 0.3428,-0.0000 0.5428,-0.0095 0.6952 -0.0571l 0.1428,0.0667 c -1.0094,2.4569 -1.5427,3.9424 -2.0569 5.4756l -0.6190,0.0286 l -0.0286,-0.0571 c 0.6095,-1.3713 1.3332,-3.1425 2.0379 -4.8947h -1.7141 ZM 409.1551,285.7483 ZM 411.2406,280.5774 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 411.2406,280.5774 ZM 411.2025,285.8625 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 409.1551,270.7748 v 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9171,285.7483 ZM 363.0218,283.2533 c -0.0095,0.0952 -0.0095,0.2381 -0.0095 0.3333c 0.0000,1.5998 0.7142,1.9998 1.1904 1.9998c 0.4380,-0.0000 0.9047,-0.4095 0.9047 -1.3999c 0.0000,-0.4476 -0.2285,-1.3618 -1.1427 -1.3618c -0.2000,-0.0000 -0.5618,0.0190 -0.9428 0.4285ZM 363.0218,283.2533 ZM 365.5168,280.4917 c -0.6190,0.0571 -1.1523,0.2190 -1.6094 0.6666c -0.4380,0.4285 -0.7523,1.0666 -0.8571 1.8284c 0.2190,-0.2666 0.7428,-0.4666 1.1046 -0.4666c 1.4094,-0.0000 1.5903,1.1618 1.5903 1.5998c 0.0000,0.6476 -0.3238,1.7427 -1.6379 1.7427c -0.6952,-0.0000 -1.7522,-0.4095 -1.7522 -2.3045c 0.0000,-0.8761 0.2952,-1.7332 0.9523 -2.3902c 0.6095,-0.6190 1.2475,-0.8761 2.1807 -0.9237ZM 366.0881,285.7483 ZM 368.1736,280.5774 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 368.1736,280.5774 ZM 368.1355,285.8625 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 366.0881,270.7748 v 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.8502,285.7483 ZM 321.7927,284.1389 c 0.0000,-0.9809 -0.5333,-1.4665 -1.1237 -1.4665c -0.4380,-0.0000 -0.7713,0.0667 -1.1427 0.2190l 0.3047,-2.5997 c 0.3143,0.0286 0.6380,0.0381 0.9713 0.0381c 0.4761,-0.0000 0.9713,-0.0286 1.4856 -0.0857l 0.0571,0.0286 l -0.1428,0.6190 c -0.3714,0.0381 -0.6761,0.0476 -0.9428 0.0476c -0.4285,-0.0000 -0.7523,-0.0381 -1.0856 -0.0762l -0.1809,1.5046 c 0.2000,-0.0762 0.5428,-0.1428 0.9142 -0.1428c 1.0094,-0.0000 1.5713,0.8761 1.5713 1.7522c 0.0000,1.0666 -0.7428,1.8855 -1.8189 1.8855c -0.5428,-0.0000 -1.3332,-0.3047 -1.3332 -0.6761c 0.0000,-0.1809 0.1524,-0.3047 0.3238 -0.3047c 0.1905,-0.0000 0.3143,0.1428 0.4285 0.2952c 0.1428,0.1714 0.2952,0.3619 0.5999 0.3619c 0.6095,-0.0000 1.1142,-0.5714 1.1142 -1.3999ZM 323.0212,285.7483 ZM 325.1067,280.5774 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 325.1067,280.5774 ZM 325.0686,285.8625 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 323.0212,270.7748 v 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7832,285.7483 ZM 278.2401,282.3677 c 0.0000,-0.0667 0.0095,-0.1428 0.0952 -0.1905c 0.1048,-0.0762 0.2762,-0.1619 0.4190 -0.1619c 0.1238,-0.0000 0.1333,0.1048 0.1333 0.2952v 1.5332 h 0.7713 l -0.0571,0.4476 h -0.7142 v 0.7904 c 0.0000,0.2666 0.0381,0.4000 0.3143 0.4000h 0.2571 c 0.0571,-0.0000 0.0667,0.0476 0.0667 0.0667v 0.2095 c 0.0000,-0.0000 -0.6095,-0.0190 -1.0094 -0.0190c -0.3619,-0.0000 -0.9237,0.0190 -0.9237 0.0190v -0.2095 c 0.0000,-0.0190 0.0095,-0.0667 0.0667 -0.0667h 0.2571 c 0.2952,-0.0000 0.3238,-0.1238 0.3238 -0.4000v -0.7904 h -1.8665 c -0.0381,-0.0000 -0.0571,-0.0190 -0.0857 -0.0571l -0.0762,-0.1048 l -0.1143,-0.2000 c -0.0095,-0.0000 -0.0095,-0.0095 -0.0095 -0.0190c 0.0000,-0.0095 0.0095,-0.0190 0.0190 -0.0286c 0.6190,-0.6856 1.7141,-2.8092 2.0569 -3.5901c 0.0095,-0.0381 0.0286,-0.0476 0.0667 -0.0476c 0.0095,-0.0000 0.2190,0.0857 0.3333 0.1048c -0.4285,1.1523 -1.1332,2.3902 -1.8284 3.4949h 1.5046 v -1.4760 ZM 279.9542,285.7483 ZM 282.0397,280.5774 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 282.0397,280.5774 ZM 282.0016,285.8625 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 279.9542,270.7748 v 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7162,285.7483 ZM 234.7732,280.5393 c -0.2381,-0.0000 -0.9332,0.1333 -0.9332 0.7142c 0.0000,0.1714 -0.0667,0.4666 -0.3238 0.4666c -0.2476,-0.0000 -0.2666,-0.2762 -0.2666 -0.3047c 0.0000,-0.2952 0.3904,-1.1713 1.7141 -1.1713c 0.9237,-0.0000 1.1999,0.5809 1.1999 0.9618c 0.0000,0.2381 -0.0762,0.7142 -0.9332 1.2570c 0.5333,0.0857 1.2380,0.4761 1.2380 1.4665c 0.0000,1.2570 -0.9523,1.9331 -2.0284 1.9331c -0.5428,-0.0000 -1.3046,-0.2381 -1.3046 -0.5999c 0.0000,-0.1428 0.1428,-0.3047 0.3333 -0.3047c 0.1809,-0.0000 0.2666,0.0952 0.3523 0.2190c 0.1048,0.1619 0.2762,0.3904 0.7333 0.3904c 0.3143,-0.0000 1.2094,-0.3143 1.2094 -1.5141c 0.0000,-1.0189 -0.7142,-1.1808 -1.2284 -1.1808c -0.0857,-0.0000 -0.1905,0.0190 -0.2952 0.0381l -0.0381,-0.2857 c 0.7333,-0.1238 1.3427,-0.8380 1.3427 -1.2761c 0.0000,-0.5428 -0.3809,-0.8094 -0.7713 -0.8094ZM 236.8872,285.7483 ZM 238.9727,280.5774 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 238.9727,280.5774 ZM 238.9346,285.8625 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 236.8872,270.7748 v 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.6493,285.7483 ZM 190.2016,281.5296 c 0.0000,-0.5428 0.5238,-1.2856 1.5237 -1.2856c 0.7333,-0.0000 1.5903,0.2762 1.5903 1.3713c 0.0000,0.7237 -0.3714,1.0856 -0.8856 1.5808l -0.9047,0.8761 c -0.0476,0.0476 -0.6856,0.6761 -0.6856 1.1237h 1.6189 c 0.3238,-0.0000 0.4952,-0.1619 0.6285 -0.6856l 0.2381,0.0381 l -0.1905,1.1999 h -2.9426 c 0.0000,-0.5333 0.0857,-0.9428 0.9713 -1.8474l 0.6666,-0.6571 c 0.5333,-0.5428 0.7523,-1.0094 0.7523 -1.5903c 0.0000,-0.8666 -0.5904,-1.1142 -0.9142 -1.1142c -0.6571,-0.0000 -0.8380,0.3428 -0.8380 0.5714c 0.0000,0.0762 0.0190,0.1524 0.0381 0.2190c 0.0190,0.0667 0.0381,0.1333 0.0381 0.2095c 0.0000,0.2476 -0.1905,0.3428 -0.3428 0.3428c -0.2095,-0.0000 -0.3619,-0.1619 -0.3619 -0.3523ZM 193.8203,285.7483 ZM 195.9058,280.5774 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 195.9058,280.5774 ZM 195.8677,285.8625 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 193.8203,270.7748 v 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 146.5823,285.7483 ZM 148.3726,281.2059 c -0.1809,-0.0000 -0.5999,0.1714 -0.8094 0.2666l -0.1143,-0.2952 c 0.8380,-0.3904 1.1618,-0.5904 1.6379 -0.9332h 0.1809 v 4.7900 c 0.0000,0.3428 0.0476,0.4380 0.3619 0.4380h 0.4952 c 0.0286,-0.0000 0.0762,0.0190 0.0762 0.0762v 0.2095 l -1.3046,-0.0190 l -1.3237,0.0190 v -0.2095 c 0.0095,-0.0286 0.0190,-0.0762 0.0762 -0.0762h 0.5714 c 0.3619,-0.0000 0.3619,-0.1619 0.3619 -0.4380v -3.2759 c 0.0000,-0.3238 0.0000,-0.5523 -0.2095 -0.5523ZM 150.7533,285.7483 ZM 152.8388,280.5774 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 152.8388,280.5774 ZM 152.8007,285.8625 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.7533,270.7748 v 4.3067 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.6008,285.7483 ZM 107.6863,280.5774 c -0.4095,-0.0000 -1.0094,0.4000 -1.0094 2.6188c 0.0000,0.7809 0.1428,2.3521 0.9809 2.3521c 0.1619,-0.0000 0.6190,-0.1048 0.8190 -0.8475c 0.1238,-0.4571 0.1905,-1.0285 0.1905 -1.8570c 0.0000,-1.2094 -0.3047,-1.8855 -0.5809 -2.1236c -0.1048,-0.0952 -0.2476,-0.1428 -0.4000 -0.1428ZM 107.6863,280.5774 ZM 107.6482,285.8625 c -1.0189,-0.0000 -1.7046,-1.3046 -1.7046 -2.7616c 0.0000,-1.7808 0.8475,-2.8568 1.7427 -2.8568c 0.4095,-0.0000 0.8190,0.2571 1.0951 0.6285c 0.4000,0.5333 0.6095,1.2475 0.6095 2.1426c 0.0000,2.1141 -1.0475,2.8473 -1.7427 2.8473Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.7244758103640314" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 107.6863,270.7748 v 4.3067 "/></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 540.4415,256.4192 l -0.0000,-143.5566 h -430.6697 l -0.0000,143.5566 Z"/></g></svg>
diff --git a/other/glyph_Example.svg b/other/glyph_Example.svg
new file mode 100644
--- /dev/null
+++ b/other/glyph_Example.svg
@@ -0,0 +1,3 @@
+<?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="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="1.5" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 250.0000,50.0000 c 0.0000,-27.6142 -22.3858,-50.0000 -50.0000 -50.0000c -27.6142,-0.0000 -50.0000,22.3858 -50.0000 50.0000c -0.0000,27.6142 22.3858,50.0000 50.0000 50.0000c 27.6142,0.0000 50.0000,-22.3858 50.0000 -50.0000Z"/></g></svg>
diff --git a/other/glyphsExample.svg b/other/glyphsExample.svg
new file mode 100644
--- /dev/null
+++ b/other/glyphsExample.svg
@@ -0,0 +1,3 @@
+<?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="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.9418607057297055" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 400.0000,71.1033 c 0.0000,-6.2523 -5.0685,-11.3208 -11.3208 -11.3208c -6.2523,-0.0000 -11.3208,5.0685 -11.3208 11.3208c -0.0000,6.2523 5.0685,11.3208 11.3208 11.3208c 6.2523,0.0000 11.3208,-5.0685 11.3208 -11.3208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.9418607057297055" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 362.2642,35.0226 c 0.0000,-6.2523 -5.0685,-11.3208 -11.3208 -11.3208c -6.2523,-0.0000 -11.3208,5.0685 -11.3208 11.3208c -0.0000,6.2523 5.0685,11.3208 11.3208 11.3208c 6.2523,0.0000 11.3208,-5.0685 11.3208 -11.3208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.9418607057297055" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 324.5283,13.2400 c 0.0000,-6.2523 -5.0685,-11.3208 -11.3208 -11.3208c -6.2523,-0.0000 -11.3208,5.0685 -11.3208 11.3208c -0.0000,6.2523 5.0685,11.3208 11.3208 11.3208c 6.2523,0.0000 11.3208,-5.0685 11.3208 -11.3208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.9418607057297055" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 286.7925,25.7823 c 0.0000,-6.2523 -5.0685,-11.3208 -11.3208 -11.3208c -6.2523,-0.0000 -11.3208,5.0685 -11.3208 11.3208c -0.0000,6.2523 5.0685,11.3208 11.3208 11.3208c 6.2523,0.0000 11.3208,-5.0685 11.3208 -11.3208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.9418607057297055" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 249.0566,61.1182 c 0.0000,-6.2523 -5.0685,-11.3208 -11.3208 -11.3208c -6.2523,-0.0000 -11.3208,5.0685 -11.3208 11.3208c -0.0000,6.2523 5.0685,11.3208 11.3208 11.3208c 6.2523,0.0000 11.3208,-5.0685 11.3208 -11.3208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.9418607057297055" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 211.3208,86.7600 c 0.0000,-6.2523 -5.0685,-11.3208 -11.3208 -11.3208c -6.2523,-0.0000 -11.3208,5.0685 -11.3208 11.3208c -0.0000,6.2523 5.0685,11.3208 11.3208 11.3208c 6.2523,0.0000 11.3208,-5.0685 11.3208 -11.3208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.9418607057297055" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.5849,79.1328 c 0.0000,-6.2523 -5.0685,-11.3208 -11.3208 -11.3208c -6.2523,-0.0000 -11.3208,5.0685 -11.3208 11.3208c -0.0000,6.2523 5.0685,11.3208 11.3208 11.3208c 6.2523,0.0000 11.3208,-5.0685 11.3208 -11.3208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.9418607057297055" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.8491,45.2489 c 0.0000,-6.2523 -5.0685,-11.3208 -11.3208 -11.3208c -6.2523,-0.0000 -11.3208,5.0685 -11.3208 11.3208c -0.0000,6.2523 5.0685,11.3208 11.3208 11.3208c 6.2523,0.0000 11.3208,-5.0685 11.3208 -11.3208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.9418607057297055" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 98.1132,16.2611 c 0.0000,-6.2523 -5.0685,-11.3208 -11.3208 -11.3208c -6.2523,-0.0000 -11.3208,5.0685 -11.3208 11.3208c -0.0000,6.2523 5.0685,11.3208 11.3208 11.3208c 6.2523,0.0000 11.3208,-5.0685 11.3208 -11.3208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.9418607057297055" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.3774,18.8206 c 0.0000,-6.2523 -5.0685,-11.3208 -11.3208 -11.3208c -6.2523,-0.0000 -11.3208,5.0685 -11.3208 11.3208c -0.0000,6.2523 5.0685,11.3208 11.3208 11.3208c 6.2523,0.0000 11.3208,-5.0685 11.3208 -11.3208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.9418607057297055" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 22.6415,50.5742 c 0.0000,-6.2523 -5.0685,-11.3208 -11.3208 -11.3208c -6.2523,-0.0000 -11.3208,5.0685 -11.3208 11.3208c -0.0000,6.2523 5.0685,11.3208 11.3208 11.3208c 6.2523,0.0000 11.3208,-5.0685 11.3208 -11.3208Z"/></g></svg>
diff --git a/other/histDiffExample.svg b/other/histDiffExample.svg
new file mode 100644
--- /dev/null
+++ b/other/histDiffExample.svg
@@ -0,0 +1,3 @@
+<?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="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="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.1370,472.7612 l -0.0000,-113.4138 h -5.6707 l -0.0000,113.4138 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.5449,364.3510 ZM 68.6639,354.1381 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.6639,354.1381 ZM 68.5887,364.5767 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 72.7829,364.3510 ZM 73.8550,363.5799 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 76.9019,364.3510 ZM 81.0209,354.1381 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.0209,354.1381 ZM 80.9457,364.5767 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.1399,364.3510 ZM 89.9925,357.6741 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.6310,364.3510 h 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5449,381.0295 ZM 68.6639,370.8166 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.6639,370.8166 ZM 68.5887,381.2552 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 72.7829,381.0295 ZM 73.8550,380.2584 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 76.9019,381.0295 ZM 81.0209,370.8166 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.0209,370.8166 ZM 80.9457,381.2552 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.1399,381.0295 ZM 89.2025,370.7414 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.6310,381.0295 h 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5449,397.7080 ZM 68.6639,387.4951 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.6639,387.4951 ZM 68.5887,397.9337 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 72.7829,397.7080 ZM 73.8550,396.9369 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 76.9019,397.7080 ZM 81.0209,387.4951 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.0209,387.4951 ZM 80.9457,397.9337 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.1399,397.7080 ZM 86.2308,389.3760 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.6310,397.7080 h 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5449,414.3865 ZM 68.6639,404.1736 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.6639,404.1736 ZM 68.5887,414.6122 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 72.7829,414.3865 ZM 73.8550,413.6154 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 76.9019,414.3865 ZM 81.0209,404.1736 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.0209,404.1736 ZM 80.9457,414.6122 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.1399,414.3865 ZM 88.6759,405.4150 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.6310,414.3865 h 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5449,431.0650 ZM 68.6639,420.8521 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.6639,420.8521 ZM 68.5887,431.2907 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 72.7829,431.0650 ZM 73.8550,430.2939 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 76.9019,431.0650 ZM 81.0209,420.8521 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.0209,420.8521 ZM 80.9457,431.2907 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.1399,431.0650 ZM 89.2589,420.8521 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.2589,420.8521 ZM 89.1837,431.2907 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.6310,431.0650 h 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2818,447.7435 ZM 63.4352,443.3047 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.5449,447.7435 ZM 68.6639,437.5306 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.6639,437.5306 ZM 68.5887,447.9692 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 72.7829,447.7435 ZM 73.8550,446.9724 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 76.9019,447.7435 ZM 81.0209,437.5306 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.0209,437.5306 ZM 80.9457,447.9692 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.1399,447.7435 ZM 88.6759,438.7720 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.6310,447.7435 h 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2818,464.4220 ZM 63.4352,459.9832 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.5449,464.4220 ZM 68.6639,454.2091 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.6639,454.2091 ZM 68.5887,464.6477 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 72.7829,464.4220 ZM 73.8550,463.6508 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 76.9019,464.4220 ZM 81.0209,454.2091 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.0209,454.2091 ZM 80.9457,464.6477 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.1399,464.4220 ZM 86.2308,456.0899 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.6310,464.4220 h 8.5060 "/></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.0305,483.8678 l -0.0000,-5.6707 h -425.3016 l -0.0000,5.6707 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 545.9115,507.7707 ZM 551.7233,504.5921 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 550.0305,478.1971 v 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3814,507.7707 ZM 508.2339,501.0938 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 507.5004,478.1971 v 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.8512,507.7707 ZM 464.9138,497.4826 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 464.9702,478.1971 v 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3210,507.7707 ZM 419.4119,499.4387 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 422.4401,478.1971 v 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7909,507.7707 ZM 379.3268,498.7992 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 379.9099,478.1971 v 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2607,507.7707 ZM 337.3797,497.5578 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.3797,497.5578 ZM 337.3045,507.9964 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 337.3797,478.1971 v 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5990,507.7707 ZM 292.7525,503.3320 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 293.8622,507.7707 ZM 297.3981,498.7992 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 294.8496,478.1971 v 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0688,507.7707 ZM 250.2223,503.3320 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.3320,507.7707 ZM 252.4229,499.4387 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.3194,478.1971 v 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5387,507.7707 ZM 207.6922,503.3320 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 208.8018,507.7707 ZM 212.8644,497.4826 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 209.7893,478.1971 v 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0085,507.7707 ZM 165.1620,503.3320 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.2717,507.7707 ZM 171.1242,501.0938 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 167.2591,478.1971 v 8.5060 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4784,507.7707 ZM 122.6318,503.3320 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 123.7415,507.7707 ZM 129.5533,504.5921 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 124.7290,478.1971 v 8.5060 "/></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 548.4647,466.8557 l -0.0000,-113.4138 h -425.3016 l -0.0000,113.4138 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 548.4647,425.1595 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 539.9587,425.1595 l -0.0000,1.6678 h -8.5060 l -0.0000,-1.6678 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 531.4527,425.1595 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 522.9466,425.1595 l -0.0000,3.3357 h -8.5060 l -0.0000,-3.3357 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 514.4406,425.1595 l -0.0000,5.0035 h -8.5060 l -0.0000,-5.0035 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 505.9346,425.1595 l -0.0000,6.6714 h -8.5060 l -0.0000,-6.6714 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 497.4285,425.1595 l -0.0000,5.0035 h -8.5060 l -0.0000,-5.0035 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 488.9225,425.1595 l -0.0000,3.3357 h -8.5060 l -0.0000,-3.3357 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.4165,425.1595 l -0.0000,3.3357 h -8.5060 l -0.0000,-3.3357 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 471.9105,425.1595 l -0.0000,5.0035 h -8.5060 l -0.0000,-5.0035 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 463.4044,425.1595 l -0.0000,5.0035 h -8.5060 l -0.0000,-5.0035 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.8984,425.1595 l -0.0000,15.0106 h -8.5060 l -0.0000,-15.0106 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 446.3924,425.1595 l -0.0000,20.0142 h -8.5060 l -0.0000,-20.0142 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.8863,425.1595 l -0.0000,10.0071 h -8.5060 l -0.0000,-10.0071 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 429.3803,425.1595 l -0.0000,21.6820 h -8.5060 l -0.0000,-21.6820 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 420.8743,425.1595 l -0.0000,16.6785 h -8.5060 l -0.0000,-16.6785 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.3682,425.1595 l -0.0000,-8.3392 h -8.5060 l -0.0000,8.3392 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 403.8622,425.1595 l -0.0000,11.6749 h -8.5060 l -0.0000,-11.6749 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 395.3562,425.1595 l -0.0000,16.6785 h -8.5060 l -0.0000,-16.6785 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 386.8501,425.1595 l -0.0000,-26.6856 h -8.5060 l -0.0000,26.6856 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 378.3441,425.1595 l -0.0000,-18.3463 h -8.5060 l -0.0000,18.3463 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 369.8381,425.1595 l -0.0000,-8.3392 h -8.5060 l -0.0000,8.3392 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.3320,425.1595 l -0.0000,-36.6927 h -8.5060 l -0.0000,36.6927 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 352.8260,425.1595 l -0.0000,-51.7033 h -8.5060 l -0.0000,51.7033 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 344.3200,425.1595 l -0.0000,-71.7175 h -8.5060 l -0.0000,71.7175 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 335.8140,425.1595 l -0.0000,-33.3570 h -8.5060 l -0.0000,33.3570 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.3079,425.1595 l -0.0000,-18.3463 h -8.5060 l -0.0000,18.3463 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.8019,425.1595 l -0.0000,-15.0106 h -8.5060 l -0.0000,15.0106 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.2959,425.1595 l -0.0000,-40.0284 h -8.5060 l -0.0000,40.0284 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.7898,425.1595 l -0.0000,-40.0284 h -8.5060 l -0.0000,40.0284 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 293.2838,425.1595 l -0.0000,-8.3392 h -8.5060 l -0.0000,8.3392 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.7778,425.1595 l -0.0000,6.6714 h -8.5060 l -0.0000,-6.6714 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 276.2717,425.1595 l -0.0000,30.0213 h -8.5060 l -0.0000,-30.0213 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7657,425.1595 l -0.0000,28.3534 h -8.5060 l -0.0000,-28.3534 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 259.2597,425.1595 l -0.0000,41.6962 h -8.5060 l -0.0000,-41.6962 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 250.7536,425.1595 l -0.0000,11.6749 h -8.5060 l -0.0000,-11.6749 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.2476,425.1595 l -0.0000,8.3392 h -8.5060 l -0.0000,-8.3392 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 233.7416,425.1595 l -0.0000,10.0071 h -8.5060 l -0.0000,-10.0071 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.2355,425.1595 l -0.0000,11.6749 h -8.5060 l -0.0000,-11.6749 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 216.7295,425.1595 l -0.0000,21.6820 h -8.5060 l -0.0000,-21.6820 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.2235,425.1595 l -0.0000,15.0106 h -8.5060 l -0.0000,-15.0106 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 199.7175,425.1595 l -0.0000,13.3428 h -8.5060 l -0.0000,-13.3428 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.2114,425.1595 l -0.0000,15.0106 h -8.5060 l -0.0000,-15.0106 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 182.7054,425.1595 l -0.0000,6.6714 h -8.5060 l -0.0000,-6.6714 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 174.1994,425.1595 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.6933,425.1595 l -0.0000,1.6678 h -8.5060 l -0.0000,-1.6678 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.1873,425.1595 l -0.0000,3.3357 h -8.5060 l -0.0000,-3.3357 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 148.6813,425.1595 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 140.1752,425.1595 l -0.0000,1.6678 h -8.5060 l -0.0000,-1.6678 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(224,135,59)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 131.6692,425.1595 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 548.4647,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 539.9587,341.2752 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 531.4527,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 522.9466,341.2752 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 514.4406,341.2752 l -0.0000,-8.5060 h -8.5060 l -0.0000,8.5060 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 505.9346,341.2752 l -0.0000,-11.3414 h -8.5060 l -0.0000,11.3414 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 497.4285,341.2752 l -0.0000,-8.5060 h -8.5060 l -0.0000,8.5060 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 488.9225,341.2752 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.4165,341.2752 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 471.9105,341.2752 l -0.0000,-11.3414 h -8.5060 l -0.0000,11.3414 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 463.4044,341.2752 l -0.0000,-11.3414 h -8.5060 l -0.0000,11.3414 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.8984,341.2752 l -0.0000,-31.1888 h -8.5060 l -0.0000,31.1888 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 446.3924,341.2752 l -0.0000,-39.6948 h -8.5060 l -0.0000,39.6948 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.8863,341.2752 l -0.0000,-34.0241 h -8.5060 l -0.0000,34.0241 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 429.3803,341.2752 l -0.0000,-59.5422 h -8.5060 l -0.0000,59.5422 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 420.8743,341.2752 l -0.0000,-76.5543 h -8.5060 l -0.0000,76.5543 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.3682,341.2752 l -0.0000,-53.8715 h -8.5060 l -0.0000,53.8715 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 403.8622,341.2752 l -0.0000,-96.4017 h -8.5060 l -0.0000,96.4017 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 395.3562,341.2752 l -0.0000,-113.4138 h -8.5060 l -0.0000,113.4138 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 386.8501,341.2752 l -0.0000,-107.7431 h -8.5060 l -0.0000,107.7431 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 378.3441,341.2752 l -0.0000,-121.9198 h -8.5060 l -0.0000,121.9198 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 369.8381,341.2752 l -0.0000,-144.6025 h -8.5060 l -0.0000,144.6025 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.3320,341.2752 l -0.0000,-119.0844 h -8.5060 l -0.0000,119.0844 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 352.8260,341.2752 l -0.0000,-127.5905 h -8.5060 l -0.0000,127.5905 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 344.3200,341.2752 l -0.0000,-161.6146 h -8.5060 l -0.0000,161.6146 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 335.8140,341.2752 l -0.0000,-158.7793 h -8.5060 l -0.0000,158.7793 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.3079,341.2752 l -0.0000,-164.4499 h -8.5060 l -0.0000,164.4499 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.8019,341.2752 l -0.0000,-144.6025 h -8.5060 l -0.0000,144.6025 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.2959,341.2752 l -0.0000,-110.5784 h -8.5060 l -0.0000,110.5784 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.7898,341.2752 l -0.0000,-107.7431 h -8.5060 l -0.0000,107.7431 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 293.2838,341.2752 l -0.0000,-99.2370 h -8.5060 l -0.0000,99.2370 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.7778,341.2752 l -0.0000,-99.2370 h -8.5060 l -0.0000,99.2370 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 276.2717,341.2752 l -0.0000,-116.2491 h -8.5060 l -0.0000,116.2491 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7657,341.2752 l -0.0000,-90.7310 h -8.5060 l -0.0000,90.7310 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 259.2597,341.2752 l -0.0000,-99.2370 h -8.5060 l -0.0000,99.2370 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 250.7536,341.2752 l -0.0000,-56.7069 h -8.5060 l -0.0000,56.7069 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.2476,341.2752 l -0.0000,-31.1888 h -8.5060 l -0.0000,31.1888 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 233.7416,341.2752 l -0.0000,-34.0241 h -8.5060 l -0.0000,34.0241 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.2355,341.2752 l -0.0000,-28.3534 h -8.5060 l -0.0000,28.3534 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 216.7295,341.2752 l -0.0000,-36.8595 h -8.5060 l -0.0000,36.8595 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.2235,341.2752 l -0.0000,-25.5181 h -8.5060 l -0.0000,25.5181 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 199.7175,341.2752 l -0.0000,-22.6828 h -8.5060 l -0.0000,22.6828 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.2114,341.2752 l -0.0000,-25.5181 h -8.5060 l -0.0000,25.5181 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 182.7054,341.2752 l -0.0000,-11.3414 h -8.5060 l -0.0000,11.3414 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 174.1994,341.2752 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.6933,341.2752 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.1873,341.2752 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 148.6813,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 140.1752,341.2752 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(85,85,85)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 131.6692,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 548.4647,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 539.9587,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 531.4527,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 522.9466,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 514.4406,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 505.9346,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 497.4285,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 488.9225,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 480.4165,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 471.9105,341.2752 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 463.4044,341.2752 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 454.8984,341.2752 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 446.3924,341.2752 l -0.0000,-5.6707 h -8.5060 l -0.0000,5.6707 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.8863,341.2752 l -0.0000,-17.0121 h -8.5060 l -0.0000,17.0121 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 429.3803,341.2752 l -0.0000,-22.6828 h -8.5060 l -0.0000,22.6828 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 420.8743,341.2752 l -0.0000,-48.2008 h -8.5060 l -0.0000,48.2008 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 412.3682,341.2752 l -0.0000,-68.0483 h -8.5060 l -0.0000,68.0483 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 403.8622,341.2752 l -0.0000,-76.5543 h -8.5060 l -0.0000,76.5543 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 395.3562,341.2752 l -0.0000,-85.0603 h -8.5060 l -0.0000,85.0603 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 386.8501,341.2752 l -0.0000,-153.1086 h -8.5060 l -0.0000,153.1086 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 378.3441,341.2752 l -0.0000,-153.1086 h -8.5060 l -0.0000,153.1086 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 369.8381,341.2752 l -0.0000,-158.7793 h -8.5060 l -0.0000,158.7793 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.3320,341.2752 l -0.0000,-181.4620 h -8.5060 l -0.0000,181.4620 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 352.8260,341.2752 l -0.0000,-215.4861 h -8.5060 l -0.0000,215.4861 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 344.3200,341.2752 l -0.0000,-283.5344 h -8.5060 l -0.0000,283.5344 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 335.8140,341.2752 l -0.0000,-215.4861 h -8.5060 l -0.0000,215.4861 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 327.3079,341.2752 l -0.0000,-195.6387 h -8.5060 l -0.0000,195.6387 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.8019,341.2752 l -0.0000,-170.1206 h -8.5060 l -0.0000,170.1206 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 310.2959,341.2752 l -0.0000,-178.6267 h -8.5060 l -0.0000,178.6267 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 301.7898,341.2752 l -0.0000,-175.7913 h -8.5060 l -0.0000,175.7913 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 293.2838,341.2752 l -0.0000,-113.4138 h -8.5060 l -0.0000,113.4138 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 284.7778,341.2752 l -0.0000,-87.8957 h -8.5060 l -0.0000,87.8957 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 276.2717,341.2752 l -0.0000,-65.2129 h -8.5060 l -0.0000,65.2129 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.7657,341.2752 l -0.0000,-42.5302 h -8.5060 l -0.0000,42.5302 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 259.2597,341.2752 l -0.0000,-28.3534 h -8.5060 l -0.0000,28.3534 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 250.7536,341.2752 l -0.0000,-36.8595 h -8.5060 l -0.0000,36.8595 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.2476,341.2752 l -0.0000,-17.0121 h -8.5060 l -0.0000,17.0121 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 233.7416,341.2752 l -0.0000,-17.0121 h -8.5060 l -0.0000,17.0121 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.2355,341.2752 l -0.0000,-8.5060 h -8.5060 l -0.0000,8.5060 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 216.7295,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 208.2235,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 199.7175,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.2114,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 182.7054,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 174.1994,341.2752 l -0.0000,-2.8353 h -8.5060 l -0.0000,2.8353 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="2.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.6933,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.1873,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 148.6813,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 140.1752,341.2752 l -0.0000,-0.0000 h -8.5060 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.773639562685738" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 131.6692,341.2752 l -0.0000,-0.0000 h -8.5060 l -0.0000,0.0000 Z"/></g></svg>
diff --git a/other/hudExample.svg b/other/hudExample.svg
new file mode 100644
--- /dev/null
+++ b/other/hudExample.svg
@@ -0,0 +1,3 @@
+<?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="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="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.6361,219.6822 l -0.0000,-154.6592 h -3.0932 l -0.0000,154.6592 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.4425,65.0230 ZM 20.6893,59.4522 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.6893,59.4522 ZM 20.6483,65.1462 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 22.9361,65.0230 ZM 23.5209,64.6024 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.1829,65.0230 ZM 28.3530,63.2892 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.9964,65.0230 h 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4425,80.4890 ZM 20.6893,74.9181 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.6893,74.9181 ZM 20.6483,80.6121 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 22.9361,80.4890 ZM 23.5209,80.0683 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.1829,80.4890 ZM 27.8298,76.8469 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.9964,80.4890 h 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4425,95.9549 ZM 20.6893,90.3841 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.6893,90.3841 ZM 20.6483,96.0780 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 22.9361,95.9549 ZM 23.5209,95.5342 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.1829,95.9549 ZM 27.3989,90.3430 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.9964,95.9549 h 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4425,111.4208 ZM 20.6893,105.8500 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.6893,105.8500 ZM 20.6483,111.5439 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 22.9361,111.4208 ZM 23.5209,111.0002 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.1829,111.4208 ZM 25.7779,106.8759 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.9964,111.4208 h 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4425,126.8867 ZM 20.6893,121.3159 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.6893,121.3159 ZM 20.6483,127.0098 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 22.9361,126.8867 ZM 23.5209,126.4661 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.1829,126.8867 ZM 27.1117,121.9930 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.9964,126.8867 h 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4425,142.3526 ZM 20.6893,136.7818 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.6893,136.7818 ZM 20.6483,142.4758 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 22.9361,142.3526 ZM 23.5209,141.9320 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.1829,142.3526 ZM 27.4297,136.7818 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.4297,136.7818 ZM 27.3887,142.4758 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.9964,142.3526 h 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0262,157.8186 ZM 17.8372,155.3974 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.4425,157.8186 ZM 20.6893,152.2478 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.6893,152.2478 ZM 20.6483,157.9417 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 22.9361,157.8186 ZM 23.5209,157.3979 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.1829,157.8186 ZM 27.1117,152.9249 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.9964,157.8186 h 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0262,173.2845 ZM 17.8372,170.8633 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.4425,173.2845 ZM 20.6893,167.7137 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.6893,167.7137 ZM 20.6483,173.4076 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 22.9361,173.2845 ZM 23.5209,172.8638 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.1829,173.2845 ZM 25.7779,168.7396 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.9964,173.2845 h 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0262,188.7504 ZM 17.8372,186.3292 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.4425,188.7504 ZM 20.6893,183.1796 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.6893,183.1796 ZM 20.6483,188.8735 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 22.9361,188.7504 ZM 23.5209,188.3298 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.1829,188.7504 ZM 27.3989,183.1386 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.9964,188.7504 h 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0262,204.2163 ZM 17.8372,201.7951 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.4425,204.2163 ZM 20.6893,198.6455 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.6893,198.6455 ZM 20.6483,204.3394 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 22.9361,204.2163 ZM 23.5209,203.7957 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.1829,204.2163 ZM 27.8298,200.5743 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.9964,204.2163 h 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0262,219.6822 ZM 17.8372,217.2610 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.4425,219.6822 ZM 20.6893,214.1114 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.6893,214.1114 ZM 20.6483,219.8054 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 22.9361,219.6822 ZM 23.5209,219.2616 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.1829,219.6822 ZM 28.3530,217.9484 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 31.9964,219.6822 h 4.6398 "/></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.1365,225.9763 l -0.0000,-3.0932 h -231.9888 l -0.0000,3.0932 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.5195,239.0146 ZM 278.7663,233.4438 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.7663,233.4438 ZM 278.7253,239.1378 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.0131,239.0146 ZM 281.5979,238.5940 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.2599,239.0146 ZM 286.4300,237.2808 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 282.1365,222.8832 v 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3206,239.0146 ZM 255.5674,233.4438 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.5674,233.4438 ZM 255.5264,239.1378 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.8142,239.0146 ZM 258.3990,238.5940 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.0610,239.0146 ZM 262.7079,235.3726 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 258.9376,222.8832 v 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1217,239.0146 ZM 232.3685,233.4438 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.3685,233.4438 ZM 232.3275,239.1378 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.6153,239.0146 ZM 235.2001,238.5940 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.8621,239.0146 ZM 239.0781,233.4028 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 235.7387,222.8832 v 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9229,239.0146 ZM 209.1696,233.4438 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.1696,233.4438 ZM 209.1286,239.1378 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.4164,239.0146 ZM 212.0012,238.5940 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.6632,239.0146 ZM 214.2583,234.4698 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 212.5398,222.8832 v 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7240,239.0146 ZM 185.9708,233.4438 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 185.9708,233.4438 ZM 185.9297,239.1378 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.2176,239.0146 ZM 188.8023,238.5940 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.4643,239.0146 ZM 192.3931,234.1209 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 189.3410,222.8832 v 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5251,239.0146 ZM 162.7719,233.4438 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.7719,233.4438 ZM 162.7309,239.1378 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.0187,239.0146 ZM 165.6035,238.5940 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.2655,239.0146 ZM 169.5123,233.4438 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.5123,233.4438 ZM 169.4712,239.1378 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 166.1421,222.8832 v 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.6180,239.0146 ZM 138.4291,236.5934 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.0344,239.0146 ZM 141.2812,233.4438 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.2812,233.4438 ZM 141.2401,239.1378 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.5280,239.0146 ZM 144.1128,238.5940 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.7748,239.0146 ZM 147.7035,234.1209 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.9432,222.8832 v 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4192,239.0146 ZM 115.2302,236.5934 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.8355,239.0146 ZM 118.0823,233.4438 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.0823,233.4438 ZM 118.0413,239.1378 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.3291,239.0146 ZM 120.9139,238.5940 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.5759,239.0146 ZM 123.1709,234.4698 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 119.7443,222.8832 v 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2203,239.0146 ZM 92.0313,236.5934 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.6366,239.0146 ZM 94.8834,233.4438 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.8834,233.4438 ZM 94.8424,239.1378 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.1302,239.0146 ZM 97.7150,238.5940 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.3770,239.0146 ZM 101.5930,233.4028 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 96.5454,222.8832 v 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0214,239.0146 ZM 68.8325,236.5934 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.4378,239.0146 ZM 71.6845,233.4438 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.6845,233.4438 ZM 71.6435,239.1378 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 73.9313,239.0146 ZM 74.5161,238.5940 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.1781,239.0146 ZM 78.8250,235.3726 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 73.3466,222.8832 v 4.6398 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.8225,239.0146 ZM 45.6336,236.5934 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.2389,239.0146 ZM 48.4857,233.4438 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.4857,233.4438 ZM 48.4446,239.1378 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.7325,239.0146 ZM 51.3172,238.5940 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 52.9792,239.0146 ZM 56.1494,237.2808 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.239962023191193" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 50.1477,222.8832 v 4.6398 "/></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 281.2824,216.6968 l -0.0000,-154.6592 h -231.9888 l -0.0000,154.6592 Z"/></g></svg>
diff --git a/other/labelledBarExample.svg b/other/labelledBarExample.svg
new file mode 100644
--- /dev/null
+++ b/other/labelledBarExample.svg
@@ -0,0 +1,3 @@
+<?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 -46.8201 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 487.2805,279.7203 l -0.0000,-48.0206 h -46.8201 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 440.4604,279.7203 l -0.0000,-264.1136 h -46.8201 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 393.6403,327.7409 l -0.0000,-48.0206 h -46.8201 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 346.8201,279.7203 l -0.0000,-0.0000 h -46.8201 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 300.0000,279.7203 l -0.0000,-192.0826 h -46.8201 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 253.1799,279.7203 l -0.0000,-120.0516 h -46.8201 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 206.3597,279.7203 l -0.0000,-72.0310 h -46.8201 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 159.5396,279.7203 l -0.0000,-48.0206 h -46.8201 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 112.7195,279.7203 l -0.0000,-24.0103 h -46.8201 l -0.0000,24.0103 Z"/></g></svg>
diff --git a/other/labelledExample.svg b/other/labelledExample.svg
new file mode 100644
--- /dev/null
+++ b/other/labelledExample.svg
@@ -0,0 +1,3 @@
+<?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"><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 143.4970,61.6719 ZM 144.3141,52.1511 l -1.0480,1.7585 c -1.0835,2.0427 -0.4974,3.0907 0.3020 3.8900c 0.5506,0.5506 1.6519,1.1190 2.7710 0.0000c 0.5329,-0.5329 0.8348,-1.8651 0.9059 -2.7177l -2.9308,-2.9308 ZM 144.3141,52.1511 ZM 150.0159,55.5793 c -0.6750,0.6750 -1.6519,0.4441 -2.1493 0.0888l -0.1243,0.6927 c -0.2487,1.3855 -0.3730,1.8651 -1.1901 2.6822c -1.2434,1.2434 -2.8598,1.4388 -4.1920 0.1066c -1.3500,-1.3500 -1.1190,-3.4282 0.1421 -5.5419l 1.2256,-2.0427 c -2.0072,-2.0072 -3.3039,-1.4565 -3.9078 -0.8526c -0.6750,0.6750 -1.1546,1.7585 -0.6039 2.3091c 0.1954,0.1954 0.3375,0.2664 0.4085 0.3020c 0.1066,0.0355 0.2487,0.1421 0.3730 0.2664c 0.2309,0.2309 0.4085,0.7638 -0.1066 1.2789c -0.4263,0.4263 -0.9947,0.4263 -1.4210 -0.0000c -1.0302,-1.0302 -0.2664,-3.6058 0.8704 -4.7426c 1.2967,-1.2967 3.3216,-2.2559 5.8439 0.2664l 2.6111,2.6111 c 1.0835,1.0835 1.5631,1.5276 1.9717 1.1190c 0.3908,-0.3908 0.0000,-0.9947 -0.3730 -1.4032l 0.5329,-0.3553 c 1.1901,1.4032 0.9947,2.3091 0.0888 3.2150ZM 155.9486,49.2203 ZM 156.3572,46.2539 l -8.8991,-8.8991 c -1.0125,-1.0125 -1.4743,-1.1190 -1.8296 -0.7638l -0.4974,0.6395 c -0.0533,0.0533 -0.1421,0.0711 -0.1954 0.0178l -0.4796,-0.4085 c 0.2842,-0.2842 0.8348,-1.0480 1.0835 -1.4032c 0.2487,-0.3908 0.4263,-0.7105 0.6217 -1.2256l 0.3908,-0.3908 l 11.1194,11.1194 c 0.5151,0.5151 0.9769,0.5862 1.5454 0.0178l 0.4263,-0.4263 c 0.0711,-0.0711 0.1954,-0.0888 0.2842 0.0000l 0.3375,0.3375 l -0.0000,0.0711 c 0.0000,-0.0000 -1.3322,1.2611 -2.0249 1.9539c -0.6217,0.6217 -1.8828,1.9539 -1.8828 1.9539l -0.0533,-0.0178 l -0.3375,-0.3375 c -0.0888,-0.0888 -0.1066,-0.1776 -0.0178 -0.2664l 0.4263,-0.4263 c 0.5862,-0.5862 0.4974,-1.0302 -0.0178 -1.5454ZM 160.5669,44.6020 ZM 161.3840,35.0812 l -1.0480,1.7585 c -1.0835,2.0427 -0.4974,3.0907 0.3020 3.8900c 0.5506,0.5506 1.6519,1.1190 2.7710 0.0000c 0.5329,-0.5329 0.8348,-1.8651 0.9059 -2.7177l -2.9308,-2.9308 ZM 161.3840,35.0812 ZM 167.0858,38.5094 c -0.6750,0.6750 -1.6519,0.4441 -2.1493 0.0888l -0.1243,0.6927 c -0.2487,1.3855 -0.3730,1.8651 -1.1901 2.6822c -1.2434,1.2434 -2.8598,1.4388 -4.1920 0.1066c -1.3500,-1.3500 -1.1190,-3.4282 0.1421 -5.5419l 1.2256,-2.0427 c -2.0072,-2.0072 -3.3039,-1.4565 -3.9078 -0.8526c -0.6750,0.6750 -1.1546,1.7585 -0.6039 2.3091c 0.1954,0.1954 0.3375,0.2664 0.4085 0.3020c 0.1066,0.0355 0.2487,0.1421 0.3730 0.2664c 0.2309,0.2309 0.4085,0.7638 -0.1066 1.2789c -0.4263,0.4263 -0.9947,0.4263 -1.4210 -0.0000c -1.0302,-1.0302 -0.2664,-3.6058 0.8704 -4.7426c 1.2967,-1.2967 3.3216,-2.2559 5.8439 0.2664l 2.6111,2.6111 c 1.0835,1.0835 1.5631,1.5276 1.9717 1.1190c 0.3908,-0.3908 0.0000,-0.9947 -0.3730 -1.4032l 0.5329,-0.3553 c 1.1901,1.4032 0.9947,2.3091 0.0888 3.2150ZM 168.5779,36.5911 ZM 170.2476,32.9675 c 0.7816,0.0711 1.2967,-0.1599 1.8473 -0.7105c 1.6875,-1.6875 0.9769,-4.1032 -1.0480 -6.1281c -1.8118,-1.8118 -4.0321,-2.1848 -5.1156 -1.1013c -0.1954,0.1954 -1.0835,1.1546 -1.0480 2.5756l 5.3643,5.3643 ZM 170.2476,32.9675 ZM 159.7143,25.0986 c -1.0125,-1.0125 -1.4743,-1.1190 -1.8296 -0.7638l -0.4974,0.6395 c -0.0533,0.0533 -0.1243,0.0533 -0.1776 -0.0000l -0.4796,-0.4085 c 0.2842,-0.2842 0.8171,-1.0302 1.0658 -1.3855c 0.2487,-0.3908 0.4441,-0.7283 0.6395 -1.2434l 0.3908,-0.3908 l 5.5064,5.5064 c -0.0533,-1.2611 0.3375,-2.2914 1.1901 -3.1440c 1.5454,-1.5454 4.4939,-1.5454 6.6610 0.6217c 2.8243,2.8243 2.4335,6.4123 0.6217 8.2241c -0.7638,0.7638 -1.5454,1.1190 -2.5045 1.1901c 0.0533,0.3730 0.0888,0.8704 0.1066 1.2079l -0.4618,0.2842 c -0.3730,-0.4796 -0.6572,-0.7638 -1.3500 -1.4565l -8.8813,-8.8813 ZM 177.0684,28.1005 ZM 174.1731,21.1553 l 3.2683,-3.2683 c 0.1776,-0.1776 0.1599,-0.3375 0.0000 -0.4974c -1.6519,-1.6519 -2.9131,-1.2434 -3.5525 -0.6039c -0.4085,0.4085 -1.5809,1.9006 0.2842 4.3696ZM 174.1731,21.1553 ZM 182.1308,19.7343 l 0.6395,-0.0711 c 0.2487,1.5986 -0.1421,3.3039 -1.4210 4.5828c -2.4335,2.4335 -5.2755,1.6519 -7.2116 -0.2842c -2.6999,-2.6999 -2.5401,-6.0926 -0.8526 -7.7800c 2.3447,-2.3447 4.7249,-1.0658 6.2169 0.4263c 0.1954,0.1954 0.1776,0.4263 -0.0178 0.6217l -4.6716,4.6716 c 0.0888,0.1243 0.1954,0.2309 0.3375 0.3730c 1.8118,1.8118 4.4762,1.9539 5.7551 0.6750c 0.9769,-0.9769 1.2789,-1.9184 1.2256 -3.2150ZM 184.6708,20.4981 ZM 185.0794,17.5317 l -8.8991,-8.8991 c -1.0125,-1.0125 -1.4743,-1.1190 -1.8296 -0.7638l -0.4974,0.6395 c -0.0533,0.0533 -0.1421,0.0711 -0.1954 0.0178l -0.4796,-0.4085 c 0.2842,-0.2842 0.8348,-1.0480 1.0835 -1.4032c 0.2487,-0.3908 0.4263,-0.7105 0.6217 -1.2256l 0.3908,-0.3908 l 11.1194,11.1194 c 0.5151,0.5151 0.9769,0.5862 1.5454 0.0178l 0.4263,-0.4263 c 0.0711,-0.0711 0.1954,-0.0888 0.2842 0.0000l 0.3375,0.3375 l -0.0000,0.0711 c 0.0000,-0.0000 -1.3322,1.2611 -2.0249 1.9539c -0.6217,0.6217 -1.8828,1.9539 -1.8828 1.9539l -0.0533,-0.0178 l -0.3375,-0.3375 c -0.0888,-0.0888 -0.1066,-0.1776 -0.0178 -0.2664l 0.4263,-0.4263 c 0.5862,-0.5862 0.4974,-1.0302 -0.0178 -1.5454Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="1.4203514134748643" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.8901,88.6394 c 0.0000,-6.2743 -5.0863,-11.3606 -11.3606 -11.3606c -6.2743,-0.0000 -11.3606,5.0863 -11.3606 11.3606c -0.0000,6.2743 5.0863,11.3606 11.3606 11.3606c 6.2743,0.0000 11.3606,-5.0863 11.3606 -11.3606Z"/></g></svg>
diff --git a/other/legendExample.svg b/other/legendExample.svg
new file mode 100644
--- /dev/null
+++ b/other/legendExample.svg
@@ -0,0 +1,3 @@
+<?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="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 115.7507,280.3226 ZM 117.5902,278.9285 v -9.7005 c 0.0000,-1.1037 -0.1936,-1.4135 -0.5809 -1.4135l -0.6196,0.0774 c -0.0581,-0.0000 -0.1162,-0.0387 -0.1162 -0.0968l -0.0387,-0.4841 c 0.3098,-0.0000 1.0262,-0.1162 1.3554 -0.1743c 0.3485,-0.0774 0.6196,-0.1549 1.0068 -0.3292h 0.4260 v 12.1208 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.4647 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.4135,-0.0387 -2.1686 -0.0387c -0.6777,-0.0000 -2.0911,0.0387 -2.0911 0.0387l -0.0194,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0387,-0.1549 0.1355 -0.1549h 0.4647 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 120.7850,280.3226 ZM 122.2952,269.2667 c 0.0000,-0.5034 0.4066,-0.9294 0.9100 -0.9294c 0.5228,-0.0000 0.9294,0.4260 0.9294 0.9294c 0.0000,0.5228 -0.4066,0.9294 -0.9294 0.9294c -0.5034,-0.0000 -0.9100,-0.4066 -0.9100 -0.9294ZM 122.2952,269.2667 ZM 124.1346,278.9285 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.3679 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3360,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.9943,0.0387 -1.9943 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.8212 c 0.0000,-1.0262 -0.1743,-1.1811 -0.4453 -1.1811c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 1.2392,-0.2130 1.4522,-0.2904 2.0137 -0.5615c 0.2130,-0.0774 0.3485,-0.1549 0.4841 -0.1549h 0.2904 v 7.1641 ZM 125.8966,280.3226 ZM 132.9445,278.9285 v -4.2404 c 0.0000,-1.3554 -0.2323,-1.9943 -1.2586 -1.9943c -0.8519,-0.0000 -1.5877,0.3292 -2.5752 1.4909v 4.7438 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.2711 c 0.0968,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.2198,-0.0387 -1.9750 -0.0387c -0.6970,-0.0000 -2.0137,0.0387 -2.0137 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.8212 c 0.0000,-1.0456 -0.1549,-1.1811 -0.4260 -1.1811c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 0.8132,-0.1355 1.3941,-0.2323 1.9943 -0.5615c 0.2130,-0.0968 0.3679,-0.1549 0.5034 -0.1549h 0.2904 l -0.0581,1.7233 h 0.0581 c 1.2392,-1.4522 2.1686,-1.7233 3.1561 -1.7233c 1.7426,-0.0000 2.1105,1.3360 2.1105 3.0593v 4.1048 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.3679 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3360,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.8975,0.0387 -1.8975 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.2711 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 135.9650,280.3226 ZM 138.1724,274.9592 h 3.5627 c 0.1936,-0.0000 0.2711,-0.0968 0.2711 -0.2711c 0.0000,-1.8007 -0.9100,-2.2654 -1.6071 -2.2654c -0.4453,-0.0000 -1.8975,0.1743 -2.2267 2.5365ZM 138.1724,274.9592 ZM 143.2840,278.5219 l 0.3872,0.3098 c -0.7358,1.0068 -1.8781,1.7233 -3.2722 1.7233c -2.6526,-0.0000 -3.7757,-1.9750 -3.7757 -4.0855c 0.0000,-2.9431 1.9362,-4.7051 3.7757 -4.7051c 2.5558,-0.0000 3.1561,1.9943 3.1561 3.6208c 0.0000,0.2130 -0.1355,0.3292 -0.3485 0.3292h -5.0923 c -0.0194,0.1162 -0.0194,0.2323 -0.0194 0.3872c 0.0000,1.9750 1.3747,3.5046 2.7688 3.5046c 1.0649,-0.0000 1.7426,-0.3485 2.4203 -1.0843ZM 149.0927,280.3226 ZM 153.2750,269.7314 c -0.4841,-0.0000 -1.8975,0.2711 -1.8975 1.4522c 0.0000,0.3485 -0.1355,0.9488 -0.6583 0.9488c -0.5034,-0.0000 -0.5421,-0.5615 -0.5421 -0.6196c 0.0000,-0.6002 0.7939,-2.3816 3.4852 -2.3816c 1.8781,-0.0000 2.4397,1.1811 2.4397 1.9556c 0.0000,0.4841 -0.1549,1.4522 -1.8975 2.5558c 1.0843,0.1743 2.5171,0.9681 2.5171 2.9818c 0.0000,2.5558 -1.9362,3.9306 -4.1242 3.9306c -1.1037,-0.0000 -2.6526,-0.4841 -2.6526 -1.2198c 0.0000,-0.2904 0.2904,-0.6196 0.6777 -0.6196c 0.3679,-0.0000 0.5421,0.1936 0.7164 0.4453c 0.2130,0.3292 0.5615,0.7939 1.4909 0.7939c 0.6390,-0.0000 2.4590,-0.6390 2.4590 -3.0786c 0.0000,-2.0718 -1.4522,-2.4009 -2.4977 -2.4009c -0.1743,-0.0000 -0.3872,0.0387 -0.6002 0.0774l -0.0774,-0.5809 c 1.4909,-0.2517 2.7301,-1.7039 2.7301 -2.5946c 0.0000,-1.1037 -0.7745,-1.6458 -1.5684 -1.6458Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.3279760788600725" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.3997,280.3226 h 16.6793 "/></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 115.7507,246.9640 ZM 127.4262,245.5699 v -4.4533 c 0.0000,-1.2973 -0.5034,-1.7813 -1.2392 -1.7813c -0.7551,-0.0000 -1.3554,0.3872 -2.2848 1.4135c 0.0387,0.2323 0.0387,0.5034 0.0387 0.7745v 4.0467 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.3292 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.2973,-0.0387 -2.0524 -0.0387c -0.6970,-0.0000 -2.0330,0.0387 -2.0330 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3872 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.4146 c 0.0000,-1.2973 -0.5228,-1.8201 -1.2586 -1.8201c -0.6777,-0.0000 -1.3166,0.4841 -2.2267 1.4328v 4.8019 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.3679 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3166,-0.0387 -2.0718 -0.0387c -0.6970,-0.0000 -2.0137,0.0387 -2.0137 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.8212 c 0.0000,-1.1037 -0.1743,-1.1811 -0.4260 -1.1811c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 1.2198,-0.2130 1.4909,-0.2904 2.0137 -0.5615c 0.1936,-0.0968 0.3485,-0.1549 0.4841 -0.1549h 0.2904 l -0.0581,1.6845 h 0.0581 c 0.9100,-0.9681 1.7233,-1.6845 2.9237 -1.6845c 1.0843,-0.0000 1.7620,0.7939 1.8781 1.6652c 1.1230,-1.1617 2.0330,-1.6652 3.0786 -1.6652c 1.7039,-0.0000 1.9943,1.4135 1.9943 3.1367v 4.0274 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.3679 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3166,-0.0387 -2.0718 -0.0387c -0.6970,-0.0000 -2.0137,0.0387 -2.0137 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 130.4661,246.9640 ZM 138.7726,244.7179 c 0.0000,0.9681 0.0968,1.2779 0.4841 1.2779c 0.2323,-0.0000 0.6583,-0.0387 0.9875 -0.0968l 0.0774,0.5421 c -1.1811,0.2130 -2.1299,0.4066 -2.5752 0.7551h -0.4260 l 0.0581,-1.4328 h -0.0581 c -1.0649,1.1617 -1.9362,1.4328 -2.7301 1.4328c -1.9169,-0.0000 -2.4203,-1.2973 -2.4203 -2.6333v -4.4146 c 0.0000,-0.6390 -0.1355,-0.9681 -0.8519 -0.9681c -0.0774,-0.0000 -0.2130,0.0194 -0.3292 0.0194l -0.0581,-0.0194 v -0.5034 l 0.0581,-0.0581 c 0.0000,-0.0000 1.3166,0.0387 1.9362 0.0387c 0.2711,-0.0000 0.7164,-0.0387 0.7164 -0.0387l -0.0194,1.5490 v 4.1242 c 0.0000,1.7233 0.8907,2.0330 1.4715 2.0330c 0.4453,-0.0000 0.8519,-0.1743 1.2586 -0.4647c 0.4647,-0.3485 0.7745,-0.6196 0.9681 -0.8713v -4.7825 c 0.0000,-0.6970 -0.0968,-1.0262 -0.8132 -1.0262c -0.1162,-0.0000 -0.3292,0.0194 -0.3872 0.0194l -0.0387,-0.0387 v -0.4841 l 0.0387,-0.0581 c 0.0000,-0.0000 1.3747,0.0387 1.9169 0.0387c 0.4453,-0.0000 0.7551,-0.0387 0.7551 -0.0387l -0.0194,1.5296 v 4.5695 ZM 140.4765,246.9640 ZM 154.3593,245.5699 v -3.9499 c 0.0000,-1.5684 -0.4066,-2.3041 -1.2973 -2.3041c -0.5615,-0.0000 -1.3941,0.3292 -2.5365 1.4135v 4.8406 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.3679 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3166,-0.0387 -2.0718 -0.0387c -0.6970,-0.0000 -1.4715,0.0387 -1.4715 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.0387 c 0.5034,-0.0000 0.6196,-0.2904 0.6196 -0.8519v -9.7974 c 0.0000,-0.9100 -0.1743,-1.3166 -0.5615 -1.3166l -0.6390,0.0774 c -0.0581,-0.0000 -0.0968,-0.0387 -0.0968 -0.0968l -0.0387,-0.4841 c 0.3098,-0.0000 1.0068,-0.1162 1.3360 -0.1743c 0.3485,-0.0774 0.6390,-0.1549 1.0262 -0.3292h 0.4260 v 6.5638 c 1.2973,-1.2973 2.6333,-1.6071 3.3884 -1.6071c 1.4135,-0.0000 1.8975,1.0649 1.8975 3.0593v 4.1048 c 0.0000,0.5615 0.1936,0.8519 0.8132 0.8519h 0.3872 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3166,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.9943,0.0387 -1.9943 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 154.3593,245.5699 ZM 147.7180,245.1439 c -0.8519,1.4715 -1.7813,1.9943 -2.9237 1.9943c -2.3235,-0.0000 -3.6014,-1.7813 -3.6014 -4.2791c 0.0000,-2.7495 1.5490,-4.4921 3.6208 -4.4921c 1.8588,-0.0000 2.8463,0.9488 2.8463 1.9750c 0.0000,0.5809 -0.3485,0.8519 -0.7358 0.8519c -0.4260,-0.0000 -0.8132,-0.2130 -0.8713 -0.6777c -0.0581,-0.6583 -0.1936,-1.4909 -1.3360 -1.4909c -1.2779,-0.0000 -2.0330,1.3166 -2.0330 3.4078c 0.0000,2.2654 1.0262,3.8531 2.5365 3.8531c 0.8326,-0.0000 1.5490,-0.5421 2.1492 -1.4135ZM 162.2398,246.9640 ZM 164.0792,245.5699 v -9.7005 c 0.0000,-1.1037 -0.1936,-1.4135 -0.5809 -1.4135l -0.6196,0.0774 c -0.0581,-0.0000 -0.1162,-0.0387 -0.1162 -0.0968l -0.0387,-0.4841 c 0.3098,-0.0000 1.0262,-0.1162 1.3554 -0.1743c 0.3485,-0.0774 0.6196,-0.1549 1.0068 -0.3292h 0.4260 v 12.1208 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.4647 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.4135,-0.0387 -2.1686 -0.0387c -0.6777,-0.0000 -2.0911,0.0387 -2.0911 0.0387l -0.0194,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0387,-0.1549 0.1355 -0.1549h 0.4647 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 167.2740,246.9640 ZM 167.9323,242.9947 c 0.0000,-2.6526 1.4328,-4.5889 4.0080 -4.5889c 2.8656,-0.0000 3.9693,2.4009 3.9693 4.4146c 0.0000,1.9362 -1.2586,4.3759 -4.0080 4.3759c -2.5946,-0.0000 -3.9693,-2.2267 -3.9693 -4.2016ZM 167.9323,242.9947 ZM 171.7273,239.0448 c -1.5490,-0.0000 -2.2654,1.8201 -2.2654 3.5046c 0.0000,1.4909 0.8519,3.9693 2.7688 3.9693c 0.8713,-0.0000 2.1492,-0.5228 2.1492 -3.0786c 0.0000,-2.8463 -1.0649,-4.3953 -2.6526 -4.3953ZM 176.5486,246.9640 ZM 183.5965,245.5699 v -4.2404 c 0.0000,-1.3554 -0.2323,-1.9943 -1.2586 -1.9943c -0.8519,-0.0000 -1.5877,0.3292 -2.5752 1.4909v 4.7438 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.2711 c 0.0968,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.2198,-0.0387 -1.9750 -0.0387c -0.6970,-0.0000 -2.0137,0.0387 -2.0137 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.8212 c 0.0000,-1.0456 -0.1549,-1.1811 -0.4260 -1.1811c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 0.8132,-0.1355 1.3941,-0.2323 1.9943 -0.5615c 0.2130,-0.0968 0.3679,-0.1549 0.5034 -0.1549h 0.2904 l -0.0581,1.7233 h 0.0581 c 1.2392,-1.4522 2.1686,-1.7233 3.1561 -1.7233c 1.7426,-0.0000 2.1105,1.3360 2.1105 3.0593v 4.1048 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.3679 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3360,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.8975,0.0387 -1.8975 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.2711 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 186.6170,246.9640 ZM 192.7355,241.4844 c 0.0000,-1.6071 -0.7551,-2.5365 -1.9169 -2.5365c -1.0068,-0.0000 -1.6845,0.6970 -1.6845 2.2073c 0.0000,1.0068 0.3872,2.5946 1.9362 2.5946c 0.6777,-0.0000 1.6652,-0.3292 1.6652 -2.2654ZM 192.7355,241.4844 ZM 189.1148,247.0995 c -0.6002,0.5615 -0.7358,1.1617 -0.7358 1.8201c 0.0000,1.4522 1.7426,1.8781 2.4009 1.8781c 1.6652,-0.0000 3.7757,-0.5809 3.7757 -1.9750c 0.0000,-0.5034 -0.2711,-0.8326 -1.0262 -1.2005c -0.5421,-0.2711 -1.3360,-0.4841 -2.2654 -0.4841c -0.1549,-0.0000 -0.3679,0.0194 -0.6390 0.0387c -0.2711,0.0194 -0.5615,0.0194 -0.7745 0.0194c -0.3098,-0.0000 -0.4647,-0.0387 -0.7358 -0.0968ZM 189.1148,247.0995 ZM 195.0009,239.4514 c -0.3098,-0.0000 -0.5034,-0.1743 -0.5809 -0.3292c -0.1162,-0.1743 -0.1936,-0.2323 -0.3292 -0.2323c -0.2323,-0.0000 -0.6002,0.2711 -0.7358 0.4647c 0.5421,0.5809 0.7939,1.1424 0.7939 2.0524c 0.0000,1.8975 -1.5490,2.9237 -3.1754 2.9237c -0.7164,-0.0000 -1.2973,-0.1355 -1.7426 -0.4066c -0.2130,0.3292 -0.3292,0.7358 -0.3292 1.1230c 0.0000,0.8326 0.6390,1.0456 1.1811 1.0456c 0.0968,-0.0000 0.3292,-0.0194 0.6002 -0.0387c 0.4453,-0.0581 0.9294,-0.0968 1.2586 -0.0968c 0.6777,-0.0000 1.9556,0.1355 2.7301 0.7939c 0.5228,0.4841 0.8132,0.9488 0.8132 1.5684c 0.0000,2.0911 -2.7495,3.1948 -5.2472 3.1948c -1.4135,-0.0000 -2.9818,-0.5228 -2.9818 -2.2073c 0.0000,-0.8326 0.5228,-1.7233 1.5103 -2.3428c -0.4841,-0.2517 -0.8326,-0.7358 -0.8326 -1.4328c 0.0000,-0.6583 0.2904,-1.4909 0.8132 -1.9556c -0.5228,-0.5228 -0.9681,-1.1811 -0.9681 -2.2460c 0.0000,-1.7813 1.5684,-2.9237 3.2142 -2.9237c 1.0843,-0.0000 1.7620,0.4453 1.9750 0.6002c 0.4841,-0.6583 1.3554,-0.9875 1.8394 -0.9875c 0.5034,-0.0000 0.8519,0.3292 0.8519 0.7358c 0.0000,0.4260 -0.2711,0.6970 -0.6583 0.6970ZM 195.9884,246.9640 ZM 198.1957,241.6006 h 3.5627 c 0.1936,-0.0000 0.2711,-0.0968 0.2711 -0.2711c 0.0000,-1.8007 -0.9100,-2.2654 -1.6071 -2.2654c -0.4453,-0.0000 -1.8975,0.1743 -2.2267 2.5365ZM 198.1957,241.6006 ZM 203.3074,245.1633 l 0.3872,0.3098 c -0.7358,1.0068 -1.8781,1.7233 -3.2722 1.7233c -2.6526,-0.0000 -3.7757,-1.9750 -3.7757 -4.0855c 0.0000,-2.9431 1.9362,-4.7051 3.7757 -4.7051c 2.5558,-0.0000 3.1561,1.9943 3.1561 3.6208c 0.0000,0.2130 -0.1355,0.3292 -0.3485 0.3292h -5.0923 c -0.0194,0.1162 -0.0194,0.2323 -0.0194 0.3872c 0.0000,1.9750 1.3747,3.5046 2.7688 3.5046c 1.0649,-0.0000 1.7426,-0.3485 2.4203 -1.0843ZM 204.2755,246.9640 ZM 205.9987,245.5699 v -4.8212 c 0.0000,-0.9681 -0.1355,-1.1811 -0.4260 -1.1811c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 1.2198,-0.2130 1.4328,-0.2711 2.0137 -0.5615c 0.1936,-0.0968 0.3485,-0.1549 0.4841 -0.1549h 0.2904 l -0.0581,1.7426 h 0.0581 c 0.5034,-0.7551 1.3554,-1.7426 2.2654 -1.7426c 0.7939,-0.0000 1.0843,0.3872 1.0843 0.8907c 0.0000,0.5034 -0.3292,0.8132 -0.8326 0.8132c -0.3872,-0.0000 -0.6002,-0.1549 -0.7939 -0.3485c -0.1162,-0.1162 -0.2517,-0.1743 -0.3872 -0.1743c -0.2130,-0.0000 -0.6390,0.3485 -1.1037 1.0068c -0.1355,0.1743 -0.2323,0.4260 -0.2323 0.6777v 4.2984 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.5615 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.5296,-0.0387 -2.2848 -0.0387c -0.6970,-0.0000 -2.0137,0.0387 -2.0137 0.0387l -0.0194,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0387,-0.1549 0.1355 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 215.8348,246.9640 ZM 222.8827,245.5699 v -4.2404 c 0.0000,-1.3554 -0.2323,-1.9943 -1.2586 -1.9943c -0.8519,-0.0000 -1.5877,0.3292 -2.5752 1.4909v 4.7438 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.2711 c 0.0968,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.2198,-0.0387 -1.9750 -0.0387c -0.6970,-0.0000 -2.0137,0.0387 -2.0137 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.8212 c 0.0000,-1.0456 -0.1549,-1.1811 -0.4260 -1.1811c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 0.8132,-0.1355 1.3941,-0.2323 1.9943 -0.5615c 0.2130,-0.0968 0.3679,-0.1549 0.5034 -0.1549h 0.2904 l -0.0581,1.7233 h 0.0581 c 1.2392,-1.4522 2.1686,-1.7233 3.1561 -1.7233c 1.7426,-0.0000 2.1105,1.3360 2.1105 3.0593v 4.1048 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.3679 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3360,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.8975,0.0387 -1.8975 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.2711 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 225.9033,246.9640 ZM 231.5377,242.2202 l -1.5296,0.3872 c -1.7039,0.5228 -1.9556,1.4135 -1.9556 2.2848c 0.0000,0.6002 0.2904,1.5103 1.5103 1.5103c 0.5809,-0.0000 1.4715,-0.5615 1.9750 -0.9875v -3.1948 ZM 231.5377,242.2202 ZM 232.7769,247.1963 c -0.7358,-0.0000 -1.1424,-0.6583 -1.2198 -1.1230l -0.4453,0.3098 c -0.8907,0.6196 -1.2198,0.8132 -2.1105 0.8132c -1.3554,-0.0000 -2.3428,-0.7745 -2.3428 -2.2267c 0.0000,-1.4715 1.2586,-2.4784 3.0980 -2.9431l 1.7813,-0.4453 c 0.0000,-2.1879 -1.0068,-2.5946 -1.6652 -2.5946c -0.7358,-0.0000 -1.5877,0.3292 -1.5877 0.9294c 0.0000,0.2130 0.0387,0.3292 0.0581 0.3872c 0.0387,0.0774 0.0581,0.2130 0.0581 0.3485c 0.0000,0.2517 -0.1936,0.6390 -0.7551 0.6390c -0.4647,-0.0000 -0.7745,-0.3098 -0.7745 -0.7745c 0.0000,-1.1230 1.8201,-2.1105 3.0593 -2.1105c 1.4135,-0.0000 3.0399,0.5809 3.0399 3.3303v 2.8463 c 0.0000,1.1811 0.0194,1.6845 0.4647 1.6845c 0.4260,-0.0000 0.5421,-0.5421 0.5615 -0.9681l 0.4841,0.0968 c -0.1162,1.4135 -0.7164,1.8007 -1.7039 1.8007ZM 234.6357,246.9640 ZM 246.3112,245.5699 v -4.4533 c 0.0000,-1.2973 -0.5034,-1.7813 -1.2392 -1.7813c -0.7551,-0.0000 -1.3554,0.3872 -2.2848 1.4135c 0.0387,0.2323 0.0387,0.5034 0.0387 0.7745v 4.0467 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.3292 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.2973,-0.0387 -2.0524 -0.0387c -0.6970,-0.0000 -2.0330,0.0387 -2.0330 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3872 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.4146 c 0.0000,-1.2973 -0.5228,-1.8201 -1.2586 -1.8201c -0.6777,-0.0000 -1.3166,0.4841 -2.2267 1.4328v 4.8019 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.3679 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3166,-0.0387 -2.0718 -0.0387c -0.6970,-0.0000 -2.0137,0.0387 -2.0137 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.8212 c 0.0000,-1.1037 -0.1743,-1.1811 -0.4260 -1.1811c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 1.2198,-0.2130 1.4909,-0.2904 2.0137 -0.5615c 0.1936,-0.0968 0.3485,-0.1549 0.4841 -0.1549h 0.2904 l -0.0581,1.6845 h 0.0581 c 0.9100,-0.9681 1.7233,-1.6845 2.9237 -1.6845c 1.0843,-0.0000 1.7620,0.7939 1.8781 1.6652c 1.1230,-1.1617 2.0330,-1.6652 3.0786 -1.6652c 1.7039,-0.0000 1.9943,1.4135 1.9943 3.1367v 4.0274 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.3679 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3166,-0.0387 -2.0718 -0.0387c -0.6970,-0.0000 -2.0137,0.0387 -2.0137 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 249.3511,246.9640 ZM 251.5584,241.6006 h 3.5627 c 0.1936,-0.0000 0.2711,-0.0968 0.2711 -0.2711c 0.0000,-1.8007 -0.9100,-2.2654 -1.6071 -2.2654c -0.4453,-0.0000 -1.8975,0.1743 -2.2267 2.5365ZM 251.5584,241.6006 ZM 256.6701,245.1633 l 0.3872,0.3098 c -0.7358,1.0068 -1.8781,1.7233 -3.2722 1.7233c -2.6526,-0.0000 -3.7757,-1.9750 -3.7757 -4.0855c 0.0000,-2.9431 1.9362,-4.7051 3.7757 -4.7051c 2.5558,-0.0000 3.1561,1.9943 3.1561 3.6208c 0.0000,0.2130 -0.1355,0.3292 -0.3485 0.3292h -5.0923 c -0.0194,0.1162 -0.0194,0.2323 -0.0194 0.3872c 0.0000,1.9750 1.3747,3.5046 2.7688 3.5046c 1.0649,-0.0000 1.7426,-0.3485 2.4203 -1.0843Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="5.31190431544029" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.3997,246.9640 h 16.6793 "/></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 115.7507,213.6054 ZM 116.5833,210.8947 l 0.5228,-0.0194 c 0.0581,0.4841 0.2711,1.4135 0.6970 1.8588c 0.1936,0.2130 0.7164,0.5615 1.4328 0.5615c 0.6777,-0.0000 1.6845,-0.5421 1.6845 -1.4909c 0.0000,-0.8326 -0.4647,-1.3941 -1.9943 -2.0524c -1.4135,-0.6196 -2.1492,-1.0262 -2.1492 -2.4784c 0.0000,-1.2973 1.1424,-2.2267 2.6720 -2.2267c 0.9681,-0.0000 1.6845,0.1743 2.2848 0.4841c 0.1162,0.6196 0.1743,1.2779 0.2130 1.9750l -0.5228,0.0194 c -0.4066,-1.5877 -1.5684,-1.8975 -1.9750 -1.8975c -0.7358,-0.0000 -1.4909,0.2904 -1.4909 1.3554c 0.0000,0.7745 0.3679,1.1617 1.4328 1.5490c 1.5684,0.5809 2.8269,1.2779 2.8269 2.8269c 0.0000,1.9169 -2.0330,2.4784 -2.9431 2.4784c -0.6777,-0.0000 -1.2392,-0.0774 -1.7426 -0.2130c -0.1355,-0.0194 -0.2323,-0.0387 -0.3679 -0.0387c -0.0968,-0.0000 -0.2517,0.0194 -0.4453 0.0581c 0.0000,-0.8132 -0.0581,-1.8007 -0.1355 -2.7495ZM 122.9342,213.6054 ZM 126.0902,200.0904 v 6.5638 c 1.2973,-1.2973 2.4397,-1.6071 3.1948 -1.6071c 1.3941,-0.0000 2.0911,1.0649 2.0911 3.0593v 4.1048 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.3679 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3166,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.9943,0.0387 -1.9943 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.3178 c 0.0000,-1.5684 -0.4260,-1.9362 -1.5103 -1.9362c -0.5615,-0.0000 -1.3941,0.5034 -2.3235 1.4135v 4.8406 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.3679 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3166,-0.0387 -2.0718 -0.0387c -0.6970,-0.0000 -1.9943,0.0387 -1.9943 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0387,-0.1549 0.1355 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -9.7005 c 0.0000,-1.1037 -0.1743,-1.4135 -0.5615 -1.4135l -0.6390,0.0774 c -0.0581,-0.0000 -0.0968,-0.0387 -0.0968 -0.0968l -0.0387,-0.4841 c 0.3098,-0.0000 1.0068,-0.1162 1.3360 -0.1743c 0.3485,-0.0774 0.6390,-0.1549 1.0262 -0.3292h 0.4260 ZM 132.9639,213.6054 ZM 133.6222,209.6361 c 0.0000,-2.6526 1.4328,-4.5889 4.0080 -4.5889c 2.8656,-0.0000 3.9693,2.4009 3.9693 4.4146c 0.0000,1.9362 -1.2586,4.3759 -4.0080 4.3759c -2.5946,-0.0000 -3.9693,-2.2267 -3.9693 -4.2016ZM 133.6222,209.6361 ZM 137.4172,205.6862 c -1.5490,-0.0000 -2.2654,1.8201 -2.2654 3.5046c 0.0000,1.4909 0.8519,3.9693 2.7688 3.9693c 0.8713,-0.0000 2.1492,-0.5228 2.1492 -3.0786c 0.0000,-2.8463 -1.0649,-4.3953 -2.6526 -4.3953ZM 142.2385,213.6054 ZM 143.9617,212.2113 v -4.8212 c 0.0000,-0.9681 -0.1355,-1.1811 -0.4260 -1.1811c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 1.2198,-0.2130 1.4328,-0.2711 2.0137 -0.5615c 0.1936,-0.0968 0.3485,-0.1549 0.4841 -0.1549h 0.2904 l -0.0581,1.7426 h 0.0581 c 0.5034,-0.7551 1.3554,-1.7426 2.2654 -1.7426c 0.7939,-0.0000 1.0843,0.3872 1.0843 0.8907c 0.0000,0.5034 -0.3292,0.8132 -0.8326 0.8132c -0.3872,-0.0000 -0.6002,-0.1549 -0.7939 -0.3485c -0.1162,-0.1162 -0.2517,-0.1743 -0.3872 -0.1743c -0.2130,-0.0000 -0.6390,0.3485 -1.1037 1.0068c -0.1355,0.1743 -0.2323,0.4260 -0.2323 0.6777v 4.2984 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.5615 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.5296,-0.0387 -2.2848 -0.0387c -0.6970,-0.0000 -2.0137,0.0387 -2.0137 0.0387l -0.0194,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0387,-0.1549 0.1355 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 148.9572,213.6054 ZM 152.1326,206.0347 v 4.9568 c 0.0000,1.2005 0.1162,1.7813 0.6390 1.7813c 0.5034,-0.0000 0.8907,-0.1549 1.3941 -0.5421l 0.3485,0.3292 c -0.7551,0.8519 -1.5296,1.2779 -2.4203 1.2779c -0.8907,-0.0000 -1.4135,-0.5421 -1.4135 -1.9169v -5.8862 h -1.2586 c -0.0581,-0.0000 -0.0774,-0.0194 -0.0774 -0.0774v -0.6002 c 0.0000,-0.0581 0.0194,-0.0774 0.0581 -0.0774c 1.2973,-0.0000 1.6071,-0.7551 1.6071 -2.2267v -0.3679 l 1.1230,-0.3872 v 2.9818 h 2.1299 c 0.0968,-0.0000 0.1549,0.0387 0.1549 0.1162v 0.3872 c 0.0000,0.1743 -0.2711,0.2517 -0.4647 0.2517h -1.8201 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.655952157720145" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.3997,213.6054 h 16.6793 "/></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 109.0790,176.2803 ZM 111.0927,165.2244 c 0.0000,-0.5034 0.4066,-0.9294 0.9294 -0.9294c 0.5034,-0.0000 0.9294,0.4260 0.9294 0.9294c 0.0000,0.5228 -0.4260,0.9294 -0.9294 0.9294c -0.5228,-0.0000 -0.9294,-0.4066 -0.9294 -0.9294ZM 111.0927,165.2244 ZM 110.0665,180.0366 c 0.8519,-0.0000 1.4328,-1.5296 1.4328 -4.2597v -5.7119 c 0.0000,-1.0262 -0.1743,-1.1811 -0.4260 -1.1811c -0.2711,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 1.4135,-0.2323 1.8394,-0.4647 2.0911 -0.6002c 0.1355,-0.0581 0.2130,-0.1162 0.4066 -0.1162h 0.2904 v 7.4545 c 0.0000,2.5365 -0.1936,3.6014 -1.2586 4.6857c -0.5228,0.5034 -1.0843,0.7358 -1.5490 0.7358c -0.7939,-0.0000 -1.8201,-0.4066 -1.8201 -0.9875c 0.0000,-0.4841 0.2904,-0.7358 0.6196 -0.7358c 0.4647,-0.0000 0.7164,0.4453 0.8132 0.8519c 0.0581,0.1936 0.1549,0.3098 0.3098 0.3098ZM 114.4424,176.2803 ZM 122.7488,174.0342 c 0.0000,0.9681 0.0968,1.2779 0.4841 1.2779c 0.2323,-0.0000 0.6583,-0.0387 0.9875 -0.0968l 0.0774,0.5421 c -1.1811,0.2130 -2.1299,0.4066 -2.5752 0.7551h -0.4260 l 0.0581,-1.4328 h -0.0581 c -1.0649,1.1617 -1.9362,1.4328 -2.7301 1.4328c -1.9169,-0.0000 -2.4203,-1.2973 -2.4203 -2.6333v -4.4146 c 0.0000,-0.6390 -0.1355,-0.9681 -0.8519 -0.9681c -0.0774,-0.0000 -0.2130,0.0194 -0.3292 0.0194l -0.0581,-0.0194 v -0.5034 l 0.0581,-0.0581 c 0.0000,-0.0000 1.3166,0.0387 1.9362 0.0387c 0.2711,-0.0000 0.7164,-0.0387 0.7164 -0.0387l -0.0194,1.5490 v 4.1242 c 0.0000,1.7233 0.8907,2.0330 1.4715 2.0330c 0.4453,-0.0000 0.8519,-0.1743 1.2586 -0.4647c 0.4647,-0.3485 0.7745,-0.6196 0.9681 -0.8713v -4.7825 c 0.0000,-0.6970 -0.0968,-1.0262 -0.8132 -1.0262c -0.1162,-0.0000 -0.3292,0.0194 -0.3872 0.0194l -0.0387,-0.0387 v -0.4841 l 0.0387,-0.0581 c 0.0000,-0.0000 1.3747,0.0387 1.9169 0.0387c 0.4453,-0.0000 0.7551,-0.0387 0.7551 -0.0387l -0.0194,1.5296 v 4.5695 ZM 124.4527,176.2803 ZM 125.2853,173.5695 l 0.5228,-0.0194 c 0.0581,0.4841 0.2711,1.4135 0.6970 1.8588c 0.1936,0.2130 0.7164,0.5615 1.4328 0.5615c 0.6777,-0.0000 1.6845,-0.5421 1.6845 -1.4909c 0.0000,-0.8326 -0.4647,-1.3941 -1.9943 -2.0524c -1.4135,-0.6196 -2.1492,-1.0262 -2.1492 -2.4784c 0.0000,-1.2973 1.1424,-2.2267 2.6720 -2.2267c 0.9681,-0.0000 1.6845,0.1743 2.2848 0.4841c 0.1162,0.6196 0.1743,1.2779 0.2130 1.9750l -0.5228,0.0194 c -0.4066,-1.5877 -1.5684,-1.8975 -1.9750 -1.8975c -0.7358,-0.0000 -1.4909,0.2904 -1.4909 1.3554c 0.0000,0.7745 0.3679,1.1617 1.4328 1.5490c 1.5684,0.5809 2.8269,1.2779 2.8269 2.8269c 0.0000,1.9169 -2.0330,2.4784 -2.9431 2.4784c -0.6777,-0.0000 -1.2392,-0.0774 -1.7426 -0.2130c -0.1355,-0.0194 -0.2323,-0.0387 -0.3679 -0.0387c -0.0968,-0.0000 -0.2517,0.0194 -0.4453 0.0581c 0.0000,-0.8132 -0.0581,-1.8007 -0.1355 -2.7495ZM 131.6362,176.2803 ZM 134.8116,168.7096 v 4.9568 c 0.0000,1.2005 0.1162,1.7813 0.6390 1.7813c 0.5034,-0.0000 0.8907,-0.1549 1.3941 -0.5421l 0.3485,0.3292 c -0.7551,0.8519 -1.5296,1.2779 -2.4203 1.2779c -0.8907,-0.0000 -1.4135,-0.5421 -1.4135 -1.9169v -5.8862 h -1.2586 c -0.0581,-0.0000 -0.0774,-0.0194 -0.0774 -0.0774v -0.6002 c 0.0000,-0.0581 0.0194,-0.0774 0.0581 -0.0774c 1.2973,-0.0000 1.6071,-0.7551 1.6071 -2.2267v -0.3679 l 1.1230,-0.3872 v 2.9818 h 2.1299 c 0.0968,-0.0000 0.1549,0.0387 0.1549 0.1162v 0.3872 c 0.0000,0.1743 -0.2711,0.2517 -0.4647 0.2517h -1.8201 ZM 142.3242,176.2803 ZM 147.9587,171.5365 l -1.5296,0.3872 c -1.7039,0.5228 -1.9556,1.4135 -1.9556 2.2848c 0.0000,0.6002 0.2904,1.5103 1.5103 1.5103c 0.5809,-0.0000 1.4715,-0.5615 1.9750 -0.9875v -3.1948 ZM 147.9587,171.5365 ZM 149.1978,176.5126 c -0.7358,-0.0000 -1.1424,-0.6583 -1.2198 -1.1230l -0.4453,0.3098 c -0.8907,0.6196 -1.2198,0.8132 -2.1105 0.8132c -1.3554,-0.0000 -2.3428,-0.7745 -2.3428 -2.2267c 0.0000,-1.4715 1.2586,-2.4784 3.0980 -2.9431l 1.7813,-0.4453 c 0.0000,-2.1879 -1.0068,-2.5946 -1.6652 -2.5946c -0.7358,-0.0000 -1.5877,0.3292 -1.5877 0.9294c 0.0000,0.2130 0.0387,0.3292 0.0581 0.3872c 0.0387,0.0774 0.0581,0.2130 0.0581 0.3485c 0.0000,0.2517 -0.1936,0.6390 -0.7551 0.6390c -0.4647,-0.0000 -0.7745,-0.3098 -0.7745 -0.7745c 0.0000,-1.1230 1.8201,-2.1105 3.0593 -2.1105c 1.4135,-0.0000 3.0399,0.5809 3.0399 3.3303v 2.8463 c 0.0000,1.1811 0.0194,1.6845 0.4647 1.6845c 0.4260,-0.0000 0.5421,-0.5421 0.5615 -0.9681l 0.4841,0.0968 c -0.1162,1.4135 -0.7164,1.8007 -1.7039 1.8007ZM 155.8972,176.2803 ZM 162.0157,170.8007 c 0.0000,-1.6071 -0.7551,-2.5365 -1.9169 -2.5365c -1.0068,-0.0000 -1.6845,0.6970 -1.6845 2.2073c 0.0000,1.0068 0.3872,2.5946 1.9362 2.5946c 0.6777,-0.0000 1.6652,-0.3292 1.6652 -2.2654ZM 162.0157,170.8007 ZM 158.3950,176.4158 c -0.6002,0.5615 -0.7358,1.1617 -0.7358 1.8201c 0.0000,1.4522 1.7426,1.8781 2.4009 1.8781c 1.6652,-0.0000 3.7757,-0.5809 3.7757 -1.9750c 0.0000,-0.5034 -0.2711,-0.8326 -1.0262 -1.2005c -0.5421,-0.2711 -1.3360,-0.4841 -2.2654 -0.4841c -0.1549,-0.0000 -0.3679,0.0194 -0.6390 0.0387c -0.2711,0.0194 -0.5615,0.0194 -0.7745 0.0194c -0.3098,-0.0000 -0.4647,-0.0387 -0.7358 -0.0968ZM 158.3950,176.4158 ZM 164.2811,168.7677 c -0.3098,-0.0000 -0.5034,-0.1743 -0.5809 -0.3292c -0.1162,-0.1743 -0.1936,-0.2323 -0.3292 -0.2323c -0.2323,-0.0000 -0.6002,0.2711 -0.7358 0.4647c 0.5421,0.5809 0.7939,1.1424 0.7939 2.0524c 0.0000,1.8975 -1.5490,2.9237 -3.1754 2.9237c -0.7164,-0.0000 -1.2973,-0.1355 -1.7426 -0.4066c -0.2130,0.3292 -0.3292,0.7358 -0.3292 1.1230c 0.0000,0.8326 0.6390,1.0456 1.1811 1.0456c 0.0968,-0.0000 0.3292,-0.0194 0.6002 -0.0387c 0.4453,-0.0581 0.9294,-0.0968 1.2586 -0.0968c 0.6777,-0.0000 1.9556,0.1355 2.7301 0.7939c 0.5228,0.4841 0.8132,0.9488 0.8132 1.5684c 0.0000,2.0911 -2.7495,3.1948 -5.2472 3.1948c -1.4135,-0.0000 -2.9818,-0.5228 -2.9818 -2.2073c 0.0000,-0.8326 0.5228,-1.7233 1.5103 -2.3428c -0.4841,-0.2517 -0.8326,-0.7358 -0.8326 -1.4328c 0.0000,-0.6583 0.2904,-1.4909 0.8132 -1.9556c -0.5228,-0.5228 -0.9681,-1.1811 -0.9681 -2.2460c 0.0000,-1.7813 1.5684,-2.9237 3.2142 -2.9237c 1.0843,-0.0000 1.7620,0.4453 1.9750 0.6002c 0.4841,-0.6583 1.3554,-0.9875 1.8394 -0.9875c 0.5034,-0.0000 0.8519,0.3292 0.8519 0.7358c 0.0000,0.4260 -0.2711,0.6970 -0.6583 0.6970ZM 165.1718,176.2803 ZM 167.0112,174.8862 v -9.7005 c 0.0000,-1.1037 -0.1936,-1.4135 -0.5809 -1.4135l -0.6196,0.0774 c -0.0581,-0.0000 -0.1162,-0.0387 -0.1162 -0.0968l -0.0387,-0.4841 c 0.3098,-0.0000 1.0262,-0.1162 1.3554 -0.1743c 0.3485,-0.0774 0.6196,-0.1549 1.0068 -0.3292h 0.4260 v 12.1208 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.4647 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.4135,-0.0387 -2.1686 -0.0387c -0.6777,-0.0000 -2.0911,0.0387 -2.0911 0.0387l -0.0194,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0387,-0.1549 0.1355 -0.1549h 0.4647 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 170.2060,176.2803 ZM 174.2334,168.3417 c 0.0000,0.0968 -0.1162,0.1549 -0.2130 0.1549c -0.5809,-0.0000 -0.8326,0.1162 -0.8326 0.4260c 0.0000,0.1162 0.0387,0.2711 0.1162 0.4453l 2.1299,4.9955 l 2.1492,-4.9180 c 0.0968,-0.1743 0.1355,-0.3292 0.1355 -0.4453c 0.0000,-0.4066 -0.3872,-0.5034 -0.8132 -0.5034h -0.0774 c -0.0968,-0.0000 -0.1936,-0.0774 -0.1936 -0.1355v -0.3679 l 0.0387,-0.0581 c 0.0000,-0.0000 1.1424,0.0387 1.8201 0.0387c 0.5421,-0.0000 1.3360,-0.0387 1.3360 -0.0387l 0.0581,0.0387 v 0.3679 c 0.0000,0.0968 -0.0774,0.1549 -0.2130 0.1549c -0.7358,-0.0000 -1.1037,0.7551 -1.3747 1.3166c -1.0262,2.1686 -1.8781,4.1629 -3.4271 7.8998c -0.5809,1.3941 -1.2779,3.0205 -2.6526 3.0205c -0.3679,-0.0000 -1.1230,-0.2130 -1.1230 -0.9100c 0.0000,-0.5809 0.4260,-0.7551 0.7358 -0.7551c 0.2904,-0.0000 0.4841,0.1162 0.6002 0.2711c 0.1936,0.1936 0.3292,0.3292 0.5228 0.3292c 0.2904,-0.0000 0.9681,-1.6652 1.4522 -2.8463c 0.1162,-0.2323 0.1549,-0.4260 0.1549 -0.6002c 0.0000,-0.1936 -0.1743,-0.7164 -0.3292 -1.1037l -2.4397,-5.6732 c -0.3098,-0.7358 -0.5228,-0.9488 -1.1811 -0.9488c -0.1162,-0.0000 -0.1936,-0.0581 -0.1936 -0.1355v -0.3872 l 0.0387,-0.0387 c 0.0000,-0.0000 0.8519,0.0387 1.4328 0.0387c 0.9100,-0.0000 2.3041,-0.0387 2.3041 -0.0387l 0.0387,0.0581 v 0.3485 ZM 180.0615,176.2803 ZM 182.9465,170.2005 v 4.8212 c 0.6777,0.7939 1.3166,0.8326 1.6264 0.8326c 2.0718,-0.0000 2.5365,-1.9362 2.5365 -3.6014c 0.0000,-2.3428 -0.9488,-3.6401 -2.1299 -3.6401c -0.6583,-0.0000 -1.6071,0.5615 -2.0330 1.5877ZM 182.9465,170.2005 ZM 181.5136,179.3395 v -9.5844 c 0.0000,-0.7358 -0.1743,-0.8713 -0.4453 -0.8713c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 1.2392,-0.2130 1.4715,-0.2904 2.0137 -0.5615c 0.2130,-0.0968 0.3485,-0.1549 0.4841 -0.1549h 0.2904 l -0.0581,1.5490 h 0.0581 c 0.8907,-1.3554 1.9362,-1.5490 2.5558 -1.5490c 1.8781,-0.0000 3.1173,1.9556 3.1173 4.0080c 0.0000,1.5684 -0.4841,2.7688 -1.3554 3.6595c -0.7551,0.7551 -1.5490,1.1230 -2.5752 1.1230c -0.6970,-0.0000 -1.2392,-0.1549 -1.7426 -0.4260v 3.2529 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.3679 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3360,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.9943,0.0387 -1.9943 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 189.3360,176.2803 ZM 192.4921,162.7653 v 6.5638 c 1.2973,-1.2973 2.4397,-1.6071 3.1948 -1.6071c 1.3941,-0.0000 2.0911,1.0649 2.0911 3.0593v 4.1048 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.3679 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3166,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.9943,0.0387 -1.9943 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.3178 c 0.0000,-1.5684 -0.4260,-1.9362 -1.5103 -1.9362c -0.5615,-0.0000 -1.3941,0.5034 -2.3235 1.4135v 4.8406 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.3679 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3166,-0.0387 -2.0718 -0.0387c -0.6970,-0.0000 -1.9943,0.0387 -1.9943 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0387,-0.1549 0.1355 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -9.7005 c 0.0000,-1.1037 -0.1743,-1.4135 -0.5615 -1.4135l -0.6390,0.0774 c -0.0581,-0.0000 -0.0968,-0.0387 -0.0968 -0.0968l -0.0387,-0.4841 c 0.3098,-0.0000 1.0068,-0.1162 1.3360 -0.1743c 0.3485,-0.0774 0.6390,-0.1549 1.0262 -0.3292h 0.4260 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.9839282365802173" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 102.4073,176.2803 c 0.0000,-5.5270 -4.4805,-10.0076 -10.0076 -10.0076c -5.5270,-0.0000 -10.0076,4.4805 -10.0076 10.0076c -0.0000,5.5270 4.4805,10.0076 10.0076 10.0076c 5.5270,0.0000 10.0076,-4.4805 10.0076 -10.0076Z"/></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 132.4300,138.9552 ZM 138.5485,133.4756 c 0.0000,-1.6071 -0.7551,-2.5365 -1.9169 -2.5365c -1.0068,-0.0000 -1.6845,0.6970 -1.6845 2.2073c 0.0000,1.0068 0.3872,2.5946 1.9362 2.5946c 0.6777,-0.0000 1.6652,-0.3292 1.6652 -2.2654ZM 138.5485,133.4756 ZM 134.9278,139.0907 c -0.6002,0.5615 -0.7358,1.1617 -0.7358 1.8201c 0.0000,1.4522 1.7426,1.8781 2.4009 1.8781c 1.6652,-0.0000 3.7757,-0.5809 3.7757 -1.9750c 0.0000,-0.5034 -0.2711,-0.8326 -1.0262 -1.2005c -0.5421,-0.2711 -1.3360,-0.4841 -2.2654 -0.4841c -0.1549,-0.0000 -0.3679,0.0194 -0.6390 0.0387c -0.2711,0.0194 -0.5615,0.0194 -0.7745 0.0194c -0.3098,-0.0000 -0.4647,-0.0387 -0.7358 -0.0968ZM 134.9278,139.0907 ZM 140.8139,131.4426 c -0.3098,-0.0000 -0.5034,-0.1743 -0.5809 -0.3292c -0.1162,-0.1743 -0.1936,-0.2323 -0.3292 -0.2323c -0.2323,-0.0000 -0.6002,0.2711 -0.7358 0.4647c 0.5421,0.5809 0.7939,1.1424 0.7939 2.0524c 0.0000,1.8975 -1.5490,2.9237 -3.1754 2.9237c -0.7164,-0.0000 -1.2973,-0.1355 -1.7426 -0.4066c -0.2130,0.3292 -0.3292,0.7358 -0.3292 1.1230c 0.0000,0.8326 0.6390,1.0456 1.1811 1.0456c 0.0968,-0.0000 0.3292,-0.0194 0.6002 -0.0387c 0.4453,-0.0581 0.9294,-0.0968 1.2586 -0.0968c 0.6777,-0.0000 1.9556,0.1355 2.7301 0.7939c 0.5228,0.4841 0.8132,0.9488 0.8132 1.5684c 0.0000,2.0911 -2.7495,3.1948 -5.2472 3.1948c -1.4135,-0.0000 -2.9818,-0.5228 -2.9818 -2.2073c 0.0000,-0.8326 0.5228,-1.7233 1.5103 -2.3428c -0.4841,-0.2517 -0.8326,-0.7358 -0.8326 -1.4328c 0.0000,-0.6583 0.2904,-1.4909 0.8132 -1.9556c -0.5228,-0.5228 -0.9681,-1.1811 -0.9681 -2.2460c 0.0000,-1.7813 1.5684,-2.9237 3.2142 -2.9237c 1.0843,-0.0000 1.7620,0.4453 1.9750 0.6002c 0.4841,-0.6583 1.3554,-0.9875 1.8394 -0.9875c 0.5034,-0.0000 0.8519,0.3292 0.8519 0.7358c 0.0000,0.4260 -0.2711,0.6970 -0.6583 0.6970ZM 141.7046,138.9552 ZM 143.5440,137.5611 v -9.7005 c 0.0000,-1.1037 -0.1936,-1.4135 -0.5809 -1.4135l -0.6196,0.0774 c -0.0581,-0.0000 -0.1162,-0.0387 -0.1162 -0.0968l -0.0387,-0.4841 c 0.3098,-0.0000 1.0262,-0.1162 1.3554 -0.1743c 0.3485,-0.0774 0.6196,-0.1549 1.0068 -0.3292h 0.4260 v 12.1208 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.4647 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.4135,-0.0387 -2.1686 -0.0387c -0.6777,-0.0000 -2.0911,0.0387 -2.0911 0.0387l -0.0194,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0387,-0.1549 0.1355 -0.1549h 0.4647 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 146.7388,138.9552 ZM 150.7662,131.0166 c 0.0000,0.0968 -0.1162,0.1549 -0.2130 0.1549c -0.5809,-0.0000 -0.8326,0.1162 -0.8326 0.4260c 0.0000,0.1162 0.0387,0.2711 0.1162 0.4453l 2.1299,4.9955 l 2.1492,-4.9180 c 0.0968,-0.1743 0.1355,-0.3292 0.1355 -0.4453c 0.0000,-0.4066 -0.3872,-0.5034 -0.8132 -0.5034h -0.0774 c -0.0968,-0.0000 -0.1936,-0.0774 -0.1936 -0.1355v -0.3679 l 0.0387,-0.0581 c 0.0000,-0.0000 1.1424,0.0387 1.8201 0.0387c 0.5421,-0.0000 1.3360,-0.0387 1.3360 -0.0387l 0.0581,0.0387 v 0.3679 c 0.0000,0.0968 -0.0774,0.1549 -0.2130 0.1549c -0.7358,-0.0000 -1.1037,0.7551 -1.3747 1.3166c -1.0262,2.1686 -1.8781,4.1629 -3.4271 7.8998c -0.5809,1.3941 -1.2779,3.0205 -2.6526 3.0205c -0.3679,-0.0000 -1.1230,-0.2130 -1.1230 -0.9100c 0.0000,-0.5809 0.4260,-0.7551 0.7358 -0.7551c 0.2904,-0.0000 0.4841,0.1162 0.6002 0.2711c 0.1936,0.1936 0.3292,0.3292 0.5228 0.3292c 0.2904,-0.0000 0.9681,-1.6652 1.4522 -2.8463c 0.1162,-0.2323 0.1549,-0.4260 0.1549 -0.6002c 0.0000,-0.1936 -0.1743,-0.7164 -0.3292 -1.1037l -2.4397,-5.6732 c -0.3098,-0.7358 -0.5228,-0.9488 -1.1811 -0.9488c -0.1162,-0.0000 -0.1936,-0.0581 -0.1936 -0.1355v -0.3872 l 0.0387,-0.0387 c 0.0000,-0.0000 0.8519,0.0387 1.4328 0.0387c 0.9100,-0.0000 2.3041,-0.0387 2.3041 -0.0387l 0.0387,0.0581 v 0.3485 ZM 156.5943,138.9552 ZM 159.4793,132.8754 v 4.8212 c 0.6777,0.7939 1.3166,0.8326 1.6264 0.8326c 2.0718,-0.0000 2.5365,-1.9362 2.5365 -3.6014c 0.0000,-2.3428 -0.9488,-3.6401 -2.1299 -3.6401c -0.6583,-0.0000 -1.6071,0.5615 -2.0330 1.5877ZM 159.4793,132.8754 ZM 158.0464,142.0144 v -9.5844 c 0.0000,-0.7358 -0.1743,-0.8713 -0.4453 -0.8713c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 1.2392,-0.2130 1.4715,-0.2904 2.0137 -0.5615c 0.2130,-0.0968 0.3485,-0.1549 0.4841 -0.1549h 0.2904 l -0.0581,1.5490 h 0.0581 c 0.8907,-1.3554 1.9362,-1.5490 2.5558 -1.5490c 1.8781,-0.0000 3.1173,1.9556 3.1173 4.0080c 0.0000,1.5684 -0.4841,2.7688 -1.3554 3.6595c -0.7551,0.7551 -1.5490,1.1230 -2.5752 1.1230c -0.6970,-0.0000 -1.2392,-0.1549 -1.7426 -0.4260v 3.2529 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.3679 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3360,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.9943,0.0387 -1.9943 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 165.8688,138.9552 ZM 169.0249,125.4402 v 6.5638 c 1.2973,-1.2973 2.4397,-1.6071 3.1948 -1.6071c 1.3941,-0.0000 2.0911,1.0649 2.0911 3.0593v 4.1048 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.3679 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3166,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.9943,0.0387 -1.9943 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.3178 c 0.0000,-1.5684 -0.4260,-1.9362 -1.5103 -1.9362c -0.5615,-0.0000 -1.3941,0.5034 -2.3235 1.4135v 4.8406 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.3679 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3166,-0.0387 -2.0718 -0.0387c -0.6970,-0.0000 -1.9943,0.0387 -1.9943 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0387,-0.1549 0.1355 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -9.7005 c 0.0000,-1.1037 -0.1743,-1.4135 -0.5615 -1.4135l -0.6390,0.0774 c -0.0581,-0.0000 -0.0968,-0.0387 -0.0968 -0.0968l -0.0387,-0.4841 c 0.3098,-0.0000 1.0068,-0.1162 1.3360 -0.1743c 0.3485,-0.0774 0.6390,-0.1549 1.0262 -0.3292h 0.4260 ZM 175.8986,138.9552 ZM 181.4943,133.9984 h 3.3303 v 0.9488 h -3.3303 v 3.3497 h -0.9681 v -3.3497 h -3.3497 v -0.9488 h 3.3497 v -3.3691 h 0.9681 v 3.3691 ZM 186.1025,138.9552 ZM 187.9419,137.5611 v -9.7005 c 0.0000,-1.1037 -0.1936,-1.4135 -0.5809 -1.4135l -0.6196,0.0774 c -0.0581,-0.0000 -0.1162,-0.0387 -0.1162 -0.0968l -0.0387,-0.4841 c 0.3098,-0.0000 1.0262,-0.1162 1.3554 -0.1743c 0.3485,-0.0774 0.6196,-0.1549 1.0068 -0.3292h 0.4260 v 12.1208 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.4647 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.4135,-0.0387 -2.1686 -0.0387c -0.6777,-0.0000 -2.0911,0.0387 -2.0911 0.0387l -0.0194,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0387,-0.1549 0.1355 -0.1549h 0.4647 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 191.1367,138.9552 ZM 192.6470,127.8992 c 0.0000,-0.5034 0.4066,-0.9294 0.9100 -0.9294c 0.5228,-0.0000 0.9294,0.4260 0.9294 0.9294c 0.0000,0.5228 -0.4066,0.9294 -0.9294 0.9294c -0.5034,-0.0000 -0.9100,-0.4066 -0.9100 -0.9294ZM 192.6470,127.8992 ZM 194.4864,137.5611 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.3679 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3360,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.9943,0.0387 -1.9943 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.8212 c 0.0000,-1.0262 -0.1743,-1.1811 -0.4453 -1.1811c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 1.2392,-0.2130 1.4522,-0.2904 2.0137 -0.5615c 0.2130,-0.0774 0.3485,-0.1549 0.4841 -0.1549h 0.2904 v 7.1641 ZM 196.2484,138.9552 ZM 203.2963,137.5611 v -4.2404 c 0.0000,-1.3554 -0.2323,-1.9943 -1.2586 -1.9943c -0.8519,-0.0000 -1.5877,0.3292 -2.5752 1.4909v 4.7438 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.2711 c 0.0968,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.2198,-0.0387 -1.9750 -0.0387c -0.6970,-0.0000 -2.0137,0.0387 -2.0137 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.8212 c 0.0000,-1.0456 -0.1549,-1.1811 -0.4260 -1.1811c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 0.8132,-0.1355 1.3941,-0.2323 1.9943 -0.5615c 0.2130,-0.0968 0.3679,-0.1549 0.5034 -0.1549h 0.2904 l -0.0581,1.7233 h 0.0581 c 1.2392,-1.4522 2.1686,-1.7233 3.1561 -1.7233c 1.7426,-0.0000 2.1105,1.3360 2.1105 3.0593v 4.1048 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.3679 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3360,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.8975,0.0387 -1.8975 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.2711 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 206.3168,138.9552 ZM 208.5241,133.5918 h 3.5627 c 0.1936,-0.0000 0.2711,-0.0968 0.2711 -0.2711c 0.0000,-1.8007 -0.9100,-2.2654 -1.6071 -2.2654c -0.4453,-0.0000 -1.8975,0.1743 -2.2267 2.5365ZM 208.5241,133.5918 ZM 213.6358,137.1545 l 0.3872,0.3098 c -0.7358,1.0068 -1.8781,1.7233 -3.2722 1.7233c -2.6526,-0.0000 -3.7757,-1.9750 -3.7757 -4.0855c 0.0000,-2.9431 1.9362,-4.7051 3.7757 -4.7051c 2.5558,-0.0000 3.1561,1.9943 3.1561 3.6208c 0.0000,0.2130 -0.1355,0.3292 -0.3485 0.3292h -5.0923 c -0.0194,0.1162 -0.0194,0.2323 -0.0194 0.3872c 0.0000,1.9750 1.3747,3.5046 2.7688 3.5046c 1.0649,-0.0000 1.7426,-0.3485 2.4203 -1.0843Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="5.31190431544029" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 59.0411,138.9552 h 66.7172 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="3.9839282365802173" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 102.4073,138.9552 c 0.0000,-5.5270 -4.4805,-10.0076 -10.0076 -10.0076c -5.5270,-0.0000 -10.0076,4.4805 -10.0076 10.0076c -0.0000,5.5270 4.4805,10.0076 10.0076 10.0076c 5.5270,0.0000 10.0076,-4.4805 10.0076 -10.0076Z"/></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 107.4111,103.2980 ZM 109.1343,101.9039 v -4.8212 c 0.0000,-0.9681 -0.1355,-1.1811 -0.4260 -1.1811c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 1.2198,-0.2130 1.4328,-0.2711 2.0137 -0.5615c 0.1936,-0.0968 0.3485,-0.1549 0.4841 -0.1549h 0.2904 l -0.0581,1.7426 h 0.0581 c 0.5034,-0.7551 1.3554,-1.7426 2.2654 -1.7426c 0.7939,-0.0000 1.0843,0.3872 1.0843 0.8907c 0.0000,0.5034 -0.3292,0.8132 -0.8326 0.8132c -0.3872,-0.0000 -0.6002,-0.1549 -0.7939 -0.3485c -0.1162,-0.1162 -0.2517,-0.1743 -0.3872 -0.1743c -0.2130,-0.0000 -0.6390,0.3485 -1.1037 1.0068c -0.1355,0.1743 -0.2323,0.4260 -0.2323 0.6777v 4.2984 c 0.0000,0.5615 0.1936,0.8519 0.8326 0.8519h 0.5615 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.5296,-0.0387 -2.2848 -0.0387c -0.6970,-0.0000 -2.0137,0.0387 -2.0137 0.0387l -0.0194,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0387,-0.1549 0.1355 -0.1549h 0.3679 c 0.6583,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 114.1298,103.2980 ZM 116.3371,97.9346 h 3.5627 c 0.1936,-0.0000 0.2711,-0.0968 0.2711 -0.2711c 0.0000,-1.8007 -0.9100,-2.2654 -1.6071 -2.2654c -0.4453,-0.0000 -1.8975,0.1743 -2.2267 2.5365ZM 116.3371,97.9346 ZM 121.4488,101.4973 l 0.3872,0.3098 c -0.7358,1.0068 -1.8781,1.7233 -3.2722 1.7233c -2.6526,-0.0000 -3.7757,-1.9750 -3.7757 -4.0855c 0.0000,-2.9431 1.9362,-4.7051 3.7757 -4.7051c 2.5558,-0.0000 3.1561,1.9943 3.1561 3.6208c 0.0000,0.2130 -0.1355,0.3292 -0.3485 0.3292h -5.0923 c -0.0194,0.1162 -0.0194,0.2323 -0.0194 0.3872c 0.0000,1.9750 1.3747,3.5046 2.7688 3.5046c 1.0649,-0.0000 1.7426,-0.3485 2.4203 -1.0843ZM 122.4169,103.2980 ZM 129.8521,101.5360 c -0.8519,1.4715 -1.7813,1.9943 -2.9431 1.9943c -2.3235,-0.0000 -3.7757,-1.7620 -3.7757 -4.2597c 0.0000,-2.7495 1.7233,-4.5308 3.8144 -4.5308c 1.8588,-0.0000 2.8463,0.9488 2.8463 1.9750c 0.0000,0.5615 -0.3485,0.8519 -0.7551 0.8519c -0.4066,-0.0000 -0.7939,-0.2130 -0.8519 -0.6970c -0.0774,-0.6390 -0.1936,-1.4715 -1.3360 -1.4715c -1.2779,-0.0000 -2.2267,1.3554 -2.2267 3.4465c 0.0000,2.2654 1.2198,3.8337 2.7107 3.8337c 0.8326,-0.0000 1.5684,-0.5421 2.1686 -1.4135ZM 130.2200,103.2980 ZM 133.3954,95.7273 v 4.9568 c 0.0000,1.2005 0.1162,1.7813 0.6390 1.7813c 0.5034,-0.0000 0.8907,-0.1549 1.3941 -0.5421l 0.3485,0.3292 c -0.7551,0.8519 -1.5296,1.2779 -2.4203 1.2779c -0.8907,-0.0000 -1.4135,-0.5421 -1.4135 -1.9169v -5.8862 h -1.2586 c -0.0581,-0.0000 -0.0774,-0.0194 -0.0774 -0.0774v -0.6002 c 0.0000,-0.0581 0.0194,-0.0774 0.0581 -0.0774c 1.2973,-0.0000 1.6071,-0.7551 1.6071 -2.2267v -0.3679 l 1.1230,-0.3872 v 2.9818 h 2.1299 c 0.0968,-0.0000 0.1549,0.0387 0.1549 0.1162v 0.3872 c 0.0000,0.1743 -0.2711,0.2517 -0.4647 0.2517h -1.8201 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="1.3279760788600725" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 100.7394,111.6376 l -0.0000,-16.6793 h -16.6793 l -0.0000,16.6793 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 107.4111,67.6408 ZM 110.2961,61.5610 v 4.8212 c 0.6777,0.7939 1.3166,0.8326 1.6264 0.8326c 2.0718,-0.0000 2.5365,-1.9362 2.5365 -3.6014c 0.0000,-2.3428 -0.9488,-3.6401 -2.1299 -3.6401c -0.6583,-0.0000 -1.6071,0.5615 -2.0330 1.5877ZM 110.2961,61.5610 ZM 108.8633,70.7000 v -9.5844 c 0.0000,-0.7358 -0.1743,-0.8713 -0.4453 -0.8713c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 1.2392,-0.2130 1.4715,-0.2904 2.0137 -0.5615c 0.2130,-0.0968 0.3485,-0.1549 0.4841 -0.1549h 0.2904 l -0.0581,1.5490 h 0.0581 c 0.8907,-1.3554 1.9362,-1.5490 2.5558 -1.5490c 1.8781,-0.0000 3.1173,1.9556 3.1173 4.0080c 0.0000,1.5684 -0.4841,2.7688 -1.3554 3.6595c -0.7551,0.7551 -1.5490,1.1230 -2.5752 1.1230c -0.6970,-0.0000 -1.2392,-0.1549 -1.7426 -0.4260v 3.2529 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.3679 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3360,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.9943,0.0387 -1.9943 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519ZM 116.6857,67.6408 ZM 118.1959,56.5849 c 0.0000,-0.5034 0.4066,-0.9294 0.9100 -0.9294c 0.5228,-0.0000 0.9294,0.4260 0.9294 0.9294c 0.0000,0.5228 -0.4066,0.9294 -0.9294 0.9294c -0.5034,-0.0000 -0.9100,-0.4066 -0.9100 -0.9294ZM 118.1959,56.5849 ZM 120.0354,66.2467 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.3679 c 0.0968,-0.0000 0.1743,0.0581 0.1743 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.3360,-0.0387 -2.0911 -0.0387c -0.6777,-0.0000 -1.9943,0.0387 -1.9943 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0581,-0.1549 0.1549 -0.1549h 0.3679 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519v -4.8212 c 0.0000,-1.0262 -0.1743,-1.1811 -0.4453 -1.1811c -0.2517,-0.0000 -0.4841,0.0194 -0.8132 0.0968l -0.0968,-0.5421 c 1.2392,-0.2130 1.4522,-0.2904 2.0137 -0.5615c 0.2130,-0.0774 0.3485,-0.1549 0.4841 -0.1549h 0.2904 v 7.1641 ZM 121.7973,67.6408 ZM 125.6117,59.8571 c -0.3872,-0.0000 -0.4647,0.0968 -0.4647 0.2323c 0.0000,0.0968 0.0774,0.2711 0.2904 0.6196l 1.1811,1.7426 c 0.0581,0.1162 0.1162,0.1743 0.1936 0.1743c 0.0581,-0.0000 0.0968,-0.0387 0.1743 -0.1355l 1.2586,-1.7620 c 0.2130,-0.2711 0.3292,-0.4841 0.3292 -0.6390c 0.0000,-0.1549 -0.1355,-0.2323 -0.4066 -0.2323h -0.3098 c -0.0581,-0.0000 -0.1162,-0.0387 -0.1162 -0.1355v -0.3679 l 0.0581,-0.0581 c 0.0000,-0.0000 0.9100,0.0387 1.5103 0.0387c 0.6196,-0.0000 1.5684,-0.0387 1.5684 -0.0387l 0.0194,0.0387 v 0.3679 c 0.0000,0.1355 -0.1162,0.1549 -0.2323 0.1549c -0.7164,-0.0000 -1.0068,0.2323 -1.7233 1.1424l -1.6264,2.0718 c -0.0387,0.0581 -0.0581,0.0968 -0.0581 0.1355c 0.0000,0.0387 0.0194,0.0968 0.0581 0.1549l 1.7426,2.4590 c 0.8907,1.2586 1.1424,1.2779 1.7620 1.2779c 0.1936,-0.0000 0.2711,0.0387 0.2711 0.1549v 0.3679 l -0.0194,0.0387 c 0.0000,-0.0000 -1.0456,-0.0387 -1.7039 -0.0387c -0.7939,-0.0000 -2.0137,0.0387 -2.0137 0.0387l -0.0387,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0387,-0.1549 0.1355 -0.1549h 0.2323 c 0.3098,-0.0000 0.4453,-0.0581 0.4453 -0.2130c 0.0000,-0.1743 -0.2130,-0.4647 -0.5228 -0.8713l -1.1230,-1.5490 c -0.0774,-0.0968 -0.1162,-0.1355 -0.1743 -0.1355c -0.0387,-0.0000 -0.0968,0.0581 -0.1743 0.1743l -1.2198,1.7620 c -0.2904,0.3872 -0.3485,0.4841 -0.3485 0.6196c 0.0000,0.1355 0.1162,0.2130 0.4066 0.2130h 0.2711 c 0.0968,-0.0000 0.1355,0.0581 0.1355 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.0068,-0.0387 -1.6264 -0.0387c -0.5615,-0.0000 -1.4522,0.0387 -1.4522 0.0387l -0.0387,-0.0387 v -0.3292 c 0.0000,-0.1162 0.0774,-0.1936 0.2517 -0.1936c 0.4647,-0.0000 0.9100,-0.0968 1.7233 -1.1424l 1.6264,-2.0911 c 0.0194,-0.0387 0.0387,-0.0774 0.0387 -0.1355c 0.0000,-0.0581 -0.0194,-0.0968 -0.0581 -0.1549l -1.6845,-2.4590 c -0.5421,-0.7939 -0.8907,-1.2586 -1.5684 -1.2586c -0.1355,-0.0000 -0.2711,-0.0581 -0.2711 -0.1355v -0.3679 l 0.0387,-0.0581 l 1.5296,0.0387 l 2.1492,-0.0387 l 0.0581,0.0581 v 0.3485 c 0.0000,0.0968 -0.0774,0.1549 -0.1549 0.1549h -0.2904 ZM 131.4204,67.6408 ZM 133.6277,62.2774 h 3.5627 c 0.1936,-0.0000 0.2711,-0.0968 0.2711 -0.2711c 0.0000,-1.8007 -0.9100,-2.2654 -1.6071 -2.2654c -0.4453,-0.0000 -1.8975,0.1743 -2.2267 2.5365ZM 133.6277,62.2774 ZM 138.7394,65.8401 l 0.3872,0.3098 c -0.7358,1.0068 -1.8781,1.7233 -3.2722 1.7233c -2.6526,-0.0000 -3.7757,-1.9750 -3.7757 -4.0855c 0.0000,-2.9431 1.9362,-4.7051 3.7757 -4.7051c 2.5558,-0.0000 3.1561,1.9943 3.1561 3.6208c 0.0000,0.2130 -0.1355,0.3292 -0.3485 0.3292h -5.0923 c -0.0194,0.1162 -0.0194,0.2323 -0.0194 0.3872c 0.0000,1.9750 1.3747,3.5046 2.7688 3.5046c 1.0649,-0.0000 1.7426,-0.3485 2.4203 -1.0843ZM 139.7075,67.6408 ZM 141.5469,66.2467 v -9.7005 c 0.0000,-1.1037 -0.1936,-1.4135 -0.5809 -1.4135l -0.6196,0.0774 c -0.0581,-0.0000 -0.1162,-0.0387 -0.1162 -0.0968l -0.0387,-0.4841 c 0.3098,-0.0000 1.0262,-0.1162 1.3554 -0.1743c 0.3485,-0.0774 0.6196,-0.1549 1.0068 -0.3292h 0.4260 v 12.1208 c 0.0000,0.5615 0.2130,0.8519 0.8326 0.8519h 0.4647 c 0.0774,-0.0000 0.1549,0.0581 0.1549 0.1549v 0.3679 l -0.0387,0.0387 c 0.0000,-0.0000 -1.4135,-0.0387 -2.1686 -0.0387c -0.6777,-0.0000 -2.0911,0.0387 -2.0911 0.0387l -0.0194,-0.0387 v -0.3679 c 0.0000,-0.0968 0.0387,-0.1549 0.1355 -0.1549h 0.4647 c 0.6390,-0.0000 0.8326,-0.2904 0.8326 -0.8519Z"/></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 100.7394,75.9804 l -0.0000,-16.6793 h -16.6793 l -0.0000,16.6793 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 63.4779,33.4192 ZM 65.5801,31.8259 v -11.0863 c 0.0000,-1.2613 -0.2213,-1.6154 -0.6639 -1.6154l -0.7081,0.0885 c -0.0664,-0.0000 -0.1328,-0.0443 -0.1328 -0.1106l -0.0443,-0.5532 c 0.3541,-0.0000 1.1728,-0.1328 1.5490 -0.1992c 0.3983,-0.0885 0.7081,-0.1770 1.1507 -0.3762h 0.4868 v 13.8524 c 0.0000,0.6417 0.2434,0.9737 0.9515 0.9737h 0.5311 c 0.0885,-0.0000 0.1770,0.0664 0.1770 0.1770v 0.4204 l -0.0443,0.0443 c 0.0000,-0.0000 -1.6154,-0.0443 -2.4784 -0.0443c -0.7745,-0.0000 -2.3899,0.0443 -2.3899 0.0443l -0.0221,-0.0443 v -0.4204 c 0.0000,-0.1106 0.0443,-0.1770 0.1549 -0.1770h 0.5311 c 0.7302,-0.0000 0.9515,-0.3319 0.9515 -0.9737ZM 69.2313,33.4192 ZM 71.7539,27.2896 h 4.0716 c 0.2213,-0.0000 0.3098,-0.1106 0.3098 -0.3098c 0.0000,-2.0579 -1.0400,-2.5890 -1.8367 -2.5890c -0.5090,-0.0000 -2.1686,0.1992 -2.5448 2.8988ZM 71.7539,27.2896 ZM 77.5958,31.3612 l 0.4426,0.3541 c -0.8409,1.1507 -2.1465,1.9694 -3.7397 1.9694c -3.0316,-0.0000 -4.3150,-2.2571 -4.3150 -4.6691c 0.0000,-3.3635 2.2128,-5.3772 4.3150 -5.3772c 2.9210,-0.0000 3.6069,2.2792 3.6069 4.1380c 0.0000,0.2434 -0.1549,0.3762 -0.3983 0.3762h -5.8198 c -0.0221,0.1328 -0.0221,0.2655 -0.0221 0.4426c 0.0000,2.2571 1.5711,4.0052 3.1644 4.0052c 1.2171,-0.0000 1.9916,-0.3983 2.7661 -1.2392ZM 78.7022,33.4192 ZM 85.6948,27.1568 c 0.0000,-1.8367 -0.8630,-2.8988 -2.1907 -2.8988c -1.1507,-0.0000 -1.9252,0.7966 -1.9252 2.5226c 0.0000,1.1507 0.4426,2.9652 2.2128 2.9652c 0.7745,-0.0000 1.9030,-0.3762 1.9030 -2.5890ZM 85.6948,27.1568 ZM 81.5568,33.5741 c -0.6860,0.6417 -0.8409,1.3277 -0.8409 2.0801c 0.0000,1.6596 1.9916,2.1465 2.7439 2.1465c 1.9030,-0.0000 4.3150,-0.6639 4.3150 -2.2571c 0.0000,-0.5753 -0.3098,-0.9515 -1.1728 -1.3720c -0.6196,-0.3098 -1.5269,-0.5532 -2.5890 -0.5532c -0.1770,-0.0000 -0.4204,0.0221 -0.7302 0.0443c -0.3098,0.0221 -0.6417,0.0221 -0.8851 0.0221c -0.3541,-0.0000 -0.5311,-0.0443 -0.8409 -0.1106ZM 81.5568,33.5741 ZM 88.2838,24.8333 c -0.3541,-0.0000 -0.5753,-0.1992 -0.6639 -0.3762c -0.1328,-0.1992 -0.2213,-0.2655 -0.3762 -0.2655c -0.2655,-0.0000 -0.6860,0.3098 -0.8409 0.5311c 0.6196,0.6639 0.9073,1.3056 0.9073 2.3456c 0.0000,2.1686 -1.7703,3.3414 -3.6291 3.3414c -0.8188,-0.0000 -1.4826,-0.1549 -1.9916 -0.4647c -0.2434,0.3762 -0.3762,0.8409 -0.3762 1.2834c 0.0000,0.9515 0.7302,1.1949 1.3498 1.1949c 0.1106,-0.0000 0.3762,-0.0221 0.6860 -0.0443c 0.5090,-0.0664 1.0622,-0.1106 1.4383 -0.1106c 0.7745,-0.0000 2.2350,0.1549 3.1201 0.9073c 0.5975,0.5532 0.9294,1.0843 0.9294 1.7924c 0.0000,2.3899 -3.1422,3.6512 -5.9968 3.6512c -1.6154,-0.0000 -3.4078,-0.5975 -3.4078 -2.5226c 0.0000,-0.9515 0.5975,-1.9694 1.7260 -2.6775c -0.5532,-0.2877 -0.9515,-0.8409 -0.9515 -1.6375c 0.0000,-0.7524 0.3319,-1.7039 0.9294 -2.2350c -0.5975,-0.5975 -1.1064,-1.3498 -1.1064 -2.5669c 0.0000,-2.0358 1.7924,-3.3414 3.6733 -3.3414c 1.2392,-0.0000 2.0137,0.5090 2.2571 0.6860c 0.5532,-0.7524 1.5490,-1.1285 2.1022 -1.1285c 0.5753,-0.0000 0.9737,0.3762 0.9737 0.8409c 0.0000,0.4868 -0.3098,0.7966 -0.7524 0.7966ZM 89.4124,33.4192 ZM 91.9350,27.2896 h 4.0716 c 0.2213,-0.0000 0.3098,-0.1106 0.3098 -0.3098c 0.0000,-2.0579 -1.0400,-2.5890 -1.8367 -2.5890c -0.5090,-0.0000 -2.1686,0.1992 -2.5448 2.8988ZM 91.9350,27.2896 ZM 97.7769,31.3612 l 0.4426,0.3541 c -0.8409,1.1507 -2.1465,1.9694 -3.7397 1.9694c -3.0316,-0.0000 -4.3150,-2.2571 -4.3150 -4.6691c 0.0000,-3.3635 2.2128,-5.3772 4.3150 -5.3772c 2.9210,-0.0000 3.6069,2.2792 3.6069 4.1380c 0.0000,0.2434 -0.1549,0.3762 -0.3983 0.3762h -5.8198 c -0.0221,0.1328 -0.0221,0.2655 -0.0221 0.4426c 0.0000,2.2571 1.5711,4.0052 3.1644 4.0052c 1.2171,-0.0000 1.9916,-0.3983 2.7661 -1.2392ZM 98.8833,33.4192 ZM 106.9381,31.8259 v -4.8461 c 0.0000,-1.5490 -0.2655,-2.2792 -1.4383 -2.2792c -0.9737,-0.0000 -1.8145,0.3762 -2.9431 1.7039v 5.4215 c 0.0000,0.6417 0.2213,0.9737 0.9515 0.9737h 0.3098 c 0.1106,-0.0000 0.1770,0.0664 0.1770 0.1770v 0.4204 l -0.0443,0.0443 c 0.0000,-0.0000 -1.3941,-0.0443 -2.2571 -0.0443c -0.7966,-0.0000 -2.3014,0.0443 -2.3014 0.0443l -0.0443,-0.0443 v -0.4204 c 0.0000,-0.1106 0.0664,-0.1770 0.1770 -0.1770h 0.4204 c 0.7524,-0.0000 0.9515,-0.3319 0.9515 -0.9737v -5.5100 c 0.0000,-1.1949 -0.1770,-1.3498 -0.4868 -1.3498c -0.2877,-0.0000 -0.5532,0.0221 -0.9294 0.1106l -0.1106,-0.6196 c 0.9294,-0.1549 1.5932,-0.2655 2.2792 -0.6417c 0.2434,-0.1106 0.4204,-0.1770 0.5753 -0.1770h 0.3319 l -0.0664,1.9694 h 0.0664 c 1.4162,-1.6596 2.4784,-1.9694 3.6069 -1.9694c 1.9916,-0.0000 2.4120,1.5269 2.4120 3.4963v 4.6912 c 0.0000,0.6417 0.2434,0.9737 0.9515 0.9737h 0.4204 c 0.1106,-0.0000 0.1992,0.0664 0.1992 0.1770v 0.4204 l -0.0443,0.0443 c 0.0000,-0.0000 -1.5269,-0.0443 -2.3899 -0.0443c -0.7745,-0.0000 -2.1686,0.0443 -2.1686 0.0443l -0.0443,-0.0443 v -0.4204 c 0.0000,-0.1106 0.0664,-0.1770 0.1770 -0.1770h 0.3098 c 0.7302,-0.0000 0.9515,-0.3319 0.9515 -0.9737ZM 110.3901,33.4192 ZM 117.7810,31.4497 v -5.7313 c -0.5311,-0.8409 -1.1285,-1.3056 -2.1686 -1.3056c -0.4426,-0.0000 -1.3498,0.0664 -2.0579 1.1064c -0.3098,0.4647 -0.6860,1.4162 -0.6860 3.0095c 0.0000,2.8988 1.5047,4.2265 2.6997 4.2265c 0.7302,-0.0000 1.3277,-0.4426 2.2128 -1.3056ZM 117.7810,31.4497 ZM 119.4406,17.9735 v 12.7902 c 0.0000,0.6639 0.0443,1.0179 0.0885 1.1728c 0.0664,0.1992 0.3098,0.3319 0.4868 0.3319c 0.2655,-0.0000 0.7524,-0.0000 1.0843 -0.0664l 0.0885,0.6196 c -1.2834,0.2213 -2.4341,0.4647 -2.8988 0.8630h -0.5311 l 0.0664,-1.5269 c -0.8409,0.8630 -1.7039,1.5269 -2.8324 1.5269c -2.3899,-0.0000 -3.8503,-2.0358 -3.8503 -4.7576c 0.0000,-1.6375 0.4426,-3.0095 1.3941 -3.9610c 0.8851,-0.8409 1.8588,-1.3277 3.3193 -1.3277c 0.4426,-0.0000 1.4162,0.1992 1.9252 0.4868v -3.3856 c 0.0000,-1.2613 -0.1992,-1.6154 -0.6417 -1.6154l -0.7302,0.0885 c -0.0443,-0.0000 -0.1106,-0.0443 -0.1106 -0.1106l -0.0443,-0.5532 c 0.3541,-0.0000 1.1507,-0.1328 1.5269 -0.1992c 0.4204,-0.0885 0.7302,-0.1770 1.1728 -0.3762h 0.4868 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.531190431544029" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 267.5680,300.0000 l -0.0000,-300.0000 h -218.4568 l -0.0000,300.0000 Z"/></g></svg>
diff --git a/other/lglyphChart_Example.svg b/other/lglyphChart_Example.svg
new file mode 100644
--- /dev/null
+++ b/other/lglyphChart_Example.svg
@@ -0,0 +1,3 @@
+<?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="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 550.3069,15.4035 ZM 555.6309,12.4917 c 0.0000,-1.7747 -0.9649,-2.6534 -2.0331 -2.6534c -0.7926,-0.0000 -1.3956,0.1206 -2.0676 0.3963l 0.5514,-4.7038 c 0.5686,0.0517 1.1544,0.0689 1.7574 0.0689c 0.8615,-0.0000 1.7574,-0.0517 2.6879 -0.1551l 0.1034,0.0517 l -0.2584,1.1199 c -0.6720,0.0689 -1.2233,0.0861 -1.7058 0.0861c -0.7753,-0.0000 -1.3612,-0.0689 -1.9642 -0.1378l -0.3274,2.7223 c 0.3618,-0.1378 0.9821,-0.2584 1.6541 -0.2584c 1.8264,-0.0000 2.8429,1.5851 2.8429 3.1703c 0.0000,1.9297 -1.3439,3.4115 -3.2909 3.4115c -0.9821,-0.0000 -2.4122,-0.5514 -2.4122 -1.2233c 0.0000,-0.3274 0.2757,-0.5514 0.5858 -0.5514c 0.3446,-0.0000 0.5686,0.2584 0.7753 0.5341c 0.2584,0.3101 0.5341,0.6547 1.0855 0.6547c 1.1027,-0.0000 2.0159,-1.0338 2.0159 -2.5328ZM 557.8536,15.4035 ZM 559.6455,13.7667 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 561.6269,15.4035 ZM 566.9510,12.4917 c 0.0000,-1.7747 -0.9649,-2.6534 -2.0331 -2.6534c -0.7926,-0.0000 -1.3956,0.1206 -2.0676 0.3963l 0.5514,-4.7038 c 0.5686,0.0517 1.1544,0.0689 1.7574 0.0689c 0.8615,-0.0000 1.7574,-0.0517 2.6879 -0.1551l 0.1034,0.0517 l -0.2584,1.1199 c -0.6720,0.0689 -1.2233,0.0861 -1.7058 0.0861c -0.7753,-0.0000 -1.3612,-0.0689 -1.9642 -0.1378l -0.3274,2.7223 c 0.3618,-0.1378 0.9821,-0.2584 1.6541 -0.2584c 1.8264,-0.0000 2.8429,1.5851 2.8429 3.1703c 0.0000,1.9297 -1.3439,3.4115 -3.2909 3.4115c -0.9821,-0.0000 -2.4122,-0.5514 -2.4122 -1.2233c 0.0000,-0.3274 0.2757,-0.5514 0.5858 -0.5514c 0.3446,-0.0000 0.5686,0.2584 0.7753 0.5341c 0.2584,0.3101 0.5341,0.6547 1.0855 0.6547c 1.1027,-0.0000 2.0159,-1.0338 2.0159 -2.5328Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 561.4719,25.1082 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 550.3069,50.0355 ZM 555.6309,47.1237 c 0.0000,-1.7747 -0.9649,-2.6534 -2.0331 -2.6534c -0.7926,-0.0000 -1.3956,0.1206 -2.0676 0.3963l 0.5514,-4.7038 c 0.5686,0.0517 1.1544,0.0689 1.7574 0.0689c 0.8615,-0.0000 1.7574,-0.0517 2.6879 -0.1551l 0.1034,0.0517 l -0.2584,1.1199 c -0.6720,0.0689 -1.2233,0.0861 -1.7058 0.0861c -0.7753,-0.0000 -1.3612,-0.0689 -1.9642 -0.1378l -0.3274,2.7223 c 0.3618,-0.1378 0.9821,-0.2584 1.6541 -0.2584c 1.8264,-0.0000 2.8429,1.5851 2.8429 3.1703c 0.0000,1.9297 -1.3439,3.4115 -3.2909 3.4115c -0.9821,-0.0000 -2.4122,-0.5514 -2.4122 -1.2233c 0.0000,-0.3274 0.2757,-0.5514 0.5858 -0.5514c 0.3446,-0.0000 0.5686,0.2584 0.7753 0.5341c 0.2584,0.3101 0.5341,0.6547 1.0855 0.6547c 1.1027,-0.0000 2.0159,-1.0338 2.0159 -2.5328ZM 557.8536,50.0355 ZM 559.6455,48.3987 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 561.6269,50.0355 ZM 566.0722,43.9189 c 0.0000,-0.1206 0.0172,-0.2584 0.1723 -0.3446c 0.1895,-0.1378 0.4997,-0.2929 0.7581 -0.2929c 0.2240,-0.0000 0.2412,0.1895 0.2412 0.5341v 2.7740 h 1.3956 l -0.1034,0.8098 h -1.2922 v 1.4301 c 0.0000,0.4824 0.0689,0.7237 0.5686 0.7237h 0.4652 c 0.1034,-0.0000 0.1206,0.0861 0.1206 0.1206v 0.3791 c 0.0000,-0.0000 -1.1027,-0.0345 -1.8264 -0.0345c -0.6547,-0.0000 -1.6713,0.0345 -1.6713 0.0345v -0.3791 c 0.0000,-0.0345 0.0172,-0.1206 0.1206 -0.1206h 0.4652 c 0.5341,-0.0000 0.5858,-0.2240 0.5858 -0.7237v -1.4301 h -3.3771 c -0.0689,-0.0000 -0.1034,-0.0345 -0.1551 -0.1034l -0.1378,-0.1895 l -0.2068,-0.3618 c -0.0172,-0.0000 -0.0172,-0.0172 -0.0172 -0.0345c 0.0000,-0.0172 0.0172,-0.0345 0.0345 -0.0517c 1.1199,-1.2406 3.1014,-5.0828 3.7217 -6.4957c 0.0172,-0.0689 0.0517,-0.0861 0.1206 -0.0861c 0.0172,-0.0000 0.3963,0.1551 0.6030 0.1895c -0.7753,2.0848 -2.0504,4.3247 -3.3081 6.3234h 2.7223 v -2.6706 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 561.4719,59.7403 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 550.3069,84.6676 ZM 555.6309,81.7557 c 0.0000,-1.7747 -0.9649,-2.6534 -2.0331 -2.6534c -0.7926,-0.0000 -1.3956,0.1206 -2.0676 0.3963l 0.5514,-4.7038 c 0.5686,0.0517 1.1544,0.0689 1.7574 0.0689c 0.8615,-0.0000 1.7574,-0.0517 2.6879 -0.1551l 0.1034,0.0517 l -0.2584,1.1199 c -0.6720,0.0689 -1.2233,0.0861 -1.7058 0.0861c -0.7753,-0.0000 -1.3612,-0.0689 -1.9642 -0.1378l -0.3274,2.7223 c 0.3618,-0.1378 0.9821,-0.2584 1.6541 -0.2584c 1.8264,-0.0000 2.8429,1.5851 2.8429 3.1703c 0.0000,1.9297 -1.3439,3.4115 -3.2909 3.4115c -0.9821,-0.0000 -2.4122,-0.5514 -2.4122 -1.2233c 0.0000,-0.3274 0.2757,-0.5514 0.5858 -0.5514c 0.3446,-0.0000 0.5686,0.2584 0.7753 0.5341c 0.2584,0.3101 0.5341,0.6547 1.0855 0.6547c 1.1027,-0.0000 2.0159,-1.0338 2.0159 -2.5328ZM 557.8536,84.6676 ZM 559.6455,83.0307 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 561.6269,84.6676 ZM 565.3486,75.2428 c -0.4307,-0.0000 -1.6885,0.2412 -1.6885 1.2922c 0.0000,0.3101 -0.1206,0.8443 -0.5858 0.8443c -0.4480,-0.0000 -0.4824,-0.4997 -0.4824 -0.5514c 0.0000,-0.5341 0.7064,-2.1193 3.1014 -2.1193c 1.6713,-0.0000 2.1710,1.0510 2.1710 1.7402c 0.0000,0.4307 -0.1378,1.2922 -1.6885 2.2743c 0.9649,0.1551 2.2399,0.8615 2.2399 2.6534c 0.0000,2.2743 -1.7230,3.4977 -3.6700 3.4977c -0.9821,-0.0000 -2.3605,-0.4307 -2.3605 -1.0855c 0.0000,-0.2584 0.2584,-0.5514 0.6030 -0.5514c 0.3274,-0.0000 0.4824,0.1723 0.6375 0.3963c 0.1895,0.2929 0.4997,0.7064 1.3267 0.7064c 0.5686,-0.0000 2.1882,-0.5686 2.1882 -2.7395c 0.0000,-1.8436 -1.2922,-2.1365 -2.2227 -2.1365c -0.1551,-0.0000 -0.3446,0.0345 -0.5341 0.0689l -0.0689,-0.5169 c 1.3267,-0.2240 2.4294,-1.5162 2.4294 -2.3088c 0.0000,-0.9821 -0.6892,-1.4645 -1.3956 -1.4645Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 561.4719,94.3723 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 550.3069,119.2996 ZM 555.6309,116.3878 c 0.0000,-1.7747 -0.9649,-2.6534 -2.0331 -2.6534c -0.7926,-0.0000 -1.3956,0.1206 -2.0676 0.3963l 0.5514,-4.7038 c 0.5686,0.0517 1.1544,0.0689 1.7574 0.0689c 0.8615,-0.0000 1.7574,-0.0517 2.6879 -0.1551l 0.1034,0.0517 l -0.2584,1.1199 c -0.6720,0.0689 -1.2233,0.0861 -1.7058 0.0861c -0.7753,-0.0000 -1.3612,-0.0689 -1.9642 -0.1378l -0.3274,2.7223 c 0.3618,-0.1378 0.9821,-0.2584 1.6541 -0.2584c 1.8264,-0.0000 2.8429,1.5851 2.8429 3.1703c 0.0000,1.9297 -1.3439,3.4115 -3.2909 3.4115c -0.9821,-0.0000 -2.4122,-0.5514 -2.4122 -1.2233c 0.0000,-0.3274 0.2757,-0.5514 0.5858 -0.5514c 0.3446,-0.0000 0.5686,0.2584 0.7753 0.5341c 0.2584,0.3101 0.5341,0.6547 1.0855 0.6547c 1.1027,-0.0000 2.0159,-1.0338 2.0159 -2.5328ZM 557.8536,119.2996 ZM 559.6455,117.6628 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 561.6269,119.2996 ZM 562.6263,111.6668 c 0.0000,-0.9821 0.9476,-2.3260 2.7568 -2.3260c 1.3267,-0.0000 2.8774,0.4997 2.8774 2.4811c 0.0000,1.3095 -0.6720,1.9642 -1.6024 2.8602l -1.6368,1.5851 c -0.0861,0.0861 -1.2406,1.2233 -1.2406 2.0331h 2.9291 c 0.5858,-0.0000 0.8960,-0.2929 1.1372 -1.2406l 0.4307,0.0689 l -0.3446,2.1710 h -5.3240 c 0.0000,-0.9649 0.1551,-1.7058 1.7574 -3.3426l 1.2061,-1.1889 c 0.9649,-0.9821 1.3612,-1.8264 1.3612 -2.8774c 0.0000,-1.5679 -1.0683,-2.0159 -1.6541 -2.0159c -1.1889,-0.0000 -1.5162,0.6203 -1.5162 1.0338c 0.0000,0.1378 0.0345,0.2757 0.0689 0.3963c 0.0345,0.1206 0.0689,0.2412 0.0689 0.3791c 0.0000,0.4480 -0.3446,0.6203 -0.6203 0.6203c -0.3791,-0.0000 -0.6547,-0.2929 -0.6547 -0.6375Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 561.4719,129.0043 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 550.3069,153.9316 ZM 555.6309,151.0198 c 0.0000,-1.7747 -0.9649,-2.6534 -2.0331 -2.6534c -0.7926,-0.0000 -1.3956,0.1206 -2.0676 0.3963l 0.5514,-4.7038 c 0.5686,0.0517 1.1544,0.0689 1.7574 0.0689c 0.8615,-0.0000 1.7574,-0.0517 2.6879 -0.1551l 0.1034,0.0517 l -0.2584,1.1199 c -0.6720,0.0689 -1.2233,0.0861 -1.7058 0.0861c -0.7753,-0.0000 -1.3612,-0.0689 -1.9642 -0.1378l -0.3274,2.7223 c 0.3618,-0.1378 0.9821,-0.2584 1.6541 -0.2584c 1.8264,-0.0000 2.8429,1.5851 2.8429 3.1703c 0.0000,1.9297 -1.3439,3.4115 -3.2909 3.4115c -0.9821,-0.0000 -2.4122,-0.5514 -2.4122 -1.2233c 0.0000,-0.3274 0.2757,-0.5514 0.5858 -0.5514c 0.3446,-0.0000 0.5686,0.2584 0.7753 0.5341c 0.2584,0.3101 0.5341,0.6547 1.0855 0.6547c 1.1027,-0.0000 2.0159,-1.0338 2.0159 -2.5328ZM 557.8536,153.9316 ZM 559.6455,152.2948 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 561.6269,153.9316 ZM 564.8661,145.7130 c -0.3274,-0.0000 -1.0855,0.3101 -1.4645 0.4824l -0.2068,-0.5341 c 1.5162,-0.7064 2.1020,-1.0683 2.9635 -1.6885h 0.3274 v 8.6666 c 0.0000,0.6203 0.0861,0.7926 0.6547 0.7926h 0.8960 c 0.0517,-0.0000 0.1378,0.0345 0.1378 0.1378v 0.3791 l -2.3605,-0.0345 l -2.3950,0.0345 v -0.3791 c 0.0172,-0.0517 0.0345,-0.1378 0.1378 -0.1378h 1.0338 c 0.6547,-0.0000 0.6547,-0.2929 0.6547 -0.7926v -5.9271 c 0.0000,-0.5858 0.0000,-0.9993 -0.3791 -0.9993Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 561.4719,163.6364 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 550.3069,188.5637 ZM 555.6309,185.6518 c 0.0000,-1.7747 -0.9649,-2.6534 -2.0331 -2.6534c -0.7926,-0.0000 -1.3956,0.1206 -2.0676 0.3963l 0.5514,-4.7038 c 0.5686,0.0517 1.1544,0.0689 1.7574 0.0689c 0.8615,-0.0000 1.7574,-0.0517 2.6879 -0.1551l 0.1034,0.0517 l -0.2584,1.1199 c -0.6720,0.0689 -1.2233,0.0861 -1.7058 0.0861c -0.7753,-0.0000 -1.3612,-0.0689 -1.9642 -0.1378l -0.3274,2.7223 c 0.3618,-0.1378 0.9821,-0.2584 1.6541 -0.2584c 1.8264,-0.0000 2.8429,1.5851 2.8429 3.1703c 0.0000,1.9297 -1.3439,3.4115 -3.2909 3.4115c -0.9821,-0.0000 -2.4122,-0.5514 -2.4122 -1.2233c 0.0000,-0.3274 0.2757,-0.5514 0.5858 -0.5514c 0.3446,-0.0000 0.5686,0.2584 0.7753 0.5341c 0.2584,0.3101 0.5341,0.6547 1.0855 0.6547c 1.1027,-0.0000 2.0159,-1.0338 2.0159 -2.5328ZM 557.8536,188.5637 ZM 559.6455,186.9268 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 561.6269,188.5637 ZM 565.4003,179.2079 c -0.7409,-0.0000 -1.8264,0.7237 -1.8264 4.7382c 0.0000,1.4128 0.2584,4.2558 1.7747 4.2558c 0.2929,-0.0000 1.1199,-0.1895 1.4818 -1.5335c 0.2240,-0.8270 0.3446,-1.8608 0.3446 -3.3598c 0.0000,-2.1882 -0.5514,-3.4115 -1.0510 -3.8423c -0.1895,-0.1723 -0.4480,-0.2584 -0.7237 -0.2584ZM 565.4003,179.2079 ZM 565.3314,188.7704 c -1.8436,-0.0000 -3.0841,-2.3605 -3.0841 -4.9967c 0.0000,-3.2220 1.5335,-5.1690 3.1531 -5.1690c 0.7409,-0.0000 1.4818,0.4652 1.9814 1.1372c 0.7237,0.9649 1.1027,2.2571 1.1027 3.8767c 0.0000,3.8250 -1.8953,5.1517 -3.1531 5.1517Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 561.4719,198.2684 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.4108,15.4035 ZM 450.8561,9.2869 c 0.0000,-0.1206 0.0172,-0.2584 0.1723 -0.3446c 0.1895,-0.1378 0.4997,-0.2929 0.7581 -0.2929c 0.2240,-0.0000 0.2412,0.1895 0.2412 0.5341v 2.7740 h 1.3956 l -0.1034,0.8098 h -1.2922 v 1.4301 c 0.0000,0.4824 0.0689,0.7237 0.5686 0.7237h 0.4652 c 0.1034,-0.0000 0.1206,0.0861 0.1206 0.1206v 0.3791 c 0.0000,-0.0000 -1.1027,-0.0345 -1.8264 -0.0345c -0.6547,-0.0000 -1.6713,0.0345 -1.6713 0.0345v -0.3791 c 0.0000,-0.0345 0.0172,-0.1206 0.1206 -0.1206h 0.4652 c 0.5341,-0.0000 0.5858,-0.2240 0.5858 -0.7237v -1.4301 h -3.3771 c -0.0689,-0.0000 -0.1034,-0.0345 -0.1551 -0.1034l -0.1378,-0.1895 l -0.2068,-0.3618 c -0.0172,-0.0000 -0.0172,-0.0172 -0.0172 -0.0345c 0.0000,-0.0172 0.0172,-0.0345 0.0345 -0.0517c 1.1199,-1.2406 3.1014,-5.0828 3.7217 -6.4957c 0.0172,-0.0689 0.0517,-0.0861 0.1206 -0.0861c 0.0172,-0.0000 0.3963,0.1551 0.6030 0.1895c -0.7753,2.0848 -2.0504,4.3247 -3.3081 6.3234h 2.7223 v -2.6706 ZM 453.9575,15.4035 ZM 455.7494,13.7667 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 457.7308,15.4035 ZM 463.0549,12.4917 c 0.0000,-1.7747 -0.9649,-2.6534 -2.0331 -2.6534c -0.7926,-0.0000 -1.3956,0.1206 -2.0676 0.3963l 0.5514,-4.7038 c 0.5686,0.0517 1.1544,0.0689 1.7574 0.0689c 0.8615,-0.0000 1.7574,-0.0517 2.6879 -0.1551l 0.1034,0.0517 l -0.2584,1.1199 c -0.6720,0.0689 -1.2233,0.0861 -1.7058 0.0861c -0.7753,-0.0000 -1.3612,-0.0689 -1.9642 -0.1378l -0.3274,2.7223 c 0.3618,-0.1378 0.9821,-0.2584 1.6541 -0.2584c 1.8264,-0.0000 2.8429,1.5851 2.8429 3.1703c 0.0000,1.9297 -1.3439,3.4115 -3.2909 3.4115c -0.9821,-0.0000 -2.4122,-0.5514 -2.4122 -1.2233c 0.0000,-0.3274 0.2757,-0.5514 0.5858 -0.5514c 0.3446,-0.0000 0.5686,0.2584 0.7753 0.5341c 0.2584,0.3101 0.5341,0.6547 1.0855 0.6547c 1.1027,-0.0000 2.0159,-1.0338 2.0159 -2.5328Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 457.5758,25.1082 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.4108,50.0355 ZM 450.8561,43.9189 c 0.0000,-0.1206 0.0172,-0.2584 0.1723 -0.3446c 0.1895,-0.1378 0.4997,-0.2929 0.7581 -0.2929c 0.2240,-0.0000 0.2412,0.1895 0.2412 0.5341v 2.7740 h 1.3956 l -0.1034,0.8098 h -1.2922 v 1.4301 c 0.0000,0.4824 0.0689,0.7237 0.5686 0.7237h 0.4652 c 0.1034,-0.0000 0.1206,0.0861 0.1206 0.1206v 0.3791 c 0.0000,-0.0000 -1.1027,-0.0345 -1.8264 -0.0345c -0.6547,-0.0000 -1.6713,0.0345 -1.6713 0.0345v -0.3791 c 0.0000,-0.0345 0.0172,-0.1206 0.1206 -0.1206h 0.4652 c 0.5341,-0.0000 0.5858,-0.2240 0.5858 -0.7237v -1.4301 h -3.3771 c -0.0689,-0.0000 -0.1034,-0.0345 -0.1551 -0.1034l -0.1378,-0.1895 l -0.2068,-0.3618 c -0.0172,-0.0000 -0.0172,-0.0172 -0.0172 -0.0345c 0.0000,-0.0172 0.0172,-0.0345 0.0345 -0.0517c 1.1199,-1.2406 3.1014,-5.0828 3.7217 -6.4957c 0.0172,-0.0689 0.0517,-0.0861 0.1206 -0.0861c 0.0172,-0.0000 0.3963,0.1551 0.6030 0.1895c -0.7753,2.0848 -2.0504,4.3247 -3.3081 6.3234h 2.7223 v -2.6706 ZM 453.9575,50.0355 ZM 455.7494,48.3987 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 457.7308,50.0355 ZM 462.1761,43.9189 c 0.0000,-0.1206 0.0172,-0.2584 0.1723 -0.3446c 0.1895,-0.1378 0.4997,-0.2929 0.7581 -0.2929c 0.2240,-0.0000 0.2412,0.1895 0.2412 0.5341v 2.7740 h 1.3956 l -0.1034,0.8098 h -1.2922 v 1.4301 c 0.0000,0.4824 0.0689,0.7237 0.5686 0.7237h 0.4652 c 0.1034,-0.0000 0.1206,0.0861 0.1206 0.1206v 0.3791 c 0.0000,-0.0000 -1.1027,-0.0345 -1.8264 -0.0345c -0.6547,-0.0000 -1.6713,0.0345 -1.6713 0.0345v -0.3791 c 0.0000,-0.0345 0.0172,-0.1206 0.1206 -0.1206h 0.4652 c 0.5341,-0.0000 0.5858,-0.2240 0.5858 -0.7237v -1.4301 h -3.3771 c -0.0689,-0.0000 -0.1034,-0.0345 -0.1551 -0.1034l -0.1378,-0.1895 l -0.2068,-0.3618 c -0.0172,-0.0000 -0.0172,-0.0172 -0.0172 -0.0345c 0.0000,-0.0172 0.0172,-0.0345 0.0345 -0.0517c 1.1199,-1.2406 3.1014,-5.0828 3.7217 -6.4957c 0.0172,-0.0689 0.0517,-0.0861 0.1206 -0.0861c 0.0172,-0.0000 0.3963,0.1551 0.6030 0.1895c -0.7753,2.0848 -2.0504,4.3247 -3.3081 6.3234h 2.7223 v -2.6706 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 457.5758,59.7403 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.4108,84.6676 ZM 450.8561,78.5510 c 0.0000,-0.1206 0.0172,-0.2584 0.1723 -0.3446c 0.1895,-0.1378 0.4997,-0.2929 0.7581 -0.2929c 0.2240,-0.0000 0.2412,0.1895 0.2412 0.5341v 2.7740 h 1.3956 l -0.1034,0.8098 h -1.2922 v 1.4301 c 0.0000,0.4824 0.0689,0.7237 0.5686 0.7237h 0.4652 c 0.1034,-0.0000 0.1206,0.0861 0.1206 0.1206v 0.3791 c 0.0000,-0.0000 -1.1027,-0.0345 -1.8264 -0.0345c -0.6547,-0.0000 -1.6713,0.0345 -1.6713 0.0345v -0.3791 c 0.0000,-0.0345 0.0172,-0.1206 0.1206 -0.1206h 0.4652 c 0.5341,-0.0000 0.5858,-0.2240 0.5858 -0.7237v -1.4301 h -3.3771 c -0.0689,-0.0000 -0.1034,-0.0345 -0.1551 -0.1034l -0.1378,-0.1895 l -0.2068,-0.3618 c -0.0172,-0.0000 -0.0172,-0.0172 -0.0172 -0.0345c 0.0000,-0.0172 0.0172,-0.0345 0.0345 -0.0517c 1.1199,-1.2406 3.1014,-5.0828 3.7217 -6.4957c 0.0172,-0.0689 0.0517,-0.0861 0.1206 -0.0861c 0.0172,-0.0000 0.3963,0.1551 0.6030 0.1895c -0.7753,2.0848 -2.0504,4.3247 -3.3081 6.3234h 2.7223 v -2.6706 ZM 453.9575,84.6676 ZM 455.7494,83.0307 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 457.7308,84.6676 ZM 461.4525,75.2428 c -0.4307,-0.0000 -1.6885,0.2412 -1.6885 1.2922c 0.0000,0.3101 -0.1206,0.8443 -0.5858 0.8443c -0.4480,-0.0000 -0.4824,-0.4997 -0.4824 -0.5514c 0.0000,-0.5341 0.7064,-2.1193 3.1014 -2.1193c 1.6713,-0.0000 2.1710,1.0510 2.1710 1.7402c 0.0000,0.4307 -0.1378,1.2922 -1.6885 2.2743c 0.9649,0.1551 2.2399,0.8615 2.2399 2.6534c 0.0000,2.2743 -1.7230,3.4977 -3.6700 3.4977c -0.9821,-0.0000 -2.3605,-0.4307 -2.3605 -1.0855c 0.0000,-0.2584 0.2584,-0.5514 0.6030 -0.5514c 0.3274,-0.0000 0.4824,0.1723 0.6375 0.3963c 0.1895,0.2929 0.4997,0.7064 1.3267 0.7064c 0.5686,-0.0000 2.1882,-0.5686 2.1882 -2.7395c 0.0000,-1.8436 -1.2922,-2.1365 -2.2227 -2.1365c -0.1551,-0.0000 -0.3446,0.0345 -0.5341 0.0689l -0.0689,-0.5169 c 1.3267,-0.2240 2.4294,-1.5162 2.4294 -2.3088c 0.0000,-0.9821 -0.6892,-1.4645 -1.3956 -1.4645Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 457.5758,94.3723 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.4108,119.2996 ZM 450.8561,113.1830 c 0.0000,-0.1206 0.0172,-0.2584 0.1723 -0.3446c 0.1895,-0.1378 0.4997,-0.2929 0.7581 -0.2929c 0.2240,-0.0000 0.2412,0.1895 0.2412 0.5341v 2.7740 h 1.3956 l -0.1034,0.8098 h -1.2922 v 1.4301 c 0.0000,0.4824 0.0689,0.7237 0.5686 0.7237h 0.4652 c 0.1034,-0.0000 0.1206,0.0861 0.1206 0.1206v 0.3791 c 0.0000,-0.0000 -1.1027,-0.0345 -1.8264 -0.0345c -0.6547,-0.0000 -1.6713,0.0345 -1.6713 0.0345v -0.3791 c 0.0000,-0.0345 0.0172,-0.1206 0.1206 -0.1206h 0.4652 c 0.5341,-0.0000 0.5858,-0.2240 0.5858 -0.7237v -1.4301 h -3.3771 c -0.0689,-0.0000 -0.1034,-0.0345 -0.1551 -0.1034l -0.1378,-0.1895 l -0.2068,-0.3618 c -0.0172,-0.0000 -0.0172,-0.0172 -0.0172 -0.0345c 0.0000,-0.0172 0.0172,-0.0345 0.0345 -0.0517c 1.1199,-1.2406 3.1014,-5.0828 3.7217 -6.4957c 0.0172,-0.0689 0.0517,-0.0861 0.1206 -0.0861c 0.0172,-0.0000 0.3963,0.1551 0.6030 0.1895c -0.7753,2.0848 -2.0504,4.3247 -3.3081 6.3234h 2.7223 v -2.6706 ZM 453.9575,119.2996 ZM 455.7494,117.6628 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 457.7308,119.2996 ZM 458.7302,111.6668 c 0.0000,-0.9821 0.9476,-2.3260 2.7568 -2.3260c 1.3267,-0.0000 2.8774,0.4997 2.8774 2.4811c 0.0000,1.3095 -0.6720,1.9642 -1.6024 2.8602l -1.6368,1.5851 c -0.0861,0.0861 -1.2406,1.2233 -1.2406 2.0331h 2.9291 c 0.5858,-0.0000 0.8960,-0.2929 1.1372 -1.2406l 0.4307,0.0689 l -0.3446,2.1710 h -5.3240 c 0.0000,-0.9649 0.1551,-1.7058 1.7574 -3.3426l 1.2061,-1.1889 c 0.9649,-0.9821 1.3612,-1.8264 1.3612 -2.8774c 0.0000,-1.5679 -1.0683,-2.0159 -1.6541 -2.0159c -1.1889,-0.0000 -1.5162,0.6203 -1.5162 1.0338c 0.0000,0.1378 0.0345,0.2757 0.0689 0.3963c 0.0345,0.1206 0.0689,0.2412 0.0689 0.3791c 0.0000,0.4480 -0.3446,0.6203 -0.6203 0.6203c -0.3791,-0.0000 -0.6547,-0.2929 -0.6547 -0.6375Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 457.5758,129.0043 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.4108,153.9316 ZM 450.8561,147.8150 c 0.0000,-0.1206 0.0172,-0.2584 0.1723 -0.3446c 0.1895,-0.1378 0.4997,-0.2929 0.7581 -0.2929c 0.2240,-0.0000 0.2412,0.1895 0.2412 0.5341v 2.7740 h 1.3956 l -0.1034,0.8098 h -1.2922 v 1.4301 c 0.0000,0.4824 0.0689,0.7237 0.5686 0.7237h 0.4652 c 0.1034,-0.0000 0.1206,0.0861 0.1206 0.1206v 0.3791 c 0.0000,-0.0000 -1.1027,-0.0345 -1.8264 -0.0345c -0.6547,-0.0000 -1.6713,0.0345 -1.6713 0.0345v -0.3791 c 0.0000,-0.0345 0.0172,-0.1206 0.1206 -0.1206h 0.4652 c 0.5341,-0.0000 0.5858,-0.2240 0.5858 -0.7237v -1.4301 h -3.3771 c -0.0689,-0.0000 -0.1034,-0.0345 -0.1551 -0.1034l -0.1378,-0.1895 l -0.2068,-0.3618 c -0.0172,-0.0000 -0.0172,-0.0172 -0.0172 -0.0345c 0.0000,-0.0172 0.0172,-0.0345 0.0345 -0.0517c 1.1199,-1.2406 3.1014,-5.0828 3.7217 -6.4957c 0.0172,-0.0689 0.0517,-0.0861 0.1206 -0.0861c 0.0172,-0.0000 0.3963,0.1551 0.6030 0.1895c -0.7753,2.0848 -2.0504,4.3247 -3.3081 6.3234h 2.7223 v -2.6706 ZM 453.9575,153.9316 ZM 455.7494,152.2948 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 457.7308,153.9316 ZM 460.9700,145.7130 c -0.3274,-0.0000 -1.0855,0.3101 -1.4645 0.4824l -0.2068,-0.5341 c 1.5162,-0.7064 2.1020,-1.0683 2.9635 -1.6885h 0.3274 v 8.6666 c 0.0000,0.6203 0.0861,0.7926 0.6547 0.7926h 0.8960 c 0.0517,-0.0000 0.1378,0.0345 0.1378 0.1378v 0.3791 l -2.3605,-0.0345 l -2.3950,0.0345 v -0.3791 c 0.0172,-0.0517 0.0345,-0.1378 0.1378 -0.1378h 1.0338 c 0.6547,-0.0000 0.6547,-0.2929 0.6547 -0.7926v -5.9271 c 0.0000,-0.5858 0.0000,-0.9993 -0.3791 -0.9993Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 457.5758,163.6364 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.4108,188.5637 ZM 450.8561,182.4471 c 0.0000,-0.1206 0.0172,-0.2584 0.1723 -0.3446c 0.1895,-0.1378 0.4997,-0.2929 0.7581 -0.2929c 0.2240,-0.0000 0.2412,0.1895 0.2412 0.5341v 2.7740 h 1.3956 l -0.1034,0.8098 h -1.2922 v 1.4301 c 0.0000,0.4824 0.0689,0.7237 0.5686 0.7237h 0.4652 c 0.1034,-0.0000 0.1206,0.0861 0.1206 0.1206v 0.3791 c 0.0000,-0.0000 -1.1027,-0.0345 -1.8264 -0.0345c -0.6547,-0.0000 -1.6713,0.0345 -1.6713 0.0345v -0.3791 c 0.0000,-0.0345 0.0172,-0.1206 0.1206 -0.1206h 0.4652 c 0.5341,-0.0000 0.5858,-0.2240 0.5858 -0.7237v -1.4301 h -3.3771 c -0.0689,-0.0000 -0.1034,-0.0345 -0.1551 -0.1034l -0.1378,-0.1895 l -0.2068,-0.3618 c -0.0172,-0.0000 -0.0172,-0.0172 -0.0172 -0.0345c 0.0000,-0.0172 0.0172,-0.0345 0.0345 -0.0517c 1.1199,-1.2406 3.1014,-5.0828 3.7217 -6.4957c 0.0172,-0.0689 0.0517,-0.0861 0.1206 -0.0861c 0.0172,-0.0000 0.3963,0.1551 0.6030 0.1895c -0.7753,2.0848 -2.0504,4.3247 -3.3081 6.3234h 2.7223 v -2.6706 ZM 453.9575,188.5637 ZM 455.7494,186.9268 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 457.7308,188.5637 ZM 461.5042,179.2079 c -0.7409,-0.0000 -1.8264,0.7237 -1.8264 4.7382c 0.0000,1.4128 0.2584,4.2558 1.7747 4.2558c 0.2929,-0.0000 1.1199,-0.1895 1.4818 -1.5335c 0.2240,-0.8270 0.3446,-1.8608 0.3446 -3.3598c 0.0000,-2.1882 -0.5514,-3.4115 -1.0510 -3.8423c -0.1895,-0.1723 -0.4480,-0.2584 -0.7237 -0.2584ZM 461.5042,179.2079 ZM 461.4352,188.7704 c -1.8436,-0.0000 -3.0841,-2.3605 -3.0841 -4.9967c 0.0000,-3.2220 1.5335,-5.1690 3.1531 -5.1690c 0.7409,-0.0000 1.4818,0.4652 1.9814 1.1372c 0.7237,0.9649 1.1027,2.2571 1.1027 3.8767c 0.0000,3.8250 -1.8953,5.1517 -3.1531 5.1517Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 457.5758,198.2684 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.5147,15.4035 ZM 346.2364,5.9788 c -0.4307,-0.0000 -1.6885,0.2412 -1.6885 1.2922c 0.0000,0.3101 -0.1206,0.8443 -0.5858 0.8443c -0.4480,-0.0000 -0.4824,-0.4997 -0.4824 -0.5514c 0.0000,-0.5341 0.7064,-2.1193 3.1014 -2.1193c 1.6713,-0.0000 2.1710,1.0510 2.1710 1.7402c 0.0000,0.4307 -0.1378,1.2922 -1.6885 2.2743c 0.9649,0.1551 2.2399,0.8615 2.2399 2.6534c 0.0000,2.2743 -1.7230,3.4977 -3.6700 3.4977c -0.9821,-0.0000 -2.3605,-0.4307 -2.3605 -1.0855c 0.0000,-0.2584 0.2584,-0.5514 0.6030 -0.5514c 0.3274,-0.0000 0.4824,0.1723 0.6375 0.3963c 0.1895,0.2929 0.4997,0.7064 1.3267 0.7064c 0.5686,-0.0000 2.1882,-0.5686 2.1882 -2.7395c 0.0000,-1.8436 -1.2922,-2.1365 -2.2227 -2.1365c -0.1551,-0.0000 -0.3446,0.0345 -0.5341 0.0689l -0.0689,-0.5169 c 1.3267,-0.2240 2.4294,-1.5162 2.4294 -2.3088c 0.0000,-0.9821 -0.6892,-1.4645 -1.3956 -1.4645ZM 350.0614,15.4035 ZM 351.8533,13.7667 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 353.8347,15.4035 ZM 359.1588,12.4917 c 0.0000,-1.7747 -0.9649,-2.6534 -2.0331 -2.6534c -0.7926,-0.0000 -1.3956,0.1206 -2.0676 0.3963l 0.5514,-4.7038 c 0.5686,0.0517 1.1544,0.0689 1.7574 0.0689c 0.8615,-0.0000 1.7574,-0.0517 2.6879 -0.1551l 0.1034,0.0517 l -0.2584,1.1199 c -0.6720,0.0689 -1.2233,0.0861 -1.7058 0.0861c -0.7753,-0.0000 -1.3612,-0.0689 -1.9642 -0.1378l -0.3274,2.7223 c 0.3618,-0.1378 0.9821,-0.2584 1.6541 -0.2584c 1.8264,-0.0000 2.8429,1.5851 2.8429 3.1703c 0.0000,1.9297 -1.3439,3.4115 -3.2909 3.4115c -0.9821,-0.0000 -2.4122,-0.5514 -2.4122 -1.2233c 0.0000,-0.3274 0.2757,-0.5514 0.5858 -0.5514c 0.3446,-0.0000 0.5686,0.2584 0.7753 0.5341c 0.2584,0.3101 0.5341,0.6547 1.0855 0.6547c 1.1027,-0.0000 2.0159,-1.0338 2.0159 -2.5328Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.6797,25.1082 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.5147,50.0355 ZM 346.2364,40.6108 c -0.4307,-0.0000 -1.6885,0.2412 -1.6885 1.2922c 0.0000,0.3101 -0.1206,0.8443 -0.5858 0.8443c -0.4480,-0.0000 -0.4824,-0.4997 -0.4824 -0.5514c 0.0000,-0.5341 0.7064,-2.1193 3.1014 -2.1193c 1.6713,-0.0000 2.1710,1.0510 2.1710 1.7402c 0.0000,0.4307 -0.1378,1.2922 -1.6885 2.2743c 0.9649,0.1551 2.2399,0.8615 2.2399 2.6534c 0.0000,2.2743 -1.7230,3.4977 -3.6700 3.4977c -0.9821,-0.0000 -2.3605,-0.4307 -2.3605 -1.0855c 0.0000,-0.2584 0.2584,-0.5514 0.6030 -0.5514c 0.3274,-0.0000 0.4824,0.1723 0.6375 0.3963c 0.1895,0.2929 0.4997,0.7064 1.3267 0.7064c 0.5686,-0.0000 2.1882,-0.5686 2.1882 -2.7395c 0.0000,-1.8436 -1.2922,-2.1365 -2.2227 -2.1365c -0.1551,-0.0000 -0.3446,0.0345 -0.5341 0.0689l -0.0689,-0.5169 c 1.3267,-0.2240 2.4294,-1.5162 2.4294 -2.3088c 0.0000,-0.9821 -0.6892,-1.4645 -1.3956 -1.4645ZM 350.0614,50.0355 ZM 351.8533,48.3987 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 353.8347,50.0355 ZM 358.2800,43.9189 c 0.0000,-0.1206 0.0172,-0.2584 0.1723 -0.3446c 0.1895,-0.1378 0.4997,-0.2929 0.7581 -0.2929c 0.2240,-0.0000 0.2412,0.1895 0.2412 0.5341v 2.7740 h 1.3956 l -0.1034,0.8098 h -1.2922 v 1.4301 c 0.0000,0.4824 0.0689,0.7237 0.5686 0.7237h 0.4652 c 0.1034,-0.0000 0.1206,0.0861 0.1206 0.1206v 0.3791 c 0.0000,-0.0000 -1.1027,-0.0345 -1.8264 -0.0345c -0.6547,-0.0000 -1.6713,0.0345 -1.6713 0.0345v -0.3791 c 0.0000,-0.0345 0.0172,-0.1206 0.1206 -0.1206h 0.4652 c 0.5341,-0.0000 0.5858,-0.2240 0.5858 -0.7237v -1.4301 h -3.3771 c -0.0689,-0.0000 -0.1034,-0.0345 -0.1551 -0.1034l -0.1378,-0.1895 l -0.2068,-0.3618 c -0.0172,-0.0000 -0.0172,-0.0172 -0.0172 -0.0345c 0.0000,-0.0172 0.0172,-0.0345 0.0345 -0.0517c 1.1199,-1.2406 3.1014,-5.0828 3.7217 -6.4957c 0.0172,-0.0689 0.0517,-0.0861 0.1206 -0.0861c 0.0172,-0.0000 0.3963,0.1551 0.6030 0.1895c -0.7753,2.0848 -2.0504,4.3247 -3.3081 6.3234h 2.7223 v -2.6706 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.6797,59.7403 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.5147,84.6676 ZM 346.2364,75.2428 c -0.4307,-0.0000 -1.6885,0.2412 -1.6885 1.2922c 0.0000,0.3101 -0.1206,0.8443 -0.5858 0.8443c -0.4480,-0.0000 -0.4824,-0.4997 -0.4824 -0.5514c 0.0000,-0.5341 0.7064,-2.1193 3.1014 -2.1193c 1.6713,-0.0000 2.1710,1.0510 2.1710 1.7402c 0.0000,0.4307 -0.1378,1.2922 -1.6885 2.2743c 0.9649,0.1551 2.2399,0.8615 2.2399 2.6534c 0.0000,2.2743 -1.7230,3.4977 -3.6700 3.4977c -0.9821,-0.0000 -2.3605,-0.4307 -2.3605 -1.0855c 0.0000,-0.2584 0.2584,-0.5514 0.6030 -0.5514c 0.3274,-0.0000 0.4824,0.1723 0.6375 0.3963c 0.1895,0.2929 0.4997,0.7064 1.3267 0.7064c 0.5686,-0.0000 2.1882,-0.5686 2.1882 -2.7395c 0.0000,-1.8436 -1.2922,-2.1365 -2.2227 -2.1365c -0.1551,-0.0000 -0.3446,0.0345 -0.5341 0.0689l -0.0689,-0.5169 c 1.3267,-0.2240 2.4294,-1.5162 2.4294 -2.3088c 0.0000,-0.9821 -0.6892,-1.4645 -1.3956 -1.4645ZM 350.0614,84.6676 ZM 351.8533,83.0307 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 353.8347,84.6676 ZM 357.5564,75.2428 c -0.4307,-0.0000 -1.6885,0.2412 -1.6885 1.2922c 0.0000,0.3101 -0.1206,0.8443 -0.5858 0.8443c -0.4480,-0.0000 -0.4824,-0.4997 -0.4824 -0.5514c 0.0000,-0.5341 0.7064,-2.1193 3.1014 -2.1193c 1.6713,-0.0000 2.1710,1.0510 2.1710 1.7402c 0.0000,0.4307 -0.1378,1.2922 -1.6885 2.2743c 0.9649,0.1551 2.2399,0.8615 2.2399 2.6534c 0.0000,2.2743 -1.7230,3.4977 -3.6700 3.4977c -0.9821,-0.0000 -2.3605,-0.4307 -2.3605 -1.0855c 0.0000,-0.2584 0.2584,-0.5514 0.6030 -0.5514c 0.3274,-0.0000 0.4824,0.1723 0.6375 0.3963c 0.1895,0.2929 0.4997,0.7064 1.3267 0.7064c 0.5686,-0.0000 2.1882,-0.5686 2.1882 -2.7395c 0.0000,-1.8436 -1.2922,-2.1365 -2.2227 -2.1365c -0.1551,-0.0000 -0.3446,0.0345 -0.5341 0.0689l -0.0689,-0.5169 c 1.3267,-0.2240 2.4294,-1.5162 2.4294 -2.3088c 0.0000,-0.9821 -0.6892,-1.4645 -1.3956 -1.4645Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.6797,94.3723 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.5147,119.2996 ZM 346.2364,109.8749 c -0.4307,-0.0000 -1.6885,0.2412 -1.6885 1.2922c 0.0000,0.3101 -0.1206,0.8443 -0.5858 0.8443c -0.4480,-0.0000 -0.4824,-0.4997 -0.4824 -0.5514c 0.0000,-0.5341 0.7064,-2.1193 3.1014 -2.1193c 1.6713,-0.0000 2.1710,1.0510 2.1710 1.7402c 0.0000,0.4307 -0.1378,1.2922 -1.6885 2.2743c 0.9649,0.1551 2.2399,0.8615 2.2399 2.6534c 0.0000,2.2743 -1.7230,3.4977 -3.6700 3.4977c -0.9821,-0.0000 -2.3605,-0.4307 -2.3605 -1.0855c 0.0000,-0.2584 0.2584,-0.5514 0.6030 -0.5514c 0.3274,-0.0000 0.4824,0.1723 0.6375 0.3963c 0.1895,0.2929 0.4997,0.7064 1.3267 0.7064c 0.5686,-0.0000 2.1882,-0.5686 2.1882 -2.7395c 0.0000,-1.8436 -1.2922,-2.1365 -2.2227 -2.1365c -0.1551,-0.0000 -0.3446,0.0345 -0.5341 0.0689l -0.0689,-0.5169 c 1.3267,-0.2240 2.4294,-1.5162 2.4294 -2.3088c 0.0000,-0.9821 -0.6892,-1.4645 -1.3956 -1.4645ZM 350.0614,119.2996 ZM 351.8533,117.6628 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 353.8347,119.2996 ZM 354.8341,111.6668 c 0.0000,-0.9821 0.9476,-2.3260 2.7568 -2.3260c 1.3267,-0.0000 2.8774,0.4997 2.8774 2.4811c 0.0000,1.3095 -0.6720,1.9642 -1.6024 2.8602l -1.6368,1.5851 c -0.0861,0.0861 -1.2406,1.2233 -1.2406 2.0331h 2.9291 c 0.5858,-0.0000 0.8960,-0.2929 1.1372 -1.2406l 0.4307,0.0689 l -0.3446,2.1710 h -5.3240 c 0.0000,-0.9649 0.1551,-1.7058 1.7574 -3.3426l 1.2061,-1.1889 c 0.9649,-0.9821 1.3612,-1.8264 1.3612 -2.8774c 0.0000,-1.5679 -1.0683,-2.0159 -1.6541 -2.0159c -1.1889,-0.0000 -1.5162,0.6203 -1.5162 1.0338c 0.0000,0.1378 0.0345,0.2757 0.0689 0.3963c 0.0345,0.1206 0.0689,0.2412 0.0689 0.3791c 0.0000,0.4480 -0.3446,0.6203 -0.6203 0.6203c -0.3791,-0.0000 -0.6547,-0.2929 -0.6547 -0.6375Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.6797,129.0043 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.5147,153.9316 ZM 346.2364,144.5069 c -0.4307,-0.0000 -1.6885,0.2412 -1.6885 1.2922c 0.0000,0.3101 -0.1206,0.8443 -0.5858 0.8443c -0.4480,-0.0000 -0.4824,-0.4997 -0.4824 -0.5514c 0.0000,-0.5341 0.7064,-2.1193 3.1014 -2.1193c 1.6713,-0.0000 2.1710,1.0510 2.1710 1.7402c 0.0000,0.4307 -0.1378,1.2922 -1.6885 2.2743c 0.9649,0.1551 2.2399,0.8615 2.2399 2.6534c 0.0000,2.2743 -1.7230,3.4977 -3.6700 3.4977c -0.9821,-0.0000 -2.3605,-0.4307 -2.3605 -1.0855c 0.0000,-0.2584 0.2584,-0.5514 0.6030 -0.5514c 0.3274,-0.0000 0.4824,0.1723 0.6375 0.3963c 0.1895,0.2929 0.4997,0.7064 1.3267 0.7064c 0.5686,-0.0000 2.1882,-0.5686 2.1882 -2.7395c 0.0000,-1.8436 -1.2922,-2.1365 -2.2227 -2.1365c -0.1551,-0.0000 -0.3446,0.0345 -0.5341 0.0689l -0.0689,-0.5169 c 1.3267,-0.2240 2.4294,-1.5162 2.4294 -2.3088c 0.0000,-0.9821 -0.6892,-1.4645 -1.3956 -1.4645ZM 350.0614,153.9316 ZM 351.8533,152.2948 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 353.8347,153.9316 ZM 357.0739,145.7130 c -0.3274,-0.0000 -1.0855,0.3101 -1.4645 0.4824l -0.2068,-0.5341 c 1.5162,-0.7064 2.1020,-1.0683 2.9635 -1.6885h 0.3274 v 8.6666 c 0.0000,0.6203 0.0861,0.7926 0.6547 0.7926h 0.8960 c 0.0517,-0.0000 0.1378,0.0345 0.1378 0.1378v 0.3791 l -2.3605,-0.0345 l -2.3950,0.0345 v -0.3791 c 0.0172,-0.0517 0.0345,-0.1378 0.1378 -0.1378h 1.0338 c 0.6547,-0.0000 0.6547,-0.2929 0.6547 -0.7926v -5.9271 c 0.0000,-0.5858 0.0000,-0.9993 -0.3791 -0.9993Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.6797,163.6364 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.5147,188.5637 ZM 346.2364,179.1389 c -0.4307,-0.0000 -1.6885,0.2412 -1.6885 1.2922c 0.0000,0.3101 -0.1206,0.8443 -0.5858 0.8443c -0.4480,-0.0000 -0.4824,-0.4997 -0.4824 -0.5514c 0.0000,-0.5341 0.7064,-2.1193 3.1014 -2.1193c 1.6713,-0.0000 2.1710,1.0510 2.1710 1.7402c 0.0000,0.4307 -0.1378,1.2922 -1.6885 2.2743c 0.9649,0.1551 2.2399,0.8615 2.2399 2.6534c 0.0000,2.2743 -1.7230,3.4977 -3.6700 3.4977c -0.9821,-0.0000 -2.3605,-0.4307 -2.3605 -1.0855c 0.0000,-0.2584 0.2584,-0.5514 0.6030 -0.5514c 0.3274,-0.0000 0.4824,0.1723 0.6375 0.3963c 0.1895,0.2929 0.4997,0.7064 1.3267 0.7064c 0.5686,-0.0000 2.1882,-0.5686 2.1882 -2.7395c 0.0000,-1.8436 -1.2922,-2.1365 -2.2227 -2.1365c -0.1551,-0.0000 -0.3446,0.0345 -0.5341 0.0689l -0.0689,-0.5169 c 1.3267,-0.2240 2.4294,-1.5162 2.4294 -2.3088c 0.0000,-0.9821 -0.6892,-1.4645 -1.3956 -1.4645ZM 350.0614,188.5637 ZM 351.8533,186.9268 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 353.8347,188.5637 ZM 357.6081,179.2079 c -0.7409,-0.0000 -1.8264,0.7237 -1.8264 4.7382c 0.0000,1.4128 0.2584,4.2558 1.7747 4.2558c 0.2929,-0.0000 1.1199,-0.1895 1.4818 -1.5335c 0.2240,-0.8270 0.3446,-1.8608 0.3446 -3.3598c 0.0000,-2.1882 -0.5514,-3.4115 -1.0510 -3.8423c -0.1895,-0.1723 -0.4480,-0.2584 -0.7237 -0.2584ZM 357.6081,179.2079 ZM 357.5391,188.7704 c -1.8436,-0.0000 -3.0841,-2.3605 -3.0841 -4.9967c 0.0000,-3.2220 1.5335,-5.1690 3.1531 -5.1690c 0.7409,-0.0000 1.4818,0.4652 1.9814 1.1372c 0.7237,0.9649 1.1027,2.2571 1.1027 3.8767c 0.0000,3.8250 -1.8953,5.1517 -3.1531 5.1517Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 353.6797,198.2684 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.6186,15.4035 ZM 239.6179,7.7707 c 0.0000,-0.9821 0.9476,-2.3260 2.7568 -2.3260c 1.3267,-0.0000 2.8774,0.4997 2.8774 2.4811c 0.0000,1.3095 -0.6720,1.9642 -1.6024 2.8602l -1.6368,1.5851 c -0.0861,0.0861 -1.2406,1.2233 -1.2406 2.0331h 2.9291 c 0.5858,-0.0000 0.8960,-0.2929 1.1372 -1.2406l 0.4307,0.0689 l -0.3446,2.1710 h -5.3240 c 0.0000,-0.9649 0.1551,-1.7058 1.7574 -3.3426l 1.2061,-1.1889 c 0.9649,-0.9821 1.3612,-1.8264 1.3612 -2.8774c 0.0000,-1.5679 -1.0683,-2.0159 -1.6541 -2.0159c -1.1889,-0.0000 -1.5162,0.6203 -1.5162 1.0338c 0.0000,0.1378 0.0345,0.2757 0.0689 0.3963c 0.0345,0.1206 0.0689,0.2412 0.0689 0.3791c 0.0000,0.4480 -0.3446,0.6203 -0.6203 0.6203c -0.3791,-0.0000 -0.6547,-0.2929 -0.6547 -0.6375ZM 246.1653,15.4035 ZM 247.9572,13.7667 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 249.9386,15.4035 ZM 255.2626,12.4917 c 0.0000,-1.7747 -0.9649,-2.6534 -2.0331 -2.6534c -0.7926,-0.0000 -1.3956,0.1206 -2.0676 0.3963l 0.5514,-4.7038 c 0.5686,0.0517 1.1544,0.0689 1.7574 0.0689c 0.8615,-0.0000 1.7574,-0.0517 2.6879 -0.1551l 0.1034,0.0517 l -0.2584,1.1199 c -0.6720,0.0689 -1.2233,0.0861 -1.7058 0.0861c -0.7753,-0.0000 -1.3612,-0.0689 -1.9642 -0.1378l -0.3274,2.7223 c 0.3618,-0.1378 0.9821,-0.2584 1.6541 -0.2584c 1.8264,-0.0000 2.8429,1.5851 2.8429 3.1703c 0.0000,1.9297 -1.3439,3.4115 -3.2909 3.4115c -0.9821,-0.0000 -2.4122,-0.5514 -2.4122 -1.2233c 0.0000,-0.3274 0.2757,-0.5514 0.5858 -0.5514c 0.3446,-0.0000 0.5686,0.2584 0.7753 0.5341c 0.2584,0.3101 0.5341,0.6547 1.0855 0.6547c 1.1027,-0.0000 2.0159,-1.0338 2.0159 -2.5328Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 249.7835,25.1082 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.6186,50.0355 ZM 239.6179,42.4027 c 0.0000,-0.9821 0.9476,-2.3260 2.7568 -2.3260c 1.3267,-0.0000 2.8774,0.4997 2.8774 2.4811c 0.0000,1.3095 -0.6720,1.9642 -1.6024 2.8602l -1.6368,1.5851 c -0.0861,0.0861 -1.2406,1.2233 -1.2406 2.0331h 2.9291 c 0.5858,-0.0000 0.8960,-0.2929 1.1372 -1.2406l 0.4307,0.0689 l -0.3446,2.1710 h -5.3240 c 0.0000,-0.9649 0.1551,-1.7058 1.7574 -3.3426l 1.2061,-1.1889 c 0.9649,-0.9821 1.3612,-1.8264 1.3612 -2.8774c 0.0000,-1.5679 -1.0683,-2.0159 -1.6541 -2.0159c -1.1889,-0.0000 -1.5162,0.6203 -1.5162 1.0338c 0.0000,0.1378 0.0345,0.2757 0.0689 0.3963c 0.0345,0.1206 0.0689,0.2412 0.0689 0.3791c 0.0000,0.4480 -0.3446,0.6203 -0.6203 0.6203c -0.3791,-0.0000 -0.6547,-0.2929 -0.6547 -0.6375ZM 246.1653,50.0355 ZM 247.9572,48.3987 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 249.9386,50.0355 ZM 254.3839,43.9189 c 0.0000,-0.1206 0.0172,-0.2584 0.1723 -0.3446c 0.1895,-0.1378 0.4997,-0.2929 0.7581 -0.2929c 0.2240,-0.0000 0.2412,0.1895 0.2412 0.5341v 2.7740 h 1.3956 l -0.1034,0.8098 h -1.2922 v 1.4301 c 0.0000,0.4824 0.0689,0.7237 0.5686 0.7237h 0.4652 c 0.1034,-0.0000 0.1206,0.0861 0.1206 0.1206v 0.3791 c 0.0000,-0.0000 -1.1027,-0.0345 -1.8264 -0.0345c -0.6547,-0.0000 -1.6713,0.0345 -1.6713 0.0345v -0.3791 c 0.0000,-0.0345 0.0172,-0.1206 0.1206 -0.1206h 0.4652 c 0.5341,-0.0000 0.5858,-0.2240 0.5858 -0.7237v -1.4301 h -3.3771 c -0.0689,-0.0000 -0.1034,-0.0345 -0.1551 -0.1034l -0.1378,-0.1895 l -0.2068,-0.3618 c -0.0172,-0.0000 -0.0172,-0.0172 -0.0172 -0.0345c 0.0000,-0.0172 0.0172,-0.0345 0.0345 -0.0517c 1.1199,-1.2406 3.1014,-5.0828 3.7217 -6.4957c 0.0172,-0.0689 0.0517,-0.0861 0.1206 -0.0861c 0.0172,-0.0000 0.3963,0.1551 0.6030 0.1895c -0.7753,2.0848 -2.0504,4.3247 -3.3081 6.3234h 2.7223 v -2.6706 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 249.7835,59.7403 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.6186,84.6676 ZM 239.6179,77.0347 c 0.0000,-0.9821 0.9476,-2.3260 2.7568 -2.3260c 1.3267,-0.0000 2.8774,0.4997 2.8774 2.4811c 0.0000,1.3095 -0.6720,1.9642 -1.6024 2.8602l -1.6368,1.5851 c -0.0861,0.0861 -1.2406,1.2233 -1.2406 2.0331h 2.9291 c 0.5858,-0.0000 0.8960,-0.2929 1.1372 -1.2406l 0.4307,0.0689 l -0.3446,2.1710 h -5.3240 c 0.0000,-0.9649 0.1551,-1.7058 1.7574 -3.3426l 1.2061,-1.1889 c 0.9649,-0.9821 1.3612,-1.8264 1.3612 -2.8774c 0.0000,-1.5679 -1.0683,-2.0159 -1.6541 -2.0159c -1.1889,-0.0000 -1.5162,0.6203 -1.5162 1.0338c 0.0000,0.1378 0.0345,0.2757 0.0689 0.3963c 0.0345,0.1206 0.0689,0.2412 0.0689 0.3791c 0.0000,0.4480 -0.3446,0.6203 -0.6203 0.6203c -0.3791,-0.0000 -0.6547,-0.2929 -0.6547 -0.6375ZM 246.1653,84.6676 ZM 247.9572,83.0307 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 249.9386,84.6676 ZM 253.6603,75.2428 c -0.4307,-0.0000 -1.6885,0.2412 -1.6885 1.2922c 0.0000,0.3101 -0.1206,0.8443 -0.5858 0.8443c -0.4480,-0.0000 -0.4824,-0.4997 -0.4824 -0.5514c 0.0000,-0.5341 0.7064,-2.1193 3.1014 -2.1193c 1.6713,-0.0000 2.1710,1.0510 2.1710 1.7402c 0.0000,0.4307 -0.1378,1.2922 -1.6885 2.2743c 0.9649,0.1551 2.2399,0.8615 2.2399 2.6534c 0.0000,2.2743 -1.7230,3.4977 -3.6700 3.4977c -0.9821,-0.0000 -2.3605,-0.4307 -2.3605 -1.0855c 0.0000,-0.2584 0.2584,-0.5514 0.6030 -0.5514c 0.3274,-0.0000 0.4824,0.1723 0.6375 0.3963c 0.1895,0.2929 0.4997,0.7064 1.3267 0.7064c 0.5686,-0.0000 2.1882,-0.5686 2.1882 -2.7395c 0.0000,-1.8436 -1.2922,-2.1365 -2.2227 -2.1365c -0.1551,-0.0000 -0.3446,0.0345 -0.5341 0.0689l -0.0689,-0.5169 c 1.3267,-0.2240 2.4294,-1.5162 2.4294 -2.3088c 0.0000,-0.9821 -0.6892,-1.4645 -1.3956 -1.4645Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 249.7835,94.3723 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.6186,119.2996 ZM 239.6179,111.6668 c 0.0000,-0.9821 0.9476,-2.3260 2.7568 -2.3260c 1.3267,-0.0000 2.8774,0.4997 2.8774 2.4811c 0.0000,1.3095 -0.6720,1.9642 -1.6024 2.8602l -1.6368,1.5851 c -0.0861,0.0861 -1.2406,1.2233 -1.2406 2.0331h 2.9291 c 0.5858,-0.0000 0.8960,-0.2929 1.1372 -1.2406l 0.4307,0.0689 l -0.3446,2.1710 h -5.3240 c 0.0000,-0.9649 0.1551,-1.7058 1.7574 -3.3426l 1.2061,-1.1889 c 0.9649,-0.9821 1.3612,-1.8264 1.3612 -2.8774c 0.0000,-1.5679 -1.0683,-2.0159 -1.6541 -2.0159c -1.1889,-0.0000 -1.5162,0.6203 -1.5162 1.0338c 0.0000,0.1378 0.0345,0.2757 0.0689 0.3963c 0.0345,0.1206 0.0689,0.2412 0.0689 0.3791c 0.0000,0.4480 -0.3446,0.6203 -0.6203 0.6203c -0.3791,-0.0000 -0.6547,-0.2929 -0.6547 -0.6375ZM 246.1653,119.2996 ZM 247.9572,117.6628 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 249.9386,119.2996 ZM 250.9380,111.6668 c 0.0000,-0.9821 0.9476,-2.3260 2.7568 -2.3260c 1.3267,-0.0000 2.8774,0.4997 2.8774 2.4811c 0.0000,1.3095 -0.6720,1.9642 -1.6024 2.8602l -1.6368,1.5851 c -0.0861,0.0861 -1.2406,1.2233 -1.2406 2.0331h 2.9291 c 0.5858,-0.0000 0.8960,-0.2929 1.1372 -1.2406l 0.4307,0.0689 l -0.3446,2.1710 h -5.3240 c 0.0000,-0.9649 0.1551,-1.7058 1.7574 -3.3426l 1.2061,-1.1889 c 0.9649,-0.9821 1.3612,-1.8264 1.3612 -2.8774c 0.0000,-1.5679 -1.0683,-2.0159 -1.6541 -2.0159c -1.1889,-0.0000 -1.5162,0.6203 -1.5162 1.0338c 0.0000,0.1378 0.0345,0.2757 0.0689 0.3963c 0.0345,0.1206 0.0689,0.2412 0.0689 0.3791c 0.0000,0.4480 -0.3446,0.6203 -0.6203 0.6203c -0.3791,-0.0000 -0.6547,-0.2929 -0.6547 -0.6375Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 249.7835,129.0043 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.6186,153.9316 ZM 239.6179,146.2988 c 0.0000,-0.9821 0.9476,-2.3260 2.7568 -2.3260c 1.3267,-0.0000 2.8774,0.4997 2.8774 2.4811c 0.0000,1.3095 -0.6720,1.9642 -1.6024 2.8602l -1.6368,1.5851 c -0.0861,0.0861 -1.2406,1.2233 -1.2406 2.0331h 2.9291 c 0.5858,-0.0000 0.8960,-0.2929 1.1372 -1.2406l 0.4307,0.0689 l -0.3446,2.1710 h -5.3240 c 0.0000,-0.9649 0.1551,-1.7058 1.7574 -3.3426l 1.2061,-1.1889 c 0.9649,-0.9821 1.3612,-1.8264 1.3612 -2.8774c 0.0000,-1.5679 -1.0683,-2.0159 -1.6541 -2.0159c -1.1889,-0.0000 -1.5162,0.6203 -1.5162 1.0338c 0.0000,0.1378 0.0345,0.2757 0.0689 0.3963c 0.0345,0.1206 0.0689,0.2412 0.0689 0.3791c 0.0000,0.4480 -0.3446,0.6203 -0.6203 0.6203c -0.3791,-0.0000 -0.6547,-0.2929 -0.6547 -0.6375ZM 246.1653,153.9316 ZM 247.9572,152.2948 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 249.9386,153.9316 ZM 253.1778,145.7130 c -0.3274,-0.0000 -1.0855,0.3101 -1.4645 0.4824l -0.2068,-0.5341 c 1.5162,-0.7064 2.1020,-1.0683 2.9635 -1.6885h 0.3274 v 8.6666 c 0.0000,0.6203 0.0861,0.7926 0.6547 0.7926h 0.8960 c 0.0517,-0.0000 0.1378,0.0345 0.1378 0.1378v 0.3791 l -2.3605,-0.0345 l -2.3950,0.0345 v -0.3791 c 0.0172,-0.0517 0.0345,-0.1378 0.1378 -0.1378h 1.0338 c 0.6547,-0.0000 0.6547,-0.2929 0.6547 -0.7926v -5.9271 c 0.0000,-0.5858 0.0000,-0.9993 -0.3791 -0.9993Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 249.7835,163.6364 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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.6186,188.5637 ZM 239.6179,180.9308 c 0.0000,-0.9821 0.9476,-2.3260 2.7568 -2.3260c 1.3267,-0.0000 2.8774,0.4997 2.8774 2.4811c 0.0000,1.3095 -0.6720,1.9642 -1.6024 2.8602l -1.6368,1.5851 c -0.0861,0.0861 -1.2406,1.2233 -1.2406 2.0331h 2.9291 c 0.5858,-0.0000 0.8960,-0.2929 1.1372 -1.2406l 0.4307,0.0689 l -0.3446,2.1710 h -5.3240 c 0.0000,-0.9649 0.1551,-1.7058 1.7574 -3.3426l 1.2061,-1.1889 c 0.9649,-0.9821 1.3612,-1.8264 1.3612 -2.8774c 0.0000,-1.5679 -1.0683,-2.0159 -1.6541 -2.0159c -1.1889,-0.0000 -1.5162,0.6203 -1.5162 1.0338c 0.0000,0.1378 0.0345,0.2757 0.0689 0.3963c 0.0345,0.1206 0.0689,0.2412 0.0689 0.3791c 0.0000,0.4480 -0.3446,0.6203 -0.6203 0.6203c -0.3791,-0.0000 -0.6547,-0.2929 -0.6547 -0.6375ZM 246.1653,188.5637 ZM 247.9572,186.9268 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 249.9386,188.5637 ZM 253.7120,179.2079 c -0.7409,-0.0000 -1.8264,0.7237 -1.8264 4.7382c 0.0000,1.4128 0.2584,4.2558 1.7747 4.2558c 0.2929,-0.0000 1.1199,-0.1895 1.4818 -1.5335c 0.2240,-0.8270 0.3446,-1.8608 0.3446 -3.3598c 0.0000,-2.1882 -0.5514,-3.4115 -1.0510 -3.8423c -0.1895,-0.1723 -0.4480,-0.2584 -0.7237 -0.2584ZM 253.7120,179.2079 ZM 253.6430,188.7704 c -1.8436,-0.0000 -3.0841,-2.3605 -3.0841 -4.9967c 0.0000,-3.2220 1.5335,-5.1690 3.1531 -5.1690c 0.7409,-0.0000 1.4818,0.4652 1.9814 1.1372c 0.7237,0.9649 1.1027,2.2571 1.1027 3.8767c 0.0000,3.8250 -1.8953,5.1517 -3.1531 5.1517Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 249.7835,198.2684 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 134.7225,15.4035 ZM 137.9617,7.1849 c -0.3274,-0.0000 -1.0855,0.3101 -1.4645 0.4824l -0.2068,-0.5341 c 1.5162,-0.7064 2.1020,-1.0683 2.9635 -1.6885h 0.3274 v 8.6666 c 0.0000,0.6203 0.0861,0.7926 0.6547 0.7926h 0.8960 c 0.0517,-0.0000 0.1378,0.0345 0.1378 0.1378v 0.3791 l -2.3605,-0.0345 l -2.3950,0.0345 v -0.3791 c 0.0172,-0.0517 0.0345,-0.1378 0.1378 -0.1378h 1.0338 c 0.6547,-0.0000 0.6547,-0.2929 0.6547 -0.7926v -5.9271 c 0.0000,-0.5858 0.0000,-0.9993 -0.3791 -0.9993ZM 142.2692,15.4035 ZM 144.0611,13.7667 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 146.0425,15.4035 ZM 151.3665,12.4917 c 0.0000,-1.7747 -0.9649,-2.6534 -2.0331 -2.6534c -0.7926,-0.0000 -1.3956,0.1206 -2.0676 0.3963l 0.5514,-4.7038 c 0.5686,0.0517 1.1544,0.0689 1.7574 0.0689c 0.8615,-0.0000 1.7574,-0.0517 2.6879 -0.1551l 0.1034,0.0517 l -0.2584,1.1199 c -0.6720,0.0689 -1.2233,0.0861 -1.7058 0.0861c -0.7753,-0.0000 -1.3612,-0.0689 -1.9642 -0.1378l -0.3274,2.7223 c 0.3618,-0.1378 0.9821,-0.2584 1.6541 -0.2584c 1.8264,-0.0000 2.8429,1.5851 2.8429 3.1703c 0.0000,1.9297 -1.3439,3.4115 -3.2909 3.4115c -0.9821,-0.0000 -2.4122,-0.5514 -2.4122 -1.2233c 0.0000,-0.3274 0.2757,-0.5514 0.5858 -0.5514c 0.3446,-0.0000 0.5686,0.2584 0.7753 0.5341c 0.2584,0.3101 0.5341,0.6547 1.0855 0.6547c 1.1027,-0.0000 2.0159,-1.0338 2.0159 -2.5328Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 145.8874,25.1082 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 134.7225,50.0355 ZM 137.9617,41.8169 c -0.3274,-0.0000 -1.0855,0.3101 -1.4645 0.4824l -0.2068,-0.5341 c 1.5162,-0.7064 2.1020,-1.0683 2.9635 -1.6885h 0.3274 v 8.6666 c 0.0000,0.6203 0.0861,0.7926 0.6547 0.7926h 0.8960 c 0.0517,-0.0000 0.1378,0.0345 0.1378 0.1378v 0.3791 l -2.3605,-0.0345 l -2.3950,0.0345 v -0.3791 c 0.0172,-0.0517 0.0345,-0.1378 0.1378 -0.1378h 1.0338 c 0.6547,-0.0000 0.6547,-0.2929 0.6547 -0.7926v -5.9271 c 0.0000,-0.5858 0.0000,-0.9993 -0.3791 -0.9993ZM 142.2692,50.0355 ZM 144.0611,48.3987 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 146.0425,50.0355 ZM 150.4878,43.9189 c 0.0000,-0.1206 0.0172,-0.2584 0.1723 -0.3446c 0.1895,-0.1378 0.4997,-0.2929 0.7581 -0.2929c 0.2240,-0.0000 0.2412,0.1895 0.2412 0.5341v 2.7740 h 1.3956 l -0.1034,0.8098 h -1.2922 v 1.4301 c 0.0000,0.4824 0.0689,0.7237 0.5686 0.7237h 0.4652 c 0.1034,-0.0000 0.1206,0.0861 0.1206 0.1206v 0.3791 c 0.0000,-0.0000 -1.1027,-0.0345 -1.8264 -0.0345c -0.6547,-0.0000 -1.6713,0.0345 -1.6713 0.0345v -0.3791 c 0.0000,-0.0345 0.0172,-0.1206 0.1206 -0.1206h 0.4652 c 0.5341,-0.0000 0.5858,-0.2240 0.5858 -0.7237v -1.4301 h -3.3771 c -0.0689,-0.0000 -0.1034,-0.0345 -0.1551 -0.1034l -0.1378,-0.1895 l -0.2068,-0.3618 c -0.0172,-0.0000 -0.0172,-0.0172 -0.0172 -0.0345c 0.0000,-0.0172 0.0172,-0.0345 0.0345 -0.0517c 1.1199,-1.2406 3.1014,-5.0828 3.7217 -6.4957c 0.0172,-0.0689 0.0517,-0.0861 0.1206 -0.0861c 0.0172,-0.0000 0.3963,0.1551 0.6030 0.1895c -0.7753,2.0848 -2.0504,4.3247 -3.3081 6.3234h 2.7223 v -2.6706 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 145.8874,59.7403 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 134.7225,84.6676 ZM 137.9617,76.4489 c -0.3274,-0.0000 -1.0855,0.3101 -1.4645 0.4824l -0.2068,-0.5341 c 1.5162,-0.7064 2.1020,-1.0683 2.9635 -1.6885h 0.3274 v 8.6666 c 0.0000,0.6203 0.0861,0.7926 0.6547 0.7926h 0.8960 c 0.0517,-0.0000 0.1378,0.0345 0.1378 0.1378v 0.3791 l -2.3605,-0.0345 l -2.3950,0.0345 v -0.3791 c 0.0172,-0.0517 0.0345,-0.1378 0.1378 -0.1378h 1.0338 c 0.6547,-0.0000 0.6547,-0.2929 0.6547 -0.7926v -5.9271 c 0.0000,-0.5858 0.0000,-0.9993 -0.3791 -0.9993ZM 142.2692,84.6676 ZM 144.0611,83.0307 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 146.0425,84.6676 ZM 149.7642,75.2428 c -0.4307,-0.0000 -1.6885,0.2412 -1.6885 1.2922c 0.0000,0.3101 -0.1206,0.8443 -0.5858 0.8443c -0.4480,-0.0000 -0.4824,-0.4997 -0.4824 -0.5514c 0.0000,-0.5341 0.7064,-2.1193 3.1014 -2.1193c 1.6713,-0.0000 2.1710,1.0510 2.1710 1.7402c 0.0000,0.4307 -0.1378,1.2922 -1.6885 2.2743c 0.9649,0.1551 2.2399,0.8615 2.2399 2.6534c 0.0000,2.2743 -1.7230,3.4977 -3.6700 3.4977c -0.9821,-0.0000 -2.3605,-0.4307 -2.3605 -1.0855c 0.0000,-0.2584 0.2584,-0.5514 0.6030 -0.5514c 0.3274,-0.0000 0.4824,0.1723 0.6375 0.3963c 0.1895,0.2929 0.4997,0.7064 1.3267 0.7064c 0.5686,-0.0000 2.1882,-0.5686 2.1882 -2.7395c 0.0000,-1.8436 -1.2922,-2.1365 -2.2227 -2.1365c -0.1551,-0.0000 -0.3446,0.0345 -0.5341 0.0689l -0.0689,-0.5169 c 1.3267,-0.2240 2.4294,-1.5162 2.4294 -2.3088c 0.0000,-0.9821 -0.6892,-1.4645 -1.3956 -1.4645Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 145.8874,94.3723 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 134.7225,119.2996 ZM 137.9617,111.0810 c -0.3274,-0.0000 -1.0855,0.3101 -1.4645 0.4824l -0.2068,-0.5341 c 1.5162,-0.7064 2.1020,-1.0683 2.9635 -1.6885h 0.3274 v 8.6666 c 0.0000,0.6203 0.0861,0.7926 0.6547 0.7926h 0.8960 c 0.0517,-0.0000 0.1378,0.0345 0.1378 0.1378v 0.3791 l -2.3605,-0.0345 l -2.3950,0.0345 v -0.3791 c 0.0172,-0.0517 0.0345,-0.1378 0.1378 -0.1378h 1.0338 c 0.6547,-0.0000 0.6547,-0.2929 0.6547 -0.7926v -5.9271 c 0.0000,-0.5858 0.0000,-0.9993 -0.3791 -0.9993ZM 142.2692,119.2996 ZM 144.0611,117.6628 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 146.0425,119.2996 ZM 147.0418,111.6668 c 0.0000,-0.9821 0.9476,-2.3260 2.7568 -2.3260c 1.3267,-0.0000 2.8774,0.4997 2.8774 2.4811c 0.0000,1.3095 -0.6720,1.9642 -1.6024 2.8602l -1.6368,1.5851 c -0.0861,0.0861 -1.2406,1.2233 -1.2406 2.0331h 2.9291 c 0.5858,-0.0000 0.8960,-0.2929 1.1372 -1.2406l 0.4307,0.0689 l -0.3446,2.1710 h -5.3240 c 0.0000,-0.9649 0.1551,-1.7058 1.7574 -3.3426l 1.2061,-1.1889 c 0.9649,-0.9821 1.3612,-1.8264 1.3612 -2.8774c 0.0000,-1.5679 -1.0683,-2.0159 -1.6541 -2.0159c -1.1889,-0.0000 -1.5162,0.6203 -1.5162 1.0338c 0.0000,0.1378 0.0345,0.2757 0.0689 0.3963c 0.0345,0.1206 0.0689,0.2412 0.0689 0.3791c 0.0000,0.4480 -0.3446,0.6203 -0.6203 0.6203c -0.3791,-0.0000 -0.6547,-0.2929 -0.6547 -0.6375Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 145.8874,129.0043 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 134.7225,153.9316 ZM 137.9617,145.7130 c -0.3274,-0.0000 -1.0855,0.3101 -1.4645 0.4824l -0.2068,-0.5341 c 1.5162,-0.7064 2.1020,-1.0683 2.9635 -1.6885h 0.3274 v 8.6666 c 0.0000,0.6203 0.0861,0.7926 0.6547 0.7926h 0.8960 c 0.0517,-0.0000 0.1378,0.0345 0.1378 0.1378v 0.3791 l -2.3605,-0.0345 l -2.3950,0.0345 v -0.3791 c 0.0172,-0.0517 0.0345,-0.1378 0.1378 -0.1378h 1.0338 c 0.6547,-0.0000 0.6547,-0.2929 0.6547 -0.7926v -5.9271 c 0.0000,-0.5858 0.0000,-0.9993 -0.3791 -0.9993ZM 142.2692,153.9316 ZM 144.0611,152.2948 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 146.0425,153.9316 ZM 149.2817,145.7130 c -0.3274,-0.0000 -1.0855,0.3101 -1.4645 0.4824l -0.2068,-0.5341 c 1.5162,-0.7064 2.1020,-1.0683 2.9635 -1.6885h 0.3274 v 8.6666 c 0.0000,0.6203 0.0861,0.7926 0.6547 0.7926h 0.8960 c 0.0517,-0.0000 0.1378,0.0345 0.1378 0.1378v 0.3791 l -2.3605,-0.0345 l -2.3950,0.0345 v -0.3791 c 0.0172,-0.0517 0.0345,-0.1378 0.1378 -0.1378h 1.0338 c 0.6547,-0.0000 0.6547,-0.2929 0.6547 -0.7926v -5.9271 c 0.0000,-0.5858 0.0000,-0.9993 -0.3791 -0.9993Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 145.8874,163.6364 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 134.7225,188.5637 ZM 137.9617,180.3450 c -0.3274,-0.0000 -1.0855,0.3101 -1.4645 0.4824l -0.2068,-0.5341 c 1.5162,-0.7064 2.1020,-1.0683 2.9635 -1.6885h 0.3274 v 8.6666 c 0.0000,0.6203 0.0861,0.7926 0.6547 0.7926h 0.8960 c 0.0517,-0.0000 0.1378,0.0345 0.1378 0.1378v 0.3791 l -2.3605,-0.0345 l -2.3950,0.0345 v -0.3791 c 0.0172,-0.0517 0.0345,-0.1378 0.1378 -0.1378h 1.0338 c 0.6547,-0.0000 0.6547,-0.2929 0.6547 -0.7926v -5.9271 c 0.0000,-0.5858 0.0000,-0.9993 -0.3791 -0.9993ZM 142.2692,188.5637 ZM 144.0611,186.9268 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 146.0425,188.5637 ZM 149.8159,179.2079 c -0.7409,-0.0000 -1.8264,0.7237 -1.8264 4.7382c 0.0000,1.4128 0.2584,4.2558 1.7747 4.2558c 0.2929,-0.0000 1.1199,-0.1895 1.4818 -1.5335c 0.2240,-0.8270 0.3446,-1.8608 0.3446 -3.3598c 0.0000,-2.1882 -0.5514,-3.4115 -1.0510 -3.8423c -0.1895,-0.1723 -0.4480,-0.2584 -0.7237 -0.2584ZM 149.8159,179.2079 ZM 149.7469,188.7704 c -1.8436,-0.0000 -3.0841,-2.3605 -3.0841 -4.9967c 0.0000,-3.2220 1.5335,-5.1690 3.1531 -5.1690c 0.7409,-0.0000 1.4818,0.4652 1.9814 1.1372c 0.7237,0.9649 1.1027,2.2571 1.1027 3.8767c 0.0000,3.8250 -1.8953,5.1517 -3.1531 5.1517Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 145.8874,198.2684 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 30.8264,15.4035 ZM 34.5997,6.0477 c -0.7409,-0.0000 -1.8264,0.7237 -1.8264 4.7382c 0.0000,1.4128 0.2584,4.2558 1.7747 4.2558c 0.2929,-0.0000 1.1199,-0.1895 1.4818 -1.5335c 0.2240,-0.8270 0.3446,-1.8608 0.3446 -3.3598c 0.0000,-2.1882 -0.5514,-3.4115 -1.0510 -3.8423c -0.1895,-0.1723 -0.4480,-0.2584 -0.7237 -0.2584ZM 34.5997,6.0477 ZM 34.5308,15.6103 c -1.8436,-0.0000 -3.0841,-2.3605 -3.0841 -4.9967c 0.0000,-3.2220 1.5335,-5.1690 3.1531 -5.1690c 0.7409,-0.0000 1.4818,0.4652 1.9814 1.1372c 0.7237,0.9649 1.1027,2.2571 1.1027 3.8767c 0.0000,3.8250 -1.8953,5.1517 -3.1531 5.1517ZM 38.3731,15.4035 ZM 40.1650,13.7667 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 42.1464,15.4035 ZM 47.4704,12.4917 c 0.0000,-1.7747 -0.9649,-2.6534 -2.0331 -2.6534c -0.7926,-0.0000 -1.3956,0.1206 -2.0676 0.3963l 0.5514,-4.7038 c 0.5686,0.0517 1.1544,0.0689 1.7574 0.0689c 0.8615,-0.0000 1.7574,-0.0517 2.6879 -0.1551l 0.1034,0.0517 l -0.2584,1.1199 c -0.6720,0.0689 -1.2233,0.0861 -1.7058 0.0861c -0.7753,-0.0000 -1.3612,-0.0689 -1.9642 -0.1378l -0.3274,2.7223 c 0.3618,-0.1378 0.9821,-0.2584 1.6541 -0.2584c 1.8264,-0.0000 2.8429,1.5851 2.8429 3.1703c 0.0000,1.9297 -1.3439,3.4115 -3.2909 3.4115c -0.9821,-0.0000 -2.4122,-0.5514 -2.4122 -1.2233c 0.0000,-0.3274 0.2757,-0.5514 0.5858 -0.5514c 0.3446,-0.0000 0.5686,0.2584 0.7753 0.5341c 0.2584,0.3101 0.5341,0.6547 1.0855 0.6547c 1.1027,-0.0000 2.0159,-1.0338 2.0159 -2.5328Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 41.9913,25.1082 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 30.8264,50.0355 ZM 34.5997,40.6797 c -0.7409,-0.0000 -1.8264,0.7237 -1.8264 4.7382c 0.0000,1.4128 0.2584,4.2558 1.7747 4.2558c 0.2929,-0.0000 1.1199,-0.1895 1.4818 -1.5335c 0.2240,-0.8270 0.3446,-1.8608 0.3446 -3.3598c 0.0000,-2.1882 -0.5514,-3.4115 -1.0510 -3.8423c -0.1895,-0.1723 -0.4480,-0.2584 -0.7237 -0.2584ZM 34.5997,40.6797 ZM 34.5308,50.2423 c -1.8436,-0.0000 -3.0841,-2.3605 -3.0841 -4.9967c 0.0000,-3.2220 1.5335,-5.1690 3.1531 -5.1690c 0.7409,-0.0000 1.4818,0.4652 1.9814 1.1372c 0.7237,0.9649 1.1027,2.2571 1.1027 3.8767c 0.0000,3.8250 -1.8953,5.1517 -3.1531 5.1517ZM 38.3731,50.0355 ZM 40.1650,48.3987 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 42.1464,50.0355 ZM 46.5917,43.9189 c 0.0000,-0.1206 0.0172,-0.2584 0.1723 -0.3446c 0.1895,-0.1378 0.4997,-0.2929 0.7581 -0.2929c 0.2240,-0.0000 0.2412,0.1895 0.2412 0.5341v 2.7740 h 1.3956 l -0.1034,0.8098 h -1.2922 v 1.4301 c 0.0000,0.4824 0.0689,0.7237 0.5686 0.7237h 0.4652 c 0.1034,-0.0000 0.1206,0.0861 0.1206 0.1206v 0.3791 c 0.0000,-0.0000 -1.1027,-0.0345 -1.8264 -0.0345c -0.6547,-0.0000 -1.6713,0.0345 -1.6713 0.0345v -0.3791 c 0.0000,-0.0345 0.0172,-0.1206 0.1206 -0.1206h 0.4652 c 0.5341,-0.0000 0.5858,-0.2240 0.5858 -0.7237v -1.4301 h -3.3771 c -0.0689,-0.0000 -0.1034,-0.0345 -0.1551 -0.1034l -0.1378,-0.1895 l -0.2068,-0.3618 c -0.0172,-0.0000 -0.0172,-0.0172 -0.0172 -0.0345c 0.0000,-0.0172 0.0172,-0.0345 0.0345 -0.0517c 1.1199,-1.2406 3.1014,-5.0828 3.7217 -6.4957c 0.0172,-0.0689 0.0517,-0.0861 0.1206 -0.0861c 0.0172,-0.0000 0.3963,0.1551 0.6030 0.1895c -0.7753,2.0848 -2.0504,4.3247 -3.3081 6.3234h 2.7223 v -2.6706 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 41.9913,59.7403 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 30.8264,84.6676 ZM 34.5997,75.3118 c -0.7409,-0.0000 -1.8264,0.7237 -1.8264 4.7382c 0.0000,1.4128 0.2584,4.2558 1.7747 4.2558c 0.2929,-0.0000 1.1199,-0.1895 1.4818 -1.5335c 0.2240,-0.8270 0.3446,-1.8608 0.3446 -3.3598c 0.0000,-2.1882 -0.5514,-3.4115 -1.0510 -3.8423c -0.1895,-0.1723 -0.4480,-0.2584 -0.7237 -0.2584ZM 34.5997,75.3118 ZM 34.5308,84.8743 c -1.8436,-0.0000 -3.0841,-2.3605 -3.0841 -4.9967c 0.0000,-3.2220 1.5335,-5.1690 3.1531 -5.1690c 0.7409,-0.0000 1.4818,0.4652 1.9814 1.1372c 0.7237,0.9649 1.1027,2.2571 1.1027 3.8767c 0.0000,3.8250 -1.8953,5.1517 -3.1531 5.1517ZM 38.3731,84.6676 ZM 40.1650,83.0307 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 42.1464,84.6676 ZM 45.8681,75.2428 c -0.4307,-0.0000 -1.6885,0.2412 -1.6885 1.2922c 0.0000,0.3101 -0.1206,0.8443 -0.5858 0.8443c -0.4480,-0.0000 -0.4824,-0.4997 -0.4824 -0.5514c 0.0000,-0.5341 0.7064,-2.1193 3.1014 -2.1193c 1.6713,-0.0000 2.1710,1.0510 2.1710 1.7402c 0.0000,0.4307 -0.1378,1.2922 -1.6885 2.2743c 0.9649,0.1551 2.2399,0.8615 2.2399 2.6534c 0.0000,2.2743 -1.7230,3.4977 -3.6700 3.4977c -0.9821,-0.0000 -2.3605,-0.4307 -2.3605 -1.0855c 0.0000,-0.2584 0.2584,-0.5514 0.6030 -0.5514c 0.3274,-0.0000 0.4824,0.1723 0.6375 0.3963c 0.1895,0.2929 0.4997,0.7064 1.3267 0.7064c 0.5686,-0.0000 2.1882,-0.5686 2.1882 -2.7395c 0.0000,-1.8436 -1.2922,-2.1365 -2.2227 -2.1365c -0.1551,-0.0000 -0.3446,0.0345 -0.5341 0.0689l -0.0689,-0.5169 c 1.3267,-0.2240 2.4294,-1.5162 2.4294 -2.3088c 0.0000,-0.9821 -0.6892,-1.4645 -1.3956 -1.4645Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 41.9913,94.3723 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 30.8264,119.2996 ZM 34.5997,109.9438 c -0.7409,-0.0000 -1.8264,0.7237 -1.8264 4.7382c 0.0000,1.4128 0.2584,4.2558 1.7747 4.2558c 0.2929,-0.0000 1.1199,-0.1895 1.4818 -1.5335c 0.2240,-0.8270 0.3446,-1.8608 0.3446 -3.3598c 0.0000,-2.1882 -0.5514,-3.4115 -1.0510 -3.8423c -0.1895,-0.1723 -0.4480,-0.2584 -0.7237 -0.2584ZM 34.5997,109.9438 ZM 34.5308,119.5064 c -1.8436,-0.0000 -3.0841,-2.3605 -3.0841 -4.9967c 0.0000,-3.2220 1.5335,-5.1690 3.1531 -5.1690c 0.7409,-0.0000 1.4818,0.4652 1.9814 1.1372c 0.7237,0.9649 1.1027,2.2571 1.1027 3.8767c 0.0000,3.8250 -1.8953,5.1517 -3.1531 5.1517ZM 38.3731,119.2996 ZM 40.1650,117.6628 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 42.1464,119.2996 ZM 43.1457,111.6668 c 0.0000,-0.9821 0.9476,-2.3260 2.7568 -2.3260c 1.3267,-0.0000 2.8774,0.4997 2.8774 2.4811c 0.0000,1.3095 -0.6720,1.9642 -1.6024 2.8602l -1.6368,1.5851 c -0.0861,0.0861 -1.2406,1.2233 -1.2406 2.0331h 2.9291 c 0.5858,-0.0000 0.8960,-0.2929 1.1372 -1.2406l 0.4307,0.0689 l -0.3446,2.1710 h -5.3240 c 0.0000,-0.9649 0.1551,-1.7058 1.7574 -3.3426l 1.2061,-1.1889 c 0.9649,-0.9821 1.3612,-1.8264 1.3612 -2.8774c 0.0000,-1.5679 -1.0683,-2.0159 -1.6541 -2.0159c -1.1889,-0.0000 -1.5162,0.6203 -1.5162 1.0338c 0.0000,0.1378 0.0345,0.2757 0.0689 0.3963c 0.0345,0.1206 0.0689,0.2412 0.0689 0.3791c 0.0000,0.4480 -0.3446,0.6203 -0.6203 0.6203c -0.3791,-0.0000 -0.6547,-0.2929 -0.6547 -0.6375Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 41.9913,129.0043 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 30.8264,153.9316 ZM 34.5997,144.5758 c -0.7409,-0.0000 -1.8264,0.7237 -1.8264 4.7382c 0.0000,1.4128 0.2584,4.2558 1.7747 4.2558c 0.2929,-0.0000 1.1199,-0.1895 1.4818 -1.5335c 0.2240,-0.8270 0.3446,-1.8608 0.3446 -3.3598c 0.0000,-2.1882 -0.5514,-3.4115 -1.0510 -3.8423c -0.1895,-0.1723 -0.4480,-0.2584 -0.7237 -0.2584ZM 34.5997,144.5758 ZM 34.5308,154.1384 c -1.8436,-0.0000 -3.0841,-2.3605 -3.0841 -4.9967c 0.0000,-3.2220 1.5335,-5.1690 3.1531 -5.1690c 0.7409,-0.0000 1.4818,0.4652 1.9814 1.1372c 0.7237,0.9649 1.1027,2.2571 1.1027 3.8767c 0.0000,3.8250 -1.8953,5.1517 -3.1531 5.1517ZM 38.3731,153.9316 ZM 40.1650,152.2948 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 42.1464,153.9316 ZM 45.3856,145.7130 c -0.3274,-0.0000 -1.0855,0.3101 -1.4645 0.4824l -0.2068,-0.5341 c 1.5162,-0.7064 2.1020,-1.0683 2.9635 -1.6885h 0.3274 v 8.6666 c 0.0000,0.6203 0.0861,0.7926 0.6547 0.7926h 0.8960 c 0.0517,-0.0000 0.1378,0.0345 0.1378 0.1378v 0.3791 l -2.3605,-0.0345 l -2.3950,0.0345 v -0.3791 c 0.0172,-0.0517 0.0345,-0.1378 0.1378 -0.1378h 1.0338 c 0.6547,-0.0000 0.6547,-0.2929 0.6547 -0.7926v -5.9271 c 0.0000,-0.5858 0.0000,-0.9993 -0.3791 -0.9993Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 41.9913,163.6364 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></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 30.8264,188.5637 ZM 34.5997,179.2079 c -0.7409,-0.0000 -1.8264,0.7237 -1.8264 4.7382c 0.0000,1.4128 0.2584,4.2558 1.7747 4.2558c 0.2929,-0.0000 1.1199,-0.1895 1.4818 -1.5335c 0.2240,-0.8270 0.3446,-1.8608 0.3446 -3.3598c 0.0000,-2.1882 -0.5514,-3.4115 -1.0510 -3.8423c -0.1895,-0.1723 -0.4480,-0.2584 -0.7237 -0.2584ZM 34.5997,179.2079 ZM 34.5308,188.7704 c -1.8436,-0.0000 -3.0841,-2.3605 -3.0841 -4.9967c 0.0000,-3.2220 1.5335,-5.1690 3.1531 -5.1690c 0.7409,-0.0000 1.4818,0.4652 1.9814 1.1372c 0.7237,0.9649 1.1027,2.2571 1.1027 3.8767c 0.0000,3.8250 -1.8953,5.1517 -3.1531 5.1517ZM 38.3731,188.5637 ZM 40.1650,186.9268 c 0.6892,-0.0000 1.1372,0.6720 1.1372 1.7058c 0.0000,1.2061 -0.8615,1.7747 -1.8953 1.9642l -0.0861,-0.4307 c 0.8960,-0.2240 1.3095,-0.7409 1.3095 -1.1027c 0.0000,-0.3963 -0.2929,-0.4652 -0.6203 -0.4997c -0.3101,-0.0517 -0.7581,-0.1895 -0.7581 -0.7581c 0.0000,-0.4824 0.3791,-0.8787 0.9132 -0.8787ZM 42.1464,188.5637 ZM 45.9198,179.2079 c -0.7409,-0.0000 -1.8264,0.7237 -1.8264 4.7382c 0.0000,1.4128 0.2584,4.2558 1.7747 4.2558c 0.2929,-0.0000 1.1199,-0.1895 1.4818 -1.5335c 0.2240,-0.8270 0.3446,-1.8608 0.3446 -3.3598c 0.0000,-2.1882 -0.5514,-3.4115 -1.0510 -3.8423c -0.1895,-0.1723 -0.4480,-0.2584 -0.7237 -0.2584ZM 45.9198,179.2079 ZM 45.8508,188.7704 c -1.8436,-0.0000 -3.0841,-2.3605 -3.0841 -4.9967c 0.0000,-3.2220 1.5335,-5.1690 3.1531 -5.1690c 0.7409,-0.0000 1.4818,0.4652 1.9814 1.1372c 0.7237,0.9649 1.1027,2.2571 1.1027 3.8767c 0.0000,3.8250 -1.8953,5.1517 -3.1531 5.1517Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 41.9913,198.2684 c 0.0000,-0.9563 -0.7753,-1.7316 -1.7316 -1.7316c -0.9563,-0.0000 -1.7316,0.7753 -1.7316 1.7316c -0.0000,0.9563 0.7753,1.7316 1.7316 1.7316c 0.9563,0.0000 1.7316,-0.7753 1.7316 -1.7316Z"/></g></svg>
diff --git a/other/lglyphHudExample.svg b/other/lglyphHudExample.svg
new file mode 100644
--- /dev/null
+++ b/other/lglyphHudExample.svg
@@ -0,0 +1,3 @@
+<?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="1.0" fill-opacity="0.33" stroke="rgb(0,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.6715,94.6539 ZM 572.5326,91.9953 c 0.0000,-1.6204 -0.8810,-2.4227 -1.8563 -2.4227c -0.7237,-0.0000 -1.2743,0.1101 -1.8878 0.3618l 0.5034,-4.2947 c 0.5191,0.0472 1.0540,0.0629 1.6046 0.0629c 0.7866,-0.0000 1.6046,-0.0472 2.4541 -0.1416l 0.0944,0.0472 l -0.2360,1.0226 c -0.6135,0.0629 -1.1169,0.0787 -1.5574 0.0787c -0.7079,-0.0000 -1.2428,-0.0629 -1.7934 -0.1259l -0.2989,2.4856 c 0.3304,-0.1259 0.8967,-0.2360 1.5102 -0.2360c 1.6676,-0.0000 2.5957,1.4473 2.5957 2.8946c 0.0000,1.7619 -1.2271,3.1149 -3.0047 3.1149c -0.8967,-0.0000 -2.2024,-0.5034 -2.2024 -1.1169c 0.0000,-0.2989 0.2517,-0.5034 0.5349 -0.5034c 0.3146,-0.0000 0.5191,0.2360 0.7079 0.4877c 0.2360,0.2832 0.4877,0.5978 0.9911 0.5978c 1.0068,-0.0000 1.8406,-0.9439 1.8406 -2.3125ZM 574.5620,94.6539 ZM 576.1981,93.1594 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 578.0072,94.6539 ZM 582.8683,91.9953 c 0.0000,-1.6204 -0.8810,-2.4227 -1.8563 -2.4227c -0.7237,-0.0000 -1.2743,0.1101 -1.8878 0.3618l 0.5034,-4.2947 c 0.5191,0.0472 1.0540,0.0629 1.6046 0.0629c 0.7866,-0.0000 1.6046,-0.0472 2.4541 -0.1416l 0.0944,0.0472 l -0.2360,1.0226 c -0.6135,0.0629 -1.1169,0.0787 -1.5574 0.0787c -0.7079,-0.0000 -1.2428,-0.0629 -1.7934 -0.1259l -0.2989,2.4856 c 0.3304,-0.1259 0.8967,-0.2360 1.5102 -0.2360c 1.6676,-0.0000 2.5957,1.4473 2.5957 2.8946c 0.0000,1.7619 -1.2271,3.1149 -3.0047 3.1149c -0.8967,-0.0000 -2.2024,-0.5034 -2.2024 -1.1169c 0.0000,-0.2989 0.2517,-0.5034 0.5349 -0.5034c 0.3146,-0.0000 0.5191,0.2360 0.7079 0.4877c 0.2360,0.2832 0.4877,0.5978 0.9911 0.5978c 1.0068,-0.0000 1.8406,-0.9439 1.8406 -2.3125Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 577.8656,103.5148 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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.6715,126.2745 ZM 572.5326,123.6158 c 0.0000,-1.6204 -0.8810,-2.4227 -1.8563 -2.4227c -0.7237,-0.0000 -1.2743,0.1101 -1.8878 0.3618l 0.5034,-4.2947 c 0.5191,0.0472 1.0540,0.0629 1.6046 0.0629c 0.7866,-0.0000 1.6046,-0.0472 2.4541 -0.1416l 0.0944,0.0472 l -0.2360,1.0226 c -0.6135,0.0629 -1.1169,0.0787 -1.5574 0.0787c -0.7079,-0.0000 -1.2428,-0.0629 -1.7934 -0.1259l -0.2989,2.4856 c 0.3304,-0.1259 0.8967,-0.2360 1.5102 -0.2360c 1.6676,-0.0000 2.5957,1.4473 2.5957 2.8946c 0.0000,1.7619 -1.2271,3.1149 -3.0047 3.1149c -0.8967,-0.0000 -2.2024,-0.5034 -2.2024 -1.1169c 0.0000,-0.2989 0.2517,-0.5034 0.5349 -0.5034c 0.3146,-0.0000 0.5191,0.2360 0.7079 0.4877c 0.2360,0.2832 0.4877,0.5978 0.9911 0.5978c 1.0068,-0.0000 1.8406,-0.9439 1.8406 -2.3125ZM 574.5620,126.2745 ZM 576.1981,124.7800 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 578.0072,126.2745 ZM 582.0660,120.6898 c 0.0000,-0.1101 0.0157,-0.2360 0.1573 -0.3146c 0.1730,-0.1259 0.4562,-0.2674 0.6922 -0.2674c 0.2045,-0.0000 0.2202,0.1730 0.2202 0.4877v 2.5328 h 1.2743 l -0.0944,0.7394 h -1.1799 v 1.3057 c 0.0000,0.4405 0.0629,0.6607 0.5191 0.6607h 0.4248 c 0.0944,-0.0000 0.1101,0.0787 0.1101 0.1101v 0.3461 c 0.0000,-0.0000 -1.0068,-0.0315 -1.6676 -0.0315c -0.5978,-0.0000 -1.5260,0.0315 -1.5260 0.0315v -0.3461 c 0.0000,-0.0315 0.0157,-0.1101 0.1101 -0.1101h 0.4248 c 0.4877,-0.0000 0.5349,-0.2045 0.5349 -0.6607v -1.3057 h -3.0834 c -0.0629,-0.0000 -0.0944,-0.0315 -0.1416 -0.0944l -0.1259,-0.1730 l -0.1888,-0.3304 c -0.0157,-0.0000 -0.0157,-0.0157 -0.0157 -0.0315c 0.0000,-0.0157 0.0157,-0.0315 0.0315 -0.0472c 1.0226,-1.1327 2.8317,-4.6408 3.3980 -5.9308c 0.0157,-0.0629 0.0472,-0.0787 0.1101 -0.0787c 0.0157,-0.0000 0.3618,0.1416 0.5506 0.1730c -0.7079,1.9035 -1.8721,3.9486 -3.0205 5.7735h 2.4856 v -2.4384 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 577.8656,135.1353 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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.6715,157.8950 ZM 572.5326,155.2364 c 0.0000,-1.6204 -0.8810,-2.4227 -1.8563 -2.4227c -0.7237,-0.0000 -1.2743,0.1101 -1.8878 0.3618l 0.5034,-4.2947 c 0.5191,0.0472 1.0540,0.0629 1.6046 0.0629c 0.7866,-0.0000 1.6046,-0.0472 2.4541 -0.1416l 0.0944,0.0472 l -0.2360,1.0226 c -0.6135,0.0629 -1.1169,0.0787 -1.5574 0.0787c -0.7079,-0.0000 -1.2428,-0.0629 -1.7934 -0.1259l -0.2989,2.4856 c 0.3304,-0.1259 0.8967,-0.2360 1.5102 -0.2360c 1.6676,-0.0000 2.5957,1.4473 2.5957 2.8946c 0.0000,1.7619 -1.2271,3.1149 -3.0047 3.1149c -0.8967,-0.0000 -2.2024,-0.5034 -2.2024 -1.1169c 0.0000,-0.2989 0.2517,-0.5034 0.5349 -0.5034c 0.3146,-0.0000 0.5191,0.2360 0.7079 0.4877c 0.2360,0.2832 0.4877,0.5978 0.9911 0.5978c 1.0068,-0.0000 1.8406,-0.9439 1.8406 -2.3125ZM 574.5620,157.8950 ZM 576.1981,156.4005 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 578.0072,157.8950 ZM 581.4052,149.2898 c -0.3933,-0.0000 -1.5417,0.2202 -1.5417 1.1799c 0.0000,0.2832 -0.1101,0.7708 -0.5349 0.7708c -0.4090,-0.0000 -0.4405,-0.4562 -0.4405 -0.5034c 0.0000,-0.4877 0.6450,-1.9350 2.8317 -1.9350c 1.5260,-0.0000 1.9822,0.9596 1.9822 1.5889c 0.0000,0.3933 -0.1259,1.1799 -1.5417 2.0766c 0.8810,0.1416 2.0451,0.7866 2.0451 2.4227c 0.0000,2.0766 -1.5732,3.1935 -3.3508 3.1935c -0.8967,-0.0000 -2.1552,-0.3933 -2.1552 -0.9911c 0.0000,-0.2360 0.2360,-0.5034 0.5506 -0.5034c 0.2989,-0.0000 0.4405,0.1573 0.5821 0.3618c 0.1730,0.2674 0.4562,0.6450 1.2113 0.6450c 0.5191,-0.0000 1.9979,-0.5191 1.9979 -2.5013c 0.0000,-1.6833 -1.1799,-1.9507 -2.0294 -1.9507c -0.1416,-0.0000 -0.3146,0.0315 -0.4877 0.0629l -0.0629,-0.4719 c 1.2113,-0.2045 2.2182,-1.3844 2.2182 -2.1080c 0.0000,-0.8967 -0.6293,-1.3372 -1.2743 -1.3372Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 577.8656,166.7559 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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.6715,189.5156 ZM 572.5326,186.8570 c 0.0000,-1.6204 -0.8810,-2.4227 -1.8563 -2.4227c -0.7237,-0.0000 -1.2743,0.1101 -1.8878 0.3618l 0.5034,-4.2947 c 0.5191,0.0472 1.0540,0.0629 1.6046 0.0629c 0.7866,-0.0000 1.6046,-0.0472 2.4541 -0.1416l 0.0944,0.0472 l -0.2360,1.0226 c -0.6135,0.0629 -1.1169,0.0787 -1.5574 0.0787c -0.7079,-0.0000 -1.2428,-0.0629 -1.7934 -0.1259l -0.2989,2.4856 c 0.3304,-0.1259 0.8967,-0.2360 1.5102 -0.2360c 1.6676,-0.0000 2.5957,1.4473 2.5957 2.8946c 0.0000,1.7619 -1.2271,3.1149 -3.0047 3.1149c -0.8967,-0.0000 -2.2024,-0.5034 -2.2024 -1.1169c 0.0000,-0.2989 0.2517,-0.5034 0.5349 -0.5034c 0.3146,-0.0000 0.5191,0.2360 0.7079 0.4877c 0.2360,0.2832 0.4877,0.5978 0.9911 0.5978c 1.0068,-0.0000 1.8406,-0.9439 1.8406 -2.3125ZM 574.5620,189.5156 ZM 576.1981,188.0211 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 578.0072,189.5156 ZM 578.9196,182.5465 c 0.0000,-0.8967 0.8652,-2.1238 2.5171 -2.1238c 1.2113,-0.0000 2.6272,0.4562 2.6272 2.2654c 0.0000,1.1956 -0.6135,1.7934 -1.4630 2.6114l -1.4945,1.4473 c -0.0787,0.0787 -1.1327,1.1169 -1.1327 1.8563h 2.6744 c 0.5349,-0.0000 0.8180,-0.2674 1.0383 -1.1327l 0.3933,0.0629 l -0.3146,1.9822 h -4.8611 c 0.0000,-0.8810 0.1416,-1.5574 1.6046 -3.0519l 1.1012,-1.0855 c 0.8810,-0.8967 1.2428,-1.6676 1.2428 -2.6272c 0.0000,-1.4316 -0.9754,-1.8406 -1.5102 -1.8406c -1.0855,-0.0000 -1.3844,0.5663 -1.3844 0.9439c 0.0000,0.1259 0.0315,0.2517 0.0629 0.3618c 0.0315,0.1101 0.0629,0.2202 0.0629 0.3461c 0.0000,0.4090 -0.3146,0.5663 -0.5663 0.5663c -0.3461,-0.0000 -0.5978,-0.2674 -0.5978 -0.5821Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 577.8656,198.3764 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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.6715,221.1362 ZM 572.5326,218.4775 c 0.0000,-1.6204 -0.8810,-2.4227 -1.8563 -2.4227c -0.7237,-0.0000 -1.2743,0.1101 -1.8878 0.3618l 0.5034,-4.2947 c 0.5191,0.0472 1.0540,0.0629 1.6046 0.0629c 0.7866,-0.0000 1.6046,-0.0472 2.4541 -0.1416l 0.0944,0.0472 l -0.2360,1.0226 c -0.6135,0.0629 -1.1169,0.0787 -1.5574 0.0787c -0.7079,-0.0000 -1.2428,-0.0629 -1.7934 -0.1259l -0.2989,2.4856 c 0.3304,-0.1259 0.8967,-0.2360 1.5102 -0.2360c 1.6676,-0.0000 2.5957,1.4473 2.5957 2.8946c 0.0000,1.7619 -1.2271,3.1149 -3.0047 3.1149c -0.8967,-0.0000 -2.2024,-0.5034 -2.2024 -1.1169c 0.0000,-0.2989 0.2517,-0.5034 0.5349 -0.5034c 0.3146,-0.0000 0.5191,0.2360 0.7079 0.4877c 0.2360,0.2832 0.4877,0.5978 0.9911 0.5978c 1.0068,-0.0000 1.8406,-0.9439 1.8406 -2.3125ZM 574.5620,221.1362 ZM 576.1981,219.6416 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 578.0072,221.1362 ZM 580.9647,213.6322 c -0.2989,-0.0000 -0.9911,0.2832 -1.3372 0.4405l -0.1888,-0.4877 c 1.3844,-0.6450 1.9193,-0.9754 2.7058 -1.5417h 0.2989 v 7.9130 c 0.0000,0.5663 0.0787,0.7237 0.5978 0.7237h 0.8180 c 0.0472,-0.0000 0.1259,0.0315 0.1259 0.1259v 0.3461 l -2.1552,-0.0315 l -2.1867,0.0315 v -0.3461 c 0.0157,-0.0472 0.0315,-0.1259 0.1259 -0.1259h 0.9439 c 0.5978,-0.0000 0.5978,-0.2674 0.5978 -0.7237v -5.4117 c 0.0000,-0.5349 0.0000,-0.9124 -0.3461 -0.9124Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 577.8656,229.9970 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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.6715,252.7567 ZM 572.5326,250.0981 c 0.0000,-1.6204 -0.8810,-2.4227 -1.8563 -2.4227c -0.7237,-0.0000 -1.2743,0.1101 -1.8878 0.3618l 0.5034,-4.2947 c 0.5191,0.0472 1.0540,0.0629 1.6046 0.0629c 0.7866,-0.0000 1.6046,-0.0472 2.4541 -0.1416l 0.0944,0.0472 l -0.2360,1.0226 c -0.6135,0.0629 -1.1169,0.0787 -1.5574 0.0787c -0.7079,-0.0000 -1.2428,-0.0629 -1.7934 -0.1259l -0.2989,2.4856 c 0.3304,-0.1259 0.8967,-0.2360 1.5102 -0.2360c 1.6676,-0.0000 2.5957,1.4473 2.5957 2.8946c 0.0000,1.7619 -1.2271,3.1149 -3.0047 3.1149c -0.8967,-0.0000 -2.2024,-0.5034 -2.2024 -1.1169c 0.0000,-0.2989 0.2517,-0.5034 0.5349 -0.5034c 0.3146,-0.0000 0.5191,0.2360 0.7079 0.4877c 0.2360,0.2832 0.4877,0.5978 0.9911 0.5978c 1.0068,-0.0000 1.8406,-0.9439 1.8406 -2.3125ZM 574.5620,252.7567 ZM 576.1981,251.2622 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 578.0072,252.7567 ZM 581.4524,244.2144 c -0.6765,-0.0000 -1.6676,0.6607 -1.6676 4.3262c 0.0000,1.2900 0.2360,3.8857 1.6204 3.8857c 0.2674,-0.0000 1.0226,-0.1730 1.3529 -1.4001c 0.2045,-0.7551 0.3146,-1.6990 0.3146 -3.0677c 0.0000,-1.9979 -0.5034,-3.1149 -0.9596 -3.5082c -0.1730,-0.1573 -0.4090,-0.2360 -0.6607 -0.2360ZM 581.4524,244.2144 ZM 581.3895,252.9455 c -1.6833,-0.0000 -2.8160,-2.1552 -2.8160 -4.5622c 0.0000,-2.9418 1.4001,-4.7195 2.8789 -4.7195c 0.6765,-0.0000 1.3529,0.4248 1.8091 1.0383c 0.6607,0.8810 1.0068,2.0608 1.0068 3.5396c 0.0000,3.4924 -1.7305,4.7038 -2.8789 4.7038Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 577.8656,261.6175 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 472.8099,94.6539 ZM 476.8686,89.0692 c 0.0000,-0.1101 0.0157,-0.2360 0.1573 -0.3146c 0.1730,-0.1259 0.4562,-0.2674 0.6922 -0.2674c 0.2045,-0.0000 0.2202,0.1730 0.2202 0.4877v 2.5328 h 1.2743 l -0.0944,0.7394 h -1.1799 v 1.3057 c 0.0000,0.4405 0.0629,0.6607 0.5191 0.6607h 0.4248 c 0.0944,-0.0000 0.1101,0.0787 0.1101 0.1101v 0.3461 c 0.0000,-0.0000 -1.0068,-0.0315 -1.6676 -0.0315c -0.5978,-0.0000 -1.5260,0.0315 -1.5260 0.0315v -0.3461 c 0.0000,-0.0315 0.0157,-0.1101 0.1101 -0.1101h 0.4248 c 0.4877,-0.0000 0.5349,-0.2045 0.5349 -0.6607v -1.3057 h -3.0834 c -0.0629,-0.0000 -0.0944,-0.0315 -0.1416 -0.0944l -0.1259,-0.1730 l -0.1888,-0.3304 c -0.0157,-0.0000 -0.0157,-0.0157 -0.0157 -0.0315c 0.0000,-0.0157 0.0157,-0.0315 0.0315 -0.0472c 1.0226,-1.1327 2.8317,-4.6408 3.3980 -5.9308c 0.0157,-0.0629 0.0472,-0.0787 0.1101 -0.0787c 0.0157,-0.0000 0.3618,0.1416 0.5506 0.1730c -0.7079,1.9035 -1.8721,3.9486 -3.0205 5.7735h 2.4856 v -2.4384 ZM 479.7003,94.6539 ZM 481.3364,93.1594 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 483.1455,94.6539 ZM 488.0066,91.9953 c 0.0000,-1.6204 -0.8810,-2.4227 -1.8563 -2.4227c -0.7237,-0.0000 -1.2743,0.1101 -1.8878 0.3618l 0.5034,-4.2947 c 0.5191,0.0472 1.0540,0.0629 1.6046 0.0629c 0.7866,-0.0000 1.6046,-0.0472 2.4541 -0.1416l 0.0944,0.0472 l -0.2360,1.0226 c -0.6135,0.0629 -1.1169,0.0787 -1.5574 0.0787c -0.7079,-0.0000 -1.2428,-0.0629 -1.7934 -0.1259l -0.2989,2.4856 c 0.3304,-0.1259 0.8967,-0.2360 1.5102 -0.2360c 1.6676,-0.0000 2.5957,1.4473 2.5957 2.8946c 0.0000,1.7619 -1.2271,3.1149 -3.0047 3.1149c -0.8967,-0.0000 -2.2024,-0.5034 -2.2024 -1.1169c 0.0000,-0.2989 0.2517,-0.5034 0.5349 -0.5034c 0.3146,-0.0000 0.5191,0.2360 0.7079 0.4877c 0.2360,0.2832 0.4877,0.5978 0.9911 0.5978c 1.0068,-0.0000 1.8406,-0.9439 1.8406 -2.3125Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.0040,103.5148 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 472.8099,126.2745 ZM 476.8686,120.6898 c 0.0000,-0.1101 0.0157,-0.2360 0.1573 -0.3146c 0.1730,-0.1259 0.4562,-0.2674 0.6922 -0.2674c 0.2045,-0.0000 0.2202,0.1730 0.2202 0.4877v 2.5328 h 1.2743 l -0.0944,0.7394 h -1.1799 v 1.3057 c 0.0000,0.4405 0.0629,0.6607 0.5191 0.6607h 0.4248 c 0.0944,-0.0000 0.1101,0.0787 0.1101 0.1101v 0.3461 c 0.0000,-0.0000 -1.0068,-0.0315 -1.6676 -0.0315c -0.5978,-0.0000 -1.5260,0.0315 -1.5260 0.0315v -0.3461 c 0.0000,-0.0315 0.0157,-0.1101 0.1101 -0.1101h 0.4248 c 0.4877,-0.0000 0.5349,-0.2045 0.5349 -0.6607v -1.3057 h -3.0834 c -0.0629,-0.0000 -0.0944,-0.0315 -0.1416 -0.0944l -0.1259,-0.1730 l -0.1888,-0.3304 c -0.0157,-0.0000 -0.0157,-0.0157 -0.0157 -0.0315c 0.0000,-0.0157 0.0157,-0.0315 0.0315 -0.0472c 1.0226,-1.1327 2.8317,-4.6408 3.3980 -5.9308c 0.0157,-0.0629 0.0472,-0.0787 0.1101 -0.0787c 0.0157,-0.0000 0.3618,0.1416 0.5506 0.1730c -0.7079,1.9035 -1.8721,3.9486 -3.0205 5.7735h 2.4856 v -2.4384 ZM 479.7003,126.2745 ZM 481.3364,124.7800 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 483.1455,126.2745 ZM 487.2043,120.6898 c 0.0000,-0.1101 0.0157,-0.2360 0.1573 -0.3146c 0.1730,-0.1259 0.4562,-0.2674 0.6922 -0.2674c 0.2045,-0.0000 0.2202,0.1730 0.2202 0.4877v 2.5328 h 1.2743 l -0.0944,0.7394 h -1.1799 v 1.3057 c 0.0000,0.4405 0.0629,0.6607 0.5191 0.6607h 0.4248 c 0.0944,-0.0000 0.1101,0.0787 0.1101 0.1101v 0.3461 c 0.0000,-0.0000 -1.0068,-0.0315 -1.6676 -0.0315c -0.5978,-0.0000 -1.5260,0.0315 -1.5260 0.0315v -0.3461 c 0.0000,-0.0315 0.0157,-0.1101 0.1101 -0.1101h 0.4248 c 0.4877,-0.0000 0.5349,-0.2045 0.5349 -0.6607v -1.3057 h -3.0834 c -0.0629,-0.0000 -0.0944,-0.0315 -0.1416 -0.0944l -0.1259,-0.1730 l -0.1888,-0.3304 c -0.0157,-0.0000 -0.0157,-0.0157 -0.0157 -0.0315c 0.0000,-0.0157 0.0157,-0.0315 0.0315 -0.0472c 1.0226,-1.1327 2.8317,-4.6408 3.3980 -5.9308c 0.0157,-0.0629 0.0472,-0.0787 0.1101 -0.0787c 0.0157,-0.0000 0.3618,0.1416 0.5506 0.1730c -0.7079,1.9035 -1.8721,3.9486 -3.0205 5.7735h 2.4856 v -2.4384 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.0040,135.1353 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 472.8099,157.8950 ZM 476.8686,152.3103 c 0.0000,-0.1101 0.0157,-0.2360 0.1573 -0.3146c 0.1730,-0.1259 0.4562,-0.2674 0.6922 -0.2674c 0.2045,-0.0000 0.2202,0.1730 0.2202 0.4877v 2.5328 h 1.2743 l -0.0944,0.7394 h -1.1799 v 1.3057 c 0.0000,0.4405 0.0629,0.6607 0.5191 0.6607h 0.4248 c 0.0944,-0.0000 0.1101,0.0787 0.1101 0.1101v 0.3461 c 0.0000,-0.0000 -1.0068,-0.0315 -1.6676 -0.0315c -0.5978,-0.0000 -1.5260,0.0315 -1.5260 0.0315v -0.3461 c 0.0000,-0.0315 0.0157,-0.1101 0.1101 -0.1101h 0.4248 c 0.4877,-0.0000 0.5349,-0.2045 0.5349 -0.6607v -1.3057 h -3.0834 c -0.0629,-0.0000 -0.0944,-0.0315 -0.1416 -0.0944l -0.1259,-0.1730 l -0.1888,-0.3304 c -0.0157,-0.0000 -0.0157,-0.0157 -0.0157 -0.0315c 0.0000,-0.0157 0.0157,-0.0315 0.0315 -0.0472c 1.0226,-1.1327 2.8317,-4.6408 3.3980 -5.9308c 0.0157,-0.0629 0.0472,-0.0787 0.1101 -0.0787c 0.0157,-0.0000 0.3618,0.1416 0.5506 0.1730c -0.7079,1.9035 -1.8721,3.9486 -3.0205 5.7735h 2.4856 v -2.4384 ZM 479.7003,157.8950 ZM 481.3364,156.4005 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 483.1455,157.8950 ZM 486.5436,149.2898 c -0.3933,-0.0000 -1.5417,0.2202 -1.5417 1.1799c 0.0000,0.2832 -0.1101,0.7708 -0.5349 0.7708c -0.4090,-0.0000 -0.4405,-0.4562 -0.4405 -0.5034c 0.0000,-0.4877 0.6450,-1.9350 2.8317 -1.9350c 1.5260,-0.0000 1.9822,0.9596 1.9822 1.5889c 0.0000,0.3933 -0.1259,1.1799 -1.5417 2.0766c 0.8810,0.1416 2.0451,0.7866 2.0451 2.4227c 0.0000,2.0766 -1.5732,3.1935 -3.3508 3.1935c -0.8967,-0.0000 -2.1552,-0.3933 -2.1552 -0.9911c 0.0000,-0.2360 0.2360,-0.5034 0.5506 -0.5034c 0.2989,-0.0000 0.4405,0.1573 0.5821 0.3618c 0.1730,0.2674 0.4562,0.6450 1.2113 0.6450c 0.5191,-0.0000 1.9979,-0.5191 1.9979 -2.5013c 0.0000,-1.6833 -1.1799,-1.9507 -2.0294 -1.9507c -0.1416,-0.0000 -0.3146,0.0315 -0.4877 0.0629l -0.0629,-0.4719 c 1.2113,-0.2045 2.2182,-1.3844 2.2182 -2.1080c 0.0000,-0.8967 -0.6293,-1.3372 -1.2743 -1.3372Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.0040,166.7559 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 472.8099,189.5156 ZM 476.8686,183.9309 c 0.0000,-0.1101 0.0157,-0.2360 0.1573 -0.3146c 0.1730,-0.1259 0.4562,-0.2674 0.6922 -0.2674c 0.2045,-0.0000 0.2202,0.1730 0.2202 0.4877v 2.5328 h 1.2743 l -0.0944,0.7394 h -1.1799 v 1.3057 c 0.0000,0.4405 0.0629,0.6607 0.5191 0.6607h 0.4248 c 0.0944,-0.0000 0.1101,0.0787 0.1101 0.1101v 0.3461 c 0.0000,-0.0000 -1.0068,-0.0315 -1.6676 -0.0315c -0.5978,-0.0000 -1.5260,0.0315 -1.5260 0.0315v -0.3461 c 0.0000,-0.0315 0.0157,-0.1101 0.1101 -0.1101h 0.4248 c 0.4877,-0.0000 0.5349,-0.2045 0.5349 -0.6607v -1.3057 h -3.0834 c -0.0629,-0.0000 -0.0944,-0.0315 -0.1416 -0.0944l -0.1259,-0.1730 l -0.1888,-0.3304 c -0.0157,-0.0000 -0.0157,-0.0157 -0.0157 -0.0315c 0.0000,-0.0157 0.0157,-0.0315 0.0315 -0.0472c 1.0226,-1.1327 2.8317,-4.6408 3.3980 -5.9308c 0.0157,-0.0629 0.0472,-0.0787 0.1101 -0.0787c 0.0157,-0.0000 0.3618,0.1416 0.5506 0.1730c -0.7079,1.9035 -1.8721,3.9486 -3.0205 5.7735h 2.4856 v -2.4384 ZM 479.7003,189.5156 ZM 481.3364,188.0211 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 483.1455,189.5156 ZM 484.0580,182.5465 c 0.0000,-0.8967 0.8652,-2.1238 2.5171 -2.1238c 1.2113,-0.0000 2.6272,0.4562 2.6272 2.2654c 0.0000,1.1956 -0.6135,1.7934 -1.4630 2.6114l -1.4945,1.4473 c -0.0787,0.0787 -1.1327,1.1169 -1.1327 1.8563h 2.6744 c 0.5349,-0.0000 0.8180,-0.2674 1.0383 -1.1327l 0.3933,0.0629 l -0.3146,1.9822 h -4.8611 c 0.0000,-0.8810 0.1416,-1.5574 1.6046 -3.0519l 1.1012,-1.0855 c 0.8810,-0.8967 1.2428,-1.6676 1.2428 -2.6272c 0.0000,-1.4316 -0.9754,-1.8406 -1.5102 -1.8406c -1.0855,-0.0000 -1.3844,0.5663 -1.3844 0.9439c 0.0000,0.1259 0.0315,0.2517 0.0629 0.3618c 0.0315,0.1101 0.0629,0.2202 0.0629 0.3461c 0.0000,0.4090 -0.3146,0.5663 -0.5663 0.5663c -0.3461,-0.0000 -0.5978,-0.2674 -0.5978 -0.5821Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.0040,198.3764 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 472.8099,221.1362 ZM 476.8686,215.5514 c 0.0000,-0.1101 0.0157,-0.2360 0.1573 -0.3146c 0.1730,-0.1259 0.4562,-0.2674 0.6922 -0.2674c 0.2045,-0.0000 0.2202,0.1730 0.2202 0.4877v 2.5328 h 1.2743 l -0.0944,0.7394 h -1.1799 v 1.3057 c 0.0000,0.4405 0.0629,0.6607 0.5191 0.6607h 0.4248 c 0.0944,-0.0000 0.1101,0.0787 0.1101 0.1101v 0.3461 c 0.0000,-0.0000 -1.0068,-0.0315 -1.6676 -0.0315c -0.5978,-0.0000 -1.5260,0.0315 -1.5260 0.0315v -0.3461 c 0.0000,-0.0315 0.0157,-0.1101 0.1101 -0.1101h 0.4248 c 0.4877,-0.0000 0.5349,-0.2045 0.5349 -0.6607v -1.3057 h -3.0834 c -0.0629,-0.0000 -0.0944,-0.0315 -0.1416 -0.0944l -0.1259,-0.1730 l -0.1888,-0.3304 c -0.0157,-0.0000 -0.0157,-0.0157 -0.0157 -0.0315c 0.0000,-0.0157 0.0157,-0.0315 0.0315 -0.0472c 1.0226,-1.1327 2.8317,-4.6408 3.3980 -5.9308c 0.0157,-0.0629 0.0472,-0.0787 0.1101 -0.0787c 0.0157,-0.0000 0.3618,0.1416 0.5506 0.1730c -0.7079,1.9035 -1.8721,3.9486 -3.0205 5.7735h 2.4856 v -2.4384 ZM 479.7003,221.1362 ZM 481.3364,219.6416 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 483.1455,221.1362 ZM 486.1031,213.6322 c -0.2989,-0.0000 -0.9911,0.2832 -1.3372 0.4405l -0.1888,-0.4877 c 1.3844,-0.6450 1.9193,-0.9754 2.7058 -1.5417h 0.2989 v 7.9130 c 0.0000,0.5663 0.0787,0.7237 0.5978 0.7237h 0.8180 c 0.0472,-0.0000 0.1259,0.0315 0.1259 0.1259v 0.3461 l -2.1552,-0.0315 l -2.1867,0.0315 v -0.3461 c 0.0157,-0.0472 0.0315,-0.1259 0.1259 -0.1259h 0.9439 c 0.5978,-0.0000 0.5978,-0.2674 0.5978 -0.7237v -5.4117 c 0.0000,-0.5349 0.0000,-0.9124 -0.3461 -0.9124Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.0040,229.9970 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 472.8099,252.7567 ZM 476.8686,247.1720 c 0.0000,-0.1101 0.0157,-0.2360 0.1573 -0.3146c 0.1730,-0.1259 0.4562,-0.2674 0.6922 -0.2674c 0.2045,-0.0000 0.2202,0.1730 0.2202 0.4877v 2.5328 h 1.2743 l -0.0944,0.7394 h -1.1799 v 1.3057 c 0.0000,0.4405 0.0629,0.6607 0.5191 0.6607h 0.4248 c 0.0944,-0.0000 0.1101,0.0787 0.1101 0.1101v 0.3461 c 0.0000,-0.0000 -1.0068,-0.0315 -1.6676 -0.0315c -0.5978,-0.0000 -1.5260,0.0315 -1.5260 0.0315v -0.3461 c 0.0000,-0.0315 0.0157,-0.1101 0.1101 -0.1101h 0.4248 c 0.4877,-0.0000 0.5349,-0.2045 0.5349 -0.6607v -1.3057 h -3.0834 c -0.0629,-0.0000 -0.0944,-0.0315 -0.1416 -0.0944l -0.1259,-0.1730 l -0.1888,-0.3304 c -0.0157,-0.0000 -0.0157,-0.0157 -0.0157 -0.0315c 0.0000,-0.0157 0.0157,-0.0315 0.0315 -0.0472c 1.0226,-1.1327 2.8317,-4.6408 3.3980 -5.9308c 0.0157,-0.0629 0.0472,-0.0787 0.1101 -0.0787c 0.0157,-0.0000 0.3618,0.1416 0.5506 0.1730c -0.7079,1.9035 -1.8721,3.9486 -3.0205 5.7735h 2.4856 v -2.4384 ZM 479.7003,252.7567 ZM 481.3364,251.2622 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 483.1455,252.7567 ZM 486.5908,244.2144 c -0.6765,-0.0000 -1.6676,0.6607 -1.6676 4.3262c 0.0000,1.2900 0.2360,3.8857 1.6204 3.8857c 0.2674,-0.0000 1.0226,-0.1730 1.3529 -1.4001c 0.2045,-0.7551 0.3146,-1.6990 0.3146 -3.0677c 0.0000,-1.9979 -0.5034,-3.1149 -0.9596 -3.5082c -0.1730,-0.1573 -0.4090,-0.2360 -0.6607 -0.2360ZM 486.5908,244.2144 ZM 486.5278,252.9455 c -1.6833,-0.0000 -2.8160,-2.1552 -2.8160 -4.5622c 0.0000,-2.9418 1.4001,-4.7195 2.8789 -4.7195c 0.6765,-0.0000 1.3529,0.4248 1.8091 1.0383c 0.6607,0.8810 1.0068,2.0608 1.0068 3.5396c 0.0000,3.4924 -1.7305,4.7038 -2.8789 4.7038Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.0040,261.6175 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 377.9482,94.6539 ZM 381.3462,86.0487 c -0.3933,-0.0000 -1.5417,0.2202 -1.5417 1.1799c 0.0000,0.2832 -0.1101,0.7708 -0.5349 0.7708c -0.4090,-0.0000 -0.4405,-0.4562 -0.4405 -0.5034c 0.0000,-0.4877 0.6450,-1.9350 2.8317 -1.9350c 1.5260,-0.0000 1.9822,0.9596 1.9822 1.5889c 0.0000,0.3933 -0.1259,1.1799 -1.5417 2.0766c 0.8810,0.1416 2.0451,0.7866 2.0451 2.4227c 0.0000,2.0766 -1.5732,3.1935 -3.3508 3.1935c -0.8967,-0.0000 -2.1552,-0.3933 -2.1552 -0.9911c 0.0000,-0.2360 0.2360,-0.5034 0.5506 -0.5034c 0.2989,-0.0000 0.4405,0.1573 0.5821 0.3618c 0.1730,0.2674 0.4562,0.6450 1.2113 0.6450c 0.5191,-0.0000 1.9979,-0.5191 1.9979 -2.5013c 0.0000,-1.6833 -1.1799,-1.9507 -2.0294 -1.9507c -0.1416,-0.0000 -0.3146,0.0315 -0.4877 0.0629l -0.0629,-0.4719 c 1.2113,-0.2045 2.2182,-1.3844 2.2182 -2.1080c 0.0000,-0.8967 -0.6293,-1.3372 -1.2743 -1.3372ZM 384.8387,94.6539 ZM 386.4747,93.1594 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 388.2839,94.6539 ZM 393.1449,91.9953 c 0.0000,-1.6204 -0.8810,-2.4227 -1.8563 -2.4227c -0.7237,-0.0000 -1.2743,0.1101 -1.8878 0.3618l 0.5034,-4.2947 c 0.5191,0.0472 1.0540,0.0629 1.6046 0.0629c 0.7866,-0.0000 1.6046,-0.0472 2.4541 -0.1416l 0.0944,0.0472 l -0.2360,1.0226 c -0.6135,0.0629 -1.1169,0.0787 -1.5574 0.0787c -0.7079,-0.0000 -1.2428,-0.0629 -1.7934 -0.1259l -0.2989,2.4856 c 0.3304,-0.1259 0.8967,-0.2360 1.5102 -0.2360c 1.6676,-0.0000 2.5957,1.4473 2.5957 2.8946c 0.0000,1.7619 -1.2271,3.1149 -3.0047 3.1149c -0.8967,-0.0000 -2.2024,-0.5034 -2.2024 -1.1169c 0.0000,-0.2989 0.2517,-0.5034 0.5349 -0.5034c 0.3146,-0.0000 0.5191,0.2360 0.7079 0.4877c 0.2360,0.2832 0.4877,0.5978 0.9911 0.5978c 1.0068,-0.0000 1.8406,-0.9439 1.8406 -2.3125Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 388.1423,103.5148 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 377.9482,126.2745 ZM 381.3462,117.6693 c -0.3933,-0.0000 -1.5417,0.2202 -1.5417 1.1799c 0.0000,0.2832 -0.1101,0.7708 -0.5349 0.7708c -0.4090,-0.0000 -0.4405,-0.4562 -0.4405 -0.5034c 0.0000,-0.4877 0.6450,-1.9350 2.8317 -1.9350c 1.5260,-0.0000 1.9822,0.9596 1.9822 1.5889c 0.0000,0.3933 -0.1259,1.1799 -1.5417 2.0766c 0.8810,0.1416 2.0451,0.7866 2.0451 2.4227c 0.0000,2.0766 -1.5732,3.1935 -3.3508 3.1935c -0.8967,-0.0000 -2.1552,-0.3933 -2.1552 -0.9911c 0.0000,-0.2360 0.2360,-0.5034 0.5506 -0.5034c 0.2989,-0.0000 0.4405,0.1573 0.5821 0.3618c 0.1730,0.2674 0.4562,0.6450 1.2113 0.6450c 0.5191,-0.0000 1.9979,-0.5191 1.9979 -2.5013c 0.0000,-1.6833 -1.1799,-1.9507 -2.0294 -1.9507c -0.1416,-0.0000 -0.3146,0.0315 -0.4877 0.0629l -0.0629,-0.4719 c 1.2113,-0.2045 2.2182,-1.3844 2.2182 -2.1080c 0.0000,-0.8967 -0.6293,-1.3372 -1.2743 -1.3372ZM 384.8387,126.2745 ZM 386.4747,124.7800 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 388.2839,126.2745 ZM 392.3426,120.6898 c 0.0000,-0.1101 0.0157,-0.2360 0.1573 -0.3146c 0.1730,-0.1259 0.4562,-0.2674 0.6922 -0.2674c 0.2045,-0.0000 0.2202,0.1730 0.2202 0.4877v 2.5328 h 1.2743 l -0.0944,0.7394 h -1.1799 v 1.3057 c 0.0000,0.4405 0.0629,0.6607 0.5191 0.6607h 0.4248 c 0.0944,-0.0000 0.1101,0.0787 0.1101 0.1101v 0.3461 c 0.0000,-0.0000 -1.0068,-0.0315 -1.6676 -0.0315c -0.5978,-0.0000 -1.5260,0.0315 -1.5260 0.0315v -0.3461 c 0.0000,-0.0315 0.0157,-0.1101 0.1101 -0.1101h 0.4248 c 0.4877,-0.0000 0.5349,-0.2045 0.5349 -0.6607v -1.3057 h -3.0834 c -0.0629,-0.0000 -0.0944,-0.0315 -0.1416 -0.0944l -0.1259,-0.1730 l -0.1888,-0.3304 c -0.0157,-0.0000 -0.0157,-0.0157 -0.0157 -0.0315c 0.0000,-0.0157 0.0157,-0.0315 0.0315 -0.0472c 1.0226,-1.1327 2.8317,-4.6408 3.3980 -5.9308c 0.0157,-0.0629 0.0472,-0.0787 0.1101 -0.0787c 0.0157,-0.0000 0.3618,0.1416 0.5506 0.1730c -0.7079,1.9035 -1.8721,3.9486 -3.0205 5.7735h 2.4856 v -2.4384 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 388.1423,135.1353 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 377.9482,157.8950 ZM 381.3462,149.2898 c -0.3933,-0.0000 -1.5417,0.2202 -1.5417 1.1799c 0.0000,0.2832 -0.1101,0.7708 -0.5349 0.7708c -0.4090,-0.0000 -0.4405,-0.4562 -0.4405 -0.5034c 0.0000,-0.4877 0.6450,-1.9350 2.8317 -1.9350c 1.5260,-0.0000 1.9822,0.9596 1.9822 1.5889c 0.0000,0.3933 -0.1259,1.1799 -1.5417 2.0766c 0.8810,0.1416 2.0451,0.7866 2.0451 2.4227c 0.0000,2.0766 -1.5732,3.1935 -3.3508 3.1935c -0.8967,-0.0000 -2.1552,-0.3933 -2.1552 -0.9911c 0.0000,-0.2360 0.2360,-0.5034 0.5506 -0.5034c 0.2989,-0.0000 0.4405,0.1573 0.5821 0.3618c 0.1730,0.2674 0.4562,0.6450 1.2113 0.6450c 0.5191,-0.0000 1.9979,-0.5191 1.9979 -2.5013c 0.0000,-1.6833 -1.1799,-1.9507 -2.0294 -1.9507c -0.1416,-0.0000 -0.3146,0.0315 -0.4877 0.0629l -0.0629,-0.4719 c 1.2113,-0.2045 2.2182,-1.3844 2.2182 -2.1080c 0.0000,-0.8967 -0.6293,-1.3372 -1.2743 -1.3372ZM 384.8387,157.8950 ZM 386.4747,156.4005 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 388.2839,157.8950 ZM 391.6819,149.2898 c -0.3933,-0.0000 -1.5417,0.2202 -1.5417 1.1799c 0.0000,0.2832 -0.1101,0.7708 -0.5349 0.7708c -0.4090,-0.0000 -0.4405,-0.4562 -0.4405 -0.5034c 0.0000,-0.4877 0.6450,-1.9350 2.8317 -1.9350c 1.5260,-0.0000 1.9822,0.9596 1.9822 1.5889c 0.0000,0.3933 -0.1259,1.1799 -1.5417 2.0766c 0.8810,0.1416 2.0451,0.7866 2.0451 2.4227c 0.0000,2.0766 -1.5732,3.1935 -3.3508 3.1935c -0.8967,-0.0000 -2.1552,-0.3933 -2.1552 -0.9911c 0.0000,-0.2360 0.2360,-0.5034 0.5506 -0.5034c 0.2989,-0.0000 0.4405,0.1573 0.5821 0.3618c 0.1730,0.2674 0.4562,0.6450 1.2113 0.6450c 0.5191,-0.0000 1.9979,-0.5191 1.9979 -2.5013c 0.0000,-1.6833 -1.1799,-1.9507 -2.0294 -1.9507c -0.1416,-0.0000 -0.3146,0.0315 -0.4877 0.0629l -0.0629,-0.4719 c 1.2113,-0.2045 2.2182,-1.3844 2.2182 -2.1080c 0.0000,-0.8967 -0.6293,-1.3372 -1.2743 -1.3372Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 388.1423,166.7559 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 377.9482,189.5156 ZM 381.3462,180.9104 c -0.3933,-0.0000 -1.5417,0.2202 -1.5417 1.1799c 0.0000,0.2832 -0.1101,0.7708 -0.5349 0.7708c -0.4090,-0.0000 -0.4405,-0.4562 -0.4405 -0.5034c 0.0000,-0.4877 0.6450,-1.9350 2.8317 -1.9350c 1.5260,-0.0000 1.9822,0.9596 1.9822 1.5889c 0.0000,0.3933 -0.1259,1.1799 -1.5417 2.0766c 0.8810,0.1416 2.0451,0.7866 2.0451 2.4227c 0.0000,2.0766 -1.5732,3.1935 -3.3508 3.1935c -0.8967,-0.0000 -2.1552,-0.3933 -2.1552 -0.9911c 0.0000,-0.2360 0.2360,-0.5034 0.5506 -0.5034c 0.2989,-0.0000 0.4405,0.1573 0.5821 0.3618c 0.1730,0.2674 0.4562,0.6450 1.2113 0.6450c 0.5191,-0.0000 1.9979,-0.5191 1.9979 -2.5013c 0.0000,-1.6833 -1.1799,-1.9507 -2.0294 -1.9507c -0.1416,-0.0000 -0.3146,0.0315 -0.4877 0.0629l -0.0629,-0.4719 c 1.2113,-0.2045 2.2182,-1.3844 2.2182 -2.1080c 0.0000,-0.8967 -0.6293,-1.3372 -1.2743 -1.3372ZM 384.8387,189.5156 ZM 386.4747,188.0211 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 388.2839,189.5156 ZM 389.1963,182.5465 c 0.0000,-0.8967 0.8652,-2.1238 2.5171 -2.1238c 1.2113,-0.0000 2.6272,0.4562 2.6272 2.2654c 0.0000,1.1956 -0.6135,1.7934 -1.4630 2.6114l -1.4945,1.4473 c -0.0787,0.0787 -1.1327,1.1169 -1.1327 1.8563h 2.6744 c 0.5349,-0.0000 0.8180,-0.2674 1.0383 -1.1327l 0.3933,0.0629 l -0.3146,1.9822 h -4.8611 c 0.0000,-0.8810 0.1416,-1.5574 1.6046 -3.0519l 1.1012,-1.0855 c 0.8810,-0.8967 1.2428,-1.6676 1.2428 -2.6272c 0.0000,-1.4316 -0.9754,-1.8406 -1.5102 -1.8406c -1.0855,-0.0000 -1.3844,0.5663 -1.3844 0.9439c 0.0000,0.1259 0.0315,0.2517 0.0629 0.3618c 0.0315,0.1101 0.0629,0.2202 0.0629 0.3461c 0.0000,0.4090 -0.3146,0.5663 -0.5663 0.5663c -0.3461,-0.0000 -0.5978,-0.2674 -0.5978 -0.5821Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 388.1423,198.3764 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 377.9482,221.1362 ZM 381.3462,212.5310 c -0.3933,-0.0000 -1.5417,0.2202 -1.5417 1.1799c 0.0000,0.2832 -0.1101,0.7708 -0.5349 0.7708c -0.4090,-0.0000 -0.4405,-0.4562 -0.4405 -0.5034c 0.0000,-0.4877 0.6450,-1.9350 2.8317 -1.9350c 1.5260,-0.0000 1.9822,0.9596 1.9822 1.5889c 0.0000,0.3933 -0.1259,1.1799 -1.5417 2.0766c 0.8810,0.1416 2.0451,0.7866 2.0451 2.4227c 0.0000,2.0766 -1.5732,3.1935 -3.3508 3.1935c -0.8967,-0.0000 -2.1552,-0.3933 -2.1552 -0.9911c 0.0000,-0.2360 0.2360,-0.5034 0.5506 -0.5034c 0.2989,-0.0000 0.4405,0.1573 0.5821 0.3618c 0.1730,0.2674 0.4562,0.6450 1.2113 0.6450c 0.5191,-0.0000 1.9979,-0.5191 1.9979 -2.5013c 0.0000,-1.6833 -1.1799,-1.9507 -2.0294 -1.9507c -0.1416,-0.0000 -0.3146,0.0315 -0.4877 0.0629l -0.0629,-0.4719 c 1.2113,-0.2045 2.2182,-1.3844 2.2182 -2.1080c 0.0000,-0.8967 -0.6293,-1.3372 -1.2743 -1.3372ZM 384.8387,221.1362 ZM 386.4747,219.6416 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 388.2839,221.1362 ZM 391.2414,213.6322 c -0.2989,-0.0000 -0.9911,0.2832 -1.3372 0.4405l -0.1888,-0.4877 c 1.3844,-0.6450 1.9193,-0.9754 2.7058 -1.5417h 0.2989 v 7.9130 c 0.0000,0.5663 0.0787,0.7237 0.5978 0.7237h 0.8180 c 0.0472,-0.0000 0.1259,0.0315 0.1259 0.1259v 0.3461 l -2.1552,-0.0315 l -2.1867,0.0315 v -0.3461 c 0.0157,-0.0472 0.0315,-0.1259 0.1259 -0.1259h 0.9439 c 0.5978,-0.0000 0.5978,-0.2674 0.5978 -0.7237v -5.4117 c 0.0000,-0.5349 0.0000,-0.9124 -0.3461 -0.9124Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 388.1423,229.9970 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 377.9482,252.7567 ZM 381.3462,244.1515 c -0.3933,-0.0000 -1.5417,0.2202 -1.5417 1.1799c 0.0000,0.2832 -0.1101,0.7708 -0.5349 0.7708c -0.4090,-0.0000 -0.4405,-0.4562 -0.4405 -0.5034c 0.0000,-0.4877 0.6450,-1.9350 2.8317 -1.9350c 1.5260,-0.0000 1.9822,0.9596 1.9822 1.5889c 0.0000,0.3933 -0.1259,1.1799 -1.5417 2.0766c 0.8810,0.1416 2.0451,0.7866 2.0451 2.4227c 0.0000,2.0766 -1.5732,3.1935 -3.3508 3.1935c -0.8967,-0.0000 -2.1552,-0.3933 -2.1552 -0.9911c 0.0000,-0.2360 0.2360,-0.5034 0.5506 -0.5034c 0.2989,-0.0000 0.4405,0.1573 0.5821 0.3618c 0.1730,0.2674 0.4562,0.6450 1.2113 0.6450c 0.5191,-0.0000 1.9979,-0.5191 1.9979 -2.5013c 0.0000,-1.6833 -1.1799,-1.9507 -2.0294 -1.9507c -0.1416,-0.0000 -0.3146,0.0315 -0.4877 0.0629l -0.0629,-0.4719 c 1.2113,-0.2045 2.2182,-1.3844 2.2182 -2.1080c 0.0000,-0.8967 -0.6293,-1.3372 -1.2743 -1.3372ZM 384.8387,252.7567 ZM 386.4747,251.2622 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 388.2839,252.7567 ZM 391.7291,244.2144 c -0.6765,-0.0000 -1.6676,0.6607 -1.6676 4.3262c 0.0000,1.2900 0.2360,3.8857 1.6204 3.8857c 0.2674,-0.0000 1.0226,-0.1730 1.3529 -1.4001c 0.2045,-0.7551 0.3146,-1.6990 0.3146 -3.0677c 0.0000,-1.9979 -0.5034,-3.1149 -0.9596 -3.5082c -0.1730,-0.1573 -0.4090,-0.2360 -0.6607 -0.2360ZM 391.7291,244.2144 ZM 391.6662,252.9455 c -1.6833,-0.0000 -2.8160,-2.1552 -2.8160 -4.5622c 0.0000,-2.9418 1.4001,-4.7195 2.8789 -4.7195c 0.6765,-0.0000 1.3529,0.4248 1.8091 1.0383c 0.6607,0.8810 1.0068,2.0608 1.0068 3.5396c 0.0000,3.4924 -1.7305,4.7038 -2.8789 4.7038Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 388.1423,261.6175 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 283.0865,94.6539 ZM 283.9990,87.6848 c 0.0000,-0.8967 0.8652,-2.1238 2.5171 -2.1238c 1.2113,-0.0000 2.6272,0.4562 2.6272 2.2654c 0.0000,1.1956 -0.6135,1.7934 -1.4630 2.6114l -1.4945,1.4473 c -0.0787,0.0787 -1.1327,1.1169 -1.1327 1.8563h 2.6744 c 0.5349,-0.0000 0.8180,-0.2674 1.0383 -1.1327l 0.3933,0.0629 l -0.3146,1.9822 h -4.8611 c 0.0000,-0.8810 0.1416,-1.5574 1.6046 -3.0519l 1.1012,-1.0855 c 0.8810,-0.8967 1.2428,-1.6676 1.2428 -2.6272c 0.0000,-1.4316 -0.9754,-1.8406 -1.5102 -1.8406c -1.0855,-0.0000 -1.3844,0.5663 -1.3844 0.9439c 0.0000,0.1259 0.0315,0.2517 0.0629 0.3618c 0.0315,0.1101 0.0629,0.2202 0.0629 0.3461c 0.0000,0.4090 -0.3146,0.5663 -0.5663 0.5663c -0.3461,-0.0000 -0.5978,-0.2674 -0.5978 -0.5821ZM 289.9770,94.6539 ZM 291.6131,93.1594 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 293.4222,94.6539 ZM 298.2833,91.9953 c 0.0000,-1.6204 -0.8810,-2.4227 -1.8563 -2.4227c -0.7237,-0.0000 -1.2743,0.1101 -1.8878 0.3618l 0.5034,-4.2947 c 0.5191,0.0472 1.0540,0.0629 1.6046 0.0629c 0.7866,-0.0000 1.6046,-0.0472 2.4541 -0.1416l 0.0944,0.0472 l -0.2360,1.0226 c -0.6135,0.0629 -1.1169,0.0787 -1.5574 0.0787c -0.7079,-0.0000 -1.2428,-0.0629 -1.7934 -0.1259l -0.2989,2.4856 c 0.3304,-0.1259 0.8967,-0.2360 1.5102 -0.2360c 1.6676,-0.0000 2.5957,1.4473 2.5957 2.8946c 0.0000,1.7619 -1.2271,3.1149 -3.0047 3.1149c -0.8967,-0.0000 -2.2024,-0.5034 -2.2024 -1.1169c 0.0000,-0.2989 0.2517,-0.5034 0.5349 -0.5034c 0.3146,-0.0000 0.5191,0.2360 0.7079 0.4877c 0.2360,0.2832 0.4877,0.5978 0.9911 0.5978c 1.0068,-0.0000 1.8406,-0.9439 1.8406 -2.3125Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 293.2806,103.5148 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 283.0865,126.2745 ZM 283.9990,119.3054 c 0.0000,-0.8967 0.8652,-2.1238 2.5171 -2.1238c 1.2113,-0.0000 2.6272,0.4562 2.6272 2.2654c 0.0000,1.1956 -0.6135,1.7934 -1.4630 2.6114l -1.4945,1.4473 c -0.0787,0.0787 -1.1327,1.1169 -1.1327 1.8563h 2.6744 c 0.5349,-0.0000 0.8180,-0.2674 1.0383 -1.1327l 0.3933,0.0629 l -0.3146,1.9822 h -4.8611 c 0.0000,-0.8810 0.1416,-1.5574 1.6046 -3.0519l 1.1012,-1.0855 c 0.8810,-0.8967 1.2428,-1.6676 1.2428 -2.6272c 0.0000,-1.4316 -0.9754,-1.8406 -1.5102 -1.8406c -1.0855,-0.0000 -1.3844,0.5663 -1.3844 0.9439c 0.0000,0.1259 0.0315,0.2517 0.0629 0.3618c 0.0315,0.1101 0.0629,0.2202 0.0629 0.3461c 0.0000,0.4090 -0.3146,0.5663 -0.5663 0.5663c -0.3461,-0.0000 -0.5978,-0.2674 -0.5978 -0.5821ZM 289.9770,126.2745 ZM 291.6131,124.7800 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 293.4222,126.2745 ZM 297.4810,120.6898 c 0.0000,-0.1101 0.0157,-0.2360 0.1573 -0.3146c 0.1730,-0.1259 0.4562,-0.2674 0.6922 -0.2674c 0.2045,-0.0000 0.2202,0.1730 0.2202 0.4877v 2.5328 h 1.2743 l -0.0944,0.7394 h -1.1799 v 1.3057 c 0.0000,0.4405 0.0629,0.6607 0.5191 0.6607h 0.4248 c 0.0944,-0.0000 0.1101,0.0787 0.1101 0.1101v 0.3461 c 0.0000,-0.0000 -1.0068,-0.0315 -1.6676 -0.0315c -0.5978,-0.0000 -1.5260,0.0315 -1.5260 0.0315v -0.3461 c 0.0000,-0.0315 0.0157,-0.1101 0.1101 -0.1101h 0.4248 c 0.4877,-0.0000 0.5349,-0.2045 0.5349 -0.6607v -1.3057 h -3.0834 c -0.0629,-0.0000 -0.0944,-0.0315 -0.1416 -0.0944l -0.1259,-0.1730 l -0.1888,-0.3304 c -0.0157,-0.0000 -0.0157,-0.0157 -0.0157 -0.0315c 0.0000,-0.0157 0.0157,-0.0315 0.0315 -0.0472c 1.0226,-1.1327 2.8317,-4.6408 3.3980 -5.9308c 0.0157,-0.0629 0.0472,-0.0787 0.1101 -0.0787c 0.0157,-0.0000 0.3618,0.1416 0.5506 0.1730c -0.7079,1.9035 -1.8721,3.9486 -3.0205 5.7735h 2.4856 v -2.4384 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 293.2806,135.1353 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 283.0865,157.8950 ZM 283.9990,150.9259 c 0.0000,-0.8967 0.8652,-2.1238 2.5171 -2.1238c 1.2113,-0.0000 2.6272,0.4562 2.6272 2.2654c 0.0000,1.1956 -0.6135,1.7934 -1.4630 2.6114l -1.4945,1.4473 c -0.0787,0.0787 -1.1327,1.1169 -1.1327 1.8563h 2.6744 c 0.5349,-0.0000 0.8180,-0.2674 1.0383 -1.1327l 0.3933,0.0629 l -0.3146,1.9822 h -4.8611 c 0.0000,-0.8810 0.1416,-1.5574 1.6046 -3.0519l 1.1012,-1.0855 c 0.8810,-0.8967 1.2428,-1.6676 1.2428 -2.6272c 0.0000,-1.4316 -0.9754,-1.8406 -1.5102 -1.8406c -1.0855,-0.0000 -1.3844,0.5663 -1.3844 0.9439c 0.0000,0.1259 0.0315,0.2517 0.0629 0.3618c 0.0315,0.1101 0.0629,0.2202 0.0629 0.3461c 0.0000,0.4090 -0.3146,0.5663 -0.5663 0.5663c -0.3461,-0.0000 -0.5978,-0.2674 -0.5978 -0.5821ZM 289.9770,157.8950 ZM 291.6131,156.4005 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 293.4222,157.8950 ZM 296.8202,149.2898 c -0.3933,-0.0000 -1.5417,0.2202 -1.5417 1.1799c 0.0000,0.2832 -0.1101,0.7708 -0.5349 0.7708c -0.4090,-0.0000 -0.4405,-0.4562 -0.4405 -0.5034c 0.0000,-0.4877 0.6450,-1.9350 2.8317 -1.9350c 1.5260,-0.0000 1.9822,0.9596 1.9822 1.5889c 0.0000,0.3933 -0.1259,1.1799 -1.5417 2.0766c 0.8810,0.1416 2.0451,0.7866 2.0451 2.4227c 0.0000,2.0766 -1.5732,3.1935 -3.3508 3.1935c -0.8967,-0.0000 -2.1552,-0.3933 -2.1552 -0.9911c 0.0000,-0.2360 0.2360,-0.5034 0.5506 -0.5034c 0.2989,-0.0000 0.4405,0.1573 0.5821 0.3618c 0.1730,0.2674 0.4562,0.6450 1.2113 0.6450c 0.5191,-0.0000 1.9979,-0.5191 1.9979 -2.5013c 0.0000,-1.6833 -1.1799,-1.9507 -2.0294 -1.9507c -0.1416,-0.0000 -0.3146,0.0315 -0.4877 0.0629l -0.0629,-0.4719 c 1.2113,-0.2045 2.2182,-1.3844 2.2182 -2.1080c 0.0000,-0.8967 -0.6293,-1.3372 -1.2743 -1.3372Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 293.2806,166.7559 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 283.0865,189.5156 ZM 283.9990,182.5465 c 0.0000,-0.8967 0.8652,-2.1238 2.5171 -2.1238c 1.2113,-0.0000 2.6272,0.4562 2.6272 2.2654c 0.0000,1.1956 -0.6135,1.7934 -1.4630 2.6114l -1.4945,1.4473 c -0.0787,0.0787 -1.1327,1.1169 -1.1327 1.8563h 2.6744 c 0.5349,-0.0000 0.8180,-0.2674 1.0383 -1.1327l 0.3933,0.0629 l -0.3146,1.9822 h -4.8611 c 0.0000,-0.8810 0.1416,-1.5574 1.6046 -3.0519l 1.1012,-1.0855 c 0.8810,-0.8967 1.2428,-1.6676 1.2428 -2.6272c 0.0000,-1.4316 -0.9754,-1.8406 -1.5102 -1.8406c -1.0855,-0.0000 -1.3844,0.5663 -1.3844 0.9439c 0.0000,0.1259 0.0315,0.2517 0.0629 0.3618c 0.0315,0.1101 0.0629,0.2202 0.0629 0.3461c 0.0000,0.4090 -0.3146,0.5663 -0.5663 0.5663c -0.3461,-0.0000 -0.5978,-0.2674 -0.5978 -0.5821ZM 289.9770,189.5156 ZM 291.6131,188.0211 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 293.4222,189.5156 ZM 294.3347,182.5465 c 0.0000,-0.8967 0.8652,-2.1238 2.5171 -2.1238c 1.2113,-0.0000 2.6272,0.4562 2.6272 2.2654c 0.0000,1.1956 -0.6135,1.7934 -1.4630 2.6114l -1.4945,1.4473 c -0.0787,0.0787 -1.1327,1.1169 -1.1327 1.8563h 2.6744 c 0.5349,-0.0000 0.8180,-0.2674 1.0383 -1.1327l 0.3933,0.0629 l -0.3146,1.9822 h -4.8611 c 0.0000,-0.8810 0.1416,-1.5574 1.6046 -3.0519l 1.1012,-1.0855 c 0.8810,-0.8967 1.2428,-1.6676 1.2428 -2.6272c 0.0000,-1.4316 -0.9754,-1.8406 -1.5102 -1.8406c -1.0855,-0.0000 -1.3844,0.5663 -1.3844 0.9439c 0.0000,0.1259 0.0315,0.2517 0.0629 0.3618c 0.0315,0.1101 0.0629,0.2202 0.0629 0.3461c 0.0000,0.4090 -0.3146,0.5663 -0.5663 0.5663c -0.3461,-0.0000 -0.5978,-0.2674 -0.5978 -0.5821Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 293.2806,198.3764 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 283.0865,221.1362 ZM 283.9990,214.1670 c 0.0000,-0.8967 0.8652,-2.1238 2.5171 -2.1238c 1.2113,-0.0000 2.6272,0.4562 2.6272 2.2654c 0.0000,1.1956 -0.6135,1.7934 -1.4630 2.6114l -1.4945,1.4473 c -0.0787,0.0787 -1.1327,1.1169 -1.1327 1.8563h 2.6744 c 0.5349,-0.0000 0.8180,-0.2674 1.0383 -1.1327l 0.3933,0.0629 l -0.3146,1.9822 h -4.8611 c 0.0000,-0.8810 0.1416,-1.5574 1.6046 -3.0519l 1.1012,-1.0855 c 0.8810,-0.8967 1.2428,-1.6676 1.2428 -2.6272c 0.0000,-1.4316 -0.9754,-1.8406 -1.5102 -1.8406c -1.0855,-0.0000 -1.3844,0.5663 -1.3844 0.9439c 0.0000,0.1259 0.0315,0.2517 0.0629 0.3618c 0.0315,0.1101 0.0629,0.2202 0.0629 0.3461c 0.0000,0.4090 -0.3146,0.5663 -0.5663 0.5663c -0.3461,-0.0000 -0.5978,-0.2674 -0.5978 -0.5821ZM 289.9770,221.1362 ZM 291.6131,219.6416 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 293.4222,221.1362 ZM 296.3798,213.6322 c -0.2989,-0.0000 -0.9911,0.2832 -1.3372 0.4405l -0.1888,-0.4877 c 1.3844,-0.6450 1.9193,-0.9754 2.7058 -1.5417h 0.2989 v 7.9130 c 0.0000,0.5663 0.0787,0.7237 0.5978 0.7237h 0.8180 c 0.0472,-0.0000 0.1259,0.0315 0.1259 0.1259v 0.3461 l -2.1552,-0.0315 l -2.1867,0.0315 v -0.3461 c 0.0157,-0.0472 0.0315,-0.1259 0.1259 -0.1259h 0.9439 c 0.5978,-0.0000 0.5978,-0.2674 0.5978 -0.7237v -5.4117 c 0.0000,-0.5349 0.0000,-0.9124 -0.3461 -0.9124Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 293.2806,229.9970 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 283.0865,252.7567 ZM 283.9990,245.7876 c 0.0000,-0.8967 0.8652,-2.1238 2.5171 -2.1238c 1.2113,-0.0000 2.6272,0.4562 2.6272 2.2654c 0.0000,1.1956 -0.6135,1.7934 -1.4630 2.6114l -1.4945,1.4473 c -0.0787,0.0787 -1.1327,1.1169 -1.1327 1.8563h 2.6744 c 0.5349,-0.0000 0.8180,-0.2674 1.0383 -1.1327l 0.3933,0.0629 l -0.3146,1.9822 h -4.8611 c 0.0000,-0.8810 0.1416,-1.5574 1.6046 -3.0519l 1.1012,-1.0855 c 0.8810,-0.8967 1.2428,-1.6676 1.2428 -2.6272c 0.0000,-1.4316 -0.9754,-1.8406 -1.5102 -1.8406c -1.0855,-0.0000 -1.3844,0.5663 -1.3844 0.9439c 0.0000,0.1259 0.0315,0.2517 0.0629 0.3618c 0.0315,0.1101 0.0629,0.2202 0.0629 0.3461c 0.0000,0.4090 -0.3146,0.5663 -0.5663 0.5663c -0.3461,-0.0000 -0.5978,-0.2674 -0.5978 -0.5821ZM 289.9770,252.7567 ZM 291.6131,251.2622 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 293.4222,252.7567 ZM 296.8674,244.2144 c -0.6765,-0.0000 -1.6676,0.6607 -1.6676 4.3262c 0.0000,1.2900 0.2360,3.8857 1.6204 3.8857c 0.2674,-0.0000 1.0226,-0.1730 1.3529 -1.4001c 0.2045,-0.7551 0.3146,-1.6990 0.3146 -3.0677c 0.0000,-1.9979 -0.5034,-3.1149 -0.9596 -3.5082c -0.1730,-0.1573 -0.4090,-0.2360 -0.6607 -0.2360ZM 296.8674,244.2144 ZM 296.8045,252.9455 c -1.6833,-0.0000 -2.8160,-2.1552 -2.8160 -4.5622c 0.0000,-2.9418 1.4001,-4.7195 2.8789 -4.7195c 0.6765,-0.0000 1.3529,0.4248 1.8091 1.0383c 0.6607,0.8810 1.0068,2.0608 1.0068 3.5396c 0.0000,3.4924 -1.7305,4.7038 -2.8789 4.7038Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 293.2806,261.6175 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 188.2249,94.6539 ZM 191.1824,87.1500 c -0.2989,-0.0000 -0.9911,0.2832 -1.3372 0.4405l -0.1888,-0.4877 c 1.3844,-0.6450 1.9193,-0.9754 2.7058 -1.5417h 0.2989 v 7.9130 c 0.0000,0.5663 0.0787,0.7237 0.5978 0.7237h 0.8180 c 0.0472,-0.0000 0.1259,0.0315 0.1259 0.1259v 0.3461 l -2.1552,-0.0315 l -2.1867,0.0315 v -0.3461 c 0.0157,-0.0472 0.0315,-0.1259 0.1259 -0.1259h 0.9439 c 0.5978,-0.0000 0.5978,-0.2674 0.5978 -0.7237v -5.4117 c 0.0000,-0.5349 0.0000,-0.9124 -0.3461 -0.9124ZM 195.1153,94.6539 ZM 196.7514,93.1594 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 198.5606,94.6539 ZM 203.4216,91.9953 c 0.0000,-1.6204 -0.8810,-2.4227 -1.8563 -2.4227c -0.7237,-0.0000 -1.2743,0.1101 -1.8878 0.3618l 0.5034,-4.2947 c 0.5191,0.0472 1.0540,0.0629 1.6046 0.0629c 0.7866,-0.0000 1.6046,-0.0472 2.4541 -0.1416l 0.0944,0.0472 l -0.2360,1.0226 c -0.6135,0.0629 -1.1169,0.0787 -1.5574 0.0787c -0.7079,-0.0000 -1.2428,-0.0629 -1.7934 -0.1259l -0.2989,2.4856 c 0.3304,-0.1259 0.8967,-0.2360 1.5102 -0.2360c 1.6676,-0.0000 2.5957,1.4473 2.5957 2.8946c 0.0000,1.7619 -1.2271,3.1149 -3.0047 3.1149c -0.8967,-0.0000 -2.2024,-0.5034 -2.2024 -1.1169c 0.0000,-0.2989 0.2517,-0.5034 0.5349 -0.5034c 0.3146,-0.0000 0.5191,0.2360 0.7079 0.4877c 0.2360,0.2832 0.4877,0.5978 0.9911 0.5978c 1.0068,-0.0000 1.8406,-0.9439 1.8406 -2.3125Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 198.4190,103.5148 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 188.2249,126.2745 ZM 191.1824,118.7705 c -0.2989,-0.0000 -0.9911,0.2832 -1.3372 0.4405l -0.1888,-0.4877 c 1.3844,-0.6450 1.9193,-0.9754 2.7058 -1.5417h 0.2989 v 7.9130 c 0.0000,0.5663 0.0787,0.7237 0.5978 0.7237h 0.8180 c 0.0472,-0.0000 0.1259,0.0315 0.1259 0.1259v 0.3461 l -2.1552,-0.0315 l -2.1867,0.0315 v -0.3461 c 0.0157,-0.0472 0.0315,-0.1259 0.1259 -0.1259h 0.9439 c 0.5978,-0.0000 0.5978,-0.2674 0.5978 -0.7237v -5.4117 c 0.0000,-0.5349 0.0000,-0.9124 -0.3461 -0.9124ZM 195.1153,126.2745 ZM 196.7514,124.7800 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 198.5606,126.2745 ZM 202.6193,120.6898 c 0.0000,-0.1101 0.0157,-0.2360 0.1573 -0.3146c 0.1730,-0.1259 0.4562,-0.2674 0.6922 -0.2674c 0.2045,-0.0000 0.2202,0.1730 0.2202 0.4877v 2.5328 h 1.2743 l -0.0944,0.7394 h -1.1799 v 1.3057 c 0.0000,0.4405 0.0629,0.6607 0.5191 0.6607h 0.4248 c 0.0944,-0.0000 0.1101,0.0787 0.1101 0.1101v 0.3461 c 0.0000,-0.0000 -1.0068,-0.0315 -1.6676 -0.0315c -0.5978,-0.0000 -1.5260,0.0315 -1.5260 0.0315v -0.3461 c 0.0000,-0.0315 0.0157,-0.1101 0.1101 -0.1101h 0.4248 c 0.4877,-0.0000 0.5349,-0.2045 0.5349 -0.6607v -1.3057 h -3.0834 c -0.0629,-0.0000 -0.0944,-0.0315 -0.1416 -0.0944l -0.1259,-0.1730 l -0.1888,-0.3304 c -0.0157,-0.0000 -0.0157,-0.0157 -0.0157 -0.0315c 0.0000,-0.0157 0.0157,-0.0315 0.0315 -0.0472c 1.0226,-1.1327 2.8317,-4.6408 3.3980 -5.9308c 0.0157,-0.0629 0.0472,-0.0787 0.1101 -0.0787c 0.0157,-0.0000 0.3618,0.1416 0.5506 0.1730c -0.7079,1.9035 -1.8721,3.9486 -3.0205 5.7735h 2.4856 v -2.4384 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 198.4190,135.1353 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 188.2249,157.8950 ZM 191.1824,150.3911 c -0.2989,-0.0000 -0.9911,0.2832 -1.3372 0.4405l -0.1888,-0.4877 c 1.3844,-0.6450 1.9193,-0.9754 2.7058 -1.5417h 0.2989 v 7.9130 c 0.0000,0.5663 0.0787,0.7237 0.5978 0.7237h 0.8180 c 0.0472,-0.0000 0.1259,0.0315 0.1259 0.1259v 0.3461 l -2.1552,-0.0315 l -2.1867,0.0315 v -0.3461 c 0.0157,-0.0472 0.0315,-0.1259 0.1259 -0.1259h 0.9439 c 0.5978,-0.0000 0.5978,-0.2674 0.5978 -0.7237v -5.4117 c 0.0000,-0.5349 0.0000,-0.9124 -0.3461 -0.9124ZM 195.1153,157.8950 ZM 196.7514,156.4005 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 198.5606,157.8950 ZM 201.9586,149.2898 c -0.3933,-0.0000 -1.5417,0.2202 -1.5417 1.1799c 0.0000,0.2832 -0.1101,0.7708 -0.5349 0.7708c -0.4090,-0.0000 -0.4405,-0.4562 -0.4405 -0.5034c 0.0000,-0.4877 0.6450,-1.9350 2.8317 -1.9350c 1.5260,-0.0000 1.9822,0.9596 1.9822 1.5889c 0.0000,0.3933 -0.1259,1.1799 -1.5417 2.0766c 0.8810,0.1416 2.0451,0.7866 2.0451 2.4227c 0.0000,2.0766 -1.5732,3.1935 -3.3508 3.1935c -0.8967,-0.0000 -2.1552,-0.3933 -2.1552 -0.9911c 0.0000,-0.2360 0.2360,-0.5034 0.5506 -0.5034c 0.2989,-0.0000 0.4405,0.1573 0.5821 0.3618c 0.1730,0.2674 0.4562,0.6450 1.2113 0.6450c 0.5191,-0.0000 1.9979,-0.5191 1.9979 -2.5013c 0.0000,-1.6833 -1.1799,-1.9507 -2.0294 -1.9507c -0.1416,-0.0000 -0.3146,0.0315 -0.4877 0.0629l -0.0629,-0.4719 c 1.2113,-0.2045 2.2182,-1.3844 2.2182 -2.1080c 0.0000,-0.8967 -0.6293,-1.3372 -1.2743 -1.3372Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 198.4190,166.7559 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 188.2249,189.5156 ZM 191.1824,182.0116 c -0.2989,-0.0000 -0.9911,0.2832 -1.3372 0.4405l -0.1888,-0.4877 c 1.3844,-0.6450 1.9193,-0.9754 2.7058 -1.5417h 0.2989 v 7.9130 c 0.0000,0.5663 0.0787,0.7237 0.5978 0.7237h 0.8180 c 0.0472,-0.0000 0.1259,0.0315 0.1259 0.1259v 0.3461 l -2.1552,-0.0315 l -2.1867,0.0315 v -0.3461 c 0.0157,-0.0472 0.0315,-0.1259 0.1259 -0.1259h 0.9439 c 0.5978,-0.0000 0.5978,-0.2674 0.5978 -0.7237v -5.4117 c 0.0000,-0.5349 0.0000,-0.9124 -0.3461 -0.9124ZM 195.1153,189.5156 ZM 196.7514,188.0211 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 198.5606,189.5156 ZM 199.4730,182.5465 c 0.0000,-0.8967 0.8652,-2.1238 2.5171 -2.1238c 1.2113,-0.0000 2.6272,0.4562 2.6272 2.2654c 0.0000,1.1956 -0.6135,1.7934 -1.4630 2.6114l -1.4945,1.4473 c -0.0787,0.0787 -1.1327,1.1169 -1.1327 1.8563h 2.6744 c 0.5349,-0.0000 0.8180,-0.2674 1.0383 -1.1327l 0.3933,0.0629 l -0.3146,1.9822 h -4.8611 c 0.0000,-0.8810 0.1416,-1.5574 1.6046 -3.0519l 1.1012,-1.0855 c 0.8810,-0.8967 1.2428,-1.6676 1.2428 -2.6272c 0.0000,-1.4316 -0.9754,-1.8406 -1.5102 -1.8406c -1.0855,-0.0000 -1.3844,0.5663 -1.3844 0.9439c 0.0000,0.1259 0.0315,0.2517 0.0629 0.3618c 0.0315,0.1101 0.0629,0.2202 0.0629 0.3461c 0.0000,0.4090 -0.3146,0.5663 -0.5663 0.5663c -0.3461,-0.0000 -0.5978,-0.2674 -0.5978 -0.5821Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 198.4190,198.3764 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 188.2249,221.1362 ZM 191.1824,213.6322 c -0.2989,-0.0000 -0.9911,0.2832 -1.3372 0.4405l -0.1888,-0.4877 c 1.3844,-0.6450 1.9193,-0.9754 2.7058 -1.5417h 0.2989 v 7.9130 c 0.0000,0.5663 0.0787,0.7237 0.5978 0.7237h 0.8180 c 0.0472,-0.0000 0.1259,0.0315 0.1259 0.1259v 0.3461 l -2.1552,-0.0315 l -2.1867,0.0315 v -0.3461 c 0.0157,-0.0472 0.0315,-0.1259 0.1259 -0.1259h 0.9439 c 0.5978,-0.0000 0.5978,-0.2674 0.5978 -0.7237v -5.4117 c 0.0000,-0.5349 0.0000,-0.9124 -0.3461 -0.9124ZM 195.1153,221.1362 ZM 196.7514,219.6416 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 198.5606,221.1362 ZM 201.5181,213.6322 c -0.2989,-0.0000 -0.9911,0.2832 -1.3372 0.4405l -0.1888,-0.4877 c 1.3844,-0.6450 1.9193,-0.9754 2.7058 -1.5417h 0.2989 v 7.9130 c 0.0000,0.5663 0.0787,0.7237 0.5978 0.7237h 0.8180 c 0.0472,-0.0000 0.1259,0.0315 0.1259 0.1259v 0.3461 l -2.1552,-0.0315 l -2.1867,0.0315 v -0.3461 c 0.0157,-0.0472 0.0315,-0.1259 0.1259 -0.1259h 0.9439 c 0.5978,-0.0000 0.5978,-0.2674 0.5978 -0.7237v -5.4117 c 0.0000,-0.5349 0.0000,-0.9124 -0.3461 -0.9124Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 198.4190,229.9970 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 188.2249,252.7567 ZM 191.1824,245.2527 c -0.2989,-0.0000 -0.9911,0.2832 -1.3372 0.4405l -0.1888,-0.4877 c 1.3844,-0.6450 1.9193,-0.9754 2.7058 -1.5417h 0.2989 v 7.9130 c 0.0000,0.5663 0.0787,0.7237 0.5978 0.7237h 0.8180 c 0.0472,-0.0000 0.1259,0.0315 0.1259 0.1259v 0.3461 l -2.1552,-0.0315 l -2.1867,0.0315 v -0.3461 c 0.0157,-0.0472 0.0315,-0.1259 0.1259 -0.1259h 0.9439 c 0.5978,-0.0000 0.5978,-0.2674 0.5978 -0.7237v -5.4117 c 0.0000,-0.5349 0.0000,-0.9124 -0.3461 -0.9124ZM 195.1153,252.7567 ZM 196.7514,251.2622 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 198.5606,252.7567 ZM 202.0058,244.2144 c -0.6765,-0.0000 -1.6676,0.6607 -1.6676 4.3262c 0.0000,1.2900 0.2360,3.8857 1.6204 3.8857c 0.2674,-0.0000 1.0226,-0.1730 1.3529 -1.4001c 0.2045,-0.7551 0.3146,-1.6990 0.3146 -3.0677c 0.0000,-1.9979 -0.5034,-3.1149 -0.9596 -3.5082c -0.1730,-0.1573 -0.4090,-0.2360 -0.6607 -0.2360ZM 202.0058,244.2144 ZM 201.9429,252.9455 c -1.6833,-0.0000 -2.8160,-2.1552 -2.8160 -4.5622c 0.0000,-2.9418 1.4001,-4.7195 2.8789 -4.7195c 0.6765,-0.0000 1.3529,0.4248 1.8091 1.0383c 0.6607,0.8810 1.0068,2.0608 1.0068 3.5396c 0.0000,3.4924 -1.7305,4.7038 -2.8789 4.7038Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 198.4190,261.6175 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 93.3632,94.6539 ZM 96.8084,86.1117 c -0.6765,-0.0000 -1.6676,0.6607 -1.6676 4.3262c 0.0000,1.2900 0.2360,3.8857 1.6204 3.8857c 0.2674,-0.0000 1.0226,-0.1730 1.3529 -1.4001c 0.2045,-0.7551 0.3146,-1.6990 0.3146 -3.0677c 0.0000,-1.9979 -0.5034,-3.1149 -0.9596 -3.5082c -0.1730,-0.1573 -0.4090,-0.2360 -0.6607 -0.2360ZM 96.8084,86.1117 ZM 96.7455,94.8427 c -1.6833,-0.0000 -2.8160,-2.1552 -2.8160 -4.5622c 0.0000,-2.9418 1.4001,-4.7195 2.8789 -4.7195c 0.6765,-0.0000 1.3529,0.4248 1.8091 1.0383c 0.6607,0.8810 1.0068,2.0608 1.0068 3.5396c 0.0000,3.4924 -1.7305,4.7038 -2.8789 4.7038ZM 100.2537,94.6539 ZM 101.8898,93.1594 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 103.6989,94.6539 ZM 108.5600,91.9953 c 0.0000,-1.6204 -0.8810,-2.4227 -1.8563 -2.4227c -0.7237,-0.0000 -1.2743,0.1101 -1.8878 0.3618l 0.5034,-4.2947 c 0.5191,0.0472 1.0540,0.0629 1.6046 0.0629c 0.7866,-0.0000 1.6046,-0.0472 2.4541 -0.1416l 0.0944,0.0472 l -0.2360,1.0226 c -0.6135,0.0629 -1.1169,0.0787 -1.5574 0.0787c -0.7079,-0.0000 -1.2428,-0.0629 -1.7934 -0.1259l -0.2989,2.4856 c 0.3304,-0.1259 0.8967,-0.2360 1.5102 -0.2360c 1.6676,-0.0000 2.5957,1.4473 2.5957 2.8946c 0.0000,1.7619 -1.2271,3.1149 -3.0047 3.1149c -0.8967,-0.0000 -2.2024,-0.5034 -2.2024 -1.1169c 0.0000,-0.2989 0.2517,-0.5034 0.5349 -0.5034c 0.3146,-0.0000 0.5191,0.2360 0.7079 0.4877c 0.2360,0.2832 0.4877,0.5978 0.9911 0.5978c 1.0068,-0.0000 1.8406,-0.9439 1.8406 -2.3125Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 103.5573,103.5148 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 93.3632,126.2745 ZM 96.8084,117.7322 c -0.6765,-0.0000 -1.6676,0.6607 -1.6676 4.3262c 0.0000,1.2900 0.2360,3.8857 1.6204 3.8857c 0.2674,-0.0000 1.0226,-0.1730 1.3529 -1.4001c 0.2045,-0.7551 0.3146,-1.6990 0.3146 -3.0677c 0.0000,-1.9979 -0.5034,-3.1149 -0.9596 -3.5082c -0.1730,-0.1573 -0.4090,-0.2360 -0.6607 -0.2360ZM 96.8084,117.7322 ZM 96.7455,126.4633 c -1.6833,-0.0000 -2.8160,-2.1552 -2.8160 -4.5622c 0.0000,-2.9418 1.4001,-4.7195 2.8789 -4.7195c 0.6765,-0.0000 1.3529,0.4248 1.8091 1.0383c 0.6607,0.8810 1.0068,2.0608 1.0068 3.5396c 0.0000,3.4924 -1.7305,4.7038 -2.8789 4.7038ZM 100.2537,126.2745 ZM 101.8898,124.7800 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 103.6989,126.2745 ZM 107.7577,120.6898 c 0.0000,-0.1101 0.0157,-0.2360 0.1573 -0.3146c 0.1730,-0.1259 0.4562,-0.2674 0.6922 -0.2674c 0.2045,-0.0000 0.2202,0.1730 0.2202 0.4877v 2.5328 h 1.2743 l -0.0944,0.7394 h -1.1799 v 1.3057 c 0.0000,0.4405 0.0629,0.6607 0.5191 0.6607h 0.4248 c 0.0944,-0.0000 0.1101,0.0787 0.1101 0.1101v 0.3461 c 0.0000,-0.0000 -1.0068,-0.0315 -1.6676 -0.0315c -0.5978,-0.0000 -1.5260,0.0315 -1.5260 0.0315v -0.3461 c 0.0000,-0.0315 0.0157,-0.1101 0.1101 -0.1101h 0.4248 c 0.4877,-0.0000 0.5349,-0.2045 0.5349 -0.6607v -1.3057 h -3.0834 c -0.0629,-0.0000 -0.0944,-0.0315 -0.1416 -0.0944l -0.1259,-0.1730 l -0.1888,-0.3304 c -0.0157,-0.0000 -0.0157,-0.0157 -0.0157 -0.0315c 0.0000,-0.0157 0.0157,-0.0315 0.0315 -0.0472c 1.0226,-1.1327 2.8317,-4.6408 3.3980 -5.9308c 0.0157,-0.0629 0.0472,-0.0787 0.1101 -0.0787c 0.0157,-0.0000 0.3618,0.1416 0.5506 0.1730c -0.7079,1.9035 -1.8721,3.9486 -3.0205 5.7735h 2.4856 v -2.4384 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 103.5573,135.1353 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 93.3632,157.8950 ZM 96.8084,149.3528 c -0.6765,-0.0000 -1.6676,0.6607 -1.6676 4.3262c 0.0000,1.2900 0.2360,3.8857 1.6204 3.8857c 0.2674,-0.0000 1.0226,-0.1730 1.3529 -1.4001c 0.2045,-0.7551 0.3146,-1.6990 0.3146 -3.0677c 0.0000,-1.9979 -0.5034,-3.1149 -0.9596 -3.5082c -0.1730,-0.1573 -0.4090,-0.2360 -0.6607 -0.2360ZM 96.8084,149.3528 ZM 96.7455,158.0838 c -1.6833,-0.0000 -2.8160,-2.1552 -2.8160 -4.5622c 0.0000,-2.9418 1.4001,-4.7195 2.8789 -4.7195c 0.6765,-0.0000 1.3529,0.4248 1.8091 1.0383c 0.6607,0.8810 1.0068,2.0608 1.0068 3.5396c 0.0000,3.4924 -1.7305,4.7038 -2.8789 4.7038ZM 100.2537,157.8950 ZM 101.8898,156.4005 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 103.6989,157.8950 ZM 107.0969,149.2898 c -0.3933,-0.0000 -1.5417,0.2202 -1.5417 1.1799c 0.0000,0.2832 -0.1101,0.7708 -0.5349 0.7708c -0.4090,-0.0000 -0.4405,-0.4562 -0.4405 -0.5034c 0.0000,-0.4877 0.6450,-1.9350 2.8317 -1.9350c 1.5260,-0.0000 1.9822,0.9596 1.9822 1.5889c 0.0000,0.3933 -0.1259,1.1799 -1.5417 2.0766c 0.8810,0.1416 2.0451,0.7866 2.0451 2.4227c 0.0000,2.0766 -1.5732,3.1935 -3.3508 3.1935c -0.8967,-0.0000 -2.1552,-0.3933 -2.1552 -0.9911c 0.0000,-0.2360 0.2360,-0.5034 0.5506 -0.5034c 0.2989,-0.0000 0.4405,0.1573 0.5821 0.3618c 0.1730,0.2674 0.4562,0.6450 1.2113 0.6450c 0.5191,-0.0000 1.9979,-0.5191 1.9979 -2.5013c 0.0000,-1.6833 -1.1799,-1.9507 -2.0294 -1.9507c -0.1416,-0.0000 -0.3146,0.0315 -0.4877 0.0629l -0.0629,-0.4719 c 1.2113,-0.2045 2.2182,-1.3844 2.2182 -2.1080c 0.0000,-0.8967 -0.6293,-1.3372 -1.2743 -1.3372Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 103.5573,166.7559 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 93.3632,189.5156 ZM 96.8084,180.9733 c -0.6765,-0.0000 -1.6676,0.6607 -1.6676 4.3262c 0.0000,1.2900 0.2360,3.8857 1.6204 3.8857c 0.2674,-0.0000 1.0226,-0.1730 1.3529 -1.4001c 0.2045,-0.7551 0.3146,-1.6990 0.3146 -3.0677c 0.0000,-1.9979 -0.5034,-3.1149 -0.9596 -3.5082c -0.1730,-0.1573 -0.4090,-0.2360 -0.6607 -0.2360ZM 96.8084,180.9733 ZM 96.7455,189.7044 c -1.6833,-0.0000 -2.8160,-2.1552 -2.8160 -4.5622c 0.0000,-2.9418 1.4001,-4.7195 2.8789 -4.7195c 0.6765,-0.0000 1.3529,0.4248 1.8091 1.0383c 0.6607,0.8810 1.0068,2.0608 1.0068 3.5396c 0.0000,3.4924 -1.7305,4.7038 -2.8789 4.7038ZM 100.2537,189.5156 ZM 101.8898,188.0211 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 103.6989,189.5156 ZM 104.6113,182.5465 c 0.0000,-0.8967 0.8652,-2.1238 2.5171 -2.1238c 1.2113,-0.0000 2.6272,0.4562 2.6272 2.2654c 0.0000,1.1956 -0.6135,1.7934 -1.4630 2.6114l -1.4945,1.4473 c -0.0787,0.0787 -1.1327,1.1169 -1.1327 1.8563h 2.6744 c 0.5349,-0.0000 0.8180,-0.2674 1.0383 -1.1327l 0.3933,0.0629 l -0.3146,1.9822 h -4.8611 c 0.0000,-0.8810 0.1416,-1.5574 1.6046 -3.0519l 1.1012,-1.0855 c 0.8810,-0.8967 1.2428,-1.6676 1.2428 -2.6272c 0.0000,-1.4316 -0.9754,-1.8406 -1.5102 -1.8406c -1.0855,-0.0000 -1.3844,0.5663 -1.3844 0.9439c 0.0000,0.1259 0.0315,0.2517 0.0629 0.3618c 0.0315,0.1101 0.0629,0.2202 0.0629 0.3461c 0.0000,0.4090 -0.3146,0.5663 -0.5663 0.5663c -0.3461,-0.0000 -0.5978,-0.2674 -0.5978 -0.5821Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 103.5573,198.3764 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 93.3632,221.1362 ZM 96.8084,212.5939 c -0.6765,-0.0000 -1.6676,0.6607 -1.6676 4.3262c 0.0000,1.2900 0.2360,3.8857 1.6204 3.8857c 0.2674,-0.0000 1.0226,-0.1730 1.3529 -1.4001c 0.2045,-0.7551 0.3146,-1.6990 0.3146 -3.0677c 0.0000,-1.9979 -0.5034,-3.1149 -0.9596 -3.5082c -0.1730,-0.1573 -0.4090,-0.2360 -0.6607 -0.2360ZM 96.8084,212.5939 ZM 96.7455,221.3249 c -1.6833,-0.0000 -2.8160,-2.1552 -2.8160 -4.5622c 0.0000,-2.9418 1.4001,-4.7195 2.8789 -4.7195c 0.6765,-0.0000 1.3529,0.4248 1.8091 1.0383c 0.6607,0.8810 1.0068,2.0608 1.0068 3.5396c 0.0000,3.4924 -1.7305,4.7038 -2.8789 4.7038ZM 100.2537,221.1362 ZM 101.8898,219.6416 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 103.6989,221.1362 ZM 106.6564,213.6322 c -0.2989,-0.0000 -0.9911,0.2832 -1.3372 0.4405l -0.1888,-0.4877 c 1.3844,-0.6450 1.9193,-0.9754 2.7058 -1.5417h 0.2989 v 7.9130 c 0.0000,0.5663 0.0787,0.7237 0.5978 0.7237h 0.8180 c 0.0472,-0.0000 0.1259,0.0315 0.1259 0.1259v 0.3461 l -2.1552,-0.0315 l -2.1867,0.0315 v -0.3461 c 0.0157,-0.0472 0.0315,-0.1259 0.1259 -0.1259h 0.9439 c 0.5978,-0.0000 0.5978,-0.2674 0.5978 -0.7237v -5.4117 c 0.0000,-0.5349 0.0000,-0.9124 -0.3461 -0.9124Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 103.5573,229.9970 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 93.3632,252.7567 ZM 96.8084,244.2144 c -0.6765,-0.0000 -1.6676,0.6607 -1.6676 4.3262c 0.0000,1.2900 0.2360,3.8857 1.6204 3.8857c 0.2674,-0.0000 1.0226,-0.1730 1.3529 -1.4001c 0.2045,-0.7551 0.3146,-1.6990 0.3146 -3.0677c 0.0000,-1.9979 -0.5034,-3.1149 -0.9596 -3.5082c -0.1730,-0.1573 -0.4090,-0.2360 -0.6607 -0.2360ZM 96.8084,244.2144 ZM 96.7455,252.9455 c -1.6833,-0.0000 -2.8160,-2.1552 -2.8160 -4.5622c 0.0000,-2.9418 1.4001,-4.7195 2.8789 -4.7195c 0.6765,-0.0000 1.3529,0.4248 1.8091 1.0383c 0.6607,0.8810 1.0068,2.0608 1.0068 3.5396c 0.0000,3.4924 -1.7305,4.7038 -2.8789 4.7038ZM 100.2537,252.7567 ZM 101.8898,251.2622 c 0.6293,-0.0000 1.0383,0.6135 1.0383 1.5574c 0.0000,1.1012 -0.7866,1.6204 -1.7305 1.7934l -0.0787,-0.3933 c 0.8180,-0.2045 1.1956,-0.6765 1.1956 -1.0068c 0.0000,-0.3618 -0.2674,-0.4248 -0.5663 -0.4562c -0.2832,-0.0472 -0.6922,-0.1730 -0.6922 -0.6922c 0.0000,-0.4405 0.3461,-0.8023 0.8338 -0.8023ZM 103.6989,252.7567 ZM 107.1441,244.2144 c -0.6765,-0.0000 -1.6676,0.6607 -1.6676 4.3262c 0.0000,1.2900 0.2360,3.8857 1.6204 3.8857c 0.2674,-0.0000 1.0226,-0.1730 1.3529 -1.4001c 0.2045,-0.7551 0.3146,-1.6990 0.3146 -3.0677c 0.0000,-1.9979 -0.5034,-3.1149 -0.9596 -3.5082c -0.1730,-0.1573 -0.4090,-0.2360 -0.6607 -0.2360ZM 107.1441,244.2144 ZM 107.0812,252.9455 c -1.6833,-0.0000 -2.8160,-2.1552 -2.8160 -4.5622c 0.0000,-2.9418 1.4001,-4.7195 2.8789 -4.7195c 0.6765,-0.0000 1.3529,0.4248 1.8091 1.0383c 0.6607,0.8810 1.0068,2.0608 1.0068 3.5396c 0.0000,3.4924 -1.7305,4.7038 -2.8789 4.7038Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="1.0" stroke="rgb(128,128,128)" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 103.5573,261.6175 c 0.0000,-0.8732 -0.7079,-1.5810 -1.5810 -1.5810c -0.8732,-0.0000 -1.5810,0.7079 -1.5810 1.5810c -0.0000,0.8732 0.7079,1.5810 1.5810 1.5810c 0.8732,0.0000 1.5810,-0.7079 1.5810 -1.5810Z"/></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 293.6398,309.6462 ZM 300.5224,297.5695 c 2.2391,-0.0000 2.8999,0.8259 4.0011 0.8259c 0.1285,1.3215 0.2386,2.0556 0.4038 2.8264l -0.5506,0.1101 c -0.4772,-1.5784 -1.4499,-3.0834 -4.1112 -3.0834c -2.4777,-0.0000 -4.4416,2.1841 -4.4416 5.3959c 0.0000,2.4227 1.7619,5.5611 5.0289 5.5611c 0.9911,-0.0000 2.0740,-0.3304 2.6980 -0.9177v -2.8081 c 0.0000,-0.5690 -0.2753,-0.8076 -1.0094 -0.8076h -0.4772 c -0.0734,-0.0000 -0.1468,-0.0551 -0.1468 -0.1468v -0.4772 l 0.0367,-0.0367 c 0.0000,-0.0000 1.5968,0.0367 2.3125 0.0367c 0.6424,-0.0000 1.7069,-0.0367 1.7069 -0.0367l 0.0367,0.0367 v 0.4772 c 0.0000,0.0918 -0.0551,0.1468 -0.1468 0.1468h -0.0184 c -0.6424,-0.0000 -0.8076,0.2937 -0.8076 0.8076v 2.1290 c 0.0000,0.2019 0.0918,0.3487 0.2937 0.5139c -1.2480,1.0645 -2.7347,1.7436 -4.9004 1.7436c -3.6891,-0.0000 -6.2035,-2.6796 -6.2035 -5.8548c 0.0000,-4.0378 3.1385,-6.4421 6.2953 -6.4421ZM 306.3589,309.6462 ZM 308.1024,308.3247 v -9.1951 c 0.0000,-1.0462 -0.1835,-1.3398 -0.5506 -1.3398l -0.5873,0.0734 c -0.0551,-0.0000 -0.1101,-0.0367 -0.1101 -0.0918l -0.0367,-0.4588 c 0.2937,-0.0000 0.9727,-0.1101 1.2847 -0.1652c 0.3304,-0.0734 0.5873,-0.1468 0.9544 -0.3120h 0.4038 v 11.4893 c 0.0000,0.5323 0.2019,0.8076 0.7892 0.8076h 0.4405 c 0.0734,-0.0000 0.1468,0.0551 0.1468 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -1.3398,-0.0367 -2.0556 -0.0367c -0.6424,-0.0000 -1.9822,0.0367 -1.9822 0.0367l -0.0184,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0367,-0.1468 0.1285 -0.1468h 0.4405 c 0.6057,-0.0000 0.7892,-0.2753 0.7892 -0.8076ZM 311.1308,309.6462 ZM 314.9483,302.1212 c 0.0000,0.0918 -0.1101,0.1468 -0.2019 0.1468c -0.5506,-0.0000 -0.7892,0.1101 -0.7892 0.4038c 0.0000,0.1101 0.0367,0.2569 0.1101 0.4221l 2.0189,4.7352 l 2.0372,-4.6618 c 0.0918,-0.1652 0.1285,-0.3120 0.1285 -0.4221c 0.0000,-0.3854 -0.3671,-0.4772 -0.7708 -0.4772h -0.0734 c -0.0918,-0.0000 -0.1835,-0.0734 -0.1835 -0.1285v -0.3487 l 0.0367,-0.0551 c 0.0000,-0.0000 1.0829,0.0367 1.7252 0.0367c 0.5139,-0.0000 1.2664,-0.0367 1.2664 -0.0367l 0.0551,0.0367 v 0.3487 c 0.0000,0.0918 -0.0734,0.1468 -0.2019 0.1468c -0.6974,-0.0000 -1.0462,0.7158 -1.3031 1.2480c -0.9727,2.0556 -1.7803,3.9460 -3.2486 7.4883c -0.5506,1.3215 -1.2113,2.8632 -2.5144 2.8632c -0.3487,-0.0000 -1.0645,-0.2019 -1.0645 -0.8626c 0.0000,-0.5506 0.4038,-0.7158 0.6974 -0.7158c 0.2753,-0.0000 0.4588,0.1101 0.5690 0.2569c 0.1835,0.1835 0.3120,0.3120 0.4955 0.3120c 0.2753,-0.0000 0.9177,-1.5784 1.3765 -2.6980c 0.1101,-0.2202 0.1468,-0.4038 0.1468 -0.5690c 0.0000,-0.1835 -0.1652,-0.6791 -0.3120 -1.0462l -2.3125,-5.3776 c -0.2937,-0.6974 -0.4955,-0.8993 -1.1196 -0.8993c -0.1101,-0.0000 -0.1835,-0.0551 -0.1835 -0.1285v -0.3671 l 0.0367,-0.0367 c 0.0000,-0.0000 0.8076,0.0367 1.3582 0.0367c 0.8626,-0.0000 2.1841,-0.0367 2.1841 -0.0367l 0.0367,0.0551 v 0.3304 ZM 320.4727,309.6462 ZM 323.2074,303.8832 v 4.5700 c 0.6424,0.7525 1.2480,0.7892 1.5417 0.7892c 1.9638,-0.0000 2.4043,-1.8354 2.4043 -3.4138c 0.0000,-2.2208 -0.8993,-3.4505 -2.0189 -3.4505c -0.6240,-0.0000 -1.5233,0.5323 -1.9271 1.5050ZM 323.2074,303.8832 ZM 321.8493,312.5460 v -9.0850 c 0.0000,-0.6974 -0.1652,-0.8259 -0.4221 -0.8259c -0.2386,-0.0000 -0.4588,0.0184 -0.7708 0.0918l -0.0918,-0.5139 c 1.1746,-0.2019 1.3949,-0.2753 1.9088 -0.5323c 0.2019,-0.0918 0.3304,-0.1468 0.4588 -0.1468h 0.2753 l -0.0551,1.4683 h 0.0551 c 0.8443,-1.2847 1.8354,-1.4683 2.4227 -1.4683c 1.7803,-0.0000 2.9549,1.8537 2.9549 3.7992c 0.0000,1.4866 -0.4588,2.6246 -1.2847 3.4688c -0.7158,0.7158 -1.4683,1.0645 -2.4410 1.0645c -0.6607,-0.0000 -1.1746,-0.1468 -1.6518 -0.4038v 3.0834 c 0.0000,0.5323 0.2019,0.8076 0.7892 0.8076h 0.3487 c 0.0918,-0.0000 0.1652,0.0551 0.1652 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -1.2664,-0.0367 -1.9822 -0.0367c -0.6424,-0.0000 -1.8904,0.0367 -1.8904 0.0367l -0.0367,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0551,-0.1468 0.1468 -0.1468h 0.3487 c 0.6057,-0.0000 0.7892,-0.2753 0.7892 -0.8076ZM 329.2641,309.6462 ZM 332.2557,296.8354 v 6.2219 c 1.2297,-1.2297 2.3125,-1.5233 3.0283 -1.5233c 1.3215,-0.0000 1.9822,1.0094 1.9822 2.8999v 3.8910 c 0.0000,0.5323 0.1835,0.8076 0.7892 0.8076h 0.3487 c 0.0734,-0.0000 0.1468,0.0551 0.1468 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -1.2480,-0.0367 -1.9822 -0.0367c -0.6424,-0.0000 -1.8904,0.0367 -1.8904 0.0367l -0.0367,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0551,-0.1468 0.1468 -0.1468h 0.3487 c 0.6240,-0.0000 0.7892,-0.2753 0.7892 -0.8076v -4.0928 c 0.0000,-1.4866 -0.4038,-1.8354 -1.4316 -1.8354c -0.5323,-0.0000 -1.3215,0.4772 -2.2024 1.3398v 4.5884 c 0.0000,0.5323 0.1835,0.8076 0.7892 0.8076h 0.3487 c 0.0734,-0.0000 0.1468,0.0551 0.1468 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -1.2480,-0.0367 -1.9638 -0.0367c -0.6607,-0.0000 -1.8904,0.0367 -1.8904 0.0367l -0.0367,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0367,-0.1468 0.1285 -0.1468h 0.3487 c 0.6240,-0.0000 0.7892,-0.2753 0.7892 -0.8076v -9.1951 c 0.0000,-1.0462 -0.1652,-1.3398 -0.5323 -1.3398l -0.6057,0.0734 c -0.0551,-0.0000 -0.0918,-0.0367 -0.0918 -0.0918l -0.0367,-0.4588 c 0.2937,-0.0000 0.9544,-0.1101 1.2664 -0.1652c 0.3304,-0.0734 0.6057,-0.1468 0.9727 -0.3120h 0.4038 ZM 338.7712,309.6462 ZM 339.5604,307.0767 l 0.4955,-0.0184 c 0.0551,0.4588 0.2569,1.3398 0.6607 1.7619c 0.1835,0.2019 0.6791,0.5323 1.3582 0.5323c 0.6424,-0.0000 1.5968,-0.5139 1.5968 -1.4132c 0.0000,-0.7892 -0.4405,-1.3215 -1.8904 -1.9455c -1.3398,-0.5873 -2.0372,-0.9727 -2.0372 -2.3493c 0.0000,-1.2297 1.0829,-2.1107 2.5328 -2.1107c 0.9177,-0.0000 1.5968,0.1652 2.1657 0.4588c 0.1101,0.5873 0.1652,1.2113 0.2019 1.8721l -0.4955,0.0184 c -0.3854,-1.5050 -1.4866,-1.7986 -1.8721 -1.7986c -0.6974,-0.0000 -1.4132,0.2753 -1.4132 1.2847c 0.0000,0.7341 0.3487,1.1012 1.3582 1.4683c 1.4866,0.5506 2.6796,1.2113 2.6796 2.6796c 0.0000,1.8170 -1.9271,2.3493 -2.7897 2.3493c -0.6424,-0.0000 -1.1746,-0.0734 -1.6518 -0.2019c -0.1285,-0.0184 -0.2202,-0.0367 -0.3487 -0.0367c -0.0918,-0.0000 -0.2386,0.0184 -0.4221 0.0551c 0.0000,-0.7708 -0.0551,-1.7069 -0.1285 -2.6062ZM 350.1688,309.6462 ZM 353.8762,302.1212 c 0.0000,0.0918 -0.0734,0.1468 -0.1652 0.1468h -0.2753 c -0.4038,-0.0000 -0.5323,0.1101 -0.5323 0.2937c 0.0000,0.1285 0.0734,0.2937 0.1652 0.5506l 1.9271,4.8453 l 1.5968,-3.9827 l -0.3304,-0.8259 c -0.2386,-0.6240 -0.6240,-0.8810 -1.1746 -0.8810c -0.0918,-0.0000 -0.1835,-0.0367 -0.1835 -0.1285v -0.3671 l 0.0367,-0.0367 c 0.0000,-0.0000 1.0278,0.0367 1.6702 0.0367l 1.8354,-0.0367 l 0.0551,0.0367 v 0.3487 c 0.0000,0.0918 -0.0918,0.1468 -0.1835 0.1468h -0.3304 c -0.3671,-0.0000 -0.5323,0.0734 -0.5323 0.2569c 0.0000,0.1468 0.0734,0.3304 0.1835 0.5873l 1.9088,4.8453 l 1.9088,-4.7536 c 0.0551,-0.1101 0.0918,-0.2569 0.0918 -0.4038c 0.0000,-0.3120 -0.2019,-0.5323 -0.8259 -0.5323h -0.2753 c -0.0918,-0.0000 -0.1652,-0.0734 -0.1652 -0.1285v -0.3671 l 0.0551,-0.0367 c 0.0000,-0.0000 1.2113,0.0367 1.8904 0.0367c 0.6240,-0.0000 1.3582,-0.0367 1.3582 -0.0367l 0.0184,0.0367 v 0.3487 c 0.0000,0.1101 -0.1101,0.1468 -0.2202 0.1468c -0.4588,-0.0000 -0.9360,0.2019 -1.2664 1.0094l -2.4961,6.2035 c -0.1101,0.2753 -0.2569,0.3854 -0.4221 0.3854c -0.1835,-0.0000 -0.3304,-0.1101 -0.4405 -0.3671l -1.8354,-4.5884 l -1.8354,4.5517 c -0.1285,0.2937 -0.2753,0.4038 -0.4405 0.4038c -0.1835,-0.0000 -0.3304,-0.1101 -0.4405 -0.3671l -2.5144,-6.3503 c -0.2753,-0.7158 -0.6057,-0.8810 -1.1563 -0.8810c -0.0918,-0.0000 -0.2202,-0.0367 -0.2202 -0.1285v -0.3671 l 0.0367,-0.0367 c 0.0000,-0.0000 0.8626,0.0367 1.6702 0.0367c 0.8443,-0.0000 1.8170,-0.0367 1.8170 -0.0367l 0.0367,0.0551 v 0.3304 ZM 363.8238,309.6462 ZM 365.2554,299.1663 c 0.0000,-0.4772 0.3854,-0.8810 0.8626 -0.8810c 0.4955,-0.0000 0.8810,0.4038 0.8810 0.8810c 0.0000,0.4955 -0.3854,0.8810 -0.8810 0.8810c -0.4772,-0.0000 -0.8626,-0.3854 -0.8626 -0.8810ZM 365.2554,299.1663 ZM 366.9990,308.3247 c 0.0000,0.5323 0.2019,0.8076 0.7892 0.8076h 0.3487 c 0.0918,-0.0000 0.1652,0.0551 0.1652 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -1.2664,-0.0367 -1.9822 -0.0367c -0.6424,-0.0000 -1.8904,0.0367 -1.8904 0.0367l -0.0367,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0551,-0.1468 0.1468 -0.1468h 0.3487 c 0.6057,-0.0000 0.7892,-0.2753 0.7892 -0.8076v -4.5700 c 0.0000,-0.9727 -0.1652,-1.1196 -0.4221 -1.1196c -0.2386,-0.0000 -0.4588,0.0184 -0.7708 0.0918l -0.0918,-0.5139 c 1.1746,-0.2019 1.3765,-0.2753 1.9088 -0.5323c 0.2019,-0.0734 0.3304,-0.1468 0.4588 -0.1468h 0.2753 v 6.7908 ZM 368.6692,309.6462 ZM 371.6792,302.4699 v 4.6985 c 0.0000,1.1379 0.1101,1.6885 0.6057 1.6885c 0.4772,-0.0000 0.8443,-0.1468 1.3215 -0.5139l 0.3304,0.3120 c -0.7158,0.8076 -1.4499,1.2113 -2.2942 1.2113c -0.8443,-0.0000 -1.3398,-0.5139 -1.3398 -1.8170v -5.5795 h -1.1930 c -0.0551,-0.0000 -0.0734,-0.0184 -0.0734 -0.0734v -0.5690 c 0.0000,-0.0551 0.0184,-0.0734 0.0551 -0.0734c 1.2297,-0.0000 1.5233,-0.7158 1.5233 -2.1107v -0.3487 l 1.0645,-0.3671 v 2.8264 h 2.0189 c 0.0918,-0.0000 0.1468,0.0367 0.1468 0.1101v 0.3671 c 0.0000,0.1652 -0.2569,0.2386 -0.4405 0.2386h -1.7252 ZM 374.2119,309.6462 ZM 377.2036,296.8354 v 6.2219 c 1.2297,-1.2297 2.3125,-1.5233 3.0283 -1.5233c 1.3215,-0.0000 1.9822,1.0094 1.9822 2.8999v 3.8910 c 0.0000,0.5323 0.1835,0.8076 0.7892 0.8076h 0.3487 c 0.0734,-0.0000 0.1468,0.0551 0.1468 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -1.2480,-0.0367 -1.9822 -0.0367c -0.6424,-0.0000 -1.8904,0.0367 -1.8904 0.0367l -0.0367,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0551,-0.1468 0.1468 -0.1468h 0.3487 c 0.6240,-0.0000 0.7892,-0.2753 0.7892 -0.8076v -4.0928 c 0.0000,-1.4866 -0.4038,-1.8354 -1.4316 -1.8354c -0.5323,-0.0000 -1.3215,0.4772 -2.2024 1.3398v 4.5884 c 0.0000,0.5323 0.1835,0.8076 0.7892 0.8076h 0.3487 c 0.0734,-0.0000 0.1468,0.0551 0.1468 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -1.2480,-0.0367 -1.9638 -0.0367c -0.6607,-0.0000 -1.8904,0.0367 -1.8904 0.0367l -0.0367,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0367,-0.1468 0.1285 -0.1468h 0.3487 c 0.6240,-0.0000 0.7892,-0.2753 0.7892 -0.8076v -9.1951 c 0.0000,-1.0462 -0.1652,-1.3398 -0.5323 -1.3398l -0.6057,0.0734 c -0.0551,-0.0000 -0.0918,-0.0367 -0.0918 -0.0918l -0.0367,-0.4588 c 0.2937,-0.0000 0.9544,-0.1101 1.2664 -0.1652c 0.3304,-0.0734 0.6057,-0.1468 0.9727 -0.3120h 0.4038 ZM 388.3075,309.6462 ZM 391.3175,302.4699 v 4.6985 c 0.0000,1.1379 0.1101,1.6885 0.6057 1.6885c 0.4772,-0.0000 0.8443,-0.1468 1.3215 -0.5139l 0.3304,0.3120 c -0.7158,0.8076 -1.4499,1.2113 -2.2942 1.2113c -0.8443,-0.0000 -1.3398,-0.5139 -1.3398 -1.8170v -5.5795 h -1.1930 c -0.0551,-0.0000 -0.0734,-0.0184 -0.0734 -0.0734v -0.5690 c 0.0000,-0.0551 0.0184,-0.0734 0.0551 -0.0734c 1.2297,-0.0000 1.5233,-0.7158 1.5233 -2.1107v -0.3487 l 1.0645,-0.3671 v 2.8264 h 2.0189 c 0.0918,-0.0000 0.1468,0.0367 0.1468 0.1101v 0.3671 c 0.0000,0.1652 -0.2569,0.2386 -0.4405 0.2386h -1.7252 ZM 393.8502,309.6462 ZM 395.9426,304.5622 h 3.3771 c 0.1835,-0.0000 0.2569,-0.0918 0.2569 -0.2569c 0.0000,-1.7069 -0.8626,-2.1474 -1.5233 -2.1474c -0.4221,-0.0000 -1.7986,0.1652 -2.1107 2.4043ZM 395.9426,304.5622 ZM 400.7879,307.9393 l 0.3671,0.2937 c -0.6974,0.9544 -1.7803,1.6335 -3.1018 1.6335c -2.5144,-0.0000 -3.5789,-1.8721 -3.5789 -3.8726c 0.0000,-2.7897 1.8354,-4.4599 3.5789 -4.4599c 2.4227,-0.0000 2.9916,1.8904 2.9916 3.4321c 0.0000,0.2019 -0.1285,0.3120 -0.3304 0.3120h -4.8270 c -0.0184,0.1101 -0.0184,0.2202 -0.0184 0.3671c 0.0000,1.8721 1.3031,3.3220 2.6246 3.3220c 1.0094,-0.0000 1.6518,-0.3304 2.2942 -1.0278ZM 401.7056,309.6462 ZM 405.3212,302.2680 c -0.3671,-0.0000 -0.4405,0.0918 -0.4405 0.2202c 0.0000,0.0918 0.0734,0.2569 0.2753 0.5873l 1.1196,1.6518 c 0.0551,0.1101 0.1101,0.1652 0.1835 0.1652c 0.0551,-0.0000 0.0918,-0.0367 0.1652 -0.1285l 1.1930,-1.6702 c 0.2019,-0.2569 0.3120,-0.4588 0.3120 -0.6057c 0.0000,-0.1468 -0.1285,-0.2202 -0.3854 -0.2202h -0.2937 c -0.0551,-0.0000 -0.1101,-0.0367 -0.1101 -0.1285v -0.3487 l 0.0551,-0.0551 c 0.0000,-0.0000 0.8626,0.0367 1.4316 0.0367c 0.5873,-0.0000 1.4866,-0.0367 1.4866 -0.0367l 0.0184,0.0367 v 0.3487 c 0.0000,0.1285 -0.1101,0.1468 -0.2202 0.1468c -0.6791,-0.0000 -0.9544,0.2202 -1.6335 1.0829l -1.5417,1.9638 c -0.0367,0.0551 -0.0551,0.0918 -0.0551 0.1285c 0.0000,0.0367 0.0184,0.0918 0.0551 0.1468l 1.6518,2.3309 c 0.8443,1.1930 1.0829,1.2113 1.6702 1.2113c 0.1835,-0.0000 0.2569,0.0367 0.2569 0.1468v 0.3487 l -0.0184,0.0367 c 0.0000,-0.0000 -0.9911,-0.0367 -1.6151 -0.0367c -0.7525,-0.0000 -1.9088,0.0367 -1.9088 0.0367l -0.0367,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0367,-0.1468 0.1285 -0.1468h 0.2202 c 0.2937,-0.0000 0.4221,-0.0551 0.4221 -0.2019c 0.0000,-0.1652 -0.2019,-0.4405 -0.4955 -0.8259l -1.0645,-1.4683 c -0.0734,-0.0918 -0.1101,-0.1285 -0.1652 -0.1285c -0.0367,-0.0000 -0.0918,0.0551 -0.1652 0.1652l -1.1563,1.6702 c -0.2753,0.3671 -0.3304,0.4588 -0.3304 0.5873c 0.0000,0.1285 0.1101,0.2019 0.3854 0.2019h 0.2569 c 0.0918,-0.0000 0.1285,0.0551 0.1285 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -0.9544,-0.0367 -1.5417 -0.0367c -0.5323,-0.0000 -1.3765,0.0367 -1.3765 0.0367l -0.0367,-0.0367 v -0.3120 c 0.0000,-0.1101 0.0734,-0.1835 0.2386 -0.1835c 0.4405,-0.0000 0.8626,-0.0918 1.6335 -1.0829l 1.5417,-1.9822 c 0.0184,-0.0367 0.0367,-0.0734 0.0367 -0.1285c 0.0000,-0.0551 -0.0184,-0.0918 -0.0551 -0.1468l -1.5968,-2.3309 c -0.5139,-0.7525 -0.8443,-1.1930 -1.4866 -1.1930c -0.1285,-0.0000 -0.2569,-0.0551 -0.2569 -0.1285v -0.3487 l 0.0367,-0.0551 l 1.4499,0.0367 l 2.0372,-0.0367 l 0.0551,0.0551 v 0.3304 c 0.0000,0.0918 -0.0734,0.1468 -0.1468 0.1468h -0.2753 ZM 410.8273,309.6462 ZM 413.8373,302.4699 v 4.6985 c 0.0000,1.1379 0.1101,1.6885 0.6057 1.6885c 0.4772,-0.0000 0.8443,-0.1468 1.3215 -0.5139l 0.3304,0.3120 c -0.7158,0.8076 -1.4499,1.2113 -2.2942 1.2113c -0.8443,-0.0000 -1.3398,-0.5139 -1.3398 -1.8170v -5.5795 h -1.1930 c -0.0551,-0.0000 -0.0734,-0.0184 -0.0734 -0.0734v -0.5690 c 0.0000,-0.0551 0.0184,-0.0734 0.0551 -0.0734c 1.2297,-0.0000 1.5233,-0.7158 1.5233 -2.1107v -0.3487 l 1.0645,-0.3671 v 2.8264 h 2.0189 c 0.0918,-0.0000 0.1468,0.0367 0.1468 0.1101v 0.3671 c 0.0000,0.1652 -0.2569,0.2386 -0.4405 0.2386h -1.7252 ZM 420.9584,309.6462 ZM 422.7020,308.3247 v -9.1951 c 0.0000,-1.0462 -0.1835,-1.3398 -0.5506 -1.3398l -0.5873,0.0734 c -0.0551,-0.0000 -0.1101,-0.0367 -0.1101 -0.0918l -0.0367,-0.4588 c 0.2937,-0.0000 0.9727,-0.1101 1.2847 -0.1652c 0.3304,-0.0734 0.5873,-0.1468 0.9544 -0.3120h 0.4038 v 11.4893 c 0.0000,0.5323 0.2019,0.8076 0.7892 0.8076h 0.4405 c 0.0734,-0.0000 0.1468,0.0551 0.1468 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -1.3398,-0.0367 -2.0556 -0.0367c -0.6424,-0.0000 -1.9822,0.0367 -1.9822 0.0367l -0.0184,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0367,-0.1468 0.1285 -0.1468h 0.4405 c 0.6057,-0.0000 0.7892,-0.2753 0.7892 -0.8076ZM 425.7304,309.6462 ZM 431.0713,305.1495 l -1.4499,0.3671 c -1.6151,0.4955 -1.8537,1.3398 -1.8537 2.1657c 0.0000,0.5690 0.2753,1.4316 1.4316 1.4316c 0.5506,-0.0000 1.3949,-0.5323 1.8721 -0.9360v -3.0283 ZM 431.0713,305.1495 ZM 432.2459,309.8664 c -0.6974,-0.0000 -1.0829,-0.6240 -1.1563 -1.0645l -0.4221,0.2937 c -0.8443,0.5873 -1.1563,0.7708 -2.0005 0.7708c -1.2847,-0.0000 -2.2208,-0.7341 -2.2208 -2.1107c 0.0000,-1.3949 1.1930,-2.3493 2.9366 -2.7897l 1.6885,-0.4221 c 0.0000,-2.0740 -0.9544,-2.4594 -1.5784 -2.4594c -0.6974,-0.0000 -1.5050,0.3120 -1.5050 0.8810c 0.0000,0.2019 0.0367,0.3120 0.0551 0.3671c 0.0367,0.0734 0.0551,0.2019 0.0551 0.3304c 0.0000,0.2386 -0.1835,0.6057 -0.7158 0.6057c -0.4405,-0.0000 -0.7341,-0.2937 -0.7341 -0.7341c 0.0000,-1.0645 1.7252,-2.0005 2.8999 -2.0005c 1.3398,-0.0000 2.8815,0.5506 2.8815 3.1568v 2.6980 c 0.0000,1.1196 0.0184,1.5968 0.4405 1.5968c 0.4038,-0.0000 0.5139,-0.5139 0.5323 -0.9177l 0.4588,0.0918 c -0.1101,1.3398 -0.6791,1.7069 -1.6151 1.7069ZM 434.0078,309.6462 ZM 436.7425,308.6367 c 0.3671,0.4405 0.7525,0.5873 1.3215 0.5873c 1.7436,-0.0000 2.6246,-1.6151 2.6246 -3.7074c 0.0000,-1.8721 -0.9544,-3.2119 -2.0740 -3.2119c -0.2019,-0.0000 -1.1563,0.0367 -1.8721 0.7892v 5.5428 ZM 436.7425,308.6367 ZM 435.3660,299.1296 c 0.0000,-1.0462 -0.1835,-1.3398 -0.5506 -1.3398l -0.5873,0.0734 c -0.0551,-0.0000 -0.0918,-0.0367 -0.0918 -0.0918l -0.0367,-0.4588 c 0.2937,-0.0000 0.9544,-0.1101 1.2664 -0.1652c 0.3304,-0.0734 0.6057,-0.1468 0.9727 -0.3120h 0.4038 v 5.6896 c 0.6240,-0.6791 1.3582,-1.0094 2.2391 -1.0094c 1.5968,-0.0000 3.1201,1.5233 3.1201 3.7625c 0.0000,2.9182 -2.0556,4.5700 -3.9277 4.5700c -0.7892,-0.0000 -1.3765,-0.2202 -1.9088 -0.6791c -0.1652,0.2202 -0.4038,0.4955 -0.5690 0.6791l -0.3854,-0.0918 c 0.0551,-0.4405 0.0551,-0.7341 0.0551 -1.4499v -9.1768 ZM 442.7808,309.6462 ZM 444.8731,304.5622 h 3.3771 c 0.1835,-0.0000 0.2569,-0.0918 0.2569 -0.2569c 0.0000,-1.7069 -0.8626,-2.1474 -1.5233 -2.1474c -0.4221,-0.0000 -1.7986,0.1652 -2.1107 2.4043ZM 444.8731,304.5622 ZM 449.7185,307.9393 l 0.3671,0.2937 c -0.6974,0.9544 -1.7803,1.6335 -3.1018 1.6335c -2.5144,-0.0000 -3.5789,-1.8721 -3.5789 -3.8726c 0.0000,-2.7897 1.8354,-4.4599 3.5789 -4.4599c 2.4227,-0.0000 2.9916,1.8904 2.9916 3.4321c 0.0000,0.2019 -0.1285,0.3120 -0.3304 0.3120h -4.8270 c -0.0184,0.1101 -0.0184,0.2202 -0.0184 0.3671c 0.0000,1.8721 1.3031,3.3220 2.6246 3.3220c 1.0094,-0.0000 1.6518,-0.3304 2.2942 -1.0278ZM 450.6361,309.6462 ZM 452.3797,308.3247 v -9.1951 c 0.0000,-1.0462 -0.1835,-1.3398 -0.5506 -1.3398l -0.5873,0.0734 c -0.0551,-0.0000 -0.1101,-0.0367 -0.1101 -0.0918l -0.0367,-0.4588 c 0.2937,-0.0000 0.9727,-0.1101 1.2847 -0.1652c 0.3304,-0.0734 0.5873,-0.1468 0.9544 -0.3120h 0.4038 v 11.4893 c 0.0000,0.5323 0.2019,0.8076 0.7892 0.8076h 0.4405 c 0.0734,-0.0000 0.1468,0.0551 0.1468 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -1.3398,-0.0367 -2.0556 -0.0367c -0.6424,-0.0000 -1.9822,0.0367 -1.9822 0.0367l -0.0184,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0367,-0.1468 0.1285 -0.1468h 0.4405 c 0.6057,-0.0000 0.7892,-0.2753 0.7892 -0.8076ZM 455.4081,309.6462 ZM 456.1973,307.0767 l 0.4955,-0.0184 c 0.0551,0.4588 0.2569,1.3398 0.6607 1.7619c 0.1835,0.2019 0.6791,0.5323 1.3582 0.5323c 0.6424,-0.0000 1.5968,-0.5139 1.5968 -1.4132c 0.0000,-0.7892 -0.4405,-1.3215 -1.8904 -1.9455c -1.3398,-0.5873 -2.0372,-0.9727 -2.0372 -2.3493c 0.0000,-1.2297 1.0829,-2.1107 2.5328 -2.1107c 0.9177,-0.0000 1.5968,0.1652 2.1657 0.4588c 0.1101,0.5873 0.1652,1.2113 0.2019 1.8721l -0.4955,0.0184 c -0.3854,-1.5050 -1.4866,-1.7986 -1.8721 -1.7986c -0.6974,-0.0000 -1.4132,0.2753 -1.4132 1.2847c 0.0000,0.7341 0.3487,1.1012 1.3582 1.4683c 1.4866,0.5506 2.6796,1.2113 2.6796 2.6796c 0.0000,1.8170 -1.9271,2.3493 -2.7897 2.3493c -0.6424,-0.0000 -1.1746,-0.0734 -1.6518 -0.2019c -0.1285,-0.0184 -0.2202,-0.0367 -0.3487 -0.0367c -0.0918,-0.0000 -0.2386,0.0184 -0.4221 0.0551c 0.0000,-0.7708 -0.0551,-1.7069 -0.1285 -2.6062ZM 466.8056,309.6462 ZM 472.1465,305.1495 l -1.4499,0.3671 c -1.6151,0.4955 -1.8537,1.3398 -1.8537 2.1657c 0.0000,0.5690 0.2753,1.4316 1.4316 1.4316c 0.5506,-0.0000 1.3949,-0.5323 1.8721 -0.9360v -3.0283 ZM 472.1465,305.1495 ZM 473.3211,309.8664 c -0.6974,-0.0000 -1.0829,-0.6240 -1.1563 -1.0645l -0.4221,0.2937 c -0.8443,0.5873 -1.1563,0.7708 -2.0005 0.7708c -1.2847,-0.0000 -2.2208,-0.7341 -2.2208 -2.1107c 0.0000,-1.3949 1.1930,-2.3493 2.9366 -2.7897l 1.6885,-0.4221 c 0.0000,-2.0740 -0.9544,-2.4594 -1.5784 -2.4594c -0.6974,-0.0000 -1.5050,0.3120 -1.5050 0.8810c 0.0000,0.2019 0.0367,0.3120 0.0551 0.3671c 0.0367,0.0734 0.0551,0.2019 0.0551 0.3304c 0.0000,0.2386 -0.1835,0.6057 -0.7158 0.6057c -0.4405,-0.0000 -0.7341,-0.2937 -0.7341 -0.7341c 0.0000,-1.0645 1.7252,-2.0005 2.8999 -2.0005c 1.3398,-0.0000 2.8815,0.5506 2.8815 3.1568v 2.6980 c 0.0000,1.1196 0.0184,1.5968 0.4405 1.5968c 0.4038,-0.0000 0.5139,-0.5139 0.5323 -0.9177l 0.4588,0.0918 c -0.1101,1.3398 -0.6791,1.7069 -1.6151 1.7069ZM 475.0831,309.6462 ZM 476.7165,308.3247 v -4.5700 c 0.0000,-0.9177 -0.1285,-1.1196 -0.4038 -1.1196c -0.2386,-0.0000 -0.4588,0.0184 -0.7708 0.0918l -0.0918,-0.5139 c 1.1563,-0.2019 1.3582,-0.2569 1.9088 -0.5323c 0.1835,-0.0918 0.3304,-0.1468 0.4588 -0.1468h 0.2753 l -0.0551,1.6518 h 0.0551 c 0.4772,-0.7158 1.2847,-1.6518 2.1474 -1.6518c 0.7525,-0.0000 1.0278,0.3671 1.0278 0.8443c 0.0000,0.4772 -0.3120,0.7708 -0.7892 0.7708c -0.3671,-0.0000 -0.5690,-0.1468 -0.7525 -0.3304c -0.1101,-0.1101 -0.2386,-0.1652 -0.3671 -0.1652c -0.2019,-0.0000 -0.6057,0.3304 -1.0462 0.9544c -0.1285,0.1652 -0.2202,0.4038 -0.2202 0.6424v 4.0745 c 0.0000,0.5323 0.1835,0.8076 0.7892 0.8076h 0.5323 c 0.0918,-0.0000 0.1652,0.0551 0.1652 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -1.4499,-0.0367 -2.1657 -0.0367c -0.6607,-0.0000 -1.9088,0.0367 -1.9088 0.0367l -0.0184,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0367,-0.1468 0.1285 -0.1468h 0.3487 c 0.6240,-0.0000 0.7892,-0.2753 0.7892 -0.8076ZM 481.4518,309.6462 ZM 483.5441,304.5622 h 3.3771 c 0.1835,-0.0000 0.2569,-0.0918 0.2569 -0.2569c 0.0000,-1.7069 -0.8626,-2.1474 -1.5233 -2.1474c -0.4221,-0.0000 -1.7986,0.1652 -2.1107 2.4043ZM 483.5441,304.5622 ZM 488.3894,307.9393 l 0.3671,0.2937 c -0.6974,0.9544 -1.7803,1.6335 -3.1018 1.6335c -2.5144,-0.0000 -3.5789,-1.8721 -3.5789 -3.8726c 0.0000,-2.7897 1.8354,-4.4599 3.5789 -4.4599c 2.4227,-0.0000 2.9916,1.8904 2.9916 3.4321c 0.0000,0.2019 -0.1285,0.3120 -0.3304 0.3120h -4.8270 c -0.0184,0.1101 -0.0184,0.2202 -0.0184 0.3671c 0.0000,1.8721 1.3031,3.3220 2.6246 3.3220c 1.0094,-0.0000 1.6518,-0.3304 2.2942 -1.0278ZM 493.8955,309.6462 ZM 499.9521,302.2680 h -0.0918 c -0.0918,-0.0000 -0.1468,-0.0734 -0.1468 -0.1285v -0.3671 l 0.0734,-0.0367 c 0.0000,-0.0000 1.0462,0.0367 1.7252 0.0367c 0.4772,-0.0000 1.2480,-0.0367 1.2480 -0.0367l 0.0367,0.0367 v 0.3304 c 0.0000,0.0918 -0.0918,0.1652 -0.2019 0.1652c -0.5323,-0.0000 -0.9544,0.2386 -1.2480 0.9544l -2.5328,6.2219 c -0.1285,0.3120 -0.2569,0.4221 -0.4405 0.4221c -0.2386,-0.0000 -0.3487,-0.1101 -0.4588 -0.3854l -2.4961,-6.3320 c -0.2569,-0.6607 -0.6424,-0.8810 -1.1746 -0.8810c -0.0918,-0.0000 -0.1835,-0.0367 -0.1835 -0.1285v -0.3671 l 0.0551,-0.0367 c 0.0000,-0.0000 0.9727,0.0367 1.5968 0.0367c 0.7158,-0.0000 1.8354,-0.0367 1.8354 -0.0367l 0.0734,0.0367 v 0.3487 c 0.0000,0.1285 -0.1101,0.1468 -0.1652 0.1468h -0.3120 c -0.3671,0.0184 -0.5323,0.1285 -0.5323 0.3120c 0.0000,0.1285 0.0734,0.2753 0.1835 0.5323l 1.5784,4.0011 l 0.3120,0.8443 l 0.3120,-0.7892 l 1.6335,-4.0194 c 0.0918,-0.2019 0.1468,-0.3671 0.1468 -0.4955c 0.0000,-0.2753 -0.2019,-0.3854 -0.8259 -0.3854ZM 503.0172,309.6462 ZM 505.1095,304.5622 h 3.3771 c 0.1835,-0.0000 0.2569,-0.0918 0.2569 -0.2569c 0.0000,-1.7069 -0.8626,-2.1474 -1.5233 -2.1474c -0.4221,-0.0000 -1.7986,0.1652 -2.1107 2.4043ZM 505.1095,304.5622 ZM 509.9548,307.9393 l 0.3671,0.2937 c -0.6974,0.9544 -1.7803,1.6335 -3.1018 1.6335c -2.5144,-0.0000 -3.5789,-1.8721 -3.5789 -3.8726c 0.0000,-2.7897 1.8354,-4.4599 3.5789 -4.4599c 2.4227,-0.0000 2.9916,1.8904 2.9916 3.4321c 0.0000,0.2019 -0.1285,0.3120 -0.3304 0.3120h -4.8270 c -0.0184,0.1101 -0.0184,0.2202 -0.0184 0.3671c 0.0000,1.8721 1.3031,3.3220 2.6246 3.3220c 1.0094,-0.0000 1.6518,-0.3304 2.2942 -1.0278ZM 510.8725,309.6462 ZM 512.5060,308.3247 v -4.5700 c 0.0000,-0.9177 -0.1285,-1.1196 -0.4038 -1.1196c -0.2386,-0.0000 -0.4588,0.0184 -0.7708 0.0918l -0.0918,-0.5139 c 1.1563,-0.2019 1.3582,-0.2569 1.9088 -0.5323c 0.1835,-0.0918 0.3304,-0.1468 0.4588 -0.1468h 0.2753 l -0.0551,1.6518 h 0.0551 c 0.4772,-0.7158 1.2847,-1.6518 2.1474 -1.6518c 0.7525,-0.0000 1.0278,0.3671 1.0278 0.8443c 0.0000,0.4772 -0.3120,0.7708 -0.7892 0.7708c -0.3671,-0.0000 -0.5690,-0.1468 -0.7525 -0.3304c -0.1101,-0.1101 -0.2386,-0.1652 -0.3671 -0.1652c -0.2019,-0.0000 -0.6057,0.3304 -1.0462 0.9544c -0.1285,0.1652 -0.2202,0.4038 -0.2202 0.6424v 4.0745 c 0.0000,0.5323 0.1835,0.8076 0.7892 0.8076h 0.5323 c 0.0918,-0.0000 0.1652,0.0551 0.1652 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -1.4499,-0.0367 -2.1657 -0.0367c -0.6607,-0.0000 -1.9088,0.0367 -1.9088 0.0367l -0.0184,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0367,-0.1468 0.1285 -0.1468h 0.3487 c 0.6240,-0.0000 0.7892,-0.2753 0.7892 -0.8076ZM 517.2412,309.6462 ZM 521.0587,302.1212 c 0.0000,0.0918 -0.1101,0.1468 -0.2019 0.1468c -0.5506,-0.0000 -0.7892,0.1101 -0.7892 0.4038c 0.0000,0.1101 0.0367,0.2569 0.1101 0.4221l 2.0189,4.7352 l 2.0372,-4.6618 c 0.0918,-0.1652 0.1285,-0.3120 0.1285 -0.4221c 0.0000,-0.3854 -0.3671,-0.4772 -0.7708 -0.4772h -0.0734 c -0.0918,-0.0000 -0.1835,-0.0734 -0.1835 -0.1285v -0.3487 l 0.0367,-0.0551 c 0.0000,-0.0000 1.0829,0.0367 1.7252 0.0367c 0.5139,-0.0000 1.2664,-0.0367 1.2664 -0.0367l 0.0551,0.0367 v 0.3487 c 0.0000,0.0918 -0.0734,0.1468 -0.2019 0.1468c -0.6974,-0.0000 -1.0462,0.7158 -1.3031 1.2480c -0.9727,2.0556 -1.7803,3.9460 -3.2486 7.4883c -0.5506,1.3215 -1.2113,2.8632 -2.5144 2.8632c -0.3487,-0.0000 -1.0645,-0.2019 -1.0645 -0.8626c 0.0000,-0.5506 0.4038,-0.7158 0.6974 -0.7158c 0.2753,-0.0000 0.4588,0.1101 0.5690 0.2569c 0.1835,0.1835 0.3120,0.3120 0.4955 0.3120c 0.2753,-0.0000 0.9177,-1.5784 1.3765 -2.6980c 0.1101,-0.2202 0.1468,-0.4038 0.1468 -0.5690c 0.0000,-0.1835 -0.1652,-0.6791 -0.3120 -1.0462l -2.3125,-5.3776 c -0.2937,-0.6974 -0.4955,-0.8993 -1.1196 -0.8993c -0.1101,-0.0000 -0.1835,-0.0551 -0.1835 -0.1285v -0.3671 l 0.0367,-0.0367 c 0.0000,-0.0000 0.8076,0.0367 1.3582 0.0367c 0.8626,-0.0000 2.1841,-0.0367 2.1841 -0.0367l 0.0367,0.0551 v 0.3304 ZM 531.1715,309.6462 ZM 539.0452,307.5172 c 0.0000,0.9177 0.0918,1.2113 0.4588 1.2113c 0.2202,-0.0000 0.6240,-0.0367 0.9360 -0.0918l 0.0734,0.5139 c -1.1196,0.2019 -2.0189,0.3854 -2.4410 0.7158h -0.4038 l 0.0551,-1.3582 h -0.0551 c -1.0094,1.1012 -1.8354,1.3582 -2.5879 1.3582c -1.8170,-0.0000 -2.2942,-1.2297 -2.2942 -2.4961v -4.1846 c 0.0000,-0.6057 -0.1285,-0.9177 -0.8076 -0.9177c -0.0734,-0.0000 -0.2019,0.0184 -0.3120 0.0184l -0.0551,-0.0184 v -0.4772 l 0.0551,-0.0551 c 0.0000,-0.0000 1.2480,0.0367 1.8354 0.0367c 0.2569,-0.0000 0.6791,-0.0367 0.6791 -0.0367l -0.0184,1.4683 v 3.9093 c 0.0000,1.6335 0.8443,1.9271 1.3949 1.9271c 0.4221,-0.0000 0.8076,-0.1652 1.1930 -0.4405c 0.4405,-0.3304 0.7341,-0.5873 0.9177 -0.8259v -4.5333 c 0.0000,-0.6607 -0.0918,-0.9727 -0.7708 -0.9727c -0.1101,-0.0000 -0.3120,0.0184 -0.3671 0.0184l -0.0367,-0.0367 v -0.4588 l 0.0367,-0.0551 c 0.0000,-0.0000 1.3031,0.0367 1.8170 0.0367c 0.4221,-0.0000 0.7158,-0.0367 0.7158 -0.0367l -0.0184,1.4499 v 4.3314 ZM 540.6603,309.6462 ZM 541.4495,307.0767 l 0.4955,-0.0184 c 0.0551,0.4588 0.2569,1.3398 0.6607 1.7619c 0.1835,0.2019 0.6791,0.5323 1.3582 0.5323c 0.6424,-0.0000 1.5968,-0.5139 1.5968 -1.4132c 0.0000,-0.7892 -0.4405,-1.3215 -1.8904 -1.9455c -1.3398,-0.5873 -2.0372,-0.9727 -2.0372 -2.3493c 0.0000,-1.2297 1.0829,-2.1107 2.5328 -2.1107c 0.9177,-0.0000 1.5968,0.1652 2.1657 0.4588c 0.1101,0.5873 0.1652,1.2113 0.2019 1.8721l -0.4955,0.0184 c -0.3854,-1.5050 -1.4866,-1.7986 -1.8721 -1.7986c -0.6974,-0.0000 -1.4132,0.2753 -1.4132 1.2847c 0.0000,0.7341 0.3487,1.1012 1.3582 1.4683c 1.4866,0.5506 2.6796,1.2113 2.6796 2.6796c 0.0000,1.8170 -1.9271,2.3493 -2.7897 2.3493c -0.6424,-0.0000 -1.1746,-0.0734 -1.6518 -0.2019c -0.1285,-0.0184 -0.2202,-0.0367 -0.3487 -0.0367c -0.0918,-0.0000 -0.2386,0.0184 -0.4221 0.0551c 0.0000,-0.7708 -0.0551,-1.7069 -0.1285 -2.6062ZM 547.4695,309.6462 ZM 549.5618,304.5622 h 3.3771 c 0.1835,-0.0000 0.2569,-0.0918 0.2569 -0.2569c 0.0000,-1.7069 -0.8626,-2.1474 -1.5233 -2.1474c -0.4221,-0.0000 -1.7986,0.1652 -2.1107 2.4043ZM 549.5618,304.5622 ZM 554.4071,307.9393 l 0.3671,0.2937 c -0.6974,0.9544 -1.7803,1.6335 -3.1018 1.6335c -2.5144,-0.0000 -3.5789,-1.8721 -3.5789 -3.8726c 0.0000,-2.7897 1.8354,-4.4599 3.5789 -4.4599c 2.4227,-0.0000 2.9916,1.8904 2.9916 3.4321c 0.0000,0.2019 -0.1285,0.3120 -0.3304 0.3120h -4.8270 c -0.0184,0.1101 -0.0184,0.2202 -0.0184 0.3671c 0.0000,1.8721 1.3031,3.3220 2.6246 3.3220c 1.0094,-0.0000 1.6518,-0.3304 2.2942 -1.0278ZM 555.3248,309.6462 ZM 557.0134,308.3247 v -5.8548 h -1.2664 c -0.0734,-0.0000 -0.0918,-0.0184 -0.0918 -0.0918v -0.2569 c 0.0000,-0.1468 0.0918,-0.3671 0.4221 -0.3671h 0.9360 v -0.7158 c 0.0000,-2.8632 1.4866,-4.2030 3.0283 -4.2030c 0.6974,-0.0000 1.1746,0.1835 1.6335 0.4955c 0.3671,0.2753 0.5323,0.5873 0.5323 0.8810c 0.0000,0.3854 -0.2753,0.6607 -0.6240 0.6607c -0.3671,-0.0000 -0.6057,-0.2019 -0.7525 -0.5139c -0.2386,-0.6057 -0.5873,-0.8993 -1.1379 -0.8993c -0.6057,-0.0000 -1.3031,0.4405 -1.3031 3.2669v 1.0278 h 2.0189 c 0.0918,-0.0000 0.1468,0.0367 0.1468 0.1101v 0.3671 c 0.0000,0.1652 -0.2569,0.2386 -0.4221 0.2386h -1.7436 v 5.8548 c 0.0000,0.5323 0.1835,0.8076 0.7892 0.8076h 0.6057 c 0.0734,-0.0000 0.1468,0.0551 0.1468 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -1.5050,-0.0367 -2.2208 -0.0367c -0.6607,-0.0000 -1.9088,0.0367 -1.9088 0.0367l -0.0367,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0551,-0.1468 0.1468 -0.1468h 0.3487 c 0.6240,-0.0000 0.7892,-0.2753 0.7892 -0.8076ZM 562.0239,309.6462 ZM 569.8975,307.5172 c 0.0000,0.9177 0.0918,1.2113 0.4588 1.2113c 0.2202,-0.0000 0.6240,-0.0367 0.9360 -0.0918l 0.0734,0.5139 c -1.1196,0.2019 -2.0189,0.3854 -2.4410 0.7158h -0.4038 l 0.0551,-1.3582 h -0.0551 c -1.0094,1.1012 -1.8354,1.3582 -2.5879 1.3582c -1.8170,-0.0000 -2.2942,-1.2297 -2.2942 -2.4961v -4.1846 c 0.0000,-0.6057 -0.1285,-0.9177 -0.8076 -0.9177c -0.0734,-0.0000 -0.2019,0.0184 -0.3120 0.0184l -0.0551,-0.0184 v -0.4772 l 0.0551,-0.0551 c 0.0000,-0.0000 1.2480,0.0367 1.8354 0.0367c 0.2569,-0.0000 0.6791,-0.0367 0.6791 -0.0367l -0.0184,1.4683 v 3.9093 c 0.0000,1.6335 0.8443,1.9271 1.3949 1.9271c 0.4221,-0.0000 0.8076,-0.1652 1.1930 -0.4405c 0.4405,-0.3304 0.7341,-0.5873 0.9177 -0.8259v -4.5333 c 0.0000,-0.6607 -0.0918,-0.9727 -0.7708 -0.9727c -0.1101,-0.0000 -0.3120,0.0184 -0.3671 0.0184l -0.0367,-0.0367 v -0.4588 l 0.0367,-0.0551 c 0.0000,-0.0000 1.3031,0.0367 1.8170 0.0367c 0.4221,-0.0000 0.7158,-0.0367 0.7158 -0.0367l -0.0184,1.4499 v 4.3314 ZM 571.5127,309.6462 ZM 573.2562,308.3247 v -9.1951 c 0.0000,-1.0462 -0.1835,-1.3398 -0.5506 -1.3398l -0.5873,0.0734 c -0.0551,-0.0000 -0.1101,-0.0367 -0.1101 -0.0918l -0.0367,-0.4588 c 0.2937,-0.0000 0.9727,-0.1101 1.2847 -0.1652c 0.3304,-0.0734 0.5873,-0.1468 0.9544 -0.3120h 0.4038 v 11.4893 c 0.0000,0.5323 0.2019,0.8076 0.7892 0.8076h 0.4405 c 0.0734,-0.0000 0.1468,0.0551 0.1468 0.1468v 0.3487 l -0.0367,0.0367 c 0.0000,-0.0000 -1.3398,-0.0367 -2.0556 -0.0367c -0.6424,-0.0000 -1.9822,0.0367 -1.9822 0.0367l -0.0184,-0.0367 v -0.3487 c 0.0000,-0.0918 0.0367,-0.1468 0.1285 -0.1468h 0.4405 c 0.6057,-0.0000 0.7892,-0.2753 0.7892 -0.8076Z"/></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.1302,261.6175 ZM 58.8520,250.1793 c 0.0000,-2.4908 -1.9337,-3.4741 -4.2934 -4.1295l 0.1639,-0.9832 c 1.7043,0.3605 3.5724,0.7210 5.4077 0.8521l -0.0000,8.3574 l -0.0328,2.5564 c -0.0000,0.3933 0.0655,4.1623 0.0655 4.1623l -0.0655,0.0655 l -0.6227,-0.0000 c -0.1639,-0.0000 -0.2622,-0.1311 -0.2622 -0.2622l 0.0000,-0.9832 c 0.0000,-1.3765 -0.2950,-1.6715 -1.4421 -1.6715l -16.4527,-0.0000 c -0.9832,-0.0000 -1.4421,0.4916 -1.4421 1.7698l -0.0000,0.8849 c -0.0000,0.1311 -0.0983,0.2622 -0.2622 0.2622l -0.6227,-0.0000 l -0.0328,-0.0655 c 0.0000,-0.0000 0.0328,-2.8514 0.0328 -4.1295c 0.0000,-1.1799 -0.0328,-4.2279 -0.0328 -4.2279l 0.0328,-0.0655 l 0.6227,0.0000 c 0.1639,0.0000 0.2622,0.0983 0.2622 0.2622l -0.0000,0.8521 c -0.0000,1.3437 0.5244,1.8026 1.4421 1.8026l 15.8955,0.0000 c 1.0160,0.0000 1.6387,-0.5899 1.6387 -1.5404l 0.0000,-3.7690 ZM 60.1302,244.3783 ZM 38.5648,232.0880 c 0.0000,-3.9985 1.4748,-5.1783 1.4748 -7.1448c 2.3597,-0.2294 3.6707,-0.4261 5.0472 -0.7210l 0.1966,0.9832 c -2.8186,0.8521 -5.5061,2.5892 -5.5061 7.3414c -0.0000,4.4245 3.9001,7.9314 9.6356 7.9314c 4.3262,0.0000 9.9306,-3.1463 9.9306 -8.9801c 0.0000,-1.7698 -0.5899,-3.7035 -1.6387 -4.8178l -5.0145,-0.0000 c -1.0160,-0.0000 -1.4421,0.4916 -1.4421 1.8026l -0.0000,0.8521 c -0.0000,0.1311 -0.0983,0.2622 -0.2622 0.2622l -0.8521,-0.0000 l -0.0655,-0.0655 c 0.0000,-0.0000 0.0655,-2.8514 0.0655 -4.1295c 0.0000,-1.1471 -0.0655,-3.0480 -0.0655 -3.0480l 0.0655,-0.0655 l 0.8521,0.0000 c 0.1639,0.0000 0.2622,0.0983 0.2622 0.2622l -0.0000,0.0328 c -0.0000,1.1471 0.5244,1.4421 1.4421 1.4421l 3.8018,0.0000 c 0.3605,0.0000 0.6227,-0.1639 0.9177 -0.5244c 1.9009,2.2286 3.1135,4.8834 3.1135 8.7507c -0.0000,6.5876 -4.7850,11.0777 -10.4550 11.0777c -7.2103,-0.0000 -11.5037,-5.6044 -11.5037 -11.2416ZM 60.1302,221.6658 ZM 57.7704,218.5522 l -16.4199,-0.0000 c -1.8681,-0.0000 -2.3925,0.3277 -2.3925 0.9832l 0.1311,1.0488 c -0.0000,0.0983 -0.0655,0.1966 -0.1639 0.1966l -0.8194,0.0655 c 0.0000,-0.5244 -0.1966,-1.7370 -0.2950 -2.2942c -0.1311,-0.5899 -0.2622,-1.0488 -0.5572 -1.7043l 0.0000,-0.7210 l 20.5167,0.0000 c 0.9505,0.0000 1.4421,-0.3605 1.4421 -1.4093l 0.0000,-0.7866 c 0.0000,-0.1311 0.0983,-0.2622 0.2622 -0.2622l 0.6227,0.0000 l 0.0655,0.0655 c 0.0000,-0.0000 -0.0655,2.3925 -0.0655 3.6707c -0.0000,1.1471 0.0655,3.5396 0.0655 3.5396l -0.0655,0.0328 l -0.6227,-0.0000 c -0.1639,-0.0000 -0.2622,-0.0655 -0.2622 -0.2294l 0.0000,-0.7866 c 0.0000,-1.0815 -0.4916,-1.4093 -1.4421 -1.4093ZM 60.1302,213.1445 ZM 46.6928,206.3275 c 0.1639,0.0000 0.2622,0.1966 0.2622 0.3605c -0.0000,0.9832 0.1966,1.4093 0.7210 1.4093c 0.1966,0.0000 0.4588,-0.0655 0.7538 -0.1966l 8.4557,-3.6052 l -8.3246,-3.6379 c -0.2950,-0.1639 -0.5572,-0.2294 -0.7538 -0.2294c -0.6883,-0.0000 -0.8521,0.6555 -0.8521 1.3765l -0.0000,0.1311 c -0.0000,0.1639 -0.1311,0.3277 -0.2294 0.3277l -0.6227,-0.0000 l -0.0983,-0.0655 c 0.0000,-0.0000 0.0655,-1.9337 0.0655 -3.0808c 0.0000,-0.9177 -0.0655,-2.2614 -0.0655 -2.2614l 0.0655,-0.0983 l 0.6227,0.0000 c 0.1639,0.0000 0.2622,0.1311 0.2622 0.3605c -0.0000,1.2454 1.2782,1.8681 2.2286 2.3270c 3.6707,1.7370 7.0465,3.1791 13.3719 5.8010c 2.3597,0.9832 5.1128,2.1631 5.1128 4.4901c -0.0000,0.6227 -0.3605,1.9009 -1.5404 1.9009c -0.9832,-0.0000 -1.2782,-0.7210 -1.2782 -1.2454c 0.0000,-0.4916 0.1966,-0.8194 0.4588 -1.0160c 0.3277,-0.3277 0.5572,-0.5572 0.5572 -0.8849c 0.0000,-0.4916 -2.8186,-1.6387 -4.8178 -2.4581c -0.3933,-0.1966 -0.7210,-0.2622 -1.0160 -0.2622c -0.3277,-0.0000 -1.2126,0.2950 -1.8681 0.5572l -9.6028,4.1295 c -1.2454,0.5244 -1.6059,0.8849 -1.6059 1.9992c -0.0000,0.1966 -0.0983,0.3277 -0.2294 0.3277l -0.6555,-0.0000 l -0.0655,-0.0655 c 0.0000,-0.0000 0.0655,-1.4421 0.0655 -2.4253c 0.0000,-1.5404 -0.0655,-3.9001 -0.0655 -3.9001l 0.0983,-0.0655 l 0.5899,0.0000 ZM 60.1302,196.4624 ZM 49.8391,191.5791 l 8.1608,0.0000 c 1.3437,-1.1471 1.4093,-2.2286 1.4093 -2.7530c 0.0000,-3.5068 -3.2774,-4.2934 -6.0960 -4.2934c -3.9657,-0.0000 -6.1616,1.6059 -6.1616 3.6052c -0.0000,1.1143 0.9505,2.7203 2.6875 3.4413ZM 49.8391,191.5791 ZM 65.3085,194.0044 l -16.2232,-0.0000 c -1.2454,-0.0000 -1.4748,0.2950 -1.4748 0.7538c -0.0000,0.4261 0.0328,0.8194 0.1639 1.3765l -0.9177,0.1639 c -0.3605,-2.0975 -0.4916,-2.4908 -0.9505 -3.4085c -0.1639,-0.3605 -0.2622,-0.5899 -0.2622 -0.8194l 0.0000,-0.4916 l 2.6219,0.0983 l 0.0000,-0.0983 c -2.2942,-1.5076 -2.6219,-3.2774 -2.6219 -4.3262c 0.0000,-3.1791 3.3102,-5.2766 6.7843 -5.2766c 2.6547,0.0000 4.6867,0.8194 6.1943 2.2942c 1.2782,1.2782 1.9009,2.6219 1.9009 4.3590c -0.0000,1.1799 -0.2622,2.0975 -0.7210 2.9497l 5.5061,0.0000 c 0.9505,0.0000 1.4421,-0.3605 1.4421 -1.4093l 0.0000,-0.6227 c 0.0000,-0.1639 0.0983,-0.2950 0.2622 -0.2950l 0.6227,0.0000 l 0.0655,0.0655 c 0.0000,-0.0000 -0.0655,2.2614 -0.0655 3.5396c -0.0000,1.1471 0.0655,3.3757 0.0655 3.3757l -0.0655,0.0655 l -0.6227,-0.0000 c -0.1639,-0.0000 -0.2622,-0.0983 -0.2622 -0.2622l 0.0000,-0.6227 c 0.0000,-1.0815 -0.4916,-1.4093 -1.4421 -1.4093ZM 60.1302,180.7636 ZM 37.2538,175.4214 l 11.1105,0.0000 c -2.1959,-2.1959 -2.7203,-4.1295 -2.7203 -5.4077c 0.0000,-2.3597 1.8026,-3.5396 5.1783 -3.5396l 6.9481,0.0000 c 0.9505,0.0000 1.4421,-0.3277 1.4421 -1.4093l 0.0000,-0.6227 c 0.0000,-0.1311 0.0983,-0.2622 0.2622 -0.2622l 0.6227,0.0000 l 0.0655,0.0655 c 0.0000,-0.0000 -0.0655,2.2286 -0.0655 3.5396c -0.0000,1.1471 0.0655,3.3757 0.0655 3.3757l -0.0655,0.0655 l -0.6227,-0.0000 c -0.1639,-0.0000 -0.2622,-0.0983 -0.2622 -0.2622l 0.0000,-0.6227 c 0.0000,-1.1143 -0.4916,-1.4093 -1.4421 -1.4093l -7.3086,-0.0000 c -2.6547,-0.0000 -3.2774,0.7210 -3.2774 2.5564c -0.0000,0.9505 0.8521,2.3597 2.3925 3.9329l 8.1936,0.0000 c 0.9505,0.0000 1.4421,-0.3277 1.4421 -1.4093l 0.0000,-0.6227 c 0.0000,-0.1311 0.0983,-0.2622 0.2622 -0.2622l 0.6227,0.0000 l 0.0655,0.0655 c 0.0000,-0.0000 -0.0655,2.2286 -0.0655 3.5068c -0.0000,1.1799 0.0655,3.3757 0.0655 3.3757l -0.0655,0.0655 l -0.6227,-0.0000 c -0.1639,-0.0000 -0.2622,-0.0655 -0.2622 -0.2294l 0.0000,-0.6227 c 0.0000,-1.1143 -0.4916,-1.4093 -1.4421 -1.4093l -16.4199,-0.0000 c -1.8681,-0.0000 -2.3925,0.2950 -2.3925 0.9505l 0.1311,1.0815 c -0.0000,0.0983 -0.0655,0.1639 -0.1639 0.1639l -0.8194,0.0655 c 0.0000,-0.5244 -0.1966,-1.7043 -0.2950 -2.2614c -0.1311,-0.5899 -0.2622,-1.0815 -0.5572 -1.7370l 0.0000,-0.7210 ZM 60.1302,155.5930 ZM 60.5235,143.9581 c -0.0000,7.0465 -5.4405,10.4222 -10.7172 10.4222c -6.4565,-0.0000 -11.2416,-5.0145 -11.2416 -10.4550c 0.0000,-4.0312 1.3765,-5.3094 1.4748 -7.1776c 1.8026,-0.0983 3.3757,-0.3933 5.0800 -0.7210l 0.1311,0.9832 c -2.8186,0.8521 -5.4733,2.7530 -5.4733 7.2759c -0.0000,2.5892 2.7530,7.2431 9.4062 7.2431c 4.7850,0.0000 9.9961,-2.4581 9.9961 -7.5381c 0.0000,-3.0480 -1.0815,-5.2766 -3.6379 -7.6036l 0.4916,-0.7538 c 2.9169,2.2286 4.4901,5.1456 4.4901 8.3246ZM 60.1302,134.4864 ZM 37.2538,129.1442 l 11.1105,0.0000 c -2.1959,-2.1959 -2.7203,-4.1295 -2.7203 -5.4077c 0.0000,-2.3597 1.8026,-3.5396 5.1783 -3.5396l 6.9481,0.0000 c 0.9505,0.0000 1.4421,-0.3277 1.4421 -1.4093l 0.0000,-0.6227 c 0.0000,-0.1311 0.0983,-0.2622 0.2622 -0.2622l 0.6227,0.0000 l 0.0655,0.0655 c 0.0000,-0.0000 -0.0655,2.2286 -0.0655 3.5396c -0.0000,1.1471 0.0655,3.3757 0.0655 3.3757l -0.0655,0.0655 l -0.6227,-0.0000 c -0.1639,-0.0000 -0.2622,-0.0983 -0.2622 -0.2622l 0.0000,-0.6227 c 0.0000,-1.1143 -0.4916,-1.4093 -1.4421 -1.4093l -7.3086,-0.0000 c -2.6547,-0.0000 -3.2774,0.7210 -3.2774 2.5564c -0.0000,0.9505 0.8521,2.3597 2.3925 3.9329l 8.1936,0.0000 c 0.9505,0.0000 1.4421,-0.3277 1.4421 -1.4093l 0.0000,-0.6227 c 0.0000,-0.1311 0.0983,-0.2622 0.2622 -0.2622l 0.6227,0.0000 l 0.0655,0.0655 c 0.0000,-0.0000 -0.0655,2.2286 -0.0655 3.5068c -0.0000,1.1799 0.0655,3.3757 0.0655 3.3757l -0.0655,0.0655 l -0.6227,-0.0000 c -0.1639,-0.0000 -0.2622,-0.0655 -0.2622 -0.2294l 0.0000,-0.6227 c 0.0000,-1.1143 -0.4916,-1.4093 -1.4421 -1.4093l -16.4199,-0.0000 c -1.8681,-0.0000 -2.3925,0.2950 -2.3925 0.9505l 0.1311,1.0815 c -0.0000,0.0983 -0.0655,0.1639 -0.1639 0.1639l -0.8194,0.0655 c 0.0000,-0.5244 -0.1966,-1.7043 -0.2950 -2.2614c -0.1311,-0.5899 -0.2622,-1.0815 -0.5572 -1.7370l 0.0000,-0.7210 ZM 60.1302,117.5094 ZM 52.1005,107.9721 l 0.6555,2.5892 c 0.8849,2.8841 2.3925,3.3102 3.8674 3.3102c 1.0160,0.0000 2.5564,-0.4916 2.5564 -2.5564c 0.0000,-0.9832 -0.9505,-2.4908 -1.6715 -3.3430l -5.4077,-0.0000 ZM 52.1005,107.9721 ZM 60.5235,105.8745 c -0.0000,1.2454 -1.1143,1.9337 -1.9009 2.0648l 0.5244,0.7538 c 1.0488,1.5076 1.3765,2.0648 1.3765 3.5724c -0.0000,2.2942 -1.3110,3.9657 -3.7690 3.9657c -2.4908,-0.0000 -4.1951,-2.1303 -4.9817 -5.2439l -0.7538,-3.0152 c -3.7035,-0.0000 -4.3917,1.7043 -4.3917 2.8186c -0.0000,1.2454 0.5572,2.6875 1.5732 2.6875c 0.3605,0.0000 0.5572,-0.0655 0.6555 -0.0983c 0.1311,-0.0655 0.3605,-0.0983 0.5899 -0.0983c 0.4261,0.0000 1.0815,0.3277 1.0815 1.2782c -0.0000,0.7866 -0.5244,1.3110 -1.3110 1.3110c -1.9009,-0.0000 -3.5724,-3.0808 -3.5724 -5.1783c 0.0000,-2.3925 0.9832,-5.1456 5.6372 -5.1456l 4.8178,0.0000 c 1.9992,0.0000 2.8514,-0.0328 2.8514 -0.7866c 0.0000,-0.7210 -0.9177,-0.9177 -1.6387 -0.9505l 0.1639,-0.8194 c 2.3925,0.1966 3.0480,1.2126 3.0480 2.8841ZM 60.1302,102.7282 ZM 57.7704,99.8113 l -8.1608,-0.0000 c -1.6387,-0.0000 -1.9992,0.2294 -1.9992 0.7210c -0.0000,0.4261 0.0328,0.8194 0.1639 1.3765l -0.9177,0.1639 c -0.3605,-2.0648 -0.4588,-2.4253 -0.9505 -3.4085c -0.1639,-0.3277 -0.2622,-0.5899 -0.2622 -0.8194l 0.0000,-0.4916 l 2.9497,0.0983 l 0.0000,-0.0983 c -1.2782,-0.8521 -2.9497,-2.2942 -2.9497 -3.8346c 0.0000,-1.3437 0.6555,-1.8354 1.5076 -1.8354c 0.8521,0.0000 1.3765,0.5572 1.3765 1.4093c -0.0000,0.6555 -0.2622,1.0160 -0.5899 1.3437c -0.1966,0.1966 -0.2950,0.4261 -0.2950 0.6555c -0.0000,0.3605 0.5899,1.0815 1.7043 1.8681c 0.2950,0.2294 0.7210,0.3933 1.1471 0.3933l 7.2759,0.0000 c 0.9505,0.0000 1.4421,-0.3277 1.4421 -1.4093l 0.0000,-0.9505 c 0.0000,-0.1639 0.0983,-0.2950 0.2622 -0.2950l 0.6227,0.0000 l 0.0655,0.0655 c 0.0000,-0.0000 -0.0655,2.5892 -0.0655 3.8674c -0.0000,1.1799 0.0655,3.4085 0.0655 3.4085l -0.0655,0.0328 l -0.6227,-0.0000 c -0.1639,-0.0000 -0.2622,-0.0655 -0.2622 -0.2294l 0.0000,-0.6227 c 0.0000,-1.1143 -0.4916,-1.4093 -1.4421 -1.4093ZM 60.1302,91.3555 ZM 47.3155,85.9806 l 8.3902,0.0000 c 2.0320,0.0000 3.0152,-0.1966 3.0152 -1.0815c 0.0000,-0.8521 -0.2622,-1.5076 -0.9177 -2.3597l 0.5572,-0.5899 c 1.4421,1.2782 2.1631,2.5892 2.1631 4.0968c -0.0000,1.5076 -0.9177,2.3925 -3.2446 2.3925l -9.9634,-0.0000 l -0.0000,2.1303 c -0.0000,0.0983 -0.0328,0.1311 -0.1311 0.1311l -1.0160,-0.0000 c -0.0983,-0.0000 -0.1311,-0.0328 -0.1311 -0.0983c 0.0000,-2.1959 -1.2782,-2.7203 -3.7690 -2.7203l -0.6227,-0.0000 l -0.6555,-1.9009 l 5.0472,0.0000 l 0.0000,-3.6052 c 0.0000,-0.1639 0.0655,-0.2622 0.1966 -0.2622l 0.6555,0.0000 c 0.2950,0.0000 0.4261,0.4588 0.4261 0.7866l -0.0000,3.0808 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 576.2846,261.6175 l -0.0000,-158.1028 h -474.3083 l -0.0000,158.1028 Z"/></g></svg>
diff --git a/other/lglyphsExample.svg b/other/lglyphsExample.svg
new file mode 100644
--- /dev/null
+++ b/other/lglyphsExample.svg
@@ -0,0 +1,3 @@
+<?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 322.3780,55.2562 ZM 325.6187,47.0339 c -0.3275,-0.0000 -1.0860,0.3103 -1.4652 0.4827l -0.2069,-0.5344 c 1.5169,-0.7067 2.1030,-1.0687 2.9649 -1.6893h 0.3275 v 8.6705 c 0.0000,0.6206 0.0862,0.7929 0.6550 0.7929h 0.8964 c 0.0517,-0.0000 0.1379,0.0345 0.1379 0.1379v 0.3792 l -2.3615,-0.0345 l -2.3960,0.0345 v -0.3792 c 0.0172,-0.0517 0.0345,-0.1379 0.1379 -0.1379h 1.0343 c 0.6550,-0.0000 0.6550,-0.2930 0.6550 -0.7929v -5.9297 c 0.0000,-0.5861 0.0000,-0.9998 -0.3792 -0.9998ZM 329.9281,55.2562 ZM 333.7031,45.8962 c -0.7412,-0.0000 -1.8272,0.7240 -1.8272 4.7403c 0.0000,1.4135 0.2586,4.2577 1.7755 4.2577c 0.2930,-0.0000 1.1204,-0.1896 1.4824 -1.5341c 0.2241,-0.8274 0.3448,-1.8617 0.3448 -3.3613c 0.0000,-2.1892 -0.5516,-3.4130 -1.0515 -3.8440c -0.1896,-0.1724 -0.4482,-0.2586 -0.7240 -0.2586ZM 333.7031,45.8962 ZM 333.6342,55.4630 c -1.8444,-0.0000 -3.0855,-2.3615 -3.0855 -4.9989c 0.0000,-3.2234 1.5341,-5.1713 3.1545 -5.1713c 0.7412,-0.0000 1.4824,0.4654 1.9823 1.1377c 0.7240,0.9653 1.1032,2.2581 1.1032 3.8785c 0.0000,3.8267 -1.8961,5.1540 -3.1545 5.1540Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.489491900092669" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 337.7238,81.4228 c 0.0000,-4.3054 -3.4902,-7.7957 -7.7957 -7.7957c -4.3054,-0.0000 -7.7957,3.4902 -7.7957 7.7957c -0.0000,4.3054 3.4902,7.7957 7.7957 7.7957c 4.3054,0.0000 7.7957,-3.4902 7.7957 -7.7957Z"/></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 300.1674,30.4103 ZM 305.6662,25.1701 c 0.0000,-0.1724 0.0172,-0.4309 0.0172 -0.6033c 0.0000,-2.8959 -1.2928,-3.6199 -2.1719 -3.6199c -0.7929,-0.0000 -1.6203,0.7412 -1.6203 2.5339c 0.0000,0.8274 0.4137,2.4650 2.0513 2.4650c 0.3620,-0.0000 1.0170,-0.0345 1.7238 -0.7757ZM 305.6662,25.1701 ZM 301.1328,30.1690 c 1.1377,-0.1034 2.0857,-0.3965 2.9304 -1.2066c 0.7757,-0.7757 1.3445,-1.9306 1.5514 -3.3096c -0.3965,0.4827 -1.3618,0.8446 -1.9996 0.8446c -2.5512,-0.0000 -2.8959,-2.1030 -2.8959 -2.8959c 0.0000,-1.1722 0.5861,-3.1545 2.9649 -3.1545c 1.2756,-0.0000 3.1889,0.7412 3.1889 4.1715c 0.0000,1.5859 -0.5516,3.1372 -1.7238 4.3266c -1.1032,1.1204 -2.2754,1.5859 -3.9646 1.6720Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.489491900092669" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 311.7382,56.5769 c 0.0000,-4.3054 -3.4902,-7.7957 -7.7957 -7.7957c -4.3054,-0.0000 -7.7957,3.4902 -7.7957 7.7957c -0.0000,4.3054 3.4902,7.7957 7.7957 7.7957c 4.3054,0.0000 7.7957,-3.4902 7.7957 -7.7957Z"/></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 274.1818,15.4104 ZM 278.0086,5.8608 c -0.9825,-0.0000 -1.6203,0.7757 -1.6203 1.5341c 0.0000,0.4999 0.2069,1.1032 1.2411 1.7755l 0.4999,0.3103 c 0.4482,-0.3275 1.4997,-1.1204 1.4997 -1.9996c 0.0000,-0.7585 -0.5516,-1.6203 -1.6203 -1.6203ZM 278.0086,5.8608 ZM 280.6459,7.4983 c 0.0000,1.0515 -1.1894,1.8789 -1.9134 2.3615l 0.9998,0.6550 c 0.8446,0.5516 1.2756,1.3101 1.2756 2.2581c 0.0000,1.2411 -1.0170,2.8442 -3.1545 2.8442c -1.7238,-0.0000 -2.9131,-0.9136 -2.9131 -2.5856c 0.0000,-0.6378 0.2758,-1.3790 0.9481 -1.9651c 0.4137,-0.3620 0.7757,-0.6723 1.1894 -0.9825l -0.2930,-0.1724 c -0.9998,-0.6206 -1.4997,-1.2928 -1.4997 -2.2064c 0.0000,-1.2583 1.1377,-2.2581 2.8097 -2.2581c 1.6031,-0.0000 2.5512,0.8791 2.5512 2.0513ZM 280.6459,7.4983 ZM 277.8879,15.1346 c 0.7412,-0.0000 2.0340,-0.3965 2.0340 -2.0340c 0.0000,-0.7757 -0.4827,-1.5514 -1.4997 -2.1719l -0.7585,-0.4654 c -1.3962,0.9308 -1.7065,2.0857 -1.7065 2.5684c 0.0000,1.4652 1.1894,2.1030 1.9306 2.1030Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.489491900092669" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.7525,41.5770 c 0.0000,-4.3054 -3.4902,-7.7957 -7.7957 -7.7957c -4.3054,-0.0000 -7.7957,3.4902 -7.7957 7.7957c -0.0000,4.3054 3.4902,7.7957 7.7957 7.7957c 4.3054,0.0000 7.7957,-3.4902 7.7957 -7.7957Z"/></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 248.1962,24.0473 ZM 250.7818,15.2906 c -0.7585,-0.0000 -1.0170,0.3103 -1.3445 1.1894l -0.4482,-0.0690 c 0.2069,-0.7067 0.3792,-1.3618 0.4309 -2.3271h 0.3620 c 0.0690,0.1034 0.1207,0.1896 0.5171 0.1896h 3.2751 c 0.6206,-0.0000 0.9825,-0.0172 1.2583 -0.1034l 0.2586,0.1207 c -1.8272,4.4473 -2.7925,7.1363 -3.7233 9.9116l -1.1204,0.0517 l -0.0517,-0.1034 c 1.1032,-2.4822 2.4133,-5.6884 3.6888 -8.8601h -3.1028 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.489491900092669" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 259.7669,50.2139 c 0.0000,-4.3054 -3.4902,-7.7957 -7.7957 -7.7957c -4.3054,-0.0000 -7.7957,3.4902 -7.7957 7.7957c -0.0000,4.3054 3.4902,7.7957 7.7957 7.7957c 4.3054,0.0000 7.7957,-3.4902 7.7957 -7.7957Z"/></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.2106,48.3802 ZM 224.2101,43.8640 c -0.0172,0.1724 -0.0172,0.4309 -0.0172 0.6033c 0.0000,2.8959 1.2928,3.6199 2.1547 3.6199c 0.7929,-0.0000 1.6376,-0.7412 1.6376 -2.5339c 0.0000,-0.8102 -0.4137,-2.4650 -2.0685 -2.4650c -0.3620,-0.0000 -1.0170,0.0345 -1.7065 0.7757ZM 224.2101,43.8640 ZM 228.7264,38.8651 c -1.1204,0.1034 -2.0857,0.3965 -2.9131 1.2066c -0.7929,0.7757 -1.3618,1.9306 -1.5514 3.3096c 0.3965,-0.4827 1.3445,-0.8446 1.9996 -0.8446c 2.5512,-0.0000 2.8787,2.1030 2.8787 2.8959c 0.0000,1.1722 -0.5861,3.1545 -2.9649 3.1545c -1.2583,-0.0000 -3.1717,-0.7412 -3.1717 -4.1715c 0.0000,-1.5859 0.5344,-3.1372 1.7238 -4.3266c 1.1032,-1.1204 2.2581,-1.5859 3.9474 -1.6720Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.489491900092669" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 233.7813,74.5469 c 0.0000,-4.3054 -3.4902,-7.7957 -7.7957 -7.7957c -4.3054,-0.0000 -7.7957,3.4902 -7.7957 7.7957c -0.0000,4.3054 3.4902,7.7957 7.7957 7.7957c 4.3054,0.0000 7.7957,-3.4902 7.7957 -7.7957Z"/></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 196.2250,66.0377 ZM 201.5514,63.1246 c 0.0000,-1.7755 -0.9653,-2.6546 -2.0340 -2.6546c -0.7929,-0.0000 -1.3962,0.1207 -2.0685 0.3965l 0.5516,-4.7059 c 0.5688,0.0517 1.1549,0.0690 1.7582 0.0690c 0.8619,-0.0000 1.7582,-0.0517 2.6891 -0.1551l 0.1034,0.0517 l -0.2586,1.1204 c -0.6723,0.0690 -1.2239,0.0862 -1.7065 0.0862c -0.7757,-0.0000 -1.3618,-0.0690 -1.9651 -0.1379l -0.3275,2.7235 c 0.3620,-0.1379 0.9825,-0.2586 1.6548 -0.2586c 1.8272,-0.0000 2.8442,1.5859 2.8442 3.1717c 0.0000,1.9306 -1.3445,3.4130 -3.2924 3.4130c -0.9825,-0.0000 -2.4133,-0.5516 -2.4133 -1.2239c 0.0000,-0.3275 0.2758,-0.5516 0.5861 -0.5516c 0.3448,-0.0000 0.5688,0.2586 0.7757 0.5344c 0.2586,0.3103 0.5344,0.6550 1.0860 0.6550c 1.1032,-0.0000 2.0168,-1.0343 2.0168 -2.5339Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.489491900092669" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 207.7957,92.2043 c 0.0000,-4.3054 -3.4902,-7.7957 -7.7957 -7.7957c -4.3054,-0.0000 -7.7957,3.4902 -7.7957 7.7957c -0.0000,4.3054 3.4902,7.7957 7.7957 7.7957c 4.3054,0.0000 7.7957,-3.4902 7.7957 -7.7957Z"/></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.2394,60.7854 ZM 174.6866,54.6661 c 0.0000,-0.1207 0.0172,-0.2586 0.1724 -0.3448c 0.1896,-0.1379 0.4999,-0.2930 0.7585 -0.2930c 0.2241,-0.0000 0.2413,0.1896 0.2413 0.5344v 2.7752 h 1.3962 l -0.1034,0.8102 h -1.2928 v 1.4307 c 0.0000,0.4827 0.0690,0.7240 0.5688 0.7240h 0.4654 c 0.1034,-0.0000 0.1207,0.0862 0.1207 0.1207v 0.3792 c 0.0000,-0.0000 -1.1032,-0.0345 -1.8272 -0.0345c -0.6550,-0.0000 -1.6720,0.0345 -1.6720 0.0345v -0.3792 c 0.0000,-0.0345 0.0172,-0.1207 0.1207 -0.1207h 0.4654 c 0.5344,-0.0000 0.5861,-0.2241 0.5861 -0.7240v -1.4307 h -3.3786 c -0.0690,-0.0000 -0.1034,-0.0345 -0.1551 -0.1034l -0.1379,-0.1896 l -0.2069,-0.3620 c -0.0172,-0.0000 -0.0172,-0.0172 -0.0172 -0.0345c 0.0000,-0.0172 0.0172,-0.0345 0.0345 -0.0517c 1.1204,-1.2411 3.1028,-5.0851 3.7233 -6.4986c 0.0172,-0.0690 0.0517,-0.0862 0.1207 -0.0862c 0.0172,-0.0000 0.3965,0.1551 0.6033 0.1896c -0.7757,2.0857 -2.0513,4.3266 -3.3096 6.3262h 2.7235 v -2.6718 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.489491900092669" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 181.8101,86.9521 c 0.0000,-4.3054 -3.4902,-7.7957 -7.7957 -7.7957c -4.3054,-0.0000 -7.7957,3.4902 -7.7957 7.7957c -0.0000,4.3054 3.4902,7.7957 7.7957 7.7957c 4.3054,0.0000 7.7957,-3.4902 7.7957 -7.7957Z"/></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 144.2537,37.4524 ZM 147.9771,28.0234 c -0.4309,-0.0000 -1.6893,0.2413 -1.6893 1.2928c 0.0000,0.3103 -0.1207,0.8446 -0.5861 0.8446c -0.4482,-0.0000 -0.4827,-0.4999 -0.4827 -0.5516c 0.0000,-0.5344 0.7067,-2.1202 3.1028 -2.1202c 1.6720,-0.0000 2.1719,1.0515 2.1719 1.7410c 0.0000,0.4309 -0.1379,1.2928 -1.6893 2.2754c 0.9653,0.1551 2.2409,0.8619 2.2409 2.6546c 0.0000,2.2754 -1.7238,3.4992 -3.6716 3.4992c -0.9825,-0.0000 -2.3615,-0.4309 -2.3615 -1.0860c 0.0000,-0.2586 0.2586,-0.5516 0.6033 -0.5516c 0.3275,-0.0000 0.4827,0.1724 0.6378 0.3965c 0.1896,0.2930 0.4999,0.7067 1.3273 0.7067c 0.5688,-0.0000 2.1892,-0.5688 2.1892 -2.7408c 0.0000,-1.8444 -1.2928,-2.1375 -2.2236 -2.1375c -0.1551,-0.0000 -0.3448,0.0345 -0.5344 0.0690l -0.0690,-0.5171 c 1.3273,-0.2241 2.4305,-1.5169 2.4305 -2.3098c 0.0000,-0.9825 -0.6895,-1.4652 -1.3962 -1.4652Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.489491900092669" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 155.8244,63.6190 c 0.0000,-4.3054 -3.4902,-7.7957 -7.7957 -7.7957c -4.3054,-0.0000 -7.7957,3.4902 -7.7957 7.7957c -0.0000,4.3054 3.4902,7.7957 7.7957 7.7957c 4.3054,0.0000 7.7957,-3.4902 7.7957 -7.7957Z"/></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 118.2681,17.4908 ZM 119.2679,9.8546 c 0.0000,-0.9825 0.9481,-2.3271 2.7580 -2.3271c 1.3273,-0.0000 2.8787,0.4999 2.8787 2.4822c 0.0000,1.3101 -0.6723,1.9651 -1.6031 2.8614l -1.6376,1.5859 c -0.0862,0.0862 -1.2411,1.2239 -1.2411 2.0340h 2.9304 c 0.5861,-0.0000 0.8964,-0.2930 1.1377 -1.2411l 0.4309,0.0690 l -0.3448,2.1719 h -5.3264 c 0.0000,-0.9653 0.1551,-1.7065 1.7582 -3.3441l 1.2066,-1.1894 c 0.9653,-0.9825 1.3618,-1.8272 1.3618 -2.8787c 0.0000,-1.5686 -1.0687,-2.0168 -1.6548 -2.0168c -1.1894,-0.0000 -1.5169,0.6206 -1.5169 1.0343c 0.0000,0.1379 0.0345,0.2758 0.0690 0.3965c 0.0345,0.1207 0.0690,0.2413 0.0690 0.3792c 0.0000,0.4482 -0.3448,0.6206 -0.6206 0.6206c -0.3792,-0.0000 -0.6550,-0.2930 -0.6550 -0.6378Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.489491900092669" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 129.8388,43.6574 c 0.0000,-4.3054 -3.4902,-7.7957 -7.7957 -7.7957c -4.3054,-0.0000 -7.7957,3.4902 -7.7957 7.7957c -0.0000,4.3054 3.4902,7.7957 7.7957 7.7957c 4.3054,0.0000 7.7957,-3.4902 7.7957 -7.7957Z"/></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 92.2825,19.2533 ZM 95.5232,11.0310 c -0.3275,-0.0000 -1.0860,0.3103 -1.4652 0.4827l -0.2069,-0.5344 c 1.5169,-0.7067 2.1030,-1.0687 2.9649 -1.6893h 0.3275 v 8.6705 c 0.0000,0.6206 0.0862,0.7929 0.6550 0.7929h 0.8964 c 0.0517,-0.0000 0.1379,0.0345 0.1379 0.1379v 0.3792 l -2.3615,-0.0345 l -2.3960,0.0345 v -0.3792 c 0.0172,-0.0517 0.0345,-0.1379 0.1379 -0.1379h 1.0343 c 0.6550,-0.0000 0.6550,-0.2930 0.6550 -0.7929v -5.9297 c 0.0000,-0.5861 0.0000,-0.9998 -0.3792 -0.9998Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.489491900092669" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 103.8532,45.4199 c 0.0000,-4.3054 -3.4902,-7.7957 -7.7957 -7.7957c -4.3054,-0.0000 -7.7957,3.4902 -7.7957 7.7957c -0.0000,4.3054 3.4902,7.7957 7.7957 7.7957c 4.3054,0.0000 7.7957,-3.4902 7.7957 -7.7957Z"/></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 66.2969,41.1195 ZM 70.0719,31.7595 c -0.7412,-0.0000 -1.8272,0.7240 -1.8272 4.7403c 0.0000,1.4135 0.2586,4.2577 1.7755 4.2577c 0.2930,-0.0000 1.1204,-0.1896 1.4824 -1.5341c 0.2241,-0.8274 0.3448,-1.8617 0.3448 -3.3613c 0.0000,-2.1892 -0.5516,-3.4130 -1.0515 -3.8440c -0.1896,-0.1724 -0.4482,-0.2586 -0.7240 -0.2586ZM 70.0719,31.7595 ZM 70.0030,41.3263 c -1.8444,-0.0000 -3.0855,-2.3615 -3.0855 -4.9989c 0.0000,-3.2234 1.5341,-5.1713 3.1545 -5.1713c 0.7412,-0.0000 1.4824,0.4654 1.9823 1.1377c 0.7240,0.9653 1.1032,2.2581 1.1032 3.8785c 0.0000,3.8267 -1.8961,5.1540 -3.1545 5.1540Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="2.489491900092669" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 77.8676,67.2861 c 0.0000,-4.3054 -3.4902,-7.7957 -7.7957 -7.7957c -4.3054,-0.0000 -7.7957,3.4902 -7.7957 7.7957c -0.0000,4.3054 3.4902,7.7957 7.7957 7.7957c 4.3054,0.0000 7.7957,-3.4902 7.7957 -7.7957Z"/></g></svg>
diff --git a/other/lineChart_Example.svg b/other/lineChart_Example.svg
new file mode 100644
--- /dev/null
+++ b/other/lineChart_Example.svg
@@ -0,0 +1,3 @@
+<?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="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.2247448713915892" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 50.0000,40.0000 v 160.0000 "/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="4.898979485566357" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.0000,200.0000 l 300.0000,-120.0000 "/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.4494897427831783" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.0000,160.0000 h 100.0000 l 100.0000,-160.0000 "/></g></svg>
diff --git a/other/lineHudExample.svg b/other/lineHudExample.svg
new file mode 100644
--- /dev/null
+++ b/other/lineHudExample.svg
@@ -0,0 +1,3 @@
+<?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.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 200.3723,112.8180 v 173.6045 "/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="8.513002598104295" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 146.1209,286.4225 l 325.5085,-130.2034 "/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.256501299052148" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 146.1209,243.0214 h 108.5028 l 108.5028,-173.6045 "/></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 68.2958,286.4225 ZM 66.5414,270.7229 c 0.0000,-3.4188 -2.6541,-4.7684 -5.8930 -5.6681l 0.2249,-1.3495 c 2.3392,0.4948 4.9033,0.9897 7.4225 1.1696l -0.0000,11.4711 l -0.0450,3.5088 c -0.0000,0.5398 0.0900,5.7130 0.0900 5.7130l -0.0900,0.0900 l -0.8547,-0.0000 c -0.2249,-0.0000 -0.3599,-0.1799 -0.3599 -0.3599l 0.0000,-1.3495 c 0.0000,-1.8894 -0.4049,-2.2942 -1.9793 -2.2942l -22.5823,-0.0000 c -1.3495,-0.0000 -1.9793,0.6748 -1.9793 2.4292l -0.0000,1.2146 c -0.0000,0.1799 -0.1350,0.3599 -0.3599 0.3599l -0.8547,-0.0000 l -0.0450,-0.0900 c 0.0000,-0.0000 0.0450,-3.9137 0.0450 -5.6681c 0.0000,-1.6194 -0.0450,-5.8030 -0.0450 -5.8030l 0.0450,-0.0900 l 0.8547,0.0000 c 0.2249,0.0000 0.3599,0.1350 0.3599 0.3599l -0.0000,1.1696 c -0.0000,1.8444 0.7198,2.4742 1.9793 2.4742l 21.8175,0.0000 c 1.3945,0.0000 2.2492,-0.8097 2.2492 -2.1143l 0.0000,-5.1732 ZM 68.2958,262.7606 ZM 42.6096,259.2518 c -1.1696,-0.0000 -2.1593,-0.9447 -2.1593 -2.1143c 0.0000,-1.2146 0.9897,-2.1593 2.1593 -2.1593c 1.2146,0.0000 2.1593,0.9447 2.1593 2.1593c -0.0000,1.1696 -0.9447,2.1143 -2.1593 2.1143ZM 42.6096,259.2518 ZM 65.0569,254.9783 c 1.3046,0.0000 1.9793,-0.4948 1.9793 -1.9343l 0.0000,-0.8547 c 0.0000,-0.2249 0.1350,-0.4049 0.3599 -0.4049l 0.8547,0.0000 l 0.0900,0.0900 c 0.0000,-0.0000 -0.0900,3.1039 -0.0900 4.8583c -0.0000,1.5745 0.0900,4.6334 0.0900 4.6334l -0.0900,0.0900 l -0.8547,-0.0000 c -0.2249,-0.0000 -0.3599,-0.1350 -0.3599 -0.3599l 0.0000,-0.8547 c 0.0000,-1.4845 -0.6748,-1.9343 -1.9793 -1.9343l -11.2012,-0.0000 c -2.3842,-0.0000 -2.7441,0.4049 -2.7441 1.0346c -0.0000,0.5848 0.0450,1.1246 0.2249 1.8894l -1.2596,0.2249 c -0.4948,-2.8790 -0.6748,-3.3738 -1.3046 -4.6784c -0.1799,-0.4948 -0.3599,-0.8097 -0.3599 -1.1246l 0.0000,-0.6748 l 16.6443,0.0000 ZM 68.2958,250.8847 ZM 65.0569,234.5103 l -9.8516,-0.0000 c -3.1489,-0.0000 -4.6334,0.5398 -4.6334 2.9240c -0.0000,1.9793 0.7647,3.6887 3.4638 5.9830l 11.0212,0.0000 c 1.3046,0.0000 1.9793,-0.4498 1.9793 -1.9343l 0.0000,-0.6298 c 0.0000,-0.2249 0.1350,-0.3599 0.3599 -0.3599l 0.8547,0.0000 l 0.0900,0.0900 c 0.0000,-0.0000 -0.0900,2.8340 -0.0900 4.5884c -0.0000,1.6194 0.0900,4.6784 0.0900 4.6784l -0.0900,0.0900 l -0.8547,-0.0000 c -0.2249,-0.0000 -0.3599,-0.1350 -0.3599 -0.3599l 0.0000,-0.8547 c 0.0000,-1.5295 -0.6748,-1.9343 -1.9793 -1.9343l -11.2012,-0.0000 c -2.4292,-0.0000 -2.7441,0.3599 -2.7441 0.9897c -0.0000,0.5848 0.0450,1.1246 0.2249 1.8894l -1.2596,0.2249 c -0.3149,-1.8894 -0.5398,-3.2389 -1.3046 -4.6334c -0.2249,-0.4948 -0.3599,-0.8547 -0.3599 -1.1696l 0.0000,-0.6748 l 4.0036,0.1350 l 0.0000,-0.1350 c -3.3738,-2.8790 -4.0036,-5.0383 -4.0036 -7.3325c 0.0000,-4.0486 3.1039,-4.9033 7.1076 -4.9033l 9.5367,0.0000 c 1.3046,0.0000 1.9793,-0.4948 1.9793 -1.9343l 0.0000,-0.8547 c 0.0000,-0.2249 0.1350,-0.4049 0.3599 -0.4049l 0.8547,0.0000 l 0.0900,0.0900 c 0.0000,-0.0000 -0.0900,3.1039 -0.0900 4.8583c -0.0000,1.5745 0.0900,4.4085 0.0900 4.4085l -0.0900,0.0900 l -0.8547,-0.0000 c -0.2249,-0.0000 -0.3599,-0.1350 -0.3599 -0.3599l 0.0000,-0.6298 c 0.0000,-1.4845 -0.6748,-1.9343 -1.9793 -1.9343ZM 68.2958,227.4927 ZM 55.8351,222.3644 l 0.0000,-8.2772 c 0.0000,-0.4498 -0.2249,-0.6298 -0.6298 -0.6298c -4.1836,-0.0000 -5.2632,2.1143 -5.2632 3.7337c -0.0000,1.0346 0.4049,4.4085 5.8930 5.1732ZM 55.8351,222.3644 ZM 64.1122,210.4885 l 0.7198,-0.8997 c 2.3392,1.7094 4.0036,4.3635 4.0036 7.6024c -0.0000,6.1629 -4.5884,8.7720 -9.4917 8.7720c -6.8377,-0.0000 -10.9313,-4.4985 -10.9313 -8.7720c 0.0000,-5.9380 4.6334,-7.3325 8.4121 -7.3325c 0.4948,0.0000 0.7647,0.3149 0.7647 0.8097l -0.0000,11.8309 c 0.2699,0.0450 0.5398,0.0450 0.8997 0.0450c 4.5884,0.0000 8.1422,-3.1939 8.1422 -6.4328c 0.0000,-2.4742 -0.8097,-4.0486 -2.5191 -5.6231ZM 68.2958,196.9931 ZM 68.8356,181.0236 c -0.0000,9.6717 -7.4674,14.3051 -14.7100 14.3051c -8.8620,-0.0000 -15.4297,-6.8826 -15.4297 -14.3501c 0.0000,-5.5331 1.8894,-7.2875 2.0243 -9.8516c 2.4742,-0.1350 4.6334,-0.5398 6.9726 -0.9897l 0.1799,1.3495 c -3.8687,1.1696 -7.5124,3.7787 -7.5124 9.9866c -0.0000,3.5538 3.7787,9.9416 12.9106 9.9416c 6.5678,0.0000 13.7203,-3.3738 13.7203 -10.3465c 0.0000,-4.1836 -1.4845,-7.2425 -4.9933 -10.4364l 0.6748,-1.0346 c 4.0036,3.0590 6.1629,7.0626 6.1629 11.4261ZM 68.2958,168.0231 ZM 36.8965,160.6906 l 15.2498,0.0000 c -3.0140,-3.0140 -3.7337,-5.6681 -3.7337 -7.4225c 0.0000,-3.2389 2.4742,-4.8583 7.1076 -4.8583l 9.5367,0.0000 c 1.3046,0.0000 1.9793,-0.4498 1.9793 -1.9343l 0.0000,-0.8547 c 0.0000,-0.1799 0.1350,-0.3599 0.3599 -0.3599l 0.8547,0.0000 l 0.0900,0.0900 c 0.0000,-0.0000 -0.0900,3.0590 -0.0900 4.8583c -0.0000,1.5745 0.0900,4.6334 0.0900 4.6334l -0.0900,0.0900 l -0.8547,-0.0000 c -0.2249,-0.0000 -0.3599,-0.1350 -0.3599 -0.3599l 0.0000,-0.8547 c 0.0000,-1.5295 -0.6748,-1.9343 -1.9793 -1.9343l -10.0316,-0.0000 c -3.6438,-0.0000 -4.4985,0.9897 -4.4985 3.5088c -0.0000,1.3046 1.1696,3.2389 3.2839 5.3982l 11.2461,0.0000 c 1.3046,0.0000 1.9793,-0.4498 1.9793 -1.9343l 0.0000,-0.8547 c 0.0000,-0.1799 0.1350,-0.3599 0.3599 -0.3599l 0.8547,0.0000 l 0.0900,0.0900 c 0.0000,-0.0000 -0.0900,3.0590 -0.0900 4.8134c -0.0000,1.6194 0.0900,4.6334 0.0900 4.6334l -0.0900,0.0900 l -0.8547,-0.0000 c -0.2249,-0.0000 -0.3599,-0.0900 -0.3599 -0.3149l 0.0000,-0.8547 c 0.0000,-1.5295 -0.6748,-1.9343 -1.9793 -1.9343l -22.5373,-0.0000 c -2.5641,-0.0000 -3.2839,0.4049 -3.2839 1.3046l 0.1799,1.4845 c -0.0000,0.1350 -0.0900,0.2249 -0.2249 0.2249l -1.1246,0.0900 c 0.0000,-0.7198 -0.2699,-2.3392 -0.4049 -3.1039c -0.1799,-0.8097 -0.3599,-1.4845 -0.7647 -2.3842l 0.0000,-0.9897 ZM 68.2958,144.7210 ZM 57.2746,131.6305 l 0.8997,3.5538 c 1.2146,3.9586 3.2839,4.5434 5.3082 4.5434c 1.3945,0.0000 3.5088,-0.6748 3.5088 -3.5088c 0.0000,-1.3495 -1.3046,-3.4188 -2.2942 -4.5884l -7.4225,-0.0000 ZM 57.2746,131.6305 ZM 68.8356,128.7515 c -0.0000,1.7094 -1.5295,2.6541 -2.6091 2.8340l 0.7198,1.0346 c 1.4395,2.0693 1.8894,2.8340 1.8894 4.9033c -0.0000,3.1489 -1.7994,5.4431 -5.1732 5.4431c -3.4188,-0.0000 -5.7580,-2.9240 -6.8377 -7.1975l -1.0346,-4.1386 c -5.0833,-0.0000 -6.0279,2.3392 -6.0279 3.8687c -0.0000,1.7094 0.7647,3.6887 2.1593 3.6887c 0.4948,0.0000 0.7647,-0.0900 0.8997 -0.1350c 0.1799,-0.0900 0.4948,-0.1350 0.8097 -0.1350c 0.5848,0.0000 1.4845,0.4498 1.4845 1.7544c -0.0000,1.0796 -0.7198,1.7994 -1.7994 1.7994c -2.6091,-0.0000 -4.9033,-4.2286 -4.9033 -7.1076c 0.0000,-3.2839 1.3495,-7.0626 7.7373 -7.0626l 6.6127,0.0000 c 2.7441,0.0000 3.9137,-0.0450 3.9137 -1.0796c 0.0000,-0.9897 -1.2596,-1.2596 -2.2492 -1.3046l 0.2249,-1.1246 c 3.2839,0.2699 4.1836,1.6644 4.1836 3.9586ZM 68.2958,124.4330 ZM 65.0569,120.4294 l -11.2012,-0.0000 c -2.2492,-0.0000 -2.7441,0.3149 -2.7441 0.9897c -0.0000,0.5848 0.0450,1.1246 0.2249 1.8894l -1.2596,0.2249 c -0.4948,-2.8340 -0.6298,-3.3289 -1.3046 -4.6784c -0.2249,-0.4498 -0.3599,-0.8097 -0.3599 -1.1246l 0.0000,-0.6748 l 4.0486,0.1350 l 0.0000,-0.1350 c -1.7544,-1.1696 -4.0486,-3.1489 -4.0486 -5.2632c 0.0000,-1.8444 0.8997,-2.5191 2.0693 -2.5191c 1.1696,0.0000 1.8894,0.7647 1.8894 1.9343c -0.0000,0.8997 -0.3599,1.3945 -0.8097 1.8444c -0.2699,0.2699 -0.4049,0.5848 -0.4049 0.8997c -0.0000,0.4948 0.8097,1.4845 2.3392 2.5641c 0.4049,0.3149 0.9897,0.5398 1.5745 0.5398l 9.9866,0.0000 c 1.3046,0.0000 1.9793,-0.4498 1.9793 -1.9343l 0.0000,-1.3046 c 0.0000,-0.2249 0.1350,-0.4049 0.3599 -0.4049l 0.8547,0.0000 l 0.0900,0.0900 c 0.0000,-0.0000 -0.0900,3.5538 -0.0900 5.3082c -0.0000,1.6194 0.0900,4.6784 0.0900 4.6784l -0.0900,0.0450 l -0.8547,-0.0000 c -0.2249,-0.0000 -0.3599,-0.0900 -0.3599 -0.3149l 0.0000,-0.8547 c 0.0000,-1.5295 -0.6748,-1.9343 -1.9793 -1.9343ZM 68.2958,108.8233 ZM 50.7068,101.4459 l 11.5161,0.0000 c 2.7890,0.0000 4.1386,-0.2699 4.1386 -1.4845c 0.0000,-1.1696 -0.3599,-2.0693 -1.2596 -3.2389l 0.7647,-0.8097 c 1.9793,1.7544 2.9690,3.5538 2.9690 5.6231c -0.0000,2.0693 -1.2596,3.2839 -4.4535 3.2839l -13.6753,-0.0000 l -0.0000,2.9240 c -0.0000,0.1350 -0.0450,0.1799 -0.1799 0.1799l -1.3945,-0.0000 c -0.1350,-0.0000 -0.1799,-0.0450 -0.1799 -0.1350c 0.0000,-3.0140 -1.7544,-3.7337 -5.1732 -3.7337l -0.8547,-0.0000 l -0.8997,-2.6091 l 6.9276,0.0000 l 0.0000,-4.9483 c 0.0000,-0.2249 0.0900,-0.3599 0.2699 -0.3599l 0.8997,0.0000 c 0.4049,0.0000 0.5848,0.6298 0.5848 1.0796l -0.0000,4.2286 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 509.3320,279.5631 ZM 513.4886,274.4996 h -0.0630 c -0.0630,-0.0000 -0.1008,-0.0504 -0.1008 -0.0882v -0.2519 l 0.0504,-0.0252 c 0.0000,-0.0000 0.7180,0.0252 1.1840 0.0252c 0.3275,-0.0000 0.8565,-0.0252 0.8565 -0.0252l 0.0252,0.0252 v 0.2267 c 0.0000,0.0630 -0.0630,0.1134 -0.1386 0.1134c -0.3653,-0.0000 -0.6550,0.1637 -0.8565 0.6550l -1.7382,4.2699 c -0.0882,0.2141 -0.1763,0.2897 -0.3023 0.2897c -0.1637,-0.0000 -0.2393,-0.0756 -0.3149 -0.2645l -1.7130,-4.3455 c -0.1763,-0.4534 -0.4408,-0.6046 -0.8061 -0.6046c -0.0630,-0.0000 -0.1260,-0.0252 -0.1260 -0.0882v -0.2519 l 0.0378,-0.0252 c 0.0000,-0.0000 0.6676,0.0252 1.0958 0.0252c 0.4912,-0.0000 1.2596,-0.0252 1.2596 -0.0252l 0.0504,0.0252 v 0.2393 c 0.0000,0.0882 -0.0756,0.1008 -0.1134 0.1008h -0.2141 c -0.2519,0.0126 -0.3653,0.0882 -0.3653 0.2141c 0.0000,0.0882 0.0504,0.1889 0.1260 0.3653l 1.0832,2.7459 l 0.2141,0.5794 l 0.2141,-0.5416 l 1.1210,-2.7585 c 0.0630,-0.1386 0.1008,-0.2519 0.1008 -0.3401c 0.0000,-0.1889 -0.1386,-0.2645 -0.5668 -0.2645ZM 515.5921,279.5631 ZM 517.0280,276.0741 h 2.3176 c 0.1260,-0.0000 0.1763,-0.0630 0.1763 -0.1763c 0.0000,-1.1714 -0.5920,-1.4737 -1.0454 -1.4737c -0.2897,-0.0000 -1.2344,0.1134 -1.4485 1.6500ZM 517.0280,276.0741 ZM 520.3532,278.3917 l 0.2519,0.2015 c -0.4786,0.6550 -1.2218,1.1210 -2.1287 1.1210c -1.7256,-0.0000 -2.4562,-1.2848 -2.4562 -2.6577c 0.0000,-1.9145 1.2596,-3.0608 2.4562 -3.0608c 1.6626,-0.0000 2.0531,1.2974 2.0531 2.3554c 0.0000,0.1386 -0.0882,0.2141 -0.2267 0.2141h -3.3127 c -0.0126,0.0756 -0.0126,0.1511 -0.0126 0.2519c 0.0000,1.2848 0.8943,2.2798 1.8012 2.2798c 0.6928,-0.0000 1.1336,-0.2267 1.5745 -0.7054ZM 520.9830,279.5631 ZM 522.1040,278.6562 v -3.1363 c 0.0000,-0.6298 -0.0882,-0.7683 -0.2771 -0.7683c -0.1637,-0.0000 -0.3149,0.0126 -0.5290 0.0630l -0.0630,-0.3527 c 0.7935,-0.1386 0.9321,-0.1763 1.3100 -0.3653c 0.1260,-0.0630 0.2267,-0.1008 0.3149 -0.1008h 0.1889 l -0.0378,1.1336 h 0.0378 c 0.3275,-0.4912 0.8817,-1.1336 1.4737 -1.1336c 0.5164,-0.0000 0.7054,0.2519 0.7054 0.5794c 0.0000,0.3275 -0.2141,0.5290 -0.5416 0.5290c -0.2519,-0.0000 -0.3905,-0.1008 -0.5164 -0.2267c -0.0756,-0.0756 -0.1637,-0.1134 -0.2519 -0.1134c -0.1386,-0.0000 -0.4157,0.2267 -0.7180 0.6550c -0.0882,0.1134 -0.1511,0.2771 -0.1511 0.4408v 2.7962 c 0.0000,0.3653 0.1260,0.5542 0.5416 0.5542h 0.3653 c 0.0630,-0.0000 0.1134,0.0378 0.1134 0.1008v 0.2393 l -0.0252,0.0252 c 0.0000,-0.0000 -0.9951,-0.0252 -1.4863 -0.0252c -0.4534,-0.0000 -1.3100,0.0252 -1.3100 0.0252l -0.0126,-0.0252 v -0.2393 c 0.0000,-0.0630 0.0252,-0.1008 0.0882 -0.1008h 0.2393 c 0.4283,-0.0000 0.5416,-0.1889 0.5416 -0.5542ZM 525.3537,279.5631 ZM 527.4194,274.6382 v 3.2245 c 0.0000,0.7809 0.0756,1.1588 0.4157 1.1588c 0.3275,-0.0000 0.5794,-0.1008 0.9069 -0.3527l 0.2267,0.2141 c -0.4912,0.5542 -0.9951,0.8313 -1.5745 0.8313c -0.5794,-0.0000 -0.9195,-0.3527 -0.9195 -1.2470v -3.8291 h -0.8187 c -0.0378,-0.0000 -0.0504,-0.0126 -0.0504 -0.0504v -0.3905 c 0.0000,-0.0378 0.0126,-0.0504 0.0378 -0.0504c 0.8439,-0.0000 1.0454,-0.4912 1.0454 -1.4485v -0.2393 l 0.7305,-0.2519 v 1.9397 h 1.3855 c 0.0630,-0.0000 0.1008,0.0252 0.1008 0.0756v 0.2519 c 0.0000,0.1134 -0.1763,0.1637 -0.3023 0.1637h -1.1840 ZM 529.1576,279.5631 ZM 530.1401,272.3709 c 0.0000,-0.3275 0.2645,-0.6046 0.5920 -0.6046c 0.3401,-0.0000 0.6046,0.2771 0.6046 0.6046c 0.0000,0.3401 -0.2645,0.6046 -0.6046 0.6046c -0.3275,-0.0000 -0.5920,-0.2645 -0.5920 -0.6046ZM 530.1401,272.3709 ZM 531.3367,278.6562 c 0.0000,0.3653 0.1386,0.5542 0.5416 0.5542h 0.2393 c 0.0630,-0.0000 0.1134,0.0378 0.1134 0.1008v 0.2393 l -0.0252,0.0252 c 0.0000,-0.0000 -0.8691,-0.0252 -1.3603 -0.0252c -0.4408,-0.0000 -1.2974,0.0252 -1.2974 0.0252l -0.0252,-0.0252 v -0.2393 c 0.0000,-0.0630 0.0378,-0.1008 0.1008 -0.1008h 0.2393 c 0.4157,-0.0000 0.5416,-0.1889 0.5416 -0.5542v -3.1363 c 0.0000,-0.6676 -0.1134,-0.7683 -0.2897 -0.7683c -0.1637,-0.0000 -0.3149,0.0126 -0.5290 0.0630l -0.0630,-0.3527 c 0.8061,-0.1386 0.9447,-0.1889 1.3100 -0.3653c 0.1386,-0.0504 0.2267,-0.1008 0.3149 -0.1008h 0.1889 v 4.6604 ZM 532.4829,279.5631 ZM 537.3196,278.4169 c -0.5542,0.9573 -1.1588,1.2974 -1.9145 1.2974c -1.5115,-0.0000 -2.4562,-1.1462 -2.4562 -2.7711c 0.0000,-1.7886 1.1210,-2.9474 2.4814 -2.9474c 1.2092,-0.0000 1.8516,0.6172 1.8516 1.2848c 0.0000,0.3653 -0.2267,0.5542 -0.4912 0.5542c -0.2645,-0.0000 -0.5164,-0.1386 -0.5542 -0.4534c -0.0504,-0.4157 -0.1260,-0.9573 -0.8691 -0.9573c -0.8313,-0.0000 -1.4485,0.8817 -1.4485 2.2420c 0.0000,1.4737 0.7935,2.4939 1.7634 2.4939c 0.5416,-0.0000 1.0203,-0.3527 1.4107 -0.9195ZM 537.5589,279.5631 ZM 541.2243,276.4771 l -0.9951,0.2519 c -1.1084,0.3401 -1.2722,0.9195 -1.2722 1.4863c 0.0000,0.3905 0.1889,0.9825 0.9825 0.9825c 0.3779,-0.0000 0.9573,-0.3653 1.2848 -0.6424v -2.0783 ZM 541.2243,276.4771 ZM 542.0304,279.7142 c -0.4786,-0.0000 -0.7431,-0.4283 -0.7935 -0.7305l -0.2897,0.2015 c -0.5794,0.4031 -0.7935,0.5290 -1.3729 0.5290c -0.8817,-0.0000 -1.5241,-0.5038 -1.5241 -1.4485c 0.0000,-0.9573 0.8187,-1.6122 2.0153 -1.9145l 1.1588,-0.2897 c 0.0000,-1.4233 -0.6550,-1.6878 -1.0832 -1.6878c -0.4786,-0.0000 -1.0328,0.2141 -1.0328 0.6046c 0.0000,0.1386 0.0252,0.2141 0.0378 0.2519c 0.0252,0.0504 0.0378,0.1386 0.0378 0.2267c 0.0000,0.1637 -0.1260,0.4157 -0.4912 0.4157c -0.3023,-0.0000 -0.5038,-0.2015 -0.5038 -0.5038c 0.0000,-0.7305 1.1840,-1.3729 1.9901 -1.3729c 0.9195,-0.0000 1.9775,0.3779 1.9775 2.1665v 1.8516 c 0.0000,0.7683 0.0126,1.0958 0.3023 1.0958c 0.2771,-0.0000 0.3527,-0.3527 0.3653 -0.6298l 0.3149,0.0630 c -0.0756,0.9195 -0.4660,1.1714 -1.1084 1.1714ZM 543.2396,279.5631 ZM 544.4362,278.6562 v -6.3104 c 0.0000,-0.7180 -0.1260,-0.9195 -0.3779 -0.9195l -0.4031,0.0504 c -0.0378,-0.0000 -0.0756,-0.0252 -0.0756 -0.0630l -0.0252,-0.3149 c 0.2015,-0.0000 0.6676,-0.0756 0.8817 -0.1134c 0.2267,-0.0504 0.4031,-0.1008 0.6550 -0.2141h 0.2771 v 7.8849 c 0.0000,0.3653 0.1386,0.5542 0.5416 0.5542h 0.3023 c 0.0504,-0.0000 0.1008,0.0378 0.1008 0.1008v 0.2393 l -0.0252,0.0252 c 0.0000,-0.0000 -0.9195,-0.0252 -1.4107 -0.0252c -0.4408,-0.0000 -1.3603,0.0252 -1.3603 0.0252l -0.0126,-0.0252 v -0.2393 c 0.0000,-0.0630 0.0252,-0.1008 0.0882 -0.1008h 0.3023 c 0.4157,-0.0000 0.5416,-0.1889 0.5416 -0.5542Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.1416,279.5631 h 10.8503 "/></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 509.3320,257.8625 ZM 509.8736,256.0991 l 0.3401,-0.0126 c 0.0378,0.3149 0.1763,0.9195 0.4534 1.2092c 0.1260,0.1386 0.4660,0.3653 0.9321 0.3653c 0.4408,-0.0000 1.0958,-0.3527 1.0958 -0.9699c 0.0000,-0.5416 -0.3023,-0.9069 -1.2974 -1.3351c -0.9195,-0.4031 -1.3981,-0.6676 -1.3981 -1.6122c 0.0000,-0.8439 0.7431,-1.4485 1.7382 -1.4485c 0.6298,-0.0000 1.0958,0.1134 1.4863 0.3149c 0.0756,0.4031 0.1134,0.8313 0.1386 1.2848l -0.3401,0.0126 c -0.2645,-1.0328 -1.0203,-1.2344 -1.2848 -1.2344c -0.4786,-0.0000 -0.9699,0.1889 -0.9699 0.8817c 0.0000,0.5038 0.2393,0.7557 0.9321 1.0077c 1.0203,0.3779 1.8390,0.8313 1.8390 1.8390c 0.0000,1.2470 -1.3225,1.6122 -1.9145 1.6122c -0.4408,-0.0000 -0.8061,-0.0504 -1.1336 -0.1386c -0.0882,-0.0126 -0.1511,-0.0252 -0.2393 -0.0252c -0.0630,-0.0000 -0.1637,0.0126 -0.2897 0.0378c 0.0000,-0.5290 -0.0378,-1.1714 -0.0882 -1.7886ZM 514.0050,257.8625 ZM 515.2016,256.9556 v -6.3104 c 0.0000,-0.7180 -0.1260,-0.9195 -0.3779 -0.9195l -0.4031,0.0504 c -0.0378,-0.0000 -0.0756,-0.0252 -0.0756 -0.0630l -0.0252,-0.3149 c 0.2015,-0.0000 0.6676,-0.0756 0.8817 -0.1134c 0.2267,-0.0504 0.4031,-0.1008 0.6550 -0.2141h 0.2771 v 7.8849 c 0.0000,0.3653 0.1386,0.5542 0.5416 0.5542h 0.3023 c 0.0504,-0.0000 0.1008,0.0378 0.1008 0.1008v 0.2393 l -0.0252,0.0252 c 0.0000,-0.0000 -0.9195,-0.0252 -1.4107 -0.0252c -0.4408,-0.0000 -1.3603,0.0252 -1.3603 0.0252l -0.0126,-0.0252 v -0.2393 c 0.0000,-0.0630 0.0252,-0.1008 0.0882 -0.1008h 0.3023 c 0.4157,-0.0000 0.5416,-0.1889 0.5416 -0.5542ZM 517.2799,257.8625 ZM 517.7081,255.2804 c 0.0000,-1.7256 0.9321,-2.9852 2.6073 -2.9852c 1.8642,-0.0000 2.5821,1.5619 2.5821 2.8718c 0.0000,1.2596 -0.8187,2.8466 -2.6073 2.8466c -1.6878,-0.0000 -2.5821,-1.4485 -2.5821 -2.7333ZM 517.7081,255.2804 ZM 520.1769,252.7109 c -1.0077,-0.0000 -1.4737,1.1840 -1.4737 2.2798c 0.0000,0.9699 0.5542,2.5821 1.8012 2.5821c 0.5668,-0.0000 1.3981,-0.3401 1.3981 -2.0027c 0.0000,-1.8516 -0.6928,-2.8592 -1.7256 -2.8592ZM 523.3132,257.8625 ZM 525.1900,253.9075 v 3.1363 c 0.4408,0.5164 0.8565,0.5416 1.0580 0.5416c 1.3477,-0.0000 1.6500,-1.2596 1.6500 -2.3428c 0.0000,-1.5241 -0.6172,-2.3680 -1.3855 -2.3680c -0.4283,-0.0000 -1.0454,0.3653 -1.3225 1.0328ZM 525.1900,253.9075 ZM 524.2579,259.8526 v -6.2349 c 0.0000,-0.4786 -0.1134,-0.5668 -0.2897 -0.5668c -0.1637,-0.0000 -0.3149,0.0126 -0.5290 0.0630l -0.0630,-0.3527 c 0.8061,-0.1386 0.9573,-0.1889 1.3100 -0.3653c 0.1386,-0.0630 0.2267,-0.1008 0.3149 -0.1008h 0.1889 l -0.0378,1.0077 h 0.0378 c 0.5794,-0.8817 1.2596,-1.0077 1.6626 -1.0077c 1.2218,-0.0000 2.0279,1.2722 2.0279 2.6073c 0.0000,1.0203 -0.3149,1.8012 -0.8817 2.3806c -0.4912,0.4912 -1.0077,0.7305 -1.6752 0.7305c -0.4534,-0.0000 -0.8061,-0.1008 -1.1336 -0.2771v 2.1161 c 0.0000,0.3653 0.1386,0.5542 0.5416 0.5542h 0.2393 c 0.0630,-0.0000 0.1134,0.0378 0.1134 0.1008v 0.2393 l -0.0252,0.0252 c 0.0000,-0.0000 -0.8691,-0.0252 -1.3603 -0.0252c -0.4408,-0.0000 -1.2974,0.0252 -1.2974 0.0252l -0.0252,-0.0252 v -0.2393 c 0.0000,-0.0630 0.0378,-0.1008 0.1008 -0.1008h 0.2393 c 0.4157,-0.0000 0.5416,-0.1889 0.5416 -0.5542ZM 529.3466,257.8625 ZM 530.7825,254.3735 h 2.3176 c 0.1260,-0.0000 0.1763,-0.0630 0.1763 -0.1763c 0.0000,-1.1714 -0.5920,-1.4737 -1.0454 -1.4737c -0.2897,-0.0000 -1.2344,0.1134 -1.4485 1.6500ZM 530.7825,254.3735 ZM 534.1077,256.6911 l 0.2519,0.2015 c -0.4786,0.6550 -1.2218,1.1210 -2.1287 1.1210c -1.7256,-0.0000 -2.4562,-1.2848 -2.4562 -2.6577c 0.0000,-1.9145 1.2596,-3.0608 2.4562 -3.0608c 1.6626,-0.0000 2.0531,1.2974 2.0531 2.3554c 0.0000,0.1386 -0.0882,0.2141 -0.2267 0.2141h -3.3127 c -0.0126,0.0756 -0.0126,0.1511 -0.0126 0.2519c 0.0000,1.2848 0.8943,2.2798 1.8012 2.2798c 0.6928,-0.0000 1.1336,-0.2267 1.5745 -0.7054Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="8.513002598104295" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.1416,257.8625 h 10.8503 "/></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 509.3320,236.1619 ZM 511.3851,227.3702 v 4.2699 c 0.8439,-0.8439 1.5871,-1.0454 2.0783 -1.0454c 0.9069,-0.0000 1.3603,0.6928 1.3603 1.9901v 2.6703 c 0.0000,0.3653 0.1260,0.5542 0.5416 0.5542h 0.2393 c 0.0504,-0.0000 0.1008,0.0378 0.1008 0.1008v 0.2393 l -0.0252,0.0252 c 0.0000,-0.0000 -0.8565,-0.0252 -1.3603 -0.0252c -0.4408,-0.0000 -1.2974,0.0252 -1.2974 0.0252l -0.0252,-0.0252 v -0.2393 c 0.0000,-0.0630 0.0378,-0.1008 0.1008 -0.1008h 0.2393 c 0.4283,-0.0000 0.5416,-0.1889 0.5416 -0.5542v -2.8088 c 0.0000,-1.0203 -0.2771,-1.2596 -0.9825 -1.2596c -0.3653,-0.0000 -0.9069,0.3275 -1.5115 0.9195v 3.1489 c 0.0000,0.3653 0.1260,0.5542 0.5416 0.5542h 0.2393 c 0.0504,-0.0000 0.1008,0.0378 0.1008 0.1008v 0.2393 l -0.0252,0.0252 c 0.0000,-0.0000 -0.8565,-0.0252 -1.3477 -0.0252c -0.4534,-0.0000 -1.2974,0.0252 -1.2974 0.0252l -0.0252,-0.0252 v -0.2393 c 0.0000,-0.0630 0.0252,-0.1008 0.0882 -0.1008h 0.2393 c 0.4283,-0.0000 0.5416,-0.1889 0.5416 -0.5542v -6.3104 c 0.0000,-0.7180 -0.1134,-0.9195 -0.3653 -0.9195l -0.4157,0.0504 c -0.0378,-0.0000 -0.0630,-0.0252 -0.0630 -0.0630l -0.0252,-0.3149 c 0.2015,-0.0000 0.6550,-0.0756 0.8691 -0.1134c 0.2267,-0.0504 0.4157,-0.1008 0.6676 -0.2141h 0.2771 ZM 515.8566,236.1619 ZM 516.2848,233.5798 c 0.0000,-1.7256 0.9321,-2.9852 2.6073 -2.9852c 1.8642,-0.0000 2.5821,1.5619 2.5821 2.8718c 0.0000,1.2596 -0.8187,2.8466 -2.6073 2.8466c -1.6878,-0.0000 -2.5821,-1.4485 -2.5821 -2.7333ZM 516.2848,233.5798 ZM 518.7536,231.0103 c -1.0077,-0.0000 -1.4737,1.1840 -1.4737 2.2798c 0.0000,0.9699 0.5542,2.5821 1.8012 2.5821c 0.5668,-0.0000 1.3981,-0.3401 1.3981 -2.0027c 0.0000,-1.8516 -0.6928,-2.8592 -1.7256 -2.8592ZM 521.8899,236.1619 ZM 528.5278,233.5798 v 1.6752 c 0.0000,0.3653 0.1386,0.5542 0.5416 0.5542h 0.0252 c 0.0630,-0.0000 0.1134,0.0378 0.1134 0.1008v 0.2393 l -0.0252,0.0252 c 0.0000,-0.0000 -0.6550,-0.0252 -1.1462 -0.0252c -0.4408,-0.0000 -1.2974,0.0252 -1.2974 0.0252l -0.0252,-0.0252 v -0.2393 c 0.0000,-0.0630 0.0378,-0.1008 0.1008 -0.1008h 0.2393 c 0.4157,-0.0000 0.5416,-0.1889 0.5416 -0.5542v -6.3734 c 0.0000,-0.5920 -0.1260,-0.8565 -0.3779 -0.8565c 0.0000,-0.0000 -0.1889,0.0252 -0.3149 0.0378c -0.0378,-0.0000 -0.0882,0.0126 -0.1008 0.0126c -0.0378,-0.0000 -0.0630,-0.0378 -0.0630 -0.0630l -0.0252,-0.3149 c 0.2015,-0.0000 0.6676,-0.0756 0.8817 -0.1134c 0.2267,-0.0504 0.4031,-0.1008 0.6550 -0.2141h 0.2771 v 5.8192 c 0.5542,-0.2771 0.9699,-0.6676 1.6626 -1.3981c 0.1889,-0.2015 0.2519,-0.3653 0.2519 -0.4912c 0.0000,-0.1008 -0.0756,-0.2015 -0.3779 -0.2015h -0.0378 c -0.0630,-0.0000 -0.1134,-0.0504 -0.1134 -0.1008v -0.2393 l 0.0378,-0.0252 c 0.0000,-0.0000 0.6046,0.0252 1.0454 0.0252c 0.4912,-0.0000 1.1714,-0.0252 1.1714 -0.0252l 0.0504,0.0252 v 0.2393 c 0.0000,0.0630 -0.0756,0.1008 -0.1260 0.1008h -0.1008 c -0.3401,-0.0000 -0.8943,0.2771 -1.1966 0.6046l -0.9699,1.0580 c -0.0378,0.0378 -0.0504,0.0756 -0.0504 0.1260c 0.0000,0.0630 0.0252,0.1260 0.0630 0.1763l 1.4863,2.1791 c 0.2267,0.3401 0.6172,0.5668 0.9321 0.5668h 0.0378 c 0.0882,-0.0000 0.1637,0.0378 0.1637 0.1008v 0.2267 l -0.0252,0.0378 c 0.0000,-0.0000 -0.6298,-0.0252 -1.1210 -0.0252c -0.4534,-0.0000 -0.7809,0.0252 -0.7809 0.0252l -0.0378,-0.0504 v -0.2141 c 0.0000,-0.1511 -0.0378,-0.3023 -0.2897 -0.6676l -0.9321,-1.2974 c -0.1637,-0.2393 -0.3149,-0.4534 -0.6046 -0.4534c -0.0504,-0.0000 -0.0882,-0.0000 -0.1386 0.0126v 0.0756 ZM 528.5278,233.5798 ZM 526.6007,234.9779 c -0.5542,0.9573 -1.1588,1.2974 -1.9019 1.2974c -1.5115,-0.0000 -2.3428,-1.1588 -2.3428 -2.7836c 0.0000,-1.7886 1.0077,-2.9222 2.3554 -2.9222c 1.2092,-0.0000 1.8516,0.6172 1.8516 1.2848c 0.0000,0.3779 -0.2267,0.5542 -0.4786 0.5542c -0.2771,-0.0000 -0.5290,-0.1386 -0.5668 -0.4408c -0.0378,-0.4283 -0.1260,-0.9699 -0.8691 -0.9699c -0.8313,-0.0000 -1.3225,0.8565 -1.3225 2.2168c 0.0000,1.4737 0.6676,2.5065 1.6500 2.5065c 0.5416,-0.0000 1.0077,-0.3527 1.3981 -0.9195ZM 532.4451,236.1619 ZM 533.8810,232.6729 h 2.3176 c 0.1260,-0.0000 0.1763,-0.0630 0.1763 -0.1763c 0.0000,-1.1714 -0.5920,-1.4737 -1.0454 -1.4737c -0.2897,-0.0000 -1.2344,0.1134 -1.4485 1.6500ZM 533.8810,232.6729 ZM 537.2063,234.9905 l 0.2519,0.2015 c -0.4786,0.6550 -1.2218,1.1210 -2.1287 1.1210c -1.7256,-0.0000 -2.4562,-1.2848 -2.4562 -2.6577c 0.0000,-1.9145 1.2596,-3.0608 2.4562 -3.0608c 1.6626,-0.0000 2.0531,1.2974 2.0531 2.3554c 0.0000,0.1386 -0.0882,0.2141 -0.2267 0.2141h -3.3127 c -0.0126,0.0756 -0.0126,0.1511 -0.0126 0.2519c 0.0000,1.2848 0.8943,2.2798 1.8012 2.2798c 0.6928,-0.0000 1.1336,-0.2267 1.5745 -0.7054ZM 537.8360,236.1619 ZM 540.4559,230.9977 c 0.0000,0.0630 -0.0756,0.1008 -0.1386 0.1008c -0.3779,-0.0000 -0.5416,0.0756 -0.5416 0.2771c 0.0000,0.0756 0.0252,0.1763 0.0756 0.2897l 1.3855,3.2497 l 1.3981,-3.1993 c 0.0630,-0.1134 0.0882,-0.2141 0.0882 -0.2897c 0.0000,-0.2645 -0.2519,-0.3275 -0.5290 -0.3275h -0.0504 c -0.0630,-0.0000 -0.1260,-0.0504 -0.1260 -0.0882v -0.2393 l 0.0252,-0.0378 c 0.0000,-0.0000 0.7431,0.0252 1.1840 0.0252c 0.3527,-0.0000 0.8691,-0.0252 0.8691 -0.0252l 0.0378,0.0252 v 0.2393 c 0.0000,0.0630 -0.0504,0.1008 -0.1386 0.1008c -0.4786,-0.0000 -0.7180,0.4912 -0.8943 0.8565c -0.6676,1.4107 -1.2218,2.7081 -2.2294 5.1390c -0.3779,0.9069 -0.8313,1.9649 -1.7256 1.9649c -0.2393,-0.0000 -0.7305,-0.1386 -0.7305 -0.5920c 0.0000,-0.3779 0.2771,-0.4912 0.4786 -0.4912c 0.1889,-0.0000 0.3149,0.0756 0.3905 0.1763c 0.1260,0.1260 0.2141,0.2141 0.3401 0.2141c 0.1889,-0.0000 0.6298,-1.0832 0.9447 -1.8516c 0.0756,-0.1511 0.1008,-0.2771 0.1008 -0.3905c 0.0000,-0.1260 -0.1134,-0.4660 -0.2141 -0.7180l -1.5871,-3.6905 c -0.2015,-0.4786 -0.3401,-0.6172 -0.7683 -0.6172c -0.0756,-0.0000 -0.1260,-0.0378 -0.1260 -0.0882v -0.2519 l 0.0252,-0.0252 c 0.0000,-0.0000 0.5542,0.0252 0.9321 0.0252c 0.5920,-0.0000 1.4989,-0.0252 1.4989 -0.0252l 0.0252,0.0378 v 0.2267 ZM 547.3962,236.1619 ZM 547.9378,234.3985 l 0.3401,-0.0126 c 0.0378,0.3149 0.1763,0.9195 0.4534 1.2092c 0.1260,0.1386 0.4660,0.3653 0.9321 0.3653c 0.4408,-0.0000 1.0958,-0.3527 1.0958 -0.9699c 0.0000,-0.5416 -0.3023,-0.9069 -1.2974 -1.3351c -0.9195,-0.4031 -1.3981,-0.6676 -1.3981 -1.6122c 0.0000,-0.8439 0.7431,-1.4485 1.7382 -1.4485c 0.6298,-0.0000 1.0958,0.1134 1.4863 0.3149c 0.0756,0.4031 0.1134,0.8313 0.1386 1.2848l -0.3401,0.0126 c -0.2645,-1.0328 -1.0203,-1.2344 -1.2848 -1.2344c -0.4786,-0.0000 -0.9699,0.1889 -0.9699 0.8817c 0.0000,0.5038 0.2393,0.7557 0.9321 1.0077c 1.0203,0.3779 1.8390,0.8313 1.8390 1.8390c 0.0000,1.2470 -1.3225,1.6122 -1.9145 1.6122c -0.4408,-0.0000 -0.8061,-0.0504 -1.1336 -0.1386c -0.0882,-0.0126 -0.1511,-0.0252 -0.2393 -0.0252c -0.0630,-0.0000 -0.1637,0.0126 -0.2897 0.0378c 0.0000,-0.5290 -0.0378,-1.1714 -0.0882 -1.7886ZM 552.0692,236.1619 ZM 554.1349,231.2370 v 3.2245 c 0.0000,0.7809 0.0756,1.1588 0.4157 1.1588c 0.3275,-0.0000 0.5794,-0.1008 0.9069 -0.3527l 0.2267,0.2141 c -0.4912,0.5542 -0.9951,0.8313 -1.5745 0.8313c -0.5794,-0.0000 -0.9195,-0.3527 -0.9195 -1.2470v -3.8291 h -0.8187 c -0.0378,-0.0000 -0.0504,-0.0126 -0.0504 -0.0504v -0.3905 c 0.0000,-0.0378 0.0126,-0.0504 0.0378 -0.0504c 0.8439,-0.0000 1.0454,-0.4912 1.0454 -1.4485v -0.2393 l 0.7305,-0.2519 v 1.9397 h 1.3855 c 0.0630,-0.0000 0.1008,0.0252 0.1008 0.0756v 0.2519 c 0.0000,0.1134 -0.1763,0.1637 -0.3023 0.1637h -1.1840 ZM 555.8731,236.1619 ZM 556.8555,228.9698 c 0.0000,-0.3275 0.2645,-0.6046 0.5920 -0.6046c 0.3401,-0.0000 0.6046,0.2771 0.6046 0.6046c 0.0000,0.3401 -0.2645,0.6046 -0.6046 0.6046c -0.3275,-0.0000 -0.5920,-0.2645 -0.5920 -0.6046ZM 556.8555,228.9698 ZM 558.0521,235.2551 c 0.0000,0.3653 0.1386,0.5542 0.5416 0.5542h 0.2393 c 0.0630,-0.0000 0.1134,0.0378 0.1134 0.1008v 0.2393 l -0.0252,0.0252 c 0.0000,-0.0000 -0.8691,-0.0252 -1.3603 -0.0252c -0.4408,-0.0000 -1.2974,0.0252 -1.2974 0.0252l -0.0252,-0.0252 v -0.2393 c 0.0000,-0.0630 0.0378,-0.1008 0.1008 -0.1008h 0.2393 c 0.4157,-0.0000 0.5416,-0.1889 0.5416 -0.5542v -3.1363 c 0.0000,-0.6676 -0.1134,-0.7683 -0.2897 -0.7683c -0.1637,-0.0000 -0.3149,0.0126 -0.5290 0.0630l -0.0630,-0.3527 c 0.8061,-0.1386 0.9447,-0.1889 1.3100 -0.3653c 0.1386,-0.0504 0.2267,-0.1008 0.3149 -0.1008h 0.1889 v 4.6604 ZM 559.1983,236.1619 ZM 565.8363,233.5798 v 1.6752 c 0.0000,0.3653 0.1386,0.5542 0.5416 0.5542h 0.0252 c 0.0630,-0.0000 0.1134,0.0378 0.1134 0.1008v 0.2393 l -0.0252,0.0252 c 0.0000,-0.0000 -0.6550,-0.0252 -1.1462 -0.0252c -0.4408,-0.0000 -1.2974,0.0252 -1.2974 0.0252l -0.0252,-0.0252 v -0.2393 c 0.0000,-0.0630 0.0378,-0.1008 0.1008 -0.1008h 0.2393 c 0.4157,-0.0000 0.5416,-0.1889 0.5416 -0.5542v -6.3734 c 0.0000,-0.5920 -0.1260,-0.8565 -0.3779 -0.8565c 0.0000,-0.0000 -0.1889,0.0252 -0.3149 0.0378c -0.0378,-0.0000 -0.0882,0.0126 -0.1008 0.0126c -0.0378,-0.0000 -0.0630,-0.0378 -0.0630 -0.0630l -0.0252,-0.3149 c 0.2015,-0.0000 0.6676,-0.0756 0.8817 -0.1134c 0.2267,-0.0504 0.4031,-0.1008 0.6550 -0.2141h 0.2771 v 5.8192 c 0.5542,-0.2771 0.9699,-0.6676 1.6626 -1.3981c 0.1889,-0.2015 0.2519,-0.3653 0.2519 -0.4912c 0.0000,-0.1008 -0.0756,-0.2015 -0.3779 -0.2015h -0.0378 c -0.0630,-0.0000 -0.1134,-0.0504 -0.1134 -0.1008v -0.2393 l 0.0378,-0.0252 c 0.0000,-0.0000 0.6046,0.0252 1.0454 0.0252c 0.4912,-0.0000 1.1714,-0.0252 1.1714 -0.0252l 0.0504,0.0252 v 0.2393 c 0.0000,0.0630 -0.0756,0.1008 -0.1260 0.1008h -0.1008 c -0.3401,-0.0000 -0.8943,0.2771 -1.1966 0.6046l -0.9699,1.0580 c -0.0378,0.0378 -0.0504,0.0756 -0.0504 0.1260c 0.0000,0.0630 0.0252,0.1260 0.0630 0.1763l 1.4863,2.1791 c 0.2267,0.3401 0.6172,0.5668 0.9321 0.5668h 0.0378 c 0.0882,-0.0000 0.1637,0.0378 0.1637 0.1008v 0.2267 l -0.0252,0.0378 c 0.0000,-0.0000 -0.6298,-0.0252 -1.1210 -0.0252c -0.4534,-0.0000 -0.7809,0.0252 -0.7809 0.0252l -0.0378,-0.0504 v -0.2141 c 0.0000,-0.1511 -0.0378,-0.3023 -0.2897 -0.6676l -0.9321,-1.2974 c -0.1637,-0.2393 -0.3149,-0.4534 -0.6046 -0.4534c -0.0504,-0.0000 -0.0882,-0.0000 -0.1386 0.0126v 0.0756 ZM 565.8363,233.5798 ZM 563.9091,234.9779 c -0.5542,0.9573 -1.1588,1.2974 -1.9019 1.2974c -1.5115,-0.0000 -2.3428,-1.1588 -2.3428 -2.7836c 0.0000,-1.7886 1.0077,-2.9222 2.3554 -2.9222c 1.2092,-0.0000 1.8516,0.6172 1.8516 1.2848c 0.0000,0.3779 -0.2267,0.5542 -0.4786 0.5542c -0.2771,-0.0000 -0.5290,-0.1386 -0.5668 -0.4408c -0.0378,-0.4283 -0.1260,-0.9699 -0.8691 -0.9699c -0.8313,-0.0000 -1.3225,0.8565 -1.3225 2.2168c 0.0000,1.4737 0.6676,2.5065 1.6500 2.5065c 0.5416,-0.0000 1.0077,-0.3527 1.3981 -0.9195Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.256501299052148" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 494.1416,236.1619 h 10.8503 "/></g><g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.8513002598104296" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 573.5341,286.4225 l -0.0000,-64.4507 h -83.1731 l -0.0000,64.4507 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 116.5391,290.6115 l -0.0000,-217.0057 h -4.3401 l -0.0000,217.0057 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 91.0112,73.6058 ZM 95.4593,71.1730 c 0.0000,-1.4827 -0.8061,-2.2168 -1.6986 -2.2168c -0.6622,-0.0000 -1.1660,0.1008 -1.7274 0.3311l 0.4606,-3.9299 c 0.4750,0.0432 0.9645,0.0576 1.4683 0.0576c 0.7198,-0.0000 1.4683,-0.0432 2.2456 -0.1296l 0.0864,0.0432 l -0.2159,0.9357 c -0.5614,0.0576 -1.0220,0.0720 -1.4251 0.0720c -0.6478,-0.0000 -1.1372,-0.0576 -1.6410 -0.1152l -0.2735,2.2744 c 0.3023,-0.1152 0.8205,-0.2159 1.3819 -0.2159c 1.5259,-0.0000 2.3752,1.3243 2.3752 2.6487c 0.0000,1.6122 -1.1228,2.8502 -2.7495 2.8502c -0.8205,-0.0000 -2.0153,-0.4606 -2.0153 -1.0220c 0.0000,-0.2735 0.2303,-0.4606 0.4894 -0.4606c 0.2879,-0.0000 0.4750,0.2159 0.6478 0.4462c 0.2159,0.2591 0.4462,0.5470 0.9069 0.5470c 0.9213,-0.0000 1.6842,-0.8637 1.6842 -2.1161ZM 97.3162,73.6058 ZM 98.1368,73.0156 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 100.4688,73.6058 ZM 103.6213,65.7893 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 103.6213,65.7893 ZM 103.5637,73.7785 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.0289,73.6058 h 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0112,95.3064 ZM 94.7251,90.1961 c 0.0000,-0.1008 0.0144,-0.2159 0.1440 -0.2879c 0.1583,-0.1152 0.4175,-0.2447 0.6334 -0.2447c 0.1871,-0.0000 0.2015,0.1583 0.2015 0.4462v 2.3176 h 1.1660 l -0.0864,0.6766 h -1.0796 v 1.1948 c 0.0000,0.4031 0.0576,0.6046 0.4750 0.6046h 0.3887 c 0.0864,-0.0000 0.1008,0.0720 0.1008 0.1008v 0.3167 c 0.0000,-0.0000 -0.9213,-0.0288 -1.5259 -0.0288c -0.5470,-0.0000 -1.3963,0.0288 -1.3963 0.0288v -0.3167 c 0.0000,-0.0288 0.0144,-0.1008 0.1008 -0.1008h 0.3887 c 0.4462,-0.0000 0.4894,-0.1871 0.4894 -0.6046v -1.1948 h -2.8214 c -0.0576,-0.0000 -0.0864,-0.0288 -0.1296 -0.0864l -0.1152,-0.1583 l -0.1727,-0.3023 c -0.0144,-0.0000 -0.0144,-0.0144 -0.0144 -0.0288c 0.0000,-0.0144 0.0144,-0.0288 0.0288 -0.0432c 0.9357,-1.0364 2.5911,-4.2465 3.1093 -5.4269c 0.0144,-0.0576 0.0432,-0.0720 0.1008 -0.0720c 0.0144,-0.0000 0.3311,0.1296 0.5038 0.1583c -0.6478,1.7418 -1.7130,3.6132 -2.7639 5.2830h 2.2744 v -2.2312 ZM 97.3162,95.3064 ZM 98.1368,94.7162 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 100.4688,95.3064 ZM 104.9168,92.8736 c 0.0000,-1.4827 -0.8061,-2.2168 -1.6986 -2.2168c -0.6622,-0.0000 -1.1660,0.1008 -1.7274 0.3311l 0.4606,-3.9299 c 0.4750,0.0432 0.9645,0.0576 1.4683 0.0576c 0.7198,-0.0000 1.4683,-0.0432 2.2456 -0.1296l 0.0864,0.0432 l -0.2159,0.9357 c -0.5614,0.0576 -1.0220,0.0720 -1.4251 0.0720c -0.6478,-0.0000 -1.1372,-0.0576 -1.6410 -0.1152l -0.2735,2.2744 c 0.3023,-0.1152 0.8205,-0.2159 1.3819 -0.2159c 1.5259,-0.0000 2.3752,1.3243 2.3752 2.6487c 0.0000,1.6122 -1.1228,2.8502 -2.7495 2.8502c -0.8205,-0.0000 -2.0153,-0.4606 -2.0153 -1.0220c 0.0000,-0.2735 0.2303,-0.4606 0.4894 -0.4606c 0.2879,-0.0000 0.4750,0.2159 0.6478 0.4462c 0.2159,0.2591 0.4462,0.5470 0.9069 0.5470c 0.9213,-0.0000 1.6842,-0.8637 1.6842 -2.1161Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.0289,95.3064 h 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0112,117.0069 ZM 94.7251,111.8967 c 0.0000,-0.1008 0.0144,-0.2159 0.1440 -0.2879c 0.1583,-0.1152 0.4175,-0.2447 0.6334 -0.2447c 0.1871,-0.0000 0.2015,0.1583 0.2015 0.4462v 2.3176 h 1.1660 l -0.0864,0.6766 h -1.0796 v 1.1948 c 0.0000,0.4031 0.0576,0.6046 0.4750 0.6046h 0.3887 c 0.0864,-0.0000 0.1008,0.0720 0.1008 0.1008v 0.3167 c 0.0000,-0.0000 -0.9213,-0.0288 -1.5259 -0.0288c -0.5470,-0.0000 -1.3963,0.0288 -1.3963 0.0288v -0.3167 c 0.0000,-0.0288 0.0144,-0.1008 0.1008 -0.1008h 0.3887 c 0.4462,-0.0000 0.4894,-0.1871 0.4894 -0.6046v -1.1948 h -2.8214 c -0.0576,-0.0000 -0.0864,-0.0288 -0.1296 -0.0864l -0.1152,-0.1583 l -0.1727,-0.3023 c -0.0144,-0.0000 -0.0144,-0.0144 -0.0144 -0.0288c 0.0000,-0.0144 0.0144,-0.0288 0.0288 -0.0432c 0.9357,-1.0364 2.5911,-4.2465 3.1093 -5.4269c 0.0144,-0.0576 0.0432,-0.0720 0.1008 -0.0720c 0.0144,-0.0000 0.3311,0.1296 0.5038 0.1583c -0.6478,1.7418 -1.7130,3.6132 -2.7639 5.2830h 2.2744 v -2.2312 ZM 97.3162,117.0069 ZM 98.1368,116.4167 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 100.4688,117.0069 ZM 103.6213,109.1904 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 103.6213,109.1904 ZM 103.5637,117.1797 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.0289,117.0069 h 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0112,138.7075 ZM 94.1205,130.8334 c -0.3599,-0.0000 -1.4107,0.2015 -1.4107 1.0796c 0.0000,0.2591 -0.1008,0.7054 -0.4894 0.7054c -0.3743,-0.0000 -0.4031,-0.4175 -0.4031 -0.4606c 0.0000,-0.4462 0.5902,-1.7706 2.5911 -1.7706c 1.3963,-0.0000 1.8138,0.8781 1.8138 1.4539c 0.0000,0.3599 -0.1152,1.0796 -1.4107 1.9001c 0.8061,0.1296 1.8714,0.7198 1.8714 2.2168c 0.0000,1.9001 -1.4395,2.9222 -3.0661 2.9222c -0.8205,-0.0000 -1.9721,-0.3599 -1.9721 -0.9069c 0.0000,-0.2159 0.2159,-0.4606 0.5038 -0.4606c 0.2735,-0.0000 0.4031,0.1440 0.5326 0.3311c 0.1583,0.2447 0.4175,0.5902 1.1084 0.5902c 0.4750,-0.0000 1.8282,-0.4750 1.8282 -2.2888c 0.0000,-1.5403 -1.0796,-1.7850 -1.8570 -1.7850c -0.1296,-0.0000 -0.2879,0.0288 -0.4462 0.0576l -0.0576,-0.4319 c 1.1084,-0.1871 2.0297,-1.2668 2.0297 -1.9289c 0.0000,-0.8205 -0.5758,-1.2236 -1.1660 -1.2236ZM 97.3162,138.7075 ZM 98.1368,138.1173 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 100.4688,138.7075 ZM 104.9168,136.2747 c 0.0000,-1.4827 -0.8061,-2.2168 -1.6986 -2.2168c -0.6622,-0.0000 -1.1660,0.1008 -1.7274 0.3311l 0.4606,-3.9299 c 0.4750,0.0432 0.9645,0.0576 1.4683 0.0576c 0.7198,-0.0000 1.4683,-0.0432 2.2456 -0.1296l 0.0864,0.0432 l -0.2159,0.9357 c -0.5614,0.0576 -1.0220,0.0720 -1.4251 0.0720c -0.6478,-0.0000 -1.1372,-0.0576 -1.6410 -0.1152l -0.2735,2.2744 c 0.3023,-0.1152 0.8205,-0.2159 1.3819 -0.2159c 1.5259,-0.0000 2.3752,1.3243 2.3752 2.6487c 0.0000,1.6122 -1.1228,2.8502 -2.7495 2.8502c -0.8205,-0.0000 -2.0153,-0.4606 -2.0153 -1.0220c 0.0000,-0.2735 0.2303,-0.4606 0.4894 -0.4606c 0.2879,-0.0000 0.4750,0.2159 0.6478 0.4462c 0.2159,0.2591 0.4462,0.5470 0.9069 0.5470c 0.9213,-0.0000 1.6842,-0.8637 1.6842 -2.1161Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.0289,138.7075 h 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0112,160.4081 ZM 94.1205,152.5340 c -0.3599,-0.0000 -1.4107,0.2015 -1.4107 1.0796c 0.0000,0.2591 -0.1008,0.7054 -0.4894 0.7054c -0.3743,-0.0000 -0.4031,-0.4175 -0.4031 -0.4606c 0.0000,-0.4462 0.5902,-1.7706 2.5911 -1.7706c 1.3963,-0.0000 1.8138,0.8781 1.8138 1.4539c 0.0000,0.3599 -0.1152,1.0796 -1.4107 1.9001c 0.8061,0.1296 1.8714,0.7198 1.8714 2.2168c 0.0000,1.9001 -1.4395,2.9222 -3.0661 2.9222c -0.8205,-0.0000 -1.9721,-0.3599 -1.9721 -0.9069c 0.0000,-0.2159 0.2159,-0.4606 0.5038 -0.4606c 0.2735,-0.0000 0.4031,0.1440 0.5326 0.3311c 0.1583,0.2447 0.4175,0.5902 1.1084 0.5902c 0.4750,-0.0000 1.8282,-0.4750 1.8282 -2.2888c 0.0000,-1.5403 -1.0796,-1.7850 -1.8570 -1.7850c -0.1296,-0.0000 -0.2879,0.0288 -0.4462 0.0576l -0.0576,-0.4319 c 1.1084,-0.1871 2.0297,-1.2668 2.0297 -1.9289c 0.0000,-0.8205 -0.5758,-1.2236 -1.1660 -1.2236ZM 97.3162,160.4081 ZM 98.1368,159.8179 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 100.4688,160.4081 ZM 103.6213,152.5915 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 103.6213,152.5915 ZM 103.5637,160.5808 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.0289,160.4081 h 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0112,182.1086 ZM 91.8461,175.7316 c 0.0000,-0.8205 0.7917,-1.9433 2.3032 -1.9433c 1.1084,-0.0000 2.4040,0.4175 2.4040 2.0729c 0.0000,1.0940 -0.5614,1.6410 -1.3387 2.3896l -1.3675,1.3243 c -0.0720,0.0720 -1.0364,1.0220 -1.0364 1.6986h 2.4472 c 0.4894,-0.0000 0.7485,-0.2447 0.9501 -1.0364l 0.3599,0.0576 l -0.2879,1.8138 h -4.4481 c 0.0000,-0.8061 0.1296,-1.4251 1.4683 -2.7926l 1.0077,-0.9933 c 0.8061,-0.8205 1.1372,-1.5259 1.1372 -2.4040c 0.0000,-1.3100 -0.8925,-1.6842 -1.3819 -1.6842c -0.9933,-0.0000 -1.2668,0.5182 -1.2668 0.8637c 0.0000,0.1152 0.0288,0.2303 0.0576 0.3311c 0.0288,0.1008 0.0576,0.2015 0.0576 0.3167c 0.0000,0.3743 -0.2879,0.5182 -0.5182 0.5182c -0.3167,-0.0000 -0.5470,-0.2447 -0.5470 -0.5326ZM 97.3162,182.1086 ZM 98.1368,181.5184 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 100.4688,182.1086 ZM 104.9168,179.6759 c 0.0000,-1.4827 -0.8061,-2.2168 -1.6986 -2.2168c -0.6622,-0.0000 -1.1660,0.1008 -1.7274 0.3311l 0.4606,-3.9299 c 0.4750,0.0432 0.9645,0.0576 1.4683 0.0576c 0.7198,-0.0000 1.4683,-0.0432 2.2456 -0.1296l 0.0864,0.0432 l -0.2159,0.9357 c -0.5614,0.0576 -1.0220,0.0720 -1.4251 0.0720c -0.6478,-0.0000 -1.1372,-0.0576 -1.6410 -0.1152l -0.2735,2.2744 c 0.3023,-0.1152 0.8205,-0.2159 1.3819 -0.2159c 1.5259,-0.0000 2.3752,1.3243 2.3752 2.6487c 0.0000,1.6122 -1.1228,2.8502 -2.7495 2.8502c -0.8205,-0.0000 -2.0153,-0.4606 -2.0153 -1.0220c 0.0000,-0.2735 0.2303,-0.4606 0.4894 -0.4606c 0.2879,-0.0000 0.4750,0.2159 0.6478 0.4462c 0.2159,0.2591 0.4462,0.5470 0.9069 0.5470c 0.9213,-0.0000 1.6842,-0.8637 1.6842 -2.1161Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.0289,182.1086 h 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0112,203.8092 ZM 91.8461,197.4322 c 0.0000,-0.8205 0.7917,-1.9433 2.3032 -1.9433c 1.1084,-0.0000 2.4040,0.4175 2.4040 2.0729c 0.0000,1.0940 -0.5614,1.6410 -1.3387 2.3896l -1.3675,1.3243 c -0.0720,0.0720 -1.0364,1.0220 -1.0364 1.6986h 2.4472 c 0.4894,-0.0000 0.7485,-0.2447 0.9501 -1.0364l 0.3599,0.0576 l -0.2879,1.8138 h -4.4481 c 0.0000,-0.8061 0.1296,-1.4251 1.4683 -2.7926l 1.0077,-0.9933 c 0.8061,-0.8205 1.1372,-1.5259 1.1372 -2.4040c 0.0000,-1.3100 -0.8925,-1.6842 -1.3819 -1.6842c -0.9933,-0.0000 -1.2668,0.5182 -1.2668 0.8637c 0.0000,0.1152 0.0288,0.2303 0.0576 0.3311c 0.0288,0.1008 0.0576,0.2015 0.0576 0.3167c 0.0000,0.3743 -0.2879,0.5182 -0.5182 0.5182c -0.3167,-0.0000 -0.5470,-0.2447 -0.5470 -0.5326ZM 97.3162,203.8092 ZM 98.1368,203.2190 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 100.4688,203.8092 ZM 103.6213,195.9927 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 103.6213,195.9927 ZM 103.5637,203.9819 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.0289,203.8092 h 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0112,225.5098 ZM 93.7175,218.6433 c -0.2735,-0.0000 -0.9069,0.2591 -1.2236 0.4031l -0.1727,-0.4462 c 1.2668,-0.5902 1.7562,-0.8925 2.4760 -1.4107h 0.2735 v 7.2407 c 0.0000,0.5182 0.0720,0.6622 0.5470 0.6622h 0.7485 c 0.0432,-0.0000 0.1152,0.0288 0.1152 0.1152v 0.3167 l -1.9721,-0.0288 l -2.0009,0.0288 v -0.3167 c 0.0144,-0.0432 0.0288,-0.1152 0.1152 -0.1152h 0.8637 c 0.5470,-0.0000 0.5470,-0.2447 0.5470 -0.6622v -4.9519 c 0.0000,-0.4894 0.0000,-0.8349 -0.3167 -0.8349ZM 97.3162,225.5098 ZM 98.1368,224.9196 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 100.4688,225.5098 ZM 104.9168,223.0770 c 0.0000,-1.4827 -0.8061,-2.2168 -1.6986 -2.2168c -0.6622,-0.0000 -1.1660,0.1008 -1.7274 0.3311l 0.4606,-3.9299 c 0.4750,0.0432 0.9645,0.0576 1.4683 0.0576c 0.7198,-0.0000 1.4683,-0.0432 2.2456 -0.1296l 0.0864,0.0432 l -0.2159,0.9357 c -0.5614,0.0576 -1.0220,0.0720 -1.4251 0.0720c -0.6478,-0.0000 -1.1372,-0.0576 -1.6410 -0.1152l -0.2735,2.2744 c 0.3023,-0.1152 0.8205,-0.2159 1.3819 -0.2159c 1.5259,-0.0000 2.3752,1.3243 2.3752 2.6487c 0.0000,1.6122 -1.1228,2.8502 -2.7495 2.8502c -0.8205,-0.0000 -2.0153,-0.4606 -2.0153 -1.0220c 0.0000,-0.2735 0.2303,-0.4606 0.4894 -0.4606c 0.2879,-0.0000 0.4750,0.2159 0.6478 0.4462c 0.2159,0.2591 0.4462,0.5470 0.9069 0.5470c 0.9213,-0.0000 1.6842,-0.8637 1.6842 -2.1161Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.0289,225.5098 h 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0112,247.2103 ZM 93.7175,240.3439 c -0.2735,-0.0000 -0.9069,0.2591 -1.2236 0.4031l -0.1727,-0.4462 c 1.2668,-0.5902 1.7562,-0.8925 2.4760 -1.4107h 0.2735 v 7.2407 c 0.0000,0.5182 0.0720,0.6622 0.5470 0.6622h 0.7485 c 0.0432,-0.0000 0.1152,0.0288 0.1152 0.1152v 0.3167 l -1.9721,-0.0288 l -2.0009,0.0288 v -0.3167 c 0.0144,-0.0432 0.0288,-0.1152 0.1152 -0.1152h 0.8637 c 0.5470,-0.0000 0.5470,-0.2447 0.5470 -0.6622v -4.9519 c 0.0000,-0.4894 0.0000,-0.8349 -0.3167 -0.8349ZM 97.3162,247.2103 ZM 98.1368,246.6201 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 100.4688,247.2103 ZM 103.6213,239.3938 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 103.6213,239.3938 ZM 103.5637,247.3831 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.0289,247.2103 h 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0112,268.9109 ZM 94.1637,261.0944 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 94.1637,261.0944 ZM 94.1061,269.0836 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041ZM 97.3162,268.9109 ZM 98.1368,268.3207 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 100.4688,268.9109 ZM 104.9168,266.4781 c 0.0000,-1.4827 -0.8061,-2.2168 -1.6986 -2.2168c -0.6622,-0.0000 -1.1660,0.1008 -1.7274 0.3311l 0.4606,-3.9299 c 0.4750,0.0432 0.9645,0.0576 1.4683 0.0576c 0.7198,-0.0000 1.4683,-0.0432 2.2456 -0.1296l 0.0864,0.0432 l -0.2159,0.9357 c -0.5614,0.0576 -1.0220,0.0720 -1.4251 0.0720c -0.6478,-0.0000 -1.1372,-0.0576 -1.6410 -0.1152l -0.2735,2.2744 c 0.3023,-0.1152 0.8205,-0.2159 1.3819 -0.2159c 1.5259,-0.0000 2.3752,1.3243 2.3752 2.6487c 0.0000,1.6122 -1.1228,2.8502 -2.7495 2.8502c -0.8205,-0.0000 -2.0153,-0.4606 -2.0153 -1.0220c 0.0000,-0.2735 0.2303,-0.4606 0.4894 -0.4606c 0.2879,-0.0000 0.4750,0.2159 0.6478 0.4462c 0.2159,0.2591 0.4462,0.5470 0.9069 0.5470c 0.9213,-0.0000 1.6842,-0.8637 1.6842 -2.1161Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.0289,268.9109 h 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0112,290.6115 ZM 94.1637,282.7950 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 94.1637,282.7950 ZM 94.1061,290.7842 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041ZM 97.3162,290.6115 ZM 98.1368,290.0213 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 100.4688,290.6115 ZM 103.6213,282.7950 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 103.6213,282.7950 ZM 103.5637,290.7842 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.0289,290.6115 h 6.5102 "/></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 471.6294,312.4632 l -0.0000,-4.3401 h -325.5085 l -0.0000,4.3401 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 463.7481,330.7575 ZM 466.8575,322.8834 c -0.3599,-0.0000 -1.4107,0.2015 -1.4107 1.0796c 0.0000,0.2591 -0.1008,0.7054 -0.4894 0.7054c -0.3743,-0.0000 -0.4031,-0.4175 -0.4031 -0.4606c 0.0000,-0.4462 0.5902,-1.7706 2.5911 -1.7706c 1.3963,-0.0000 1.8138,0.8781 1.8138 1.4539c 0.0000,0.3599 -0.1152,1.0796 -1.4107 1.9001c 0.8061,0.1296 1.8714,0.7198 1.8714 2.2168c 0.0000,1.9001 -1.4395,2.9222 -3.0661 2.9222c -0.8205,-0.0000 -1.9721,-0.3599 -1.9721 -0.9069c 0.0000,-0.2159 0.2159,-0.4606 0.5038 -0.4606c 0.2735,-0.0000 0.4031,0.1440 0.5326 0.3311c 0.1583,0.2447 0.4175,0.5902 1.1084 0.5902c 0.4750,-0.0000 1.8282,-0.4750 1.8282 -2.2888c 0.0000,-1.5403 -1.0796,-1.7850 -1.8570 -1.7850c -0.1296,-0.0000 -0.2879,0.0288 -0.4462 0.0576l -0.0576,-0.4319 c 1.1084,-0.1871 2.0297,-1.2668 2.0297 -1.9289c 0.0000,-0.8205 -0.5758,-1.2236 -1.1660 -1.2236ZM 470.0532,330.7575 ZM 470.8737,330.1673 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 473.2057,330.7575 ZM 476.3582,322.9410 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 476.3582,322.9410 ZM 476.3006,330.9303 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 471.6294,308.1231 v 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4967,330.7575 ZM 410.3316,324.3805 c 0.0000,-0.8205 0.7917,-1.9433 2.3032 -1.9433c 1.1084,-0.0000 2.4040,0.4175 2.4040 2.0729c 0.0000,1.0940 -0.5614,1.6410 -1.3387 2.3896l -1.3675,1.3243 c -0.0720,0.0720 -1.0364,1.0220 -1.0364 1.6986h 2.4472 c 0.4894,-0.0000 0.7485,-0.2447 0.9501 -1.0364l 0.3599,0.0576 l -0.2879,1.8138 h -4.4481 c 0.0000,-0.8061 0.1296,-1.4251 1.4683 -2.7926l 1.0077,-0.9933 c 0.8061,-0.8205 1.1372,-1.5259 1.1372 -2.4040c 0.0000,-1.3100 -0.8925,-1.6842 -1.3819 -1.6842c -0.9933,-0.0000 -1.2668,0.5182 -1.2668 0.8637c 0.0000,0.1152 0.0288,0.2303 0.0576 0.3311c 0.0288,0.1008 0.0576,0.2015 0.0576 0.3167c 0.0000,0.3743 -0.2879,0.5182 -0.5182 0.5182c -0.3167,-0.0000 -0.5470,-0.2447 -0.5470 -0.5326ZM 415.8018,330.7575 ZM 416.6223,330.1673 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 418.9543,330.7575 ZM 423.4024,328.3248 c 0.0000,-1.4827 -0.8061,-2.2168 -1.6986 -2.2168c -0.6622,-0.0000 -1.1660,0.1008 -1.7274 0.3311l 0.4606,-3.9299 c 0.4750,0.0432 0.9645,0.0576 1.4683 0.0576c 0.7198,-0.0000 1.4683,-0.0432 2.2456 -0.1296l 0.0864,0.0432 l -0.2159,0.9357 c -0.5614,0.0576 -1.0220,0.0720 -1.4251 0.0720c -0.6478,-0.0000 -1.1372,-0.0576 -1.6410 -0.1152l -0.2735,2.2744 c 0.3023,-0.1152 0.8205,-0.2159 1.3819 -0.2159c 1.5259,-0.0000 2.3752,1.3243 2.3752 2.6487c 0.0000,1.6122 -1.1228,2.8502 -2.7495 2.8502c -0.8205,-0.0000 -2.0153,-0.4606 -2.0153 -1.0220c 0.0000,-0.2735 0.2303,-0.4606 0.4894 -0.4606c 0.2879,-0.0000 0.4750,0.2159 0.6478 0.4462c 0.2159,0.2591 0.4462,0.5470 0.9069 0.5470c 0.9213,-0.0000 1.6842,-0.8637 1.6842 -2.1161Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 417.3780,308.1231 v 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 355.2453,330.7575 ZM 356.0802,324.3805 c 0.0000,-0.8205 0.7917,-1.9433 2.3032 -1.9433c 1.1084,-0.0000 2.4040,0.4175 2.4040 2.0729c 0.0000,1.0940 -0.5614,1.6410 -1.3387 2.3896l -1.3675,1.3243 c -0.0720,0.0720 -1.0364,1.0220 -1.0364 1.6986h 2.4472 c 0.4894,-0.0000 0.7485,-0.2447 0.9501 -1.0364l 0.3599,0.0576 l -0.2879,1.8138 h -4.4481 c 0.0000,-0.8061 0.1296,-1.4251 1.4683 -2.7926l 1.0077,-0.9933 c 0.8061,-0.8205 1.1372,-1.5259 1.1372 -2.4040c 0.0000,-1.3100 -0.8925,-1.6842 -1.3819 -1.6842c -0.9933,-0.0000 -1.2668,0.5182 -1.2668 0.8637c 0.0000,0.1152 0.0288,0.2303 0.0576 0.3311c 0.0288,0.1008 0.0576,0.2015 0.0576 0.3167c 0.0000,0.3743 -0.2879,0.5182 -0.5182 0.5182c -0.3167,-0.0000 -0.5470,-0.2447 -0.5470 -0.5326ZM 361.5503,330.7575 ZM 362.3709,330.1673 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 364.7029,330.7575 ZM 367.8554,322.9410 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 367.8554,322.9410 ZM 367.7978,330.9303 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 363.1266,308.1231 v 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9939,330.7575 ZM 303.7002,323.8911 c -0.2735,-0.0000 -0.9069,0.2591 -1.2236 0.4031l -0.1727,-0.4462 c 1.2668,-0.5902 1.7562,-0.8925 2.4760 -1.4107h 0.2735 v 7.2407 c 0.0000,0.5182 0.0720,0.6622 0.5470 0.6622h 0.7485 c 0.0432,-0.0000 0.1152,0.0288 0.1152 0.1152v 0.3167 l -1.9721,-0.0288 l -2.0009,0.0288 v -0.3167 c 0.0144,-0.0432 0.0288,-0.1152 0.1152 -0.1152h 0.8637 c 0.5470,-0.0000 0.5470,-0.2447 0.5470 -0.6622v -4.9519 c 0.0000,-0.4894 0.0000,-0.8349 -0.3167 -0.8349ZM 307.2989,330.7575 ZM 308.1194,330.1673 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 310.4514,330.7575 ZM 314.8995,328.3248 c 0.0000,-1.4827 -0.8061,-2.2168 -1.6986 -2.2168c -0.6622,-0.0000 -1.1660,0.1008 -1.7274 0.3311l 0.4606,-3.9299 c 0.4750,0.0432 0.9645,0.0576 1.4683 0.0576c 0.7198,-0.0000 1.4683,-0.0432 2.2456 -0.1296l 0.0864,0.0432 l -0.2159,0.9357 c -0.5614,0.0576 -1.0220,0.0720 -1.4251 0.0720c -0.6478,-0.0000 -1.1372,-0.0576 -1.6410 -0.1152l -0.2735,2.2744 c 0.3023,-0.1152 0.8205,-0.2159 1.3819 -0.2159c 1.5259,-0.0000 2.3752,1.3243 2.3752 2.6487c 0.0000,1.6122 -1.1228,2.8502 -2.7495 2.8502c -0.8205,-0.0000 -2.0153,-0.4606 -2.0153 -1.0220c 0.0000,-0.2735 0.2303,-0.4606 0.4894 -0.4606c 0.2879,-0.0000 0.4750,0.2159 0.6478 0.4462c 0.2159,0.2591 0.4462,0.5470 0.9069 0.5470c 0.9213,-0.0000 1.6842,-0.8637 1.6842 -2.1161Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 308.8752,308.1231 v 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7425,330.7575 ZM 249.4487,323.8911 c -0.2735,-0.0000 -0.9069,0.2591 -1.2236 0.4031l -0.1727,-0.4462 c 1.2668,-0.5902 1.7562,-0.8925 2.4760 -1.4107h 0.2735 v 7.2407 c 0.0000,0.5182 0.0720,0.6622 0.5470 0.6622h 0.7485 c 0.0432,-0.0000 0.1152,0.0288 0.1152 0.1152v 0.3167 l -1.9721,-0.0288 l -2.0009,0.0288 v -0.3167 c 0.0144,-0.0432 0.0288,-0.1152 0.1152 -0.1152h 0.8637 c 0.5470,-0.0000 0.5470,-0.2447 0.5470 -0.6622v -4.9519 c 0.0000,-0.4894 0.0000,-0.8349 -0.3167 -0.8349ZM 253.0475,330.7575 ZM 253.8680,330.1673 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 256.2000,330.7575 ZM 259.3525,322.9410 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 259.3525,322.9410 ZM 259.2950,330.9303 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.6238,308.1231 v 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4910,330.7575 ZM 195.6436,322.9410 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 195.6436,322.9410 ZM 195.5860,330.9303 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041ZM 198.7961,330.7575 ZM 199.6166,330.1673 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 201.9486,330.7575 ZM 206.3967,328.3248 c 0.0000,-1.4827 -0.8061,-2.2168 -1.6986 -2.2168c -0.6622,-0.0000 -1.1660,0.1008 -1.7274 0.3311l 0.4606,-3.9299 c 0.4750,0.0432 0.9645,0.0576 1.4683 0.0576c 0.7198,-0.0000 1.4683,-0.0432 2.2456 -0.1296l 0.0864,0.0432 l -0.2159,0.9357 c -0.5614,0.0576 -1.0220,0.0720 -1.4251 0.0720c -0.6478,-0.0000 -1.1372,-0.0576 -1.6410 -0.1152l -0.2735,2.2744 c 0.3023,-0.1152 0.8205,-0.2159 1.3819 -0.2159c 1.5259,-0.0000 2.3752,1.3243 2.3752 2.6487c 0.0000,1.6122 -1.1228,2.8502 -2.7495 2.8502c -0.8205,-0.0000 -2.0153,-0.4606 -2.0153 -1.0220c 0.0000,-0.2735 0.2303,-0.4606 0.4894 -0.4606c 0.2879,-0.0000 0.4750,0.2159 0.6478 0.4462c 0.2159,0.2591 0.4462,0.5470 0.9069 0.5470c 0.9213,-0.0000 1.6842,-0.8637 1.6842 -2.1161Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 200.3723,308.1231 v 6.5102 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2396,330.7575 ZM 141.3921,322.9410 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 141.3921,322.9410 ZM 141.3346,330.9303 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041ZM 144.5447,330.7575 ZM 145.3652,330.1673 c 0.0000,-0.4175 0.3455,-0.7629 0.7629 -0.7629c 0.4175,-0.0000 0.7629,0.3455 0.7629 0.7629c 0.0000,0.4175 -0.3455,0.7629 -0.7629 0.7629c -0.4175,-0.0000 -0.7629,-0.3455 -0.7629 -0.7629ZM 147.6972,330.7575 ZM 150.8497,322.9410 c -0.6190,-0.0000 -1.5259,0.6046 -1.5259 3.9586c 0.0000,1.1804 0.2159,3.5556 1.4827 3.5556c 0.2447,-0.0000 0.9357,-0.1583 1.2380 -1.2812c 0.1871,-0.6910 0.2879,-1.5547 0.2879 -2.8070c 0.0000,-1.8282 -0.4606,-2.8502 -0.8781 -3.2101c -0.1583,-0.1440 -0.3743,-0.2159 -0.6046 -0.2159ZM 150.8497,322.9410 ZM 150.7921,330.9303 c -1.5403,-0.0000 -2.5767,-1.9721 -2.5767 -4.1746c 0.0000,-2.6919 1.2812,-4.3185 2.6343 -4.3185c 0.6190,-0.0000 1.2380,0.3887 1.6554 0.9501c 0.6046,0.8061 0.9213,1.8858 0.9213 3.2389c 0.0000,3.1957 -1.5835,4.3041 -2.6343 4.3041Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.128250649526074" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 146.1209,308.1231 v 6.5102 "/></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 471.6294,286.4225 l -0.0000,-217.0057 h -325.5085 l -0.0000,217.0057 Z"/></g></svg>
diff --git a/other/linesExample.svg b/other/linesExample.svg
new file mode 100644
--- /dev/null
+++ b/other/linesExample.svg
@@ -0,0 +1,3 @@
+<?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="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="3.5774342019141785" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 0.0000,10.0061 l 4.0000,0.1998 l 4.0000,0.5975 l 4.0000,0.9892 l 4.0000,1.3710 l 4.0000,1.7391 l 4.0000,2.0899 l 4.0000,2.4197 l 4.0000,2.7254 l 4.0000,3.0039 l 4.0000,3.2523 l 4.0000,3.4682 l 4.0000,3.6495 l 4.0000,3.7944 l 4.0000,3.9013 l 4.0000,3.9692 l 4.0000,3.9975 l 4.0000,3.9858 l 4.0000,3.9343 l 4.0000,3.8435 l 4.0000,3.7143 l 4.0000,3.5480 l 4.0000,3.3462 l 4.0000,3.1110 l 4.0000,2.8447 l 4.0000,2.5500 l 4.0000,2.2298 l 4.0000,1.8873 l 4.0000,1.5260 l 4.0000,1.1494 l 4.0000,0.7614 l 4.0000,0.3657 l 4.0000,-0.0336 l 4.0000,-0.4326 l 4.0000,-0.8273 l 4.0000,-1.2137 l 4.0000,-1.5879 l 4.0000,-1.9463 l 4.0000,-2.2853 l 4.0000,-2.6014 l 4.0000,-2.8915 l 4.0000,-3.1528 l 4.0000,-3.3825 l 4.0000,-3.5785 l 4.0000,-3.7387 l 4.0000,-3.8615 l 4.0000,-3.9457 l 4.0000,-3.9906 l 4.0000,-3.9955 l 4.0000,-3.9605 l 4.0000,-3.8860 l 4.0000,-3.7726 l 4.0000,-3.6216 l 4.0000,-3.4343 l 4.0000,-3.2127 l 4.0000,-2.9591 l 4.0000,-2.6758 l 4.0000,-2.3659 l 4.0000,-2.0323 l 4.0000,-1.6784 l 4.0000,-1.3077 l 4.0000,-0.9239 l 4.0000,-0.5309 l 4.0000,-0.1327 l 4.0000,0.2669 l 4.0000,0.6639 l 4.0000,1.0542 l 4.0000,1.4340 l 4.0000,1.7994 l 4.0000,2.1469 l 4.0000,2.4729 l 4.0000,2.7742 l 4.0000,3.0478 l 4.0000,3.2910 l 4.0000,3.5012 l 4.0000,3.6765 l 4.0000,3.8150 l 4.0000,3.9154 l 4.0000,3.9767 l 4.0000,3.9983 l 4.0000,3.9799 l 4.0000,3.9218 l 4.0000,3.8244 l 4.0000,3.6889 l 4.0000,3.5165 l 4.0000,3.3089 l 4.0000,3.0683 l 4.0000,2.7971 l 4.0000,2.4979 l 4.0000,2.1737 l 4.0000,1.8278 l 4.0000,1.4637 l 4.0000,1.0849 l 4.0000,0.6953 l 4.0000,0.2987 l 4.0000,-0.1008 l 4.0000,-0.4994 l 4.0000,-0.8929 l 4.0000,-1.2775 l 4.0000,-1.6494 l 4.0000,-2.0048 "/></g></svg>
diff --git a/other/mainExample.svg b/other/mainExample.svg
new file mode 100644
--- /dev/null
+++ b/other/mainExample.svg
@@ -0,0 +1,3 @@
+<?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="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.1625 ZM 225.8356,359.4396 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.4396 ZM 224.8498,352.6310 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.1625 ZM 230.6069,357.4680 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.4680 ZM 233.1831,354.7866 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.1625 ZM 240.4255,355.0232 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.1625 ZM 244.5527,357.4680 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.4680 ZM 247.1289,354.7866 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.1625 ZM 258.3276,359.2161 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.1625 ZM 264.8471,359.2161 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.1625 ZM 269.2635,352.6572 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.6572 ZM 270.5122,359.2161 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.1625 ZM 275.8618,356.4427 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.4427 ZM 273.4039,360.2545 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.2545 ZM 277.3997,355.0626 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.1625 ZM 280.1468,350.9879 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.1625 ZM 286.9685,355.0232 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.1625 ZM 290.1494,358.9138 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.1625 ZM 299.7314,359.2161 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.1625 ZM 302.2288,357.4680 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.4680 ZM 304.8050,354.7866 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.1625 ZM 312.8623,359.2161 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.1625 ZM 318.5142,357.0605 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.1625 ZM 320.7881,356.5216 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.5216 ZM 324.2582,358.9401 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.1625 ZM 329.7655,358.3223 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.3223 ZM 325.5463,358.3223 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.1625 ZM 335.4700,356.5216 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.5216 ZM 338.9401,358.9401 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.1625 ZM 344.3817,359.2161 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.1625 ZM 348.5878,355.0232 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.1625 ZM 351.4269,352.6572 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.6572 ZM 352.6756,359.2161 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.1625 ZM 357.6966,356.9422 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.9422 ZM 358.5378,360.3202 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.1625 ZM 361.0484,359.2161 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.1625 ZM 371.2876,359.2161 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.1625 ZM 373.7849,357.4680 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.4680 ZM 376.3612,354.7866 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.1625 ZM 381.7897,355.0232 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.1625 ZM 385.1020,356.5216 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.5216 ZM 388.5720,358.9401 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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,208.7184 ZM 38.0811,206.8454 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,203.5923 ZM 34.0393,201.3446 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,201.3446 ZM 37.6671,196.1396 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,195.1538 ZM 38.0811,193.3399 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,178.8880 ZM 34.6702,173.1507 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,173.1507 ZM 39.7372,171.8888 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,169.9961 ZM 31.5748,166.1120 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,160.1972 ZM 28.2428,158.6593 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,158.6593 ZM 38.0811,156.7863 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,154.9922 ZM 36.7404,154.1444 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,142.7485 ZM 31.7917,139.5150 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,136.7942 ZM 28.2428,135.2564 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,135.2564 ZM 38.0811,133.3834 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,131.5892 ZM 31.7917,128.3558 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,125.6349 ZM 38.0811,123.7619 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,120.5088 ZM 34.0393,118.2611 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,118.2611 ZM 37.6671,113.0561 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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,54.9479 ZM 188.8646,43.0000 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,54.9479 ZM 197.0074,47.0220 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,54.9479 ZM 208.6596,50.1175 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.1175 ZM 209.9214,55.1845 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,54.9479 ZM 223.7029,53.5283 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,54.9479 ZM 229.7361,48.7571 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.7571 ZM 228.2771,58.0630 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,54.9479 ZM 238.1154,53.5283 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,54.9479 ZM 243.6162,49.4866 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.4866 ZM 248.8212,53.1143 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,54.9479 ZM 261.7352,55.1845 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,54.9479 ZM 270.6469,41.1861 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,54.9479 ZM 283.3835,50.1175 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.1175 ZM 284.6453,55.1845 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,54.9479 ZM 288.2928,53.5283 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,54.9479 ZM 296.6130,47.2389 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><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.1035 ZM 478.2438,295.2754 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.1035 ZM 481.0385,289.5364 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.5364 ZM 482.1311,295.2754 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.1035 ZM 487.3641,295.2754 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.1035 ZM 490.4694,292.9177 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,292.9177 ZM 493.5057,295.0339 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.1035 ZM 499.4402,289.8124 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 463.2809,296.1035 h 9.9073 "/></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.2889 ZM 484.0863,275.4608 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.2889 ZM 490.8259,274.9547 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.2889 ZM 500.0843,275.4608 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.4608 ZM 496.1394,275.2078 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.2889 ZM 505.8578,275.4608 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.2889 ZM 508.1465,273.9311 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,273.9311 ZM 510.4007,271.5849 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.2889 ZM 517.4508,275.4608 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.2889 ZM 522.8793,273.0341 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.0341 ZM 520.7286,276.3694 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.3694 ZM 524.2249,271.8265 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.2889 ZM 526.1226,273.1031 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.1031 ZM 529.1589,275.2193 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.2889 ZM 530.7575,275.4608 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.2889 ZM 540.7864,275.4608 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.2889 ZM 545.9274,273.4711 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.4711 ZM 546.6635,276.4269 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.2889 ZM 554.7027,275.4608 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.2889 ZM 557.8195,273.1031 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.1031 ZM 560.8558,275.2193 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.290457865275467" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 463.2809,276.2889 h 9.9073 "/></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.4742 ZM 477.6457,254.8641 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.4742 ZM 483.2927,248.4465 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.4742 ZM 487.7666,254.1165 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.1165 ZM 490.0208,251.7703 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.4742 ZM 493.9082,255.6461 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.4742 ZM 498.7616,251.9773 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.645228932637734" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 463.2809,256.4742 h 9.9073 "/></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 473.1883,234.3035 ZM 474.3844,227.7364 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 474.3844,227.7364 ZM 473.7748,236.5347 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 476.3740,234.3035 ZM 481.3080,232.9694 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 482.3201,234.3035 ZM 482.8146,232.6933 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 486.5870,234.3035 ZM 488.4731,229.8066 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 492.9355,234.3035 ZM 496.2823,231.4857 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 496.2823,231.4857 ZM 497.0184,234.4415 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 500.9978,234.3035 ZM 504.6321,231.0487 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 504.6321,231.0487 ZM 502.4814,234.3840 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 502.4814,234.3840 ZM 505.9777,229.8411 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 506.5068,234.3035 ZM 507.5994,233.4754 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 509.4970,234.3035 ZM 511.8893,229.5881 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 515.3511,234.3035 ZM 517.0647,230.6922 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 517.0647,230.6922 ZM 516.2136,236.1207 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 520.8601,234.3035 ZM 522.7347,226.2758 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><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="6.9678433989565995" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 469.2253,234.3035 c 0.0000,-3.2830 -2.6614,-5.9444 -5.9444 -5.9444c -3.2830,-0.0000 -5.9444,2.6614 -5.9444 5.9444c -0.0000,3.2830 2.6614,5.9444 5.9444 5.9444c 3.2830,0.0000 5.9444,-2.6614 5.9444 -5.9444Z"/></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,212.1328 ZM 490.6928,208.8780 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,208.8780 ZM 488.5421,212.2133 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,212.2133 ZM 492.0385,207.6704 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,212.1328 ZM 493.6601,211.3047 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,212.1328 ZM 497.9500,207.4173 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,212.1328 ZM 503.1255,208.5214 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,208.5214 ZM 502.2744,213.9499 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,212.1328 ZM 508.7955,204.1050 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,212.1328 ZM 516.2021,209.1885 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,212.1328 ZM 520.0320,211.3047 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,212.1328 ZM 522.8267,205.5657 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,205.5657 ZM 523.9193,211.3047 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,212.1328 ZM 529.1523,211.3047 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,212.1328 ZM 532.2576,208.9470 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,208.9470 ZM 535.2939,211.0632 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><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.0" stroke="rgb(93,165,218)" stroke-width="9.290457865275467" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 443.4663,212.1328 h 39.6293 "/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="6.9678433989565995" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 469.2253,212.1328 c 0.0000,-3.2830 -2.6614,-5.9444 -5.9444 -5.9444c -3.2830,-0.0000 -5.9444,2.6614 -5.9444 5.9444c -0.0000,3.2830 2.6614,5.9444 5.9444 5.9444c 3.2830,0.0000 5.9444,-2.6614 5.9444 -5.9444Z"/></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,190.9528 ZM 473.2211,190.1247 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,190.9528 ZM 477.4995,187.7670 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,187.7670 ZM 480.5358,189.8832 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,190.9528 ZM 485.5272,189.9062 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,190.9528 ZM 487.6319,186.4559 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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="2.322614466318867" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.2346,195.9065 l -0.0000,-9.9073 h -9.9073 l -0.0000,9.9073 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,169.7728 ZM 473.9112,166.1615 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,166.1615 ZM 473.0601,171.5900 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,169.7728 ZM 478.6036,163.2057 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,163.2057 ZM 479.6962,168.9447 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,169.7728 ZM 483.0085,165.1494 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,169.7728 ZM 487.7699,166.5870 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,166.5870 ZM 490.8062,168.7032 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,169.7728 ZM 492.4739,168.9447 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><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,174.7265 l -0.0000,-9.9073 h -9.9073 l -0.0000,9.9073 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,149.4455 ZM 447.3503,148.4992 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,149.4455 ZM 451.0175,145.8046 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,145.8046 ZM 454.4876,148.2231 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,149.4455 ZM 459.2983,145.7258 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,145.7258 ZM 456.8404,149.5375 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,149.5375 ZM 460.8361,144.3456 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,149.4455 ZM 463.0049,145.8046 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,145.8046 ZM 466.4749,148.2231 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,149.4455 ZM 471.9166,148.4992 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,149.4455 ZM 478.3572,148.2757 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,148.2757 ZM 479.3430,140.2710 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><g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.9290457865275467" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 567.3290,307.7917 l -0.0000,-178.1968 h -129.7610 l -0.0000,178.1968 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,311.6166 l -0.0000,-198.1465 h -3.9629 l -0.0000,198.1465 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.4701 ZM 417.3295,111.2488 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.4701 ZM 419.7743,112.9312 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.4701 ZM 424.7822,106.3329 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.3329 ZM 424.7296,113.6279 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.3514,113.4701 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2848 ZM 416.6592,128.6186 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.2848 ZM 419.7743,132.7459 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.2848 ZM 425.9652,131.0634 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.3514,133.2848 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0994 ZM 416.6592,148.4333 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.0994 ZM 419.7743,152.5605 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.0994 ZM 424.7822,145.9622 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,145.9622 ZM 424.7296,153.2571 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.3514,153.0994 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9141 ZM 416.1071,165.7243 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.9141 ZM 419.7743,172.3752 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.9141 ZM 425.9652,170.6927 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.3514,172.9141 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7287 ZM 416.1071,185.5389 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.7287 ZM 419.7743,192.1898 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.7287 ZM 424.7822,185.5915 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.5915 ZM 424.7296,192.8864 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.3514,192.7287 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5434 ZM 414.0304,206.7206 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.5434 ZM 419.7743,212.0045 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.5434 ZM 425.9652,210.3220 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.3514,212.5434 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3580 ZM 414.0304,226.5352 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.3580 ZM 419.7743,231.8191 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.3580 ZM 424.7822,225.2208 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.2208 ZM 424.7296,232.5157 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.3514,232.3580 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1727 ZM 415.7391,245.9029 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.1727 ZM 419.7743,251.6338 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.1727 ZM 425.9652,249.9513 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.3514,252.1727 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,271.9873 ZM 415.7391,265.7176 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,271.9873 ZM 419.7743,271.4484 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,271.9873 ZM 424.7822,264.8501 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.8501 ZM 424.7296,272.1450 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.3514,271.9873 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.8020 ZM 416.1466,284.6647 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.6647 ZM 416.0940,291.9597 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.8020 ZM 419.7743,291.2630 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.8020 ZM 425.9652,289.5806 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.3514,291.8020 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.6166 ZM 416.1466,304.4794 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.4794 ZM 416.0940,311.7743 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.6166 ZM 419.7743,311.0777 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.6166 ZM 424.7822,304.4794 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.4794 ZM 424.7296,311.7743 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.3514,311.6166 h 5.9444 "/></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.7935 l -0.0000,-3.9629 h -297.2197 l -0.0000,3.9629 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.7760 ZM 384.8719,73.5862 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.7760 ZM 388.5391,80.2370 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.7760 ZM 393.5470,73.6387 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.6387 ZM 393.4944,80.9337 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.2292,87.8491 v 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7760 ZM 333.2586,74.9531 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.7760 ZM 339.0025,80.2370 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.7760 ZM 345.1934,78.5546 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.6926,87.8491 v 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7760 ZM 283.7219,74.9531 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.7760 ZM 289.4659,80.2370 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.7760 ZM 294.4738,73.6387 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.6387 ZM 294.4212,80.9337 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 290.1559,87.8491 v 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7760 ZM 235.8940,74.5062 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.7760 ZM 239.9293,80.2370 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.7760 ZM 246.1201,78.5546 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.6193,87.8491 v 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7760 ZM 186.3574,74.5062 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.7760 ZM 190.3926,80.2370 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.7760 ZM 195.4005,73.6387 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.6387 ZM 195.3479,80.9337 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.0827,87.8491 v 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7760 ZM 137.2283,73.6387 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.6387 ZM 137.1757,80.9337 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.7760 ZM 140.8560,80.2370 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.7760 ZM 147.0469,78.5546 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 141.5461,87.8491 v 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7760 ZM 87.6916,73.6387 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.6387 ZM 87.6391,80.9337 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.7760 ZM 91.3194,80.2370 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.7760 ZM 96.3273,73.6387 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.6387 ZM 96.2747,80.9337 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.0095,87.8491 v 5.9444 "/></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,311.6166 l -0.0000,-198.1465 h -3.9629 l -0.0000,198.1465 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.4701 ZM 57.6394,111.2488 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.4701 ZM 60.0842,112.9312 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.4701 ZM 65.0921,106.3329 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.3329 ZM 65.0395,113.6279 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.9428,113.4701 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2848 ZM 56.9691,128.6186 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.2848 ZM 60.0842,132.7459 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.2848 ZM 66.2751,131.0634 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.9428,133.2848 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0994 ZM 56.9691,148.4333 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.0994 ZM 60.0842,152.5605 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.0994 ZM 65.0921,145.9622 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,145.9622 ZM 65.0395,153.2571 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.9428,153.0994 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9141 ZM 56.4170,165.7243 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.9141 ZM 60.0842,172.3752 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.9141 ZM 66.2751,170.6927 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.9428,172.9141 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7287 ZM 56.4170,185.5389 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.7287 ZM 60.0842,192.1898 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.7287 ZM 65.0921,185.5915 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.5915 ZM 65.0395,192.8864 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.9428,192.7287 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5434 ZM 54.3403,206.7206 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.5434 ZM 60.0842,212.0045 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.5434 ZM 66.2751,210.3220 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.9428,212.5434 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3580 ZM 54.3403,226.5352 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.3580 ZM 60.0842,231.8191 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.3580 ZM 65.0921,225.2208 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.2208 ZM 65.0395,232.5157 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.9428,232.3580 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1727 ZM 56.0490,245.9029 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.1727 ZM 60.0842,251.6338 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.1727 ZM 66.2751,249.9513 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.9428,252.1727 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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,271.9873 ZM 56.0490,265.7176 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,271.9873 ZM 60.0842,271.4484 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,271.9873 ZM 65.0921,264.8501 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.8501 ZM 65.0395,272.1450 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.9428,271.9873 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.8020 ZM 56.4565,284.6647 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.6647 ZM 56.4039,291.9597 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.8020 ZM 60.0842,291.2630 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.8020 ZM 66.2751,289.5806 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.9428,291.8020 h 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.6166 ZM 56.4565,304.4794 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.4794 ZM 56.4039,311.7743 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.6166 ZM 60.0842,311.0777 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.6166 ZM 65.0921,304.4794 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.4794 ZM 65.0395,311.7743 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 70.9428,311.6166 h 5.9444 "/></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.6805 l -0.0000,-3.9629 h -297.2197 l -0.0000,3.9629 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.3849 ZM 384.8719,329.1951 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.3849 ZM 388.5391,335.8460 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.3849 ZM 393.5470,329.2477 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.2477 ZM 393.4944,336.5426 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.2292,315.7175 v 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3849 ZM 333.2586,330.5621 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.3849 ZM 339.0025,335.8460 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.3849 ZM 345.1934,334.1636 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 339.6926,315.7175 v 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3849 ZM 283.7219,330.5621 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.3849 ZM 289.4659,335.8460 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.3849 ZM 294.4738,329.2477 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.2477 ZM 294.4212,336.5426 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 290.1559,315.7175 v 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3849 ZM 235.8940,330.1152 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.3849 ZM 239.9293,335.8460 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.3849 ZM 246.1201,334.1636 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.6193,315.7175 v 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3849 ZM 186.3574,330.1152 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.3849 ZM 190.3926,335.8460 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.3849 ZM 195.4005,329.2477 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.2477 ZM 195.3479,336.5426 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 191.0827,315.7175 v 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3849 ZM 137.2283,329.2477 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.2477 ZM 137.1757,336.5426 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.3849 ZM 140.8560,335.8460 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.3849 ZM 147.0469,334.1636 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 141.5461,315.7175 v 5.9444 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3849 ZM 87.6916,329.2477 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.2477 ZM 87.6391,336.5426 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.3849 ZM 91.3194,335.8460 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.3849 ZM 96.3273,329.2477 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.2477 ZM 96.2747,336.5426 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><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.0095,315.7175 v 5.9444 "/></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.7917 l -0.0000,-198.1465 h -297.2197 l -0.0000,198.1465 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="2.322614466318867" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 141.5461,149.2745 v 158.5172 "/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="9.290457865275467" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.0095,307.7917 l 297.2197,-118.8879 "/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="4.645228932637734" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.0095,268.1624 h 99.0732 l 99.0732,-158.5172 "/></g></svg>
diff --git a/other/pixelChart_Example.svg b/other/pixelChart_Example.svg
new file mode 100644
--- /dev/null
+++ b/other/pixelChart_Example.svg
@@ -0,0 +1,3 @@
+<?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="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="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(189,125,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(186,128,170)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(182,130,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(178,133,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(175,135,179)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(171,137,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(167,139,185)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(162,142,188)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(158,144,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(154,146,193)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(149,148,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(144,150,199)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(139,152,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(134,154,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(128,156,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(122,158,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(116,160,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,161,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,163,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 300.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 300.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(179,132,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(175,134,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(172,137,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(168,139,184)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(165,140,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(161,142,189)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(157,144,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(153,146,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(149,148,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(144,150,198)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(140,152,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(135,153,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(130,155,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(125,157,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(119,158,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,160,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,163,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 285.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,167,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 285.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(168,139,184)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(165,140,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(162,142,188)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(158,144,190)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(155,145,193)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(151,147,195)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(147,149,197)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(143,150,199)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(139,152,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(135,153,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(131,155,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(126,156,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(122,158,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,159,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,161,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 270.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,166,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(78,168,222)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 270.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(158,144,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(155,145,193)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(152,147,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(148,148,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(145,150,198)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(142,151,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(138,152,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(134,154,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(131,155,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(127,156,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(123,157,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(118,159,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,160,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,161,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 255.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(87,166,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(73,169,223)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(147,149,197)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(145,150,198)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(142,151,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(139,152,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(136,153,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(132,154,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(129,155,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(126,157,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(122,158,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(119,159,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(115,160,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,161,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 240.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,168,222)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(70,169,223)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(137,153,202)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(134,154,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(132,154,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(129,155,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(126,156,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(123,157,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(121,158,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(118,159,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,160,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,161,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,162,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,163,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 225.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(84,167,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(75,168,222)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,169,223)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(127,156,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(124,157,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(122,158,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(120,158,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(118,159,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(115,160,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,160,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(110,161,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,162,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 210.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(90,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,166,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,168,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(75,168,222)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,169,223)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,159,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(115,160,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,160,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,161,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,161,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,163,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,165,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 195.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,165,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,166,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,167,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(81,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(78,168,222)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(75,168,222)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,162,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,163,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 180.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(92,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(90,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(87,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,166,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(84,167,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(81,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,165,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 165.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 165.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(92,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(92,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,165,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,165,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(90,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(90,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(90,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(90,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,165,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,165,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(92,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(92,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 150.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 150.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,165,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(81,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(84,167,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,166,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(87,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(90,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(92,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 135.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,163,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,162,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(75,168,222)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(78,168,222)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(81,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,167,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,166,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(91,165,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 120.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,165,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,163,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,161,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,161,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,160,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(115,160,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,159,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 120.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(71,169,223)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(75,168,222)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(79,168,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(83,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,166,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(90,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 105.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,162,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(110,161,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,160,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(115,160,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(118,159,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(120,158,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(122,158,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(124,157,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(127,156,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 105.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(69,169,223)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(75,168,222)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(84,167,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(89,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 90.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,163,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,162,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,161,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,160,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(118,159,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(121,158,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(123,157,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(126,156,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(129,155,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(132,154,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(134,154,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(137,153,202)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(70,169,223)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(76,168,222)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(82,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49999999999999994" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(88,166,219)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 75.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,161,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(115,160,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(119,159,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(122,158,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(126,157,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(129,155,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(132,154,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(136,153,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(139,152,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(142,151,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(145,150,198)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(147,149,197)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 75.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(73,169,223)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(80,167,221)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(87,166,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 60.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,161,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,160,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(118,159,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(123,157,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(127,156,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(131,155,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(134,154,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(138,152,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(142,151,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(145,150,198)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(148,148,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(152,147,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(155,145,193)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(158,144,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 60.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(78,168,222)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(86,166,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 45.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,161,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,159,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(122,158,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(126,156,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(131,155,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(135,153,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(139,152,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(143,150,199)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(147,149,197)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(151,147,195)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(155,145,193)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(158,144,190)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(162,142,188)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(165,140,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(168,139,184)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(85,167,220)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 30.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,163,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,162,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,160,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(119,158,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(125,157,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(130,155,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(135,153,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(140,152,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(144,150,198)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(149,148,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(153,146,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(157,144,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(161,142,189)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(165,140,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(168,139,184)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(172,137,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(175,134,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(179,132,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 30.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></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 15.0000,15.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,163,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,30.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,161,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,45.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(116,160,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,60.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(122,158,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,75.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(128,156,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,90.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(134,154,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,105.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(139,152,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,120.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(144,150,199)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,135.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(149,148,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,150.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(154,146,193)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,165.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(158,144,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,180.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(162,142,188)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,195.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(167,139,185)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,210.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(171,137,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,225.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(175,135,179)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,240.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(178,133,176)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,255.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(182,130,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,270.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(186,128,170)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,285.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(189,125,167)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 15.0000,300.0000 l -0.0000,-15.0000 h -15.0000 l -0.0000,15.0000 Z"/></g></svg>
diff --git a/other/pixelHudExample.svg b/other/pixelHudExample.svg
new file mode 100644
--- /dev/null
+++ b/other/pixelHudExample.svg
@@ -0,0 +1,3 @@
+<?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.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(128,128,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(126,130,134)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(125,132,139)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(123,134,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(122,136,150)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(121,137,155)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(119,139,160)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(118,141,164)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(116,143,169)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(115,145,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,147,177)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,148,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(110,150,185)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,152,189)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,153,193)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,155,197)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,158,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.4836,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(124,133,144)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(122,135,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(121,137,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(120,139,158)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(118,140,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,142,166)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(116,143,170)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,145,174)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,147,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(112,148,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(110,150,185)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,151,188)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,153,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,195)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,156,198)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,159,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 476.1107,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(120,139,158)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(119,140,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,141,165)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(116,143,169)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(115,144,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,146,175)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,147,179)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,148,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(110,150,185)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,151,188)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,153,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,155,197)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,156,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,158,202)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,159,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 461.7377,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(116,143,169)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(115,144,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,146,175)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,147,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(112,148,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,149,183)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(110,150,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,151,189)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,153,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,155,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,156,199)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,158,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,159,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,162,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,165,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 447.3647,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,147,179)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(112,148,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,149,183)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(110,150,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,151,188)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,152,190)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,153,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,155,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,156,199)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,158,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,159,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,163,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 432.9917,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></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 432.9917,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,151,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,151,189)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,152,190)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,153,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,155,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,155,197)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,156,199)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,158,202)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,158,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,159,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,164,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 418.6187,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></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 418.6187,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,195)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,155,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,156,198)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,156,199)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,157,202)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,158,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,158,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,159,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,164,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 404.2458,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></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 404.2458,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,156,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,157,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,158,202)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,158,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,158,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,159,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,159,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 389.8728,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,159,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,159,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,159,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,159,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 375.4998,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 361.1268,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 346.7538,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,159,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,159,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,159,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,159,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 332.3809,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,211)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,159,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,159,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,158,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,158,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,158,202)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,157,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,156,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 318.0079,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></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 303.6349,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,164,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,159,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,158,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,158,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,157,202)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,156,199)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,156,198)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,155,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,195)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 303.6349,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></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 289.2619,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,164,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,164,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,161,209)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,159,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,158,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,158,202)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,156,199)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,155,197)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,155,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,153,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,152,190)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,151,189)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,151,187)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.2619,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></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 274.8890,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,163,214)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(97,162,212)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,159,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,158,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,156,199)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,155,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,153,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,152,190)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,151,188)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(110,150,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,149,183)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(112,148,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,147,179)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.8890,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(94,165,217)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,163,215)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,162,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,159,206)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,158,203)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,156,199)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,155,196)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,153,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,151,189)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(110,150,186)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,149,183)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(112,148,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,147,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,146,175)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(115,144,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(116,143,169)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 260.5160,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(95,164,216)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,208)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,159,205)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(102,158,202)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,156,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,155,197)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,153,191)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,151,188)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(110,150,185)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,148,182)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,147,179)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,146,175)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(115,144,172)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(116,143,169)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,141,165)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(119,140,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(120,139,158)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 246.1430,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(96,163,213)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(99,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,159,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,201)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(104,156,198)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(106,154,195)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,153,192)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(109,151,188)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(110,150,185)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(112,148,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,147,178)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(114,145,174)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(116,143,170)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(117,142,166)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(118,140,162)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(120,139,158)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(121,137,154)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(122,135,149)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(124,133,144)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7700,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(98,161,210)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,41.3942 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(100,160,207)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,55.7672 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(101,158,204)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,70.1401 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(103,157,200)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,84.5131 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(105,155,197)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,98.8861 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(107,153,193)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,113.2591 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(108,152,189)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,127.6321 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(110,150,185)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,142.0050 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(111,148,181)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,156.3780 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(113,147,177)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,170.7510 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(115,145,173)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,185.1240 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(116,143,169)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,199.4969 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(118,141,164)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,213.8699 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(119,139,160)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,228.2429 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(121,137,155)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,242.6159 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(122,136,150)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,256.9889 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(123,134,145)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,271.3618 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(125,132,139)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,285.7348 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(126,130,134)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,300.1078 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(128,128,128)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 217.3970,314.4808 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 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 91.9946,314.4808 ZM 57.7902,303.3375 l 15.1357,0.0000 c 0.1788,-0.6555 0.2979,-2.7411 0.2979 -4.2309c 0.0000,-5.7802 -2.6815,-9.1768 -9.1172 -9.1768c -7.5679,-0.0000 -9.0576,4.4096 -9.0576 8.5213c -0.0000,4.2904 1.0130,4.8863 2.7411 4.8863ZM 57.7902,303.3375 ZM 87.7637,308.1643 l -29.9735,-0.0000 c -1.9069,-0.0000 -2.6219,1.6089 -2.6219 2.6219l -0.0000,2.3240 c -0.0000,0.2384 -0.1192,0.3575 -0.3575 0.3575l -1.2514,-0.0000 l -0.0596,-0.1192 c 0.0000,-0.0000 0.0596,-4.8267 0.0596 -7.5679c 0.0000,-1.7877 -0.5363,-6.1973 -0.5363 -7.7466c 0.0000,-11.0241 6.4953,-13.1693 10.0110 -13.1693c 5.0651,0.0000 12.1563,3.0987 12.1563 13.9439c -0.0000,2.0856 -0.1788,3.2178 -0.5959 4.5288l 13.1693,0.0000 c 1.7877,0.0000 2.5623,-0.8938 2.5623 -3.2178l 0.0000,-1.6089 c 0.0000,-0.2384 0.1788,-0.4767 0.4767 -0.4767l 1.1322,0.0000 l 0.1192,0.1192 c 0.0000,-0.0000 -0.1192,5.1843 -0.1192 7.5083c -0.0000,2.1452 0.1192,7.6870 0.1192 7.6870l -0.1192,0.1192 l -1.1322,-0.0000 c -0.2979,-0.0000 -0.4767,-0.1788 -0.4767 -0.4767l 0.0000,-1.5493 c 0.0000,-2.4432 -0.8938,-3.2774 -2.5623 -3.2774ZM 91.9946,283.4347 ZM 57.9690,278.7867 c -1.5493,-0.0000 -2.8603,-1.2514 -2.8603 -2.8007c 0.0000,-1.6089 1.3110,-2.8603 2.8603 -2.8603c 1.6089,0.0000 2.8603,1.2514 2.8603 2.8603c -0.0000,1.5493 -1.2514,2.8007 -2.8603 2.8007ZM 57.9690,278.7867 ZM 87.7041,273.1257 c 1.7281,0.0000 2.6219,-0.6555 2.6219 -2.5623l 0.0000,-1.1322 c 0.0000,-0.2979 0.1788,-0.5363 0.4767 -0.5363l 1.1322,0.0000 l 0.1192,0.1192 c 0.0000,-0.0000 -0.1192,4.1117 -0.1192 6.4357c -0.0000,2.0856 0.1192,6.1377 0.1192 6.1377l -0.1192,0.1192 l -1.1322,-0.0000 c -0.2979,-0.0000 -0.4767,-0.1788 -0.4767 -0.4767l 0.0000,-1.1322 c 0.0000,-1.9665 -0.8938,-2.5623 -2.6219 -2.5623l -14.8378,-0.0000 c -3.1582,-0.0000 -3.6350,0.5363 -3.6350 1.3706c -0.0000,0.7747 0.0596,1.4897 0.2979 2.5028l -1.6685,0.2979 c -0.6555,-3.8137 -0.8938,-4.4692 -1.7281 -6.1973c -0.2384,-0.6555 -0.4767,-1.0726 -0.4767 -1.4897l 0.0000,-0.8938 l 22.0481,0.0000 ZM 91.9946,267.7030 ZM 68.0396,255.9639 c -0.0000,1.1918 0.2979,1.4301 0.7151 1.4301c 0.2979,0.0000 0.8343,-0.2384 1.9069 -0.8938l 5.3631,-3.6350 c 0.3575,-0.1788 0.5363,-0.3575 0.5363 -0.5959c 0.0000,-0.1788 -0.1192,-0.2979 -0.4171 -0.5363l -5.4226,-3.8733 c -0.8343,-0.6555 -1.4897,-1.0130 -1.9665 -1.0130c -0.4767,-0.0000 -0.7151,0.4171 -0.7151 1.2514l -0.0000,0.9534 c -0.0000,0.1788 -0.1192,0.3575 -0.4171 0.3575l -1.1322,-0.0000 l -0.1788,-0.1788 c 0.0000,-0.0000 0.1192,-2.8007 0.1192 -4.6480c 0.0000,-1.9069 -0.1192,-4.8267 -0.1192 -4.8267l 0.1192,-0.0596 l 1.1322,0.0000 c 0.4171,0.0000 0.4767,0.3575 0.4767 0.7151c -0.0000,2.2048 0.7151,3.0987 3.5158 5.3035l 6.3761,5.0055 c 0.1788,0.1192 0.2979,0.1788 0.4171 0.1788c 0.1192,0.0000 0.2979,-0.0596 0.4767 -0.1788l 7.5679,-5.3631 c 3.8733,-2.7411 3.9329,-3.5158 3.9329 -5.4226c 0.0000,-0.5959 0.1192,-0.8343 0.4767 -0.8343l 1.1322,0.0000 l 0.1192,0.0596 c 0.0000,-0.0000 -0.1192,3.2178 -0.1192 5.2439c -0.0000,2.4432 0.1192,6.1973 0.1192 6.1973l -0.1192,0.1192 l -1.1322,-0.0000 c -0.2979,-0.0000 -0.4767,-0.1192 -0.4767 -0.4171l 0.0000,-0.7151 c 0.0000,-0.9534 -0.1788,-1.3706 -0.6555 -1.3706c -0.5363,-0.0000 -1.4301,0.6555 -2.6815 1.6089l -4.7672,3.4562 c -0.2979,0.2384 -0.4171,0.3575 -0.4171 0.5363c -0.0000,0.1192 0.1788,0.2979 0.5363 0.5363l 5.4226,3.7541 c 1.1918,0.8938 1.4897,1.0726 1.9069 1.0726c 0.4171,0.0000 0.6555,-0.3575 0.6555 -1.2514l 0.0000,-0.8343 c 0.0000,-0.2979 0.1788,-0.4171 0.4767 -0.4171l 1.1322,0.0000 l 0.1192,0.1192 c 0.0000,-0.0000 -0.1192,3.0987 -0.1192 5.0055c -0.0000,1.7281 0.1192,4.4692 0.1192 4.4692l -0.1192,0.1192 l -1.0130,-0.0000 c -0.3575,-0.0000 -0.5959,-0.2384 -0.5959 -0.7747c 0.0000,-1.4301 -0.2979,-2.8007 -3.5158 -5.3035l -6.4357,-5.0055 c -0.1192,-0.0596 -0.2384,-0.1192 -0.4171 -0.1192c -0.1788,-0.0000 -0.2979,0.0596 -0.4767 0.1788l -7.5679,5.1843 c -2.4432,1.6685 -3.8733,2.7411 -3.8733 4.8267c -0.0000,0.4171 -0.1788,0.8343 -0.4171 0.8343l -1.1322,-0.0000 l -0.1788,-0.1192 l 0.1192,-4.7076 l -0.1192,-6.6144 l 0.1788,-0.1788 l 1.0726,0.0000 c 0.2979,0.0000 0.4767,0.2384 0.4767 0.4767l -0.0000,0.8938 ZM 91.9946,238.0871 ZM 75.4883,231.2939 l 0.0000,-10.9645 c 0.0000,-0.5959 -0.2979,-0.8343 -0.8343 -0.8343c -5.5418,-0.0000 -6.9720,2.8007 -6.9720 4.9459c -0.0000,1.3706 0.5363,5.8398 7.8062 6.8528ZM 75.4883,231.2939 ZM 86.4528,215.5623 l 0.9534,-1.1918 c 3.0987,2.2644 5.3035,5.7802 5.3035 10.0706c -0.0000,8.1638 -6.0781,11.6199 -12.5734 11.6199c -9.0576,-0.0000 -14.4802,-5.9589 -14.4802 -11.6199c 0.0000,-7.8658 6.1377,-9.7131 11.1432 -9.7131c 0.6555,0.0000 1.0130,0.4171 1.0130 1.0726l -0.0000,15.6720 c 0.3575,0.0596 0.7151,0.0596 1.1918 0.0596c 6.0781,0.0000 10.7857,-4.2309 10.7857 -8.5213c 0.0000,-3.2774 -1.0726,-5.3631 -3.3370 -7.4487ZM 91.9946,212.5828 ZM 87.7041,206.9218 l -29.8543,-0.0000 c -3.3966,-0.0000 -4.3500,0.5959 -4.3500 1.7877l 0.2384,1.9069 c -0.0000,0.1788 -0.1192,0.3575 -0.2979 0.3575l -1.4897,0.1192 c 0.0000,-0.9534 -0.3575,-3.1582 -0.5363 -4.1713c -0.2384,-1.0726 -0.4767,-1.9069 -1.0130 -3.0987l 0.0000,-1.3110 l 37.3030,0.0000 c 1.7281,0.0000 2.6219,-0.6555 2.6219 -2.5623l 0.0000,-1.4301 c 0.0000,-0.2384 0.1788,-0.4767 0.4767 -0.4767l 1.1322,0.0000 l 0.1192,0.1192 c 0.0000,-0.0000 -0.1192,4.3500 -0.1192 6.6740c -0.0000,2.0856 0.1192,6.4357 0.1192 6.4357l -0.1192,0.0596 l -1.1322,-0.0000 c -0.2979,-0.0000 -0.4767,-0.1192 -0.4767 -0.4171l 0.0000,-1.4301 c 0.0000,-1.9665 -0.8938,-2.5623 -2.6219 -2.5623ZM 91.9946,182.1922 ZM 92.7097,161.0379 c -0.0000,12.8117 -9.8919,18.9494 -19.4858 18.9494c -11.7391,-0.0000 -20.4392,-9.1172 -20.4392 -19.0090c 0.0000,-7.3295 2.5028,-9.6535 2.6815 -13.0501c 3.2774,-0.1788 6.1377,-0.7151 9.2364 -1.3110l 0.2384,1.7877 c -5.1247,1.5493 -9.9514,5.0055 -9.9514 13.2289c -0.0000,4.7076 5.0055,13.1693 17.1022 13.1693c 8.7001,0.0000 18.1748,-4.4692 18.1748 -13.7056c 0.0000,-5.5418 -1.9665,-9.5939 -6.6144 -13.8248l 0.8938,-1.3706 c 5.3035,4.0521 8.1638,9.3555 8.1638 15.1357ZM 91.9946,143.8166 ZM 50.4011,134.1035 l 20.2008,0.0000 c -3.9925,-3.9925 -4.9459,-7.5083 -4.9459 -9.8323c 0.0000,-4.2904 3.2774,-6.4357 9.4151 -6.4357l 12.6330,0.0000 c 1.7281,0.0000 2.6219,-0.5959 2.6219 -2.5623l 0.0000,-1.1322 c 0.0000,-0.2384 0.1788,-0.4767 0.4767 -0.4767l 1.1322,0.0000 l 0.1192,0.1192 c 0.0000,-0.0000 -0.1192,4.0521 -0.1192 6.4357c -0.0000,2.0856 0.1192,6.1377 0.1192 6.1377l -0.1192,0.1192 l -1.1322,-0.0000 c -0.2979,-0.0000 -0.4767,-0.1788 -0.4767 -0.4767l 0.0000,-1.1322 c 0.0000,-2.0260 -0.8938,-2.5623 -2.6219 -2.5623l -13.2885,-0.0000 c -4.8267,-0.0000 -5.9589,1.3110 -5.9589 4.6480c -0.0000,1.7281 1.5493,4.2904 4.3500 7.1507l 14.8974,0.0000 c 1.7281,0.0000 2.6219,-0.5959 2.6219 -2.5623l 0.0000,-1.1322 c 0.0000,-0.2384 0.1788,-0.4767 0.4767 -0.4767l 1.1322,0.0000 l 0.1192,0.1192 c 0.0000,-0.0000 -0.1192,4.0521 -0.1192 6.3761c -0.0000,2.1452 0.1192,6.1377 0.1192 6.1377l -0.1192,0.1192 l -1.1322,-0.0000 c -0.2979,-0.0000 -0.4767,-0.1192 -0.4767 -0.4171l 0.0000,-1.1322 c 0.0000,-2.0260 -0.8938,-2.5623 -2.6219 -2.5623l -29.8543,-0.0000 c -3.3966,-0.0000 -4.3500,0.5363 -4.3500 1.7281l 0.2384,1.9665 c -0.0000,0.1788 -0.1192,0.2979 -0.2979 0.2979l -1.4897,0.1192 c 0.0000,-0.9534 -0.3575,-3.0987 -0.5363 -4.1117c -0.2384,-1.0726 -0.4767,-1.9665 -1.0130 -3.1582l 0.0000,-1.3110 ZM 91.9946,112.9492 ZM 77.3952,95.6087 l 1.1918,4.7076 c 1.6089,5.2439 4.3500,6.0185 7.0316 6.0185c 1.8473,0.0000 4.6480,-0.8938 4.6480 -4.6480c 0.0000,-1.7877 -1.7281,-4.5288 -3.0391 -6.0781l -9.8323,-0.0000 ZM 77.3952,95.6087 ZM 92.7097,91.7949 c -0.0000,2.2644 -2.0260,3.5158 -3.4562 3.7541l 0.9534,1.3706 c 1.9069,2.7411 2.5028,3.7541 2.5028 6.4953c -0.0000,4.1713 -2.3836,7.2103 -6.8528 7.2103c -4.5288,-0.0000 -7.6275,-3.8733 -9.0576 -9.5343l -1.3706,-5.4822 c -6.7336,-0.0000 -7.9850,3.0987 -7.9850 5.1247c -0.0000,2.2644 1.0130,4.8863 2.8603 4.8863c 0.6555,0.0000 1.0130,-0.1192 1.1918 -0.1788c 0.2384,-0.1192 0.6555,-0.1788 1.0726 -0.1788c 0.7747,0.0000 1.9665,0.5959 1.9665 2.3240c -0.0000,1.4301 -0.9534,2.3836 -2.3836 2.3836c -3.4562,-0.0000 -6.4953,-5.6014 -6.4953 -9.4151c 0.0000,-4.3500 1.7877,-9.3555 10.2494 -9.3555l 8.7597,0.0000 c 3.6350,0.0000 5.1843,-0.0596 5.1843 -1.4301c 0.0000,-1.3110 -1.6685,-1.6685 -2.9795 -1.7281l 0.2979,-1.4897 c 4.3500,0.3575 5.5418,2.2048 5.5418 5.2439ZM 91.9946,86.0744 ZM 87.7041,80.7709 l -14.8378,-0.0000 c -2.9795,-0.0000 -3.6350,0.4171 -3.6350 1.3110c -0.0000,0.7747 0.0596,1.4897 0.2979 2.5028l -1.6685,0.2979 c -0.6555,-3.7541 -0.8343,-4.4096 -1.7281 -6.1973c -0.2979,-0.5959 -0.4767,-1.0726 -0.4767 -1.4897l 0.0000,-0.8938 l 5.3631,0.1788 l 0.0000,-0.1788 c -2.3240,-1.5493 -5.3631,-4.1713 -5.3631 -6.9720c 0.0000,-2.4432 1.1918,-3.3370 2.7411 -3.3370c 1.5493,0.0000 2.5028,1.0130 2.5028 2.5623c -0.0000,1.1918 -0.4767,1.8473 -1.0726 2.4432c -0.3575,0.3575 -0.5363,0.7747 -0.5363 1.1918c -0.0000,0.6555 1.0726,1.9665 3.0987 3.3966c 0.5363,0.4171 1.3110,0.7151 2.0856 0.7151l 13.2289,0.0000 c 1.7281,0.0000 2.6219,-0.5959 2.6219 -2.5623l 0.0000,-1.7281 c 0.0000,-0.2979 0.1788,-0.5363 0.4767 -0.5363l 1.1322,0.0000 l 0.1192,0.1192 c 0.0000,-0.0000 -0.1192,4.7076 -0.1192 7.0316c -0.0000,2.1452 0.1192,6.1973 0.1192 6.1973l -0.1192,0.0596 l -1.1322,-0.0000 c -0.2979,-0.0000 -0.4767,-0.1192 -0.4767 -0.4171l 0.0000,-1.1322 c 0.0000,-2.0260 -0.8938,-2.5623 -2.6219 -2.5623ZM 91.9946,65.3968 ZM 68.6951,55.6241 l 15.2549,0.0000 c 3.6945,0.0000 5.4822,-0.3575 5.4822 -1.9665c 0.0000,-1.5493 -0.4767,-2.7411 -1.6685 -4.2904l 1.0130,-1.0726 c 2.6219,2.3240 3.9329,4.7076 3.9329 7.4487c -0.0000,2.7411 -1.6685,4.3500 -5.8994 4.3500l -18.1152,-0.0000 l -0.0000,3.8733 c -0.0000,0.1788 -0.0596,0.2384 -0.2384 0.2384l -1.8473,-0.0000 c -0.1788,-0.0000 -0.2384,-0.0596 -0.2384 -0.1788c 0.0000,-3.9925 -2.3240,-4.9459 -6.8528 -4.9459l -1.1322,-0.0000 l -1.1918,-3.4562 l 9.1768,0.0000 l 0.0000,-6.5548 c 0.0000,-0.2979 0.1192,-0.4767 0.3575 -0.4767l 1.1918,0.0000 c 0.5363,0.0000 0.7747,0.8343 0.7747 1.4301l -0.0000,5.6014 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 539.4106,304.6528 ZM 541.8967,303.7351 c 0.3337,0.4004 0.6841,0.5339 1.2013 0.5339c 1.5851,-0.0000 2.3860,-1.4683 2.3860 -3.3704c 0.0000,-1.7019 -0.8676,-2.9199 -1.8854 -2.9199c -0.1835,-0.0000 -1.0512,0.0334 -1.7019 0.7175v 5.0389 ZM 541.8967,303.7351 ZM 540.6453,295.0923 c 0.0000,-0.9510 -0.1669,-1.2180 -0.5006 -1.2180l -0.5339,0.0667 c -0.0501,-0.0000 -0.0834,-0.0334 -0.0834 -0.0834l -0.0334,-0.4171 c 0.2670,-0.0000 0.8676,-0.1001 1.1513 -0.1502c 0.3003,-0.0667 0.5506,-0.1335 0.8843 -0.2836h 0.3671 v 5.1724 c 0.5673,-0.6173 1.2347,-0.9177 2.0356 -0.9177c 1.4516,-0.0000 2.8365,1.3849 2.8365 3.4204c 0.0000,2.6529 -1.8687,4.1546 -3.5706 4.1546c -0.7175,-0.0000 -1.2514,-0.2002 -1.7352 -0.6173c -0.1502,0.2002 -0.3671,0.4505 -0.5172 0.6173l -0.3504,-0.0834 c 0.0501,-0.4004 0.0501,-0.6674 0.0501 -1.3181v -8.3425 ZM 547.2693,304.6528 ZM 548.8544,303.4515 v -8.3592 c 0.0000,-0.9510 -0.1669,-1.2180 -0.5006 -1.2180l -0.5339,0.0667 c -0.0501,-0.0000 -0.1001,-0.0334 -0.1001 -0.0834l -0.0334,-0.4171 c 0.2670,-0.0000 0.8843,-0.1001 1.1680 -0.1502c 0.3003,-0.0667 0.5339,-0.1335 0.8676 -0.2836h 0.3671 v 10.4448 c 0.0000,0.4839 0.1835,0.7341 0.7175 0.7341h 0.4004 c 0.0667,-0.0000 0.1335,0.0501 0.1335 0.1335v 0.3170 l -0.0334,0.0334 c 0.0000,-0.0000 -1.2180,-0.0334 -1.8687 -0.0334c -0.5840,-0.0000 -1.8020,0.0334 -1.8020 0.0334l -0.0167,-0.0334 v -0.3170 c 0.0000,-0.0834 0.0334,-0.1335 0.1168 -0.1335h 0.4004 c 0.5506,-0.0000 0.7175,-0.2503 0.7175 -0.7341ZM 551.6074,304.6528 ZM 558.7653,302.7173 c 0.0000,0.8343 0.0834,1.1012 0.4171 1.1012c 0.2002,-0.0000 0.5673,-0.0334 0.8509 -0.0834l 0.0667,0.4672 c -1.0178,0.1835 -1.8354,0.3504 -2.2191 0.6507h -0.3671 l 0.0501,-1.2347 h -0.0501 c -0.9177,1.0011 -1.6685,1.2347 -2.3526 1.2347c -1.6518,-0.0000 -2.0856,-1.1179 -2.0856 -2.2692v -3.8042 c 0.0000,-0.5506 -0.1168,-0.8343 -0.7341 -0.8343c -0.0667,-0.0000 -0.1835,0.0167 -0.2836 0.0167l -0.0501,-0.0167 v -0.4338 l 0.0501,-0.0501 c 0.0000,-0.0000 1.1346,0.0334 1.6685 0.0334c 0.2336,-0.0000 0.6173,-0.0334 0.6173 -0.0334l -0.0167,1.3348 v 3.5539 c 0.0000,1.4850 0.7675,1.7519 1.2681 1.7519c 0.3838,-0.0000 0.7341,-0.1502 1.0845 -0.4004c 0.4004,-0.3003 0.6674,-0.5339 0.8343 -0.7508v -4.1212 c 0.0000,-0.6007 -0.0834,-0.8843 -0.7008 -0.8843c -0.1001,-0.0000 -0.2836,0.0167 -0.3337 0.0167l -0.0334,-0.0334 v -0.4171 l 0.0334,-0.0501 c 0.0000,-0.0000 1.1846,0.0334 1.6518 0.0334c 0.3838,-0.0000 0.6507,-0.0334 0.6507 -0.0334l -0.0167,1.3181 v 3.9377 ZM 560.2336,304.6528 ZM 562.1357,300.0310 h 3.0700 c 0.1669,-0.0000 0.2336,-0.0834 0.2336 -0.2336c 0.0000,-1.5517 -0.7842,-1.9522 -1.3849 -1.9522c -0.3838,-0.0000 -1.6351,0.1502 -1.9188 2.1857ZM 562.1357,300.0310 ZM 566.5405,303.1011 l 0.3337,0.2670 c -0.6340,0.8676 -1.6184,1.4850 -2.8198 1.4850c -2.2859,-0.0000 -3.2536,-1.7019 -3.2536 -3.5205c 0.0000,-2.5361 1.6685,-4.0545 3.2536 -4.0545c 2.2024,-0.0000 2.7197,1.7186 2.7197 3.1201c 0.0000,0.1835 -0.1168,0.2836 -0.3003 0.2836h -4.3882 c -0.0167,0.1001 -0.0167,0.2002 -0.0167 0.3337c 0.0000,1.7019 1.1846,3.0200 2.3860 3.0200c 0.9177,-0.0000 1.5017,-0.3003 2.0856 -0.9344Z"/></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 533.6614,311.8393 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 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 539.4106,273.9261 ZM 540.8956,272.7248 v -4.1546 c 0.0000,-0.8343 -0.1168,-1.0178 -0.3671 -1.0178c -0.2169,-0.0000 -0.4171,0.0167 -0.7008 0.0834l -0.0834,-0.4672 c 1.0512,-0.1835 1.2347,-0.2336 1.7352 -0.4839c 0.1669,-0.0834 0.3003,-0.1335 0.4171 -0.1335h 0.2503 l -0.0501,1.5017 h 0.0501 c 0.4338,-0.6507 1.1680,-1.5017 1.9522 -1.5017c 0.6841,-0.0000 0.9344,0.3337 0.9344 0.7675c 0.0000,0.4338 -0.2836,0.7008 -0.7175 0.7008c -0.3337,-0.0000 -0.5172,-0.1335 -0.6841 -0.3003c -0.1001,-0.1001 -0.2169,-0.1502 -0.3337 -0.1502c -0.1835,-0.0000 -0.5506,0.3003 -0.9510 0.8676c -0.1168,0.1502 -0.2002,0.3671 -0.2002 0.5840v 3.7041 c 0.0000,0.4839 0.1669,0.7341 0.7175 0.7341h 0.4839 c 0.0834,-0.0000 0.1502,0.0501 0.1502 0.1335v 0.3170 l -0.0334,0.0334 c 0.0000,-0.0000 -1.3181,-0.0334 -1.9688 -0.0334c -0.6007,-0.0000 -1.7352,0.0334 -1.7352 0.0334l -0.0167,-0.0334 v -0.3170 c 0.0000,-0.0834 0.0334,-0.1335 0.1168 -0.1335h 0.3170 c 0.5673,-0.0000 0.7175,-0.2503 0.7175 -0.7341ZM 545.2003,273.9261 ZM 547.1024,269.3043 h 3.0700 c 0.1669,-0.0000 0.2336,-0.0834 0.2336 -0.2336c 0.0000,-1.5517 -0.7842,-1.9522 -1.3849 -1.9522c -0.3838,-0.0000 -1.6351,0.1502 -1.9188 2.1857ZM 547.1024,269.3043 ZM 551.5073,272.3744 l 0.3337,0.2670 c -0.6340,0.8676 -1.6184,1.4850 -2.8198 1.4850c -2.2859,-0.0000 -3.2536,-1.7019 -3.2536 -3.5205c 0.0000,-2.5361 1.6685,-4.0545 3.2536 -4.0545c 2.2024,-0.0000 2.7197,1.7186 2.7197 3.1201c 0.0000,0.1835 -0.1168,0.2836 -0.3003 0.2836h -4.3882 c -0.0167,0.1001 -0.0167,0.2002 -0.0167 0.3337c 0.0000,1.7019 1.1846,3.0200 2.3860 3.0200c 0.9177,-0.0000 1.5017,-0.3003 2.0856 -0.9344ZM 551.5240,273.9261 ZM 557.0968,272.4411 v -4.3214 c -0.4004,-0.6340 -0.8509,-0.9844 -1.6351 -0.9844c -0.3337,-0.0000 -1.0178,0.0501 -1.5517 0.8343c -0.2336,0.3504 -0.5172,1.0678 -0.5172 2.2692c 0.0000,2.1857 1.1346,3.1868 2.0356 3.1868c 0.5506,-0.0000 1.0011,-0.3337 1.6685 -0.9844ZM 557.0968,272.4411 ZM 558.3482,262.2799 v 9.6440 c 0.0000,0.5006 0.0334,0.7675 0.0667 0.8843c 0.0501,0.1502 0.2336,0.2503 0.3671 0.2503c 0.2002,-0.0000 0.5673,-0.0000 0.8176 -0.0501l 0.0667,0.4672 c -0.9677,0.1669 -1.8354,0.3504 -2.1857 0.6507h -0.4004 l 0.0501,-1.1513 c -0.6340,0.6507 -1.2847,1.1513 -2.1357 1.1513c -1.8020,-0.0000 -2.9032,-1.5350 -2.9032 -3.5873c 0.0000,-1.2347 0.3337,-2.2692 1.0512 -2.9866c 0.6674,-0.6340 1.4015,-1.0011 2.5028 -1.0011c 0.3337,-0.0000 1.0678,0.1502 1.4516 0.3671v -2.5528 c 0.0000,-0.9510 -0.1502,-1.2180 -0.4839 -1.2180l -0.5506,0.0667 c -0.0334,-0.0000 -0.0834,-0.0334 -0.0834 -0.0834l -0.0334,-0.4171 c 0.2670,-0.0000 0.8676,-0.1001 1.1513 -0.1502c 0.3170,-0.0667 0.5506,-0.1335 0.8843 -0.2836h 0.3671 Z"/></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 533.6614,281.1126 l -0.0000,-14.3730 h -14.3730 l -0.0000,14.3730 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.966778768291653" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 569.7791,314.4808 l -0.0000,-58.1126 h -52.8949 l -0.0000,58.1126 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 162.2506,320.0297 l -0.0000,-287.4596 h -5.7492 l -0.0000,287.4596 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 128.4347,32.5702 ZM 132.6108,22.2159 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 132.6108,22.2159 ZM 132.5345,32.7990 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 136.7868,32.5702 ZM 137.8737,31.7884 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 140.9628,32.5702 ZM 146.8550,29.3476 c 0.0000,-1.9641 -1.0678,-2.9366 -2.2501 -2.9366c -0.8772,-0.0000 -1.5446,0.1335 -2.2882 0.4386l 0.6102,-5.2057 c 0.6293,0.0572 1.2776,0.0763 1.9450 0.0763c 0.9534,-0.0000 1.9450,-0.0572 2.9747 -0.1716l 0.1144,0.0572 l -0.2860,1.2395 c -0.7437,0.0763 -1.3539,0.0953 -1.8878 0.0953c -0.8581,-0.0000 -1.5064,-0.0763 -2.1738 -0.1525l -0.3623,3.0128 c 0.4004,-0.1525 1.0869,-0.2860 1.8306 -0.2860c 2.0213,-0.0000 3.1463,1.7543 3.1463 3.5086c 0.0000,2.1357 -1.4874,3.7756 -3.6421 3.7756c -1.0869,-0.0000 -2.6696,-0.6102 -2.6696 -1.3539c 0.0000,-0.3623 0.3051,-0.6102 0.6483 -0.6102c 0.3814,-0.0000 0.6293,0.2860 0.8581 0.5911c 0.2860,0.3432 0.5911,0.7246 1.2013 0.7246c 1.2204,-0.0000 2.2310,-1.1441 2.2310 -2.8031Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 153.6268,32.5702 h 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4347,61.3161 ZM 132.6108,50.9619 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 132.6108,50.9619 ZM 132.5345,61.5450 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 136.7868,61.3161 ZM 137.8737,60.5343 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 140.9628,61.3161 ZM 145.8825,54.5468 c 0.0000,-0.1335 0.0191,-0.2860 0.1907 -0.3814c 0.2098,-0.1525 0.5530,-0.3242 0.8390 -0.3242c 0.2479,-0.0000 0.2670,0.2098 0.2670 0.5911v 3.0700 h 1.5446 l -0.1144,0.8962 h -1.4301 v 1.5827 c 0.0000,0.5339 0.0763,0.8009 0.6293 0.8009h 0.5149 c 0.1144,-0.0000 0.1335,0.0953 0.1335 0.1335v 0.4195 c 0.0000,-0.0000 -1.2204,-0.0381 -2.0213 -0.0381c -0.7246,-0.0000 -1.8497,0.0381 -1.8497 0.0381v -0.4195 c 0.0000,-0.0381 0.0191,-0.1335 0.1335 -0.1335h 0.5149 c 0.5911,-0.0000 0.6483,-0.2479 0.6483 -0.8009v -1.5827 h -3.7375 c -0.0763,-0.0000 -0.1144,-0.0381 -0.1716 -0.1144l -0.1525,-0.2098 l -0.2288,-0.4004 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0381c 0.0000,-0.0191 0.0191,-0.0381 0.0381 -0.0572c 1.2395,-1.3729 3.4324,-5.6252 4.1188 -7.1889c 0.0191,-0.0763 0.0572,-0.0953 0.1335 -0.0953c 0.0191,-0.0000 0.4386,0.1716 0.6674 0.2098c -0.8581,2.3073 -2.2692,4.7862 -3.6612 6.9982h 3.0128 v -2.9556 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 153.6268,61.3161 h 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4347,90.0621 ZM 132.6108,79.7078 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 132.6108,79.7078 ZM 132.5345,90.2909 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 136.7868,90.0621 ZM 137.8737,89.2803 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 140.9628,90.0621 ZM 145.0816,79.6315 c -0.4767,-0.0000 -1.8687,0.2670 -1.8687 1.4301c 0.0000,0.3432 -0.1335,0.9344 -0.6483 0.9344c -0.4958,-0.0000 -0.5339,-0.5530 -0.5339 -0.6102c 0.0000,-0.5911 0.7818,-2.3454 3.4324 -2.3454c 1.8497,-0.0000 2.4026,1.1632 2.4026 1.9259c 0.0000,0.4767 -0.1525,1.4301 -1.8687 2.5171c 1.0678,0.1716 2.4789,0.9534 2.4789 2.9366c 0.0000,2.5171 -1.9069,3.8709 -4.0616 3.8709c -1.0869,-0.0000 -2.6124,-0.4767 -2.6124 -1.2013c 0.0000,-0.2860 0.2860,-0.6102 0.6674 -0.6102c 0.3623,-0.0000 0.5339,0.1907 0.7055 0.4386c 0.2098,0.3242 0.5530,0.7818 1.4683 0.7818c 0.6293,-0.0000 2.4217,-0.6293 2.4217 -3.0319c 0.0000,-2.0403 -1.4301,-2.3645 -2.4599 -2.3645c -0.1716,-0.0000 -0.3814,0.0381 -0.5911 0.0763l -0.0763,-0.5721 c 1.4683,-0.2479 2.6887,-1.6780 2.6887 -2.5552c 0.0000,-1.0869 -0.7627,-1.6208 -1.5446 -1.6208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 153.6268,90.0621 h 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4347,118.8080 ZM 132.6108,108.4538 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 132.6108,108.4538 ZM 132.5345,119.0369 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 136.7868,118.8080 ZM 137.8737,118.0262 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 140.9628,118.8080 ZM 142.0688,110.3606 c 0.0000,-1.0869 1.0488,-2.5743 3.0510 -2.5743c 1.4683,-0.0000 3.1845,0.5530 3.1845 2.7459c 0.0000,1.4492 -0.7437,2.1738 -1.7734 3.1654l -1.8115,1.7543 c -0.0953,0.0953 -1.3729,1.3539 -1.3729 2.2501h 3.2417 c 0.6483,-0.0000 0.9916,-0.3242 1.2585 -1.3729l 0.4767,0.0763 l -0.3814,2.4026 h -5.8922 c 0.0000,-1.0678 0.1716,-1.8878 1.9450 -3.6993l 1.3348,-1.3157 c 1.0678,-1.0869 1.5064,-2.0213 1.5064 -3.1845c 0.0000,-1.7352 -1.1823,-2.2310 -1.8306 -2.2310c -1.3157,-0.0000 -1.6780,0.6865 -1.6780 1.1441c 0.0000,0.1525 0.0381,0.3051 0.0763 0.4386c 0.0381,0.1335 0.0763,0.2670 0.0763 0.4195c 0.0000,0.4958 -0.3814,0.6865 -0.6865 0.6865c -0.4195,-0.0000 -0.7246,-0.3242 -0.7246 -0.7055Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 153.6268,118.8080 h 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4347,147.5540 ZM 132.6108,137.1997 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 132.6108,137.1997 ZM 132.5345,147.7828 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 136.7868,147.5540 ZM 137.8737,146.7722 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 140.9628,147.5540 ZM 144.5477,138.4583 c -0.3623,-0.0000 -1.2013,0.3432 -1.6208 0.5339l -0.2288,-0.5911 c 1.6780,-0.7818 2.3264,-1.1823 3.2798 -1.8687h 0.3623 v 9.5915 c 0.0000,0.6865 0.0953,0.8772 0.7246 0.8772h 0.9916 c 0.0572,-0.0000 0.1525,0.0381 0.1525 0.1525v 0.4195 l -2.6124,-0.0381 l -2.6505,0.0381 v -0.4195 c 0.0191,-0.0572 0.0381,-0.1525 0.1525 -0.1525h 1.1441 c 0.7246,-0.0000 0.7246,-0.3242 0.7246 -0.8772v -6.5596 c 0.0000,-0.6483 0.0000,-1.1060 -0.4195 -1.1060Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 153.6268,147.5540 h 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4347,176.3000 ZM 132.6108,165.9457 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 132.6108,165.9457 ZM 132.5345,176.5288 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 136.7868,176.3000 ZM 137.8737,175.5181 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 140.9628,176.3000 ZM 145.1389,165.9457 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 145.1389,165.9457 ZM 145.0626,176.5288 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 153.6268,176.3000 h 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 122.0849,205.0459 ZM 127.3097,200.5457 h -4.3095 c -0.1716,-0.0000 -0.2860,-0.1525 -0.2860 -0.3242c 0.0000,-0.3051 0.2479,-0.7055 0.4767 -0.7055h 4.3667 c 0.1907,-0.0000 0.2670,0.1716 0.2670 0.3432c 0.0000,0.2098 -0.2670,0.6865 -0.5149 0.6865ZM 128.4347,205.0459 ZM 132.6108,194.6917 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 132.6108,194.6917 ZM 132.5345,205.2747 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 136.7868,205.0459 ZM 137.8737,204.2641 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 140.9628,205.0459 ZM 144.5477,195.9502 c -0.3623,-0.0000 -1.2013,0.3432 -1.6208 0.5339l -0.2288,-0.5911 c 1.6780,-0.7818 2.3264,-1.1823 3.2798 -1.8687h 0.3623 v 9.5915 c 0.0000,0.6865 0.0953,0.8772 0.7246 0.8772h 0.9916 c 0.0572,-0.0000 0.1525,0.0381 0.1525 0.1525v 0.4195 l -2.6124,-0.0381 l -2.6505,0.0381 v -0.4195 c 0.0191,-0.0572 0.0381,-0.1525 0.1525 -0.1525h 1.1441 c 0.7246,-0.0000 0.7246,-0.3242 0.7246 -0.8772v -6.5596 c 0.0000,-0.6483 0.0000,-1.1060 -0.4195 -1.1060Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 153.6268,205.0459 h 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 122.0849,233.7919 ZM 127.3097,229.2917 h -4.3095 c -0.1716,-0.0000 -0.2860,-0.1525 -0.2860 -0.3242c 0.0000,-0.3051 0.2479,-0.7055 0.4767 -0.7055h 4.3667 c 0.1907,-0.0000 0.2670,0.1716 0.2670 0.3432c 0.0000,0.2098 -0.2670,0.6865 -0.5149 0.6865ZM 128.4347,233.7919 ZM 132.6108,223.4376 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 132.6108,223.4376 ZM 132.5345,234.0207 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 136.7868,233.7919 ZM 137.8737,233.0101 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 140.9628,233.7919 ZM 142.0688,225.3445 c 0.0000,-1.0869 1.0488,-2.5743 3.0510 -2.5743c 1.4683,-0.0000 3.1845,0.5530 3.1845 2.7459c 0.0000,1.4492 -0.7437,2.1738 -1.7734 3.1654l -1.8115,1.7543 c -0.0953,0.0953 -1.3729,1.3539 -1.3729 2.2501h 3.2417 c 0.6483,-0.0000 0.9916,-0.3242 1.2585 -1.3729l 0.4767,0.0763 l -0.3814,2.4026 h -5.8922 c 0.0000,-1.0678 0.1716,-1.8878 1.9450 -3.6993l 1.3348,-1.3157 c 1.0678,-1.0869 1.5064,-2.0213 1.5064 -3.1845c 0.0000,-1.7352 -1.1823,-2.2310 -1.8306 -2.2310c -1.3157,-0.0000 -1.6780,0.6865 -1.6780 1.1441c 0.0000,0.1525 0.0381,0.3051 0.0763 0.4386c 0.0381,0.1335 0.0763,0.2670 0.0763 0.4195c 0.0000,0.4958 -0.3814,0.6865 -0.6865 0.6865c -0.4195,-0.0000 -0.7246,-0.3242 -0.7246 -0.7055Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 153.6268,233.7919 h 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 122.0849,262.5378 ZM 127.3097,258.0376 h -4.3095 c -0.1716,-0.0000 -0.2860,-0.1525 -0.2860 -0.3242c 0.0000,-0.3051 0.2479,-0.7055 0.4767 -0.7055h 4.3667 c 0.1907,-0.0000 0.2670,0.1716 0.2670 0.3432c 0.0000,0.2098 -0.2670,0.6865 -0.5149 0.6865ZM 128.4347,262.5378 ZM 132.6108,252.1836 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 132.6108,252.1836 ZM 132.5345,262.7667 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 136.7868,262.5378 ZM 137.8737,261.7560 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 140.9628,262.5378 ZM 145.0816,252.1073 c -0.4767,-0.0000 -1.8687,0.2670 -1.8687 1.4301c 0.0000,0.3432 -0.1335,0.9344 -0.6483 0.9344c -0.4958,-0.0000 -0.5339,-0.5530 -0.5339 -0.6102c 0.0000,-0.5911 0.7818,-2.3454 3.4324 -2.3454c 1.8497,-0.0000 2.4026,1.1632 2.4026 1.9259c 0.0000,0.4767 -0.1525,1.4301 -1.8687 2.5171c 1.0678,0.1716 2.4789,0.9534 2.4789 2.9366c 0.0000,2.5171 -1.9069,3.8709 -4.0616 3.8709c -1.0869,-0.0000 -2.6124,-0.4767 -2.6124 -1.2013c 0.0000,-0.2860 0.2860,-0.6102 0.6674 -0.6102c 0.3623,-0.0000 0.5339,0.1907 0.7055 0.4386c 0.2098,0.3242 0.5530,0.7818 1.4683 0.7818c 0.6293,-0.0000 2.4217,-0.6293 2.4217 -3.0319c 0.0000,-2.0403 -1.4301,-2.3645 -2.4599 -2.3645c -0.1716,-0.0000 -0.3814,0.0381 -0.5911 0.0763l -0.0763,-0.5721 c 1.4683,-0.2479 2.6887,-1.6780 2.6887 -2.5552c 0.0000,-1.0869 -0.7627,-1.6208 -1.5446 -1.6208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 153.6268,262.5378 h 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 122.0849,291.2838 ZM 127.3097,286.7836 h -4.3095 c -0.1716,-0.0000 -0.2860,-0.1525 -0.2860 -0.3242c 0.0000,-0.3051 0.2479,-0.7055 0.4767 -0.7055h 4.3667 c 0.1907,-0.0000 0.2670,0.1716 0.2670 0.3432c 0.0000,0.2098 -0.2670,0.6865 -0.5149 0.6865ZM 128.4347,291.2838 ZM 132.6108,280.9295 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 132.6108,280.9295 ZM 132.5345,291.5126 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 136.7868,291.2838 ZM 137.8737,290.5020 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 140.9628,291.2838 ZM 145.8825,284.5144 c 0.0000,-0.1335 0.0191,-0.2860 0.1907 -0.3814c 0.2098,-0.1525 0.5530,-0.3242 0.8390 -0.3242c 0.2479,-0.0000 0.2670,0.2098 0.2670 0.5911v 3.0700 h 1.5446 l -0.1144,0.8962 h -1.4301 v 1.5827 c 0.0000,0.5339 0.0763,0.8009 0.6293 0.8009h 0.5149 c 0.1144,-0.0000 0.1335,0.0953 0.1335 0.1335v 0.4195 c 0.0000,-0.0000 -1.2204,-0.0381 -2.0213 -0.0381c -0.7246,-0.0000 -1.8497,0.0381 -1.8497 0.0381v -0.4195 c 0.0000,-0.0381 0.0191,-0.1335 0.1335 -0.1335h 0.5149 c 0.5911,-0.0000 0.6483,-0.2479 0.6483 -0.8009v -1.5827 h -3.7375 c -0.0763,-0.0000 -0.1144,-0.0381 -0.1716 -0.1144l -0.1525,-0.2098 l -0.2288,-0.4004 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0381c 0.0000,-0.0191 0.0191,-0.0381 0.0381 -0.0572c 1.2395,-1.3729 3.4324,-5.6252 4.1188 -7.1889c 0.0191,-0.0763 0.0572,-0.0953 0.1335 -0.0953c 0.0191,-0.0000 0.4386,0.1716 0.6674 0.2098c -0.8581,2.3073 -2.2692,4.7862 -3.6612 6.9982h 3.0128 v -2.9556 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 153.6268,291.2838 h 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 122.0849,320.0297 ZM 127.3097,315.5296 h -4.3095 c -0.1716,-0.0000 -0.2860,-0.1525 -0.2860 -0.3242c 0.0000,-0.3051 0.2479,-0.7055 0.4767 -0.7055h 4.3667 c 0.1907,-0.0000 0.2670,0.1716 0.2670 0.3432c 0.0000,0.2098 -0.2670,0.6865 -0.5149 0.6865ZM 128.4347,320.0297 ZM 132.6108,309.6755 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 132.6108,309.6755 ZM 132.5345,320.2586 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 136.7868,320.0297 ZM 137.8737,319.2479 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 140.9628,320.0297 ZM 146.8550,316.8071 c 0.0000,-1.9641 -1.0678,-2.9366 -2.2501 -2.9366c -0.8772,-0.0000 -1.5446,0.1335 -2.2882 0.4386l 0.6102,-5.2057 c 0.6293,0.0572 1.2776,0.0763 1.9450 0.0763c 0.9534,-0.0000 1.9450,-0.0572 2.9747 -0.1716l 0.1144,0.0572 l -0.2860,1.2395 c -0.7437,0.0763 -1.3539,0.0953 -1.8878 0.0953c -0.8581,-0.0000 -1.5064,-0.0763 -2.1738 -0.1525l -0.3623,3.0128 c 0.4004,-0.1525 1.0869,-0.2860 1.8306 -0.2860c 2.0213,-0.0000 3.1463,1.7543 3.1463 3.5086c 0.0000,2.1357 -1.4874,3.7756 -3.6421 3.7756c -1.0869,-0.0000 -2.6696,-0.6102 -2.6696 -1.3539c 0.0000,-0.3623 0.3051,-0.6102 0.6483 -0.6102c 0.3814,-0.0000 0.6293,0.2860 0.8581 0.5911c 0.2860,0.3432 0.5911,0.7246 1.2013 0.7246c 1.2204,-0.0000 2.2310,-1.1441 2.2310 -2.8031Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 153.6268,320.0297 h 8.6238 "/></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 492.0711,348.9759 l -0.0000,-5.7492 h -287.4596 l -0.0000,5.7492 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.6310,373.2098 ZM 485.8071,362.8555 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 485.8071,362.8555 ZM 485.7308,373.4386 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 489.9831,373.2098 ZM 491.0700,372.4280 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 494.1591,373.2098 ZM 500.0513,369.9872 c 0.0000,-1.9641 -1.0678,-2.9366 -2.2501 -2.9366c -0.8772,-0.0000 -1.5446,0.1335 -2.2882 0.4386l 0.6102,-5.2057 c 0.6293,0.0572 1.2776,0.0763 1.9450 0.0763c 0.9534,-0.0000 1.9450,-0.0572 2.9747 -0.1716l 0.1144,0.0572 l -0.2860,1.2395 c -0.7437,0.0763 -1.3539,0.0953 -1.8878 0.0953c -0.8581,-0.0000 -1.5064,-0.0763 -2.1738 -0.1525l -0.3623,3.0128 c 0.4004,-0.1525 1.0869,-0.2860 1.8306 -0.2860c 2.0213,-0.0000 3.1463,1.7543 3.1463 3.5086c 0.0000,2.1357 -1.4874,3.7756 -3.6421 3.7756c -1.0869,-0.0000 -2.6696,-0.6102 -2.6696 -1.3539c 0.0000,-0.3623 0.3051,-0.6102 0.6483 -0.6102c 0.3814,-0.0000 0.6293,0.2860 0.8581 0.5911c 0.2860,0.3432 0.5911,0.7246 1.2013 0.7246c 1.2204,-0.0000 2.2310,-1.1441 2.2310 -2.8031Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 492.0711,343.2267 v 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.8851,373.2098 ZM 457.0611,362.8555 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 457.0611,362.8555 ZM 456.9848,373.4386 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 461.2371,373.2098 ZM 462.3240,372.4280 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 465.4132,373.2098 ZM 470.3329,366.4404 c 0.0000,-0.1335 0.0191,-0.2860 0.1907 -0.3814c 0.2098,-0.1525 0.5530,-0.3242 0.8390 -0.3242c 0.2479,-0.0000 0.2670,0.2098 0.2670 0.5911v 3.0700 h 1.5446 l -0.1144,0.8962 h -1.4301 v 1.5827 c 0.0000,0.5339 0.0763,0.8009 0.6293 0.8009h 0.5149 c 0.1144,-0.0000 0.1335,0.0953 0.1335 0.1335v 0.4195 c 0.0000,-0.0000 -1.2204,-0.0381 -2.0213 -0.0381c -0.7246,-0.0000 -1.8497,0.0381 -1.8497 0.0381v -0.4195 c 0.0000,-0.0381 0.0191,-0.1335 0.1335 -0.1335h 0.5149 c 0.5911,-0.0000 0.6483,-0.2479 0.6483 -0.8009v -1.5827 h -3.7375 c -0.0763,-0.0000 -0.1144,-0.0381 -0.1716 -0.1144l -0.1525,-0.2098 l -0.2288,-0.4004 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0381c 0.0000,-0.0191 0.0191,-0.0381 0.0381 -0.0572c 1.2395,-1.3729 3.4324,-5.6252 4.1188 -7.1889c 0.0191,-0.0763 0.0572,-0.0953 0.1335 -0.0953c 0.0191,-0.0000 0.4386,0.1716 0.6674 0.2098c -0.8581,2.3073 -2.2692,4.7862 -3.6612 6.9982h 3.0128 v -2.9556 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 463.3251,343.2267 v 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1391,373.2098 ZM 428.3151,362.8555 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 428.3151,362.8555 ZM 428.2389,373.4386 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 432.4912,373.2098 ZM 433.5781,372.4280 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 436.6672,373.2098 ZM 440.7860,362.7792 c -0.4767,-0.0000 -1.8687,0.2670 -1.8687 1.4301c 0.0000,0.3432 -0.1335,0.9344 -0.6483 0.9344c -0.4958,-0.0000 -0.5339,-0.5530 -0.5339 -0.6102c 0.0000,-0.5911 0.7818,-2.3454 3.4324 -2.3454c 1.8497,-0.0000 2.4026,1.1632 2.4026 1.9259c 0.0000,0.4767 -0.1525,1.4301 -1.8687 2.5171c 1.0678,0.1716 2.4789,0.9534 2.4789 2.9366c 0.0000,2.5171 -1.9069,3.8709 -4.0616 3.8709c -1.0869,-0.0000 -2.6124,-0.4767 -2.6124 -1.2013c 0.0000,-0.2860 0.2860,-0.6102 0.6674 -0.6102c 0.3623,-0.0000 0.5339,0.1907 0.7055 0.4386c 0.2098,0.3242 0.5530,0.7818 1.4683 0.7818c 0.6293,-0.0000 2.4217,-0.6293 2.4217 -3.0319c 0.0000,-2.0403 -1.4301,-2.3645 -2.4599 -2.3645c -0.1716,-0.0000 -0.3814,0.0381 -0.5911 0.0763l -0.0763,-0.5721 c 1.4683,-0.2479 2.6887,-1.6780 2.6887 -2.5552c 0.0000,-1.0869 -0.7627,-1.6208 -1.5446 -1.6208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 434.5792,343.2267 v 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3932,373.2098 ZM 399.5692,362.8555 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 399.5692,362.8555 ZM 399.4929,373.4386 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 403.7452,373.2098 ZM 404.8321,372.4280 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 407.9212,373.2098 ZM 409.0272,364.7624 c 0.0000,-1.0869 1.0488,-2.5743 3.0510 -2.5743c 1.4683,-0.0000 3.1845,0.5530 3.1845 2.7459c 0.0000,1.4492 -0.7437,2.1738 -1.7734 3.1654l -1.8115,1.7543 c -0.0953,0.0953 -1.3729,1.3539 -1.3729 2.2501h 3.2417 c 0.6483,-0.0000 0.9916,-0.3242 1.2585 -1.3729l 0.4767,0.0763 l -0.3814,2.4026 h -5.8922 c 0.0000,-1.0678 0.1716,-1.8878 1.9450 -3.6993l 1.3348,-1.3157 c 1.0678,-1.0869 1.5064,-2.0213 1.5064 -3.1845c 0.0000,-1.7352 -1.1823,-2.2310 -1.8306 -2.2310c -1.3157,-0.0000 -1.6780,0.6865 -1.6780 1.1441c 0.0000,0.1525 0.0381,0.3051 0.0763 0.4386c 0.0381,0.1335 0.0763,0.2670 0.0763 0.4195c 0.0000,0.4958 -0.3814,0.6865 -0.6865 0.6865c -0.4195,-0.0000 -0.7246,-0.3242 -0.7246 -0.7055Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 405.8332,343.2267 v 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.6472,373.2098 ZM 370.8232,362.8555 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 370.8232,362.8555 ZM 370.7469,373.4386 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 374.9993,373.2098 ZM 376.0862,372.4280 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 379.1753,373.2098 ZM 382.7602,364.1140 c -0.3623,-0.0000 -1.2013,0.3432 -1.6208 0.5339l -0.2288,-0.5911 c 1.6780,-0.7818 2.3264,-1.1823 3.2798 -1.8687h 0.3623 v 9.5915 c 0.0000,0.6865 0.0953,0.8772 0.7246 0.8772h 0.9916 c 0.0572,-0.0000 0.1525,0.0381 0.1525 0.1525v 0.4195 l -2.6124,-0.0381 l -2.6505,0.0381 v -0.4195 c 0.0191,-0.0572 0.0381,-0.1525 0.1525 -0.1525h 1.1441 c 0.7246,-0.0000 0.7246,-0.3242 0.7246 -0.8772v -6.5596 c 0.0000,-0.6483 0.0000,-1.1060 -0.4195 -1.1060Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 377.0873,343.2267 v 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9012,373.2098 ZM 342.0773,362.8555 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 342.0773,362.8555 ZM 342.0010,373.4386 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 346.2533,373.2098 ZM 347.3402,372.4280 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 350.4293,373.2098 ZM 354.6054,362.8555 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 354.6054,362.8555 ZM 354.5291,373.4386 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 348.3413,343.2267 v 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9804,373.2098 ZM 311.2052,368.7096 h -4.3095 c -0.1716,-0.0000 -0.2860,-0.1525 -0.2860 -0.3242c 0.0000,-0.3051 0.2479,-0.7055 0.4767 -0.7055h 4.3667 c 0.1907,-0.0000 0.2670,0.1716 0.2670 0.3432c 0.0000,0.2098 -0.2670,0.6865 -0.5149 0.6865ZM 312.3302,373.2098 ZM 316.5062,362.8555 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 316.5062,362.8555 ZM 316.4300,373.4386 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 320.6823,373.2098 ZM 321.7692,372.4280 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 324.8583,373.2098 ZM 328.4432,364.1140 c -0.3623,-0.0000 -1.2013,0.3432 -1.6208 0.5339l -0.2288,-0.5911 c 1.6780,-0.7818 2.3264,-1.1823 3.2798 -1.8687h 0.3623 v 9.5915 c 0.0000,0.6865 0.0953,0.8772 0.7246 0.8772h 0.9916 c 0.0572,-0.0000 0.1525,0.0381 0.1525 0.1525v 0.4195 l -2.6124,-0.0381 l -2.6505,0.0381 v -0.4195 c 0.0191,-0.0572 0.0381,-0.1525 0.1525 -0.1525h 1.1441 c 0.7246,-0.0000 0.7246,-0.3242 0.7246 -0.8772v -6.5596 c 0.0000,-0.6483 0.0000,-1.1060 -0.4195 -1.1060Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 319.5954,343.2267 v 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2344,373.2098 ZM 282.4592,368.7096 h -4.3095 c -0.1716,-0.0000 -0.2860,-0.1525 -0.2860 -0.3242c 0.0000,-0.3051 0.2479,-0.7055 0.4767 -0.7055h 4.3667 c 0.1907,-0.0000 0.2670,0.1716 0.2670 0.3432c 0.0000,0.2098 -0.2670,0.6865 -0.5149 0.6865ZM 283.5842,373.2098 ZM 287.7603,362.8555 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 287.7603,362.8555 ZM 287.6840,373.4386 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 291.9363,373.2098 ZM 293.0232,372.4280 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 296.1123,373.2098 ZM 297.2183,364.7624 c 0.0000,-1.0869 1.0488,-2.5743 3.0510 -2.5743c 1.4683,-0.0000 3.1845,0.5530 3.1845 2.7459c 0.0000,1.4492 -0.7437,2.1738 -1.7734 3.1654l -1.8115,1.7543 c -0.0953,0.0953 -1.3729,1.3539 -1.3729 2.2501h 3.2417 c 0.6483,-0.0000 0.9916,-0.3242 1.2585 -1.3729l 0.4767,0.0763 l -0.3814,2.4026 h -5.8922 c 0.0000,-1.0678 0.1716,-1.8878 1.9450 -3.6993l 1.3348,-1.3157 c 1.0678,-1.0869 1.5064,-2.0213 1.5064 -3.1845c 0.0000,-1.7352 -1.1823,-2.2310 -1.8306 -2.2310c -1.3157,-0.0000 -1.6780,0.6865 -1.6780 1.1441c 0.0000,0.1525 0.0381,0.3051 0.0763 0.4386c 0.0381,0.1335 0.0763,0.2670 0.0763 0.4195c 0.0000,0.4958 -0.3814,0.6865 -0.6865 0.6865c -0.4195,-0.0000 -0.7246,-0.3242 -0.7246 -0.7055Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 290.8494,343.2267 v 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4884,373.2098 ZM 253.7132,368.7096 h -4.3095 c -0.1716,-0.0000 -0.2860,-0.1525 -0.2860 -0.3242c 0.0000,-0.3051 0.2479,-0.7055 0.4767 -0.7055h 4.3667 c 0.1907,-0.0000 0.2670,0.1716 0.2670 0.3432c 0.0000,0.2098 -0.2670,0.6865 -0.5149 0.6865ZM 254.8383,373.2098 ZM 259.0143,362.8555 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 259.0143,362.8555 ZM 258.9380,373.4386 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 263.1903,373.2098 ZM 264.2773,372.4280 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 267.3664,373.2098 ZM 271.4852,362.7792 c -0.4767,-0.0000 -1.8687,0.2670 -1.8687 1.4301c 0.0000,0.3432 -0.1335,0.9344 -0.6483 0.9344c -0.4958,-0.0000 -0.5339,-0.5530 -0.5339 -0.6102c 0.0000,-0.5911 0.7818,-2.3454 3.4324 -2.3454c 1.8497,-0.0000 2.4026,1.1632 2.4026 1.9259c 0.0000,0.4767 -0.1525,1.4301 -1.8687 2.5171c 1.0678,0.1716 2.4789,0.9534 2.4789 2.9366c 0.0000,2.5171 -1.9069,3.8709 -4.0616 3.8709c -1.0869,-0.0000 -2.6124,-0.4767 -2.6124 -1.2013c 0.0000,-0.2860 0.2860,-0.6102 0.6674 -0.6102c 0.3623,-0.0000 0.5339,0.1907 0.7055 0.4386c 0.2098,0.3242 0.5530,0.7818 1.4683 0.7818c 0.6293,-0.0000 2.4217,-0.6293 2.4217 -3.0319c 0.0000,-2.0403 -1.4301,-2.3645 -2.4599 -2.3645c -0.1716,-0.0000 -0.3814,0.0381 -0.5911 0.0763l -0.0763,-0.5721 c 1.4683,-0.2479 2.6887,-1.6780 2.6887 -2.5552c 0.0000,-1.0869 -0.7627,-1.6208 -1.5446 -1.6208Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 262.1034,343.2267 v 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7425,373.2098 ZM 224.9673,368.7096 h -4.3095 c -0.1716,-0.0000 -0.2860,-0.1525 -0.2860 -0.3242c 0.0000,-0.3051 0.2479,-0.7055 0.4767 -0.7055h 4.3667 c 0.1907,-0.0000 0.2670,0.1716 0.2670 0.3432c 0.0000,0.2098 -0.2670,0.6865 -0.5149 0.6865ZM 226.0923,373.2098 ZM 230.2684,362.8555 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 230.2684,362.8555 ZM 230.1921,373.4386 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 234.4444,373.2098 ZM 235.5313,372.4280 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 238.6204,373.2098 ZM 243.5401,366.4404 c 0.0000,-0.1335 0.0191,-0.2860 0.1907 -0.3814c 0.2098,-0.1525 0.5530,-0.3242 0.8390 -0.3242c 0.2479,-0.0000 0.2670,0.2098 0.2670 0.5911v 3.0700 h 1.5446 l -0.1144,0.8962 h -1.4301 v 1.5827 c 0.0000,0.5339 0.0763,0.8009 0.6293 0.8009h 0.5149 c 0.1144,-0.0000 0.1335,0.0953 0.1335 0.1335v 0.4195 c 0.0000,-0.0000 -1.2204,-0.0381 -2.0213 -0.0381c -0.7246,-0.0000 -1.8497,0.0381 -1.8497 0.0381v -0.4195 c 0.0000,-0.0381 0.0191,-0.1335 0.1335 -0.1335h 0.5149 c 0.5911,-0.0000 0.6483,-0.2479 0.6483 -0.8009v -1.5827 h -3.7375 c -0.0763,-0.0000 -0.1144,-0.0381 -0.1716 -0.1144l -0.1525,-0.2098 l -0.2288,-0.4004 c -0.0191,-0.0000 -0.0191,-0.0191 -0.0191 -0.0381c 0.0000,-0.0191 0.0191,-0.0381 0.0381 -0.0572c 1.2395,-1.3729 3.4324,-5.6252 4.1188 -7.1889c 0.0191,-0.0763 0.0572,-0.0953 0.1335 -0.0953c 0.0191,-0.0000 0.4386,0.1716 0.6674 0.2098c -0.8581,2.3073 -2.2692,4.7862 -3.6612 6.9982h 3.0128 v -2.9556 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 233.3575,343.2267 v 8.6238 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9965,373.2098 ZM 196.2213,368.7096 h -4.3095 c -0.1716,-0.0000 -0.2860,-0.1525 -0.2860 -0.3242c 0.0000,-0.3051 0.2479,-0.7055 0.4767 -0.7055h 4.3667 c 0.1907,-0.0000 0.2670,0.1716 0.2670 0.3432c 0.0000,0.2098 -0.2670,0.6865 -0.5149 0.6865ZM 197.3464,373.2098 ZM 201.5224,362.8555 c -0.8200,-0.0000 -2.0213,0.8009 -2.0213 5.2439c 0.0000,1.5636 0.2860,4.7100 1.9641 4.7100c 0.3242,-0.0000 1.2395,-0.2098 1.6399 -1.6971c 0.2479,-0.9153 0.3814,-2.0594 0.3814 -3.7184c 0.0000,-2.4217 -0.6102,-3.7756 -1.1632 -4.2523c -0.2098,-0.1907 -0.4958,-0.2860 -0.8009 -0.2860ZM 201.5224,362.8555 ZM 201.4461,373.4386 c -2.0403,-0.0000 -3.4133,-2.6124 -3.4133 -5.5299c 0.0000,-3.5658 1.6971,-5.7206 3.4896 -5.7206c 0.8200,-0.0000 1.6399,0.5149 2.1929 1.2585c 0.8009,1.0678 1.2204,2.4980 1.2204 4.2904c 0.0000,4.2332 -2.0975,5.7015 -3.4896 5.7015ZM 205.6984,373.2098 ZM 206.7853,372.4280 c 0.0000,-0.5530 0.4576,-1.0106 1.0106 -1.0106c 0.5530,-0.0000 1.0106,0.4576 1.0106 1.0106c 0.0000,0.5530 -0.4576,1.0106 -1.0106 1.0106c -0.5530,-0.0000 -1.0106,-0.4576 -1.0106 -1.0106ZM 209.8745,373.2098 ZM 215.7667,369.9872 c 0.0000,-1.9641 -1.0678,-2.9366 -2.2501 -2.9366c -0.8772,-0.0000 -1.5446,0.1335 -2.2882 0.4386l 0.6102,-5.2057 c 0.6293,0.0572 1.2776,0.0763 1.9450 0.0763c 0.9534,-0.0000 1.9450,-0.0572 2.9747 -0.1716l 0.1144,0.0572 l -0.2860,1.2395 c -0.7437,0.0763 -1.3539,0.0953 -1.8878 0.0953c -0.8581,-0.0000 -1.5064,-0.0763 -2.1738 -0.1525l -0.3623,3.0128 c 0.4004,-0.1525 1.0869,-0.2860 1.8306 -0.2860c 2.0213,-0.0000 3.1463,1.7543 3.1463 3.5086c 0.0000,2.1357 -1.4874,3.7756 -3.6421 3.7756c -1.0869,-0.0000 -2.6696,-0.6102 -2.6696 -1.3539c 0.0000,-0.3623 0.3051,-0.6102 0.6483 -0.6102c 0.3814,-0.0000 0.6293,0.2860 0.8581 0.5911c 0.2860,0.3432 0.5911,0.7246 1.2013 0.7246c 1.2204,-0.0000 2.2310,-1.1441 2.2310 -2.8031Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.4169469207291328" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.6115,343.2267 v 8.6238 "/></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 490.4836,314.4808 l -0.0000,-287.4596 h -287.4596 l -0.0000,287.4596 Z"/></g></svg>
diff --git a/other/pixel_Example.svg b/other/pixel_Example.svg
new file mode 100644
--- /dev/null
+++ b/other/pixel_Example.svg
@@ -0,0 +1,3 @@
+<?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 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="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"/></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,50.0000 ZM 17.0398,40.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,50.0000 ZM 20.1078,42.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,50.0000 ZM 31.9486,48.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,50.0000 ZM 43.5240,45.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,45.9370 ZM 44.5854,50.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,50.0000 ZM 52.7944,44.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,44.7927 ZM 51.5672,52.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,50.0000 ZM 59.5605,40.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,40.5307 ZM 61.1360,48.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,50.0000 ZM 65.9121,43.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,50.0000 ZM 72.7778,45.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,45.4063 ZM 77.1559,48.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,50.0000 ZM 79.5605,48.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,50.0000 ZM 84.1708,39.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,39.0879 ZM 83.2919,49.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></svg>
diff --git a/other/pixelsExample.svg b/other/pixelsExample.svg
new file mode 100644
--- /dev/null
+++ b/other/pixelsExample.svg
@@ -0,0 +1,3 @@
+<?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"><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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 271.4577,78.2852 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.99" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.0761,74.1658 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.98" 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.6946,69.8288 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.97" 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.3131,65.3173 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.96" 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.9316,60.6765 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.9500000000000001" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 259.5501,55.9527 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.9400000000000001" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 257.1685,51.1931 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.93" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.7870,46.4454 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.92" 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.4055,41.7568 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.91" 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.0240,37.1744 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.9" 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.6424,32.7438 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.89" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 245.2609,28.5093 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.88" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 242.8794,24.5133 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.87" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 240.4979,20.7957 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.86" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 238.1163,17.3935 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.85" 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.7348,14.3409 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.84" 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.3533,11.6683 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8300000000000001" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 230.9718,9.4023 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8200000000000001" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 228.5903,7.5658 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.81" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 226.2087,6.1769 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.8" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 223.8272,5.2496 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.79" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 221.4457,4.7932 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.78" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 219.0642,4.8121 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.77" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 216.6826,5.3063 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.76" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 214.3011,6.2707 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.75" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 211.9196,7.6958 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.74" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 209.5381,9.5673 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.73" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 207.1566,11.8665 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.72" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 204.7750,14.5704 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.71" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 202.3935,17.6521 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.7000000000000001" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 200.0120,21.0806 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.6900000000000001" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 197.6305,24.8218 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.68" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 195.2489,28.8383 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.67" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 192.8674,33.0900 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.66" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 190.4859,37.5343 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.65" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 188.1044,42.1269 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.64" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 185.7228,46.8219 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.63" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 183.3413,51.5723 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.62" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.9598,56.3308 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.61" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 178.5783,61.0497 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.6" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 176.1968,65.6819 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.59" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 173.8152,70.1811 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.58" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 171.4337,74.5024 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.5700000000000001" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 169.0522,78.6026 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.56" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 166.6707,82.4407 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.55" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 164.2891,85.9784 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.54" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 161.9076,89.1803 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.53" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 159.5261,92.0145 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.52" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 157.1446,94.4525 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.51" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 154.7630,96.4702 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></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 152.3815,98.0472 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.49" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,99.1679 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.48" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 147.6185,99.8210 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.47000000000000003" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 145.2370,100.0000 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.46" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 142.8554,99.7032 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.45" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 140.4739,98.9334 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.44" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 138.0924,97.6984 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.43" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 135.7109,96.0106 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.42" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 133.3293,93.8868 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.41000000000000003" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 130.9478,91.3481 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.4" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 128.5663,88.4200 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.39" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 126.1848,85.1318 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.38" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 123.8032,81.5163 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.37" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 121.4217,77.6095 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.36" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 119.0402,73.4506 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.35000000000000003" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 116.6587,69.0812 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.34" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 114.2772,64.5447 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.33" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 111.8956,59.8867 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.32" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 109.5141,55.1536 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.31" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 107.1326,50.3927 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 104.7511,45.6516 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.29" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 102.3695,40.9776 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.28" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 99.9880,36.4176 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.27" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 97.6065,32.0169 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.26" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 95.2250,27.8196 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.25" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 92.8434,23.8677 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.24" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 90.4619,20.2006 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.23" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.0804,16.8549 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.22" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 85.6989,13.8641 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.21" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 83.3174,11.2581 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.2" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 80.9358,9.0629 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.19" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 78.5543,7.3005 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.18" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 76.1728,5.9884 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.17" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 73.7913,5.1397 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.16" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 71.4097,4.7630 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.15" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 69.0282,4.8621 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.14" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 66.6467,5.4358 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.13" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 64.2652,6.4785 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.12" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 61.8837,7.9797 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.11" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 59.5021,9.9246 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 57.1206,12.2935 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="9.0e-2" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 54.7391,15.0630 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="8.0e-2" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 52.3576,18.2052 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="7.0e-2" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 49.9760,21.6888 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="6.0e-2" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.5945,25.4790 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="5.0e-2" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 45.2130,29.5379 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="4.0e-2" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 42.8315,33.8250 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="3.0e-2" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 40.4499,38.2974 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="2.0e-2" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 38.0684,42.9105 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="1.0e-2" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 35.6869,47.6181 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 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 33.3054,52.3732 l -0.0000,-4.7630 h -4.7630 l -0.0000,4.7630 Z"/></g></svg>
diff --git a/other/rectChart_Example.svg b/other/rectChart_Example.svg
new file mode 100644
--- /dev/null
+++ b/other/rectChart_Example.svg
@@ -0,0 +1,3 @@
+<?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"><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 300.0000,100.0000 l -0.0000,-2.2245 h -0.3000 l -0.0000,2.2245 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 299.7000,100.0000 l -0.0000,-2.2523 h -0.3000 l -0.0000,2.2523 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 299.4000,100.0000 l -0.0000,-2.2805 h -0.3000 l -0.0000,2.2805 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 299.1000,100.0000 l -0.0000,-2.3090 h -0.3000 l -0.0000,2.3090 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 298.8000,100.0000 l -0.0000,-2.3378 h -0.3000 l -0.0000,2.3378 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 298.5000,100.0000 l -0.0000,-2.3669 h -0.3000 l -0.0000,2.3669 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 298.2000,100.0000 l -0.0000,-2.3963 h -0.3000 l -0.0000,2.3963 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 297.9000,100.0000 l -0.0000,-2.4259 h -0.3000 l -0.0000,2.4259 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 297.6000,100.0000 l -0.0000,-2.4559 h -0.3000 l -0.0000,2.4559 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 297.3000,100.0000 l -0.0000,-2.4862 h -0.3000 l -0.0000,2.4862 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 297.0000,100.0000 l -0.0000,-2.5169 h -0.3000 l -0.0000,2.5169 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 296.7000,100.0000 l -0.0000,-2.5478 h -0.3000 l -0.0000,2.5478 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 296.4000,100.0000 l -0.0000,-2.5790 h -0.3000 l -0.0000,2.5790 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 296.1000,100.0000 l -0.0000,-2.6106 h -0.3000 l -0.0000,2.6106 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 295.8000,100.0000 l -0.0000,-2.6425 h -0.3000 l -0.0000,2.6425 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 295.5000,100.0000 l -0.0000,-2.6747 h -0.3000 l -0.0000,2.6747 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 295.2000,100.0000 l -0.0000,-2.7072 h -0.3000 l -0.0000,2.7072 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 294.9000,100.0000 l -0.0000,-2.7400 h -0.3000 l -0.0000,2.7400 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 294.6000,100.0000 l -0.0000,-2.7732 h -0.3000 l -0.0000,2.7732 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 294.3000,100.0000 l -0.0000,-2.8067 h -0.3000 l -0.0000,2.8067 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 294.0000,100.0000 l -0.0000,-2.8406 h -0.3000 l -0.0000,2.8406 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.7000,100.0000 l -0.0000,-2.8748 h -0.3000 l -0.0000,2.8748 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.4000,100.0000 l -0.0000,-2.9093 h -0.3000 l -0.0000,2.9093 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.1000,100.0000 l -0.0000,-2.9442 h -0.3000 l -0.0000,2.9442 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 292.8000,100.0000 l -0.0000,-2.9794 h -0.3000 l -0.0000,2.9794 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 292.5000,100.0000 l -0.0000,-3.0149 h -0.3000 l -0.0000,3.0149 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 292.2000,100.0000 l -0.0000,-3.0508 h -0.3000 l -0.0000,3.0508 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 291.9000,100.0000 l -0.0000,-3.0871 h -0.3000 l -0.0000,3.0871 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 291.6000,100.0000 l -0.0000,-3.1237 h -0.3000 l -0.0000,3.1237 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 291.3000,100.0000 l -0.0000,-3.1606 h -0.3000 l -0.0000,3.1606 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 291.0000,100.0000 l -0.0000,-3.1980 h -0.3000 l -0.0000,3.1980 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 290.7000,100.0000 l -0.0000,-3.2356 h -0.3000 l -0.0000,3.2356 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 290.4000,100.0000 l -0.0000,-3.2737 h -0.3000 l -0.0000,3.2737 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 290.1000,100.0000 l -0.0000,-3.3121 h -0.3000 l -0.0000,3.3121 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 289.8000,100.0000 l -0.0000,-3.3508 h -0.3000 l -0.0000,3.3508 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 289.5000,100.0000 l -0.0000,-3.3900 h -0.3000 l -0.0000,3.3900 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 289.2000,100.0000 l -0.0000,-3.4295 h -0.3000 l -0.0000,3.4295 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 288.9000,100.0000 l -0.0000,-3.4694 h -0.3000 l -0.0000,3.4694 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 288.6000,100.0000 l -0.0000,-3.5096 h -0.3000 l -0.0000,3.5096 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 288.3000,100.0000 l -0.0000,-3.5503 h -0.3000 l -0.0000,3.5503 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 288.0000,100.0000 l -0.0000,-3.5913 h -0.3000 l -0.0000,3.5913 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 287.7000,100.0000 l -0.0000,-3.6327 h -0.3000 l -0.0000,3.6327 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 287.4000,100.0000 l -0.0000,-3.6745 h -0.3000 l -0.0000,3.6745 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 287.1000,100.0000 l -0.0000,-3.7167 h -0.3000 l -0.0000,3.7167 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 286.8000,100.0000 l -0.0000,-3.7592 h -0.3000 l -0.0000,3.7592 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 286.5000,100.0000 l -0.0000,-3.8022 h -0.3000 l -0.0000,3.8022 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 286.2000,100.0000 l -0.0000,-3.8455 h -0.3000 l -0.0000,3.8455 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 285.9000,100.0000 l -0.0000,-3.8893 h -0.3000 l -0.0000,3.8893 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 285.6000,100.0000 l -0.0000,-3.9334 h -0.3000 l -0.0000,3.9334 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 285.3000,100.0000 l -0.0000,-3.9780 h -0.3000 l -0.0000,3.9780 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 285.0000,100.0000 l -0.0000,-4.0229 h -0.3000 l -0.0000,4.0229 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 284.7000,100.0000 l -0.0000,-4.0683 h -0.3000 l -0.0000,4.0683 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 284.4000,100.0000 l -0.0000,-4.1141 h -0.3000 l -0.0000,4.1141 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 284.1000,100.0000 l -0.0000,-4.1602 h -0.3000 l -0.0000,4.1602 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.8000,100.0000 l -0.0000,-4.2068 h -0.3000 l -0.0000,4.2068 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.5000,100.0000 l -0.0000,-4.2538 h -0.3000 l -0.0000,4.2538 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.2000,100.0000 l -0.0000,-4.3013 h -0.3000 l -0.0000,4.3013 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 282.9000,100.0000 l -0.0000,-4.3491 h -0.3000 l -0.0000,4.3491 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 282.6000,100.0000 l -0.0000,-4.3974 h -0.3000 l -0.0000,4.3974 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 282.3000,100.0000 l -0.0000,-4.4461 h -0.3000 l -0.0000,4.4461 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 282.0000,100.0000 l -0.0000,-4.4952 h -0.3000 l -0.0000,4.4952 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 281.7000,100.0000 l -0.0000,-4.5448 h -0.3000 l -0.0000,4.5448 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 281.4000,100.0000 l -0.0000,-4.5947 h -0.3000 l -0.0000,4.5947 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 281.1000,100.0000 l -0.0000,-4.6451 h -0.3000 l -0.0000,4.6451 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 280.8000,100.0000 l -0.0000,-4.6960 h -0.3000 l -0.0000,4.6960 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 280.5000,100.0000 l -0.0000,-4.7473 h -0.3000 l -0.0000,4.7473 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 280.2000,100.0000 l -0.0000,-4.7990 h -0.3000 l -0.0000,4.7990 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 279.9000,100.0000 l -0.0000,-4.8512 h -0.3000 l -0.0000,4.8512 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 279.6000,100.0000 l -0.0000,-4.9038 h -0.3000 l -0.0000,4.9038 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 279.3000,100.0000 l -0.0000,-4.9569 h -0.3000 l -0.0000,4.9569 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 279.0000,100.0000 l -0.0000,-5.0104 h -0.3000 l -0.0000,5.0104 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 278.7000,100.0000 l -0.0000,-5.0643 h -0.3000 l -0.0000,5.0643 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 278.4000,100.0000 l -0.0000,-5.1188 h -0.3000 l -0.0000,5.1188 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 278.1000,100.0000 l -0.0000,-5.1736 h -0.3000 l -0.0000,5.1736 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 277.8000,100.0000 l -0.0000,-5.2290 h -0.3000 l -0.0000,5.2290 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 277.5000,100.0000 l -0.0000,-5.2847 h -0.3000 l -0.0000,5.2847 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 277.2000,100.0000 l -0.0000,-5.3410 h -0.3000 l -0.0000,5.3410 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 276.9000,100.0000 l -0.0000,-5.3977 h -0.3000 l -0.0000,5.3977 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 276.6000,100.0000 l -0.0000,-5.4549 h -0.3000 l -0.0000,5.4549 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 276.3000,100.0000 l -0.0000,-5.5125 h -0.3000 l -0.0000,5.5125 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 276.0000,100.0000 l -0.0000,-5.5706 h -0.3000 l -0.0000,5.5706 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 275.7000,100.0000 l -0.0000,-5.6292 h -0.3000 l -0.0000,5.6292 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 275.4000,100.0000 l -0.0000,-5.6883 h -0.3000 l -0.0000,5.6883 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 275.1000,100.0000 l -0.0000,-5.7478 h -0.3000 l -0.0000,5.7478 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 274.8000,100.0000 l -0.0000,-5.8079 h -0.3000 l -0.0000,5.8079 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 274.5000,100.0000 l -0.0000,-5.8683 h -0.3000 l -0.0000,5.8683 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 274.2000,100.0000 l -0.0000,-5.9293 h -0.3000 l -0.0000,5.9293 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.9000,100.0000 l -0.0000,-5.9908 h -0.3000 l -0.0000,5.9908 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.6000,100.0000 l -0.0000,-6.0527 h -0.3000 l -0.0000,6.0527 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.3000,100.0000 l -0.0000,-6.1152 h -0.3000 l -0.0000,6.1152 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.0000,100.0000 l -0.0000,-6.1781 h -0.3000 l -0.0000,6.1781 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 272.7000,100.0000 l -0.0000,-6.2415 h -0.3000 l -0.0000,6.2415 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 272.4000,100.0000 l -0.0000,-6.3054 h -0.3000 l -0.0000,6.3054 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 272.1000,100.0000 l -0.0000,-6.3698 h -0.3000 l -0.0000,6.3698 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 271.8000,100.0000 l -0.0000,-6.4347 h -0.3000 l -0.0000,6.4347 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 271.5000,100.0000 l -0.0000,-6.5001 h -0.3000 l -0.0000,6.5001 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 271.2000,100.0000 l -0.0000,-6.5660 h -0.3000 l -0.0000,6.5660 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 270.9000,100.0000 l -0.0000,-6.6324 h -0.3000 l -0.0000,6.6324 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 270.6000,100.0000 l -0.0000,-6.6993 h -0.3000 l -0.0000,6.6993 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 270.3000,100.0000 l -0.0000,-6.7668 h -0.3000 l -0.0000,6.7668 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 270.0000,100.0000 l -0.0000,-6.8347 h -0.3000 l -0.0000,6.8347 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 269.7000,100.0000 l -0.0000,-6.9031 h -0.3000 l -0.0000,6.9031 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 269.4000,100.0000 l -0.0000,-6.9721 h -0.3000 l -0.0000,6.9721 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 269.1000,100.0000 l -0.0000,-7.0415 h -0.3000 l -0.0000,7.0415 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 268.8000,100.0000 l -0.0000,-7.1115 h -0.3000 l -0.0000,7.1115 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 268.5000,100.0000 l -0.0000,-7.1820 h -0.3000 l -0.0000,7.1820 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 268.2000,100.0000 l -0.0000,-7.2530 h -0.3000 l -0.0000,7.2530 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 267.9000,100.0000 l -0.0000,-7.3245 h -0.3000 l -0.0000,7.3245 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 267.6000,100.0000 l -0.0000,-7.3965 h -0.3000 l -0.0000,7.3965 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 267.3000,100.0000 l -0.0000,-7.4691 h -0.3000 l -0.0000,7.4691 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 267.0000,100.0000 l -0.0000,-7.5422 h -0.3000 l -0.0000,7.5422 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 266.7000,100.0000 l -0.0000,-7.6158 h -0.3000 l -0.0000,7.6158 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 266.4000,100.0000 l -0.0000,-7.6899 h -0.3000 l -0.0000,7.6899 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 266.1000,100.0000 l -0.0000,-7.7646 h -0.3000 l -0.0000,7.7646 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 265.8000,100.0000 l -0.0000,-7.8398 h -0.3000 l -0.0000,7.8398 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 265.5000,100.0000 l -0.0000,-7.9155 h -0.3000 l -0.0000,7.9155 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 265.2000,100.0000 l -0.0000,-7.9918 h -0.3000 l -0.0000,7.9918 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 264.9000,100.0000 l -0.0000,-8.0685 h -0.3000 l -0.0000,8.0685 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 264.6000,100.0000 l -0.0000,-8.1459 h -0.3000 l -0.0000,8.1459 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 264.3000,100.0000 l -0.0000,-8.2237 h -0.3000 l -0.0000,8.2237 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 264.0000,100.0000 l -0.0000,-8.3021 h -0.3000 l -0.0000,8.3021 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.7000,100.0000 l -0.0000,-8.3810 h -0.3000 l -0.0000,8.3810 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.4000,100.0000 l -0.0000,-8.4605 h -0.3000 l -0.0000,8.4605 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.1000,100.0000 l -0.0000,-8.5405 h -0.3000 l -0.0000,8.5405 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 262.8000,100.0000 l -0.0000,-8.6211 h -0.3000 l -0.0000,8.6211 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 262.5000,100.0000 l -0.0000,-8.7022 h -0.3000 l -0.0000,8.7022 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 262.2000,100.0000 l -0.0000,-8.7838 h -0.3000 l -0.0000,8.7838 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 261.9000,100.0000 l -0.0000,-8.8660 h -0.3000 l -0.0000,8.8660 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 261.6000,100.0000 l -0.0000,-8.9487 h -0.3000 l -0.0000,8.9487 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 261.3000,100.0000 l -0.0000,-9.0320 h -0.3000 l -0.0000,9.0320 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 261.0000,100.0000 l -0.0000,-9.1158 h -0.3000 l -0.0000,9.1158 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 260.7000,100.0000 l -0.0000,-9.2002 h -0.3000 l -0.0000,9.2002 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 260.4000,100.0000 l -0.0000,-9.2851 h -0.3000 l -0.0000,9.2851 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 260.1000,100.0000 l -0.0000,-9.3706 h -0.3000 l -0.0000,9.3706 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 259.8000,100.0000 l -0.0000,-9.4566 h -0.3000 l -0.0000,9.4566 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 259.5000,100.0000 l -0.0000,-9.5431 h -0.3000 l -0.0000,9.5431 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 259.2000,100.0000 l -0.0000,-9.6303 h -0.3000 l -0.0000,9.6303 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 258.9000,100.0000 l -0.0000,-9.7179 h -0.3000 l -0.0000,9.7179 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 258.6000,100.0000 l -0.0000,-9.8062 h -0.3000 l -0.0000,9.8062 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 258.3000,100.0000 l -0.0000,-9.8949 h -0.3000 l -0.0000,9.8949 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 258.0000,100.0000 l -0.0000,-9.9843 h -0.3000 l -0.0000,9.9843 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 257.7000,100.0000 l -0.0000,-10.0742 h -0.3000 l -0.0000,10.0742 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 257.4000,100.0000 l -0.0000,-10.1646 h -0.3000 l -0.0000,10.1646 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 257.1000,100.0000 l -0.0000,-10.2556 h -0.3000 l -0.0000,10.2556 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 256.8000,100.0000 l -0.0000,-10.3471 h -0.3000 l -0.0000,10.3471 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 256.5000,100.0000 l -0.0000,-10.4393 h -0.3000 l -0.0000,10.4393 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 256.2000,100.0000 l -0.0000,-10.5319 h -0.3000 l -0.0000,10.5319 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 255.9000,100.0000 l -0.0000,-10.6251 h -0.3000 l -0.0000,10.6251 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 255.6000,100.0000 l -0.0000,-10.7189 h -0.3000 l -0.0000,10.7189 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 255.3000,100.0000 l -0.0000,-10.8133 h -0.3000 l -0.0000,10.8133 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 255.0000,100.0000 l -0.0000,-10.9082 h -0.3000 l -0.0000,10.9082 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 254.7000,100.0000 l -0.0000,-11.0036 h -0.3000 l -0.0000,11.0036 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 254.4000,100.0000 l -0.0000,-11.0996 h -0.3000 l -0.0000,11.0996 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 254.1000,100.0000 l -0.0000,-11.1962 h -0.3000 l -0.0000,11.1962 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.8000,100.0000 l -0.0000,-11.2933 h -0.3000 l -0.0000,11.2933 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.5000,100.0000 l -0.0000,-11.3910 h -0.3000 l -0.0000,11.3910 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.2000,100.0000 l -0.0000,-11.4892 h -0.3000 l -0.0000,11.4892 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 252.9000,100.0000 l -0.0000,-11.5880 h -0.3000 l -0.0000,11.5880 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 252.6000,100.0000 l -0.0000,-11.6874 h -0.3000 l -0.0000,11.6874 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 252.3000,100.0000 l -0.0000,-11.7873 h -0.3000 l -0.0000,11.7873 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 252.0000,100.0000 l -0.0000,-11.8878 h -0.3000 l -0.0000,11.8878 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 251.7000,100.0000 l -0.0000,-11.9888 h -0.3000 l -0.0000,11.9888 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 251.4000,100.0000 l -0.0000,-12.0904 h -0.3000 l -0.0000,12.0904 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 251.1000,100.0000 l -0.0000,-12.1925 h -0.3000 l -0.0000,12.1925 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 250.8000,100.0000 l -0.0000,-12.2952 h -0.3000 l -0.0000,12.2952 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 250.5000,100.0000 l -0.0000,-12.3985 h -0.3000 l -0.0000,12.3985 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 250.2000,100.0000 l -0.0000,-12.5023 h -0.3000 l -0.0000,12.5023 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 249.9000,100.0000 l -0.0000,-12.6066 h -0.3000 l -0.0000,12.6066 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 249.6000,100.0000 l -0.0000,-12.7115 h -0.3000 l -0.0000,12.7115 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 249.3000,100.0000 l -0.0000,-12.8170 h -0.3000 l -0.0000,12.8170 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 249.0000,100.0000 l -0.0000,-12.9230 h -0.3000 l -0.0000,12.9230 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 248.7000,100.0000 l -0.0000,-13.0296 h -0.3000 l -0.0000,13.0296 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 248.4000,100.0000 l -0.0000,-13.1367 h -0.3000 l -0.0000,13.1367 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 248.1000,100.0000 l -0.0000,-13.2444 h -0.3000 l -0.0000,13.2444 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 247.8000,100.0000 l -0.0000,-13.3526 h -0.3000 l -0.0000,13.3526 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 247.5000,100.0000 l -0.0000,-13.4614 h -0.3000 l -0.0000,13.4614 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 247.2000,100.0000 l -0.0000,-13.5707 h -0.3000 l -0.0000,13.5707 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 246.9000,100.0000 l -0.0000,-13.6805 h -0.3000 l -0.0000,13.6805 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 246.6000,100.0000 l -0.0000,-13.7909 h -0.3000 l -0.0000,13.7909 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 246.3000,100.0000 l -0.0000,-13.9019 h -0.3000 l -0.0000,13.9019 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 246.0000,100.0000 l -0.0000,-14.0134 h -0.3000 l -0.0000,14.0134 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 245.7000,100.0000 l -0.0000,-14.1254 h -0.3000 l -0.0000,14.1254 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 245.4000,100.0000 l -0.0000,-14.2379 h -0.3000 l -0.0000,14.2379 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 245.1000,100.0000 l -0.0000,-14.3510 h -0.3000 l -0.0000,14.3510 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 244.8000,100.0000 l -0.0000,-14.4647 h -0.3000 l -0.0000,14.4647 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 244.5000,100.0000 l -0.0000,-14.5789 h -0.3000 l -0.0000,14.5789 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 244.2000,100.0000 l -0.0000,-14.6936 h -0.3000 l -0.0000,14.6936 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.9000,100.0000 l -0.0000,-14.8088 h -0.3000 l -0.0000,14.8088 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.6000,100.0000 l -0.0000,-14.9246 h -0.3000 l -0.0000,14.9246 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.3000,100.0000 l -0.0000,-15.0409 h -0.3000 l -0.0000,15.0409 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.0000,100.0000 l -0.0000,-15.1577 h -0.3000 l -0.0000,15.1577 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 242.7000,100.0000 l -0.0000,-15.2751 h -0.3000 l -0.0000,15.2751 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 242.4000,100.0000 l -0.0000,-15.3930 h -0.3000 l -0.0000,15.3930 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 242.1000,100.0000 l -0.0000,-15.5114 h -0.3000 l -0.0000,15.5114 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 241.8000,100.0000 l -0.0000,-15.6303 h -0.3000 l -0.0000,15.6303 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 241.5000,100.0000 l -0.0000,-15.7497 h -0.3000 l -0.0000,15.7497 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 241.2000,100.0000 l -0.0000,-15.8697 h -0.3000 l -0.0000,15.8697 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 240.9000,100.0000 l -0.0000,-15.9902 h -0.3000 l -0.0000,15.9902 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 240.6000,100.0000 l -0.0000,-16.1111 h -0.3000 l -0.0000,16.1111 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 240.3000,100.0000 l -0.0000,-16.2326 h -0.3000 l -0.0000,16.2326 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 240.0000,100.0000 l -0.0000,-16.3546 h -0.3000 l -0.0000,16.3546 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 239.7000,100.0000 l -0.0000,-16.4771 h -0.3000 l -0.0000,16.4771 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 239.4000,100.0000 l -0.0000,-16.6001 h -0.3000 l -0.0000,16.6001 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 239.1000,100.0000 l -0.0000,-16.7236 h -0.3000 l -0.0000,16.7236 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 238.8000,100.0000 l -0.0000,-16.8476 h -0.3000 l -0.0000,16.8476 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 238.5000,100.0000 l -0.0000,-16.9721 h -0.3000 l -0.0000,16.9721 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 238.2000,100.0000 l -0.0000,-17.0971 h -0.3000 l -0.0000,17.0971 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 237.9000,100.0000 l -0.0000,-17.2226 h -0.3000 l -0.0000,17.2226 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 237.6000,100.0000 l -0.0000,-17.3486 h -0.3000 l -0.0000,17.3486 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 237.3000,100.0000 l -0.0000,-17.4750 h -0.3000 l -0.0000,17.4750 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 237.0000,100.0000 l -0.0000,-17.6020 h -0.3000 l -0.0000,17.6020 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 236.7000,100.0000 l -0.0000,-17.7294 h -0.3000 l -0.0000,17.7294 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 236.4000,100.0000 l -0.0000,-17.8573 h -0.3000 l -0.0000,17.8573 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 236.1000,100.0000 l -0.0000,-17.9856 h -0.3000 l -0.0000,17.9856 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 235.8000,100.0000 l -0.0000,-18.1145 h -0.3000 l -0.0000,18.1145 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 235.5000,100.0000 l -0.0000,-18.2438 h -0.3000 l -0.0000,18.2438 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 235.2000,100.0000 l -0.0000,-18.3735 h -0.3000 l -0.0000,18.3735 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 234.9000,100.0000 l -0.0000,-18.5037 h -0.3000 l -0.0000,18.5037 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 234.6000,100.0000 l -0.0000,-18.6344 h -0.3000 l -0.0000,18.6344 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 234.3000,100.0000 l -0.0000,-18.7656 h -0.3000 l -0.0000,18.7656 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 234.0000,100.0000 l -0.0000,-18.8971 h -0.3000 l -0.0000,18.8971 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.7000,100.0000 l -0.0000,-19.0292 h -0.3000 l -0.0000,19.0292 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.4000,100.0000 l -0.0000,-19.1616 h -0.3000 l -0.0000,19.1616 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.1000,100.0000 l -0.0000,-19.2946 h -0.3000 l -0.0000,19.2946 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 232.8000,100.0000 l -0.0000,-19.4279 h -0.3000 l -0.0000,19.4279 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 232.5000,100.0000 l -0.0000,-19.5617 h -0.3000 l -0.0000,19.5617 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 232.2000,100.0000 l -0.0000,-19.6959 h -0.3000 l -0.0000,19.6959 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 231.9000,100.0000 l -0.0000,-19.8305 h -0.3000 l -0.0000,19.8305 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 231.6000,100.0000 l -0.0000,-19.9656 h -0.3000 l -0.0000,19.9656 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 231.3000,100.0000 l -0.0000,-20.1011 h -0.3000 l -0.0000,20.1011 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 231.0000,100.0000 l -0.0000,-20.2370 h -0.3000 l -0.0000,20.2370 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 230.7000,100.0000 l -0.0000,-20.3733 h -0.3000 l -0.0000,20.3733 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 230.4000,100.0000 l -0.0000,-20.5100 h -0.3000 l -0.0000,20.5100 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 230.1000,100.0000 l -0.0000,-20.6471 h -0.3000 l -0.0000,20.6471 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 229.8000,100.0000 l -0.0000,-20.7846 h -0.3000 l -0.0000,20.7846 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 229.5000,100.0000 l -0.0000,-20.9225 h -0.3000 l -0.0000,20.9225 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 229.2000,100.0000 l -0.0000,-21.0607 h -0.3000 l -0.0000,21.0607 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 228.9000,100.0000 l -0.0000,-21.1994 h -0.3000 l -0.0000,21.1994 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 228.6000,100.0000 l -0.0000,-21.3384 h -0.3000 l -0.0000,21.3384 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 228.3000,100.0000 l -0.0000,-21.4779 h -0.3000 l -0.0000,21.4779 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 228.0000,100.0000 l -0.0000,-21.6177 h -0.3000 l -0.0000,21.6177 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 227.7000,100.0000 l -0.0000,-21.7578 h -0.3000 l -0.0000,21.7578 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 227.4000,100.0000 l -0.0000,-21.8983 h -0.3000 l -0.0000,21.8983 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 227.1000,100.0000 l -0.0000,-22.0392 h -0.3000 l -0.0000,22.0392 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 226.8000,100.0000 l -0.0000,-22.1804 h -0.3000 l -0.0000,22.1804 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 226.5000,100.0000 l -0.0000,-22.3220 h -0.3000 l -0.0000,22.3220 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 226.2000,100.0000 l -0.0000,-22.4639 h -0.3000 l -0.0000,22.4639 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 225.9000,100.0000 l -0.0000,-22.6062 h -0.3000 l -0.0000,22.6062 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 225.6000,100.0000 l -0.0000,-22.7488 h -0.3000 l -0.0000,22.7488 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 225.3000,100.0000 l -0.0000,-22.8917 h -0.3000 l -0.0000,22.8917 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 225.0000,100.0000 l -0.0000,-23.0349 h -0.3000 l -0.0000,23.0349 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 224.7000,100.0000 l -0.0000,-23.1785 h -0.3000 l -0.0000,23.1785 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 224.4000,100.0000 l -0.0000,-23.3223 h -0.3000 l -0.0000,23.3223 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 224.1000,100.0000 l -0.0000,-23.4665 h -0.3000 l -0.0000,23.4665 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.8000,100.0000 l -0.0000,-23.6109 h -0.3000 l -0.0000,23.6109 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.5000,100.0000 l -0.0000,-23.7557 h -0.3000 l -0.0000,23.7557 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.2000,100.0000 l -0.0000,-23.9008 h -0.3000 l -0.0000,23.9008 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 222.9000,100.0000 l -0.0000,-24.0461 h -0.3000 l -0.0000,24.0461 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 222.6000,100.0000 l -0.0000,-24.1917 h -0.3000 l -0.0000,24.1917 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 222.3000,100.0000 l -0.0000,-24.3376 h -0.3000 l -0.0000,24.3376 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 222.0000,100.0000 l -0.0000,-24.4838 h -0.3000 l -0.0000,24.4838 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 221.7000,100.0000 l -0.0000,-24.6302 h -0.3000 l -0.0000,24.6302 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 221.4000,100.0000 l -0.0000,-24.7769 h -0.3000 l -0.0000,24.7769 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 221.1000,100.0000 l -0.0000,-24.9238 h -0.3000 l -0.0000,24.9238 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 220.8000,100.0000 l -0.0000,-25.0710 h -0.3000 l -0.0000,25.0710 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 220.5000,100.0000 l -0.0000,-25.2184 h -0.3000 l -0.0000,25.2184 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 220.2000,100.0000 l -0.0000,-25.3660 h -0.3000 l -0.0000,25.3660 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 219.9000,100.0000 l -0.0000,-25.5139 h -0.3000 l -0.0000,25.5139 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 219.6000,100.0000 l -0.0000,-25.6620 h -0.3000 l -0.0000,25.6620 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 219.3000,100.0000 l -0.0000,-25.8103 h -0.3000 l -0.0000,25.8103 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 219.0000,100.0000 l -0.0000,-25.9588 h -0.3000 l -0.0000,25.9588 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 218.7000,100.0000 l -0.0000,-26.1075 h -0.3000 l -0.0000,26.1075 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 218.4000,100.0000 l -0.0000,-26.2564 h -0.3000 l -0.0000,26.2564 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 218.1000,100.0000 l -0.0000,-26.4055 h -0.3000 l -0.0000,26.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 217.8000,100.0000 l -0.0000,-26.5548 h -0.3000 l -0.0000,26.5548 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 217.5000,100.0000 l -0.0000,-26.7043 h -0.3000 l -0.0000,26.7043 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 217.2000,100.0000 l -0.0000,-26.8539 h -0.3000 l -0.0000,26.8539 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 216.9000,100.0000 l -0.0000,-27.0037 h -0.3000 l -0.0000,27.0037 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 216.6000,100.0000 l -0.0000,-27.1536 h -0.3000 l -0.0000,27.1536 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 216.3000,100.0000 l -0.0000,-27.3037 h -0.3000 l -0.0000,27.3037 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 216.0000,100.0000 l -0.0000,-27.4540 h -0.3000 l -0.0000,27.4540 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 215.7000,100.0000 l -0.0000,-27.6043 h -0.3000 l -0.0000,27.6043 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 215.4000,100.0000 l -0.0000,-27.7548 h -0.3000 l -0.0000,27.7548 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 215.1000,100.0000 l -0.0000,-27.9055 h -0.3000 l -0.0000,27.9055 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 214.8000,100.0000 l -0.0000,-28.0562 h -0.3000 l -0.0000,28.0562 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 214.5000,100.0000 l -0.0000,-28.2071 h -0.3000 l -0.0000,28.2071 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 214.2000,100.0000 l -0.0000,-28.3580 h -0.3000 l -0.0000,28.3580 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.9000,100.0000 l -0.0000,-28.5091 h -0.3000 l -0.0000,28.5091 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.6000,100.0000 l -0.0000,-28.6602 h -0.3000 l -0.0000,28.6602 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.3000,100.0000 l -0.0000,-28.8115 h -0.3000 l -0.0000,28.8115 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.0000,100.0000 l -0.0000,-28.9627 h -0.3000 l -0.0000,28.9627 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 212.7000,100.0000 l -0.0000,-29.1141 h -0.3000 l -0.0000,29.1141 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 212.4000,100.0000 l -0.0000,-29.2655 h -0.3000 l -0.0000,29.2655 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 212.1000,100.0000 l -0.0000,-29.4170 h -0.3000 l -0.0000,29.4170 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 211.8000,100.0000 l -0.0000,-29.5685 h -0.3000 l -0.0000,29.5685 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 211.5000,100.0000 l -0.0000,-29.7201 h -0.3000 l -0.0000,29.7201 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 211.2000,100.0000 l -0.0000,-29.8717 h -0.3000 l -0.0000,29.8717 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 210.9000,100.0000 l -0.0000,-30.0233 h -0.3000 l -0.0000,30.0233 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 210.6000,100.0000 l -0.0000,-30.1749 h -0.3000 l -0.0000,30.1749 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 210.3000,100.0000 l -0.0000,-30.3265 h -0.3000 l -0.0000,30.3265 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 210.0000,100.0000 l -0.0000,-30.4782 h -0.3000 l -0.0000,30.4782 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 209.7000,100.0000 l -0.0000,-30.6298 h -0.3000 l -0.0000,30.6298 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 209.4000,100.0000 l -0.0000,-30.7814 h -0.3000 l -0.0000,30.7814 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 209.1000,100.0000 l -0.0000,-30.9330 h -0.3000 l -0.0000,30.9330 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 208.8000,100.0000 l -0.0000,-31.0845 h -0.3000 l -0.0000,31.0845 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 208.5000,100.0000 l -0.0000,-31.2361 h -0.3000 l -0.0000,31.2361 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 208.2000,100.0000 l -0.0000,-31.3875 h -0.3000 l -0.0000,31.3875 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 207.9000,100.0000 l -0.0000,-31.5389 h -0.3000 l -0.0000,31.5389 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 207.6000,100.0000 l -0.0000,-31.6903 h -0.3000 l -0.0000,31.6903 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 207.3000,100.0000 l -0.0000,-31.8416 h -0.3000 l -0.0000,31.8416 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 207.0000,100.0000 l -0.0000,-31.9928 h -0.3000 l -0.0000,31.9928 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 206.7000,100.0000 l -0.0000,-32.1439 h -0.3000 l -0.0000,32.1439 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 206.4000,100.0000 l -0.0000,-32.2949 h -0.3000 l -0.0000,32.2949 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 206.1000,100.0000 l -0.0000,-32.4459 h -0.3000 l -0.0000,32.4459 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 205.8000,100.0000 l -0.0000,-32.5967 h -0.3000 l -0.0000,32.5967 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 205.5000,100.0000 l -0.0000,-32.7474 h -0.3000 l -0.0000,32.7474 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 205.2000,100.0000 l -0.0000,-32.8980 h -0.3000 l -0.0000,32.8980 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 204.9000,100.0000 l -0.0000,-33.0484 h -0.3000 l -0.0000,33.0484 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 204.6000,100.0000 l -0.0000,-33.1987 h -0.3000 l -0.0000,33.1987 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 204.3000,100.0000 l -0.0000,-33.3488 h -0.3000 l -0.0000,33.3488 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 204.0000,100.0000 l -0.0000,-33.4988 h -0.3000 l -0.0000,33.4988 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.7000,100.0000 l -0.0000,-33.6487 h -0.3000 l -0.0000,33.6487 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.4000,100.0000 l -0.0000,-33.7983 h -0.3000 l -0.0000,33.7983 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.1000,100.0000 l -0.0000,-33.9478 h -0.3000 l -0.0000,33.9478 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 202.8000,100.0000 l -0.0000,-34.0970 h -0.3000 l -0.0000,34.0970 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 202.5000,100.0000 l -0.0000,-34.2461 h -0.3000 l -0.0000,34.2461 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 202.2000,100.0000 l -0.0000,-34.3950 h -0.3000 l -0.0000,34.3950 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 201.9000,100.0000 l -0.0000,-34.5436 h -0.3000 l -0.0000,34.5436 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 201.6000,100.0000 l -0.0000,-34.6920 h -0.3000 l -0.0000,34.6920 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 201.3000,100.0000 l -0.0000,-34.8402 h -0.3000 l -0.0000,34.8402 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 201.0000,100.0000 l -0.0000,-34.9882 h -0.3000 l -0.0000,34.9882 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 200.7000,100.0000 l -0.0000,-35.1359 h -0.3000 l -0.0000,35.1359 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 200.4000,100.0000 l -0.0000,-35.2833 h -0.3000 l -0.0000,35.2833 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 200.1000,100.0000 l -0.0000,-35.4305 h -0.3000 l -0.0000,35.4305 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 199.8000,100.0000 l -0.0000,-35.5774 h -0.3000 l -0.0000,35.5774 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 199.5000,100.0000 l -0.0000,-35.7240 h -0.3000 l -0.0000,35.7240 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 199.2000,100.0000 l -0.0000,-35.8703 h -0.3000 l -0.0000,35.8703 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 198.9000,100.0000 l -0.0000,-36.0164 h -0.3000 l -0.0000,36.0164 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 198.6000,100.0000 l -0.0000,-36.1621 h -0.3000 l -0.0000,36.1621 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 198.3000,100.0000 l -0.0000,-36.3075 h -0.3000 l -0.0000,36.3075 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 198.0000,100.0000 l -0.0000,-36.4525 h -0.3000 l -0.0000,36.4525 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 197.7000,100.0000 l -0.0000,-36.5972 h -0.3000 l -0.0000,36.5972 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 197.4000,100.0000 l -0.0000,-36.7416 h -0.3000 l -0.0000,36.7416 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 197.1000,100.0000 l -0.0000,-36.8857 h -0.3000 l -0.0000,36.8857 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 196.8000,100.0000 l -0.0000,-37.0293 h -0.3000 l -0.0000,37.0293 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 196.5000,100.0000 l -0.0000,-37.1726 h -0.3000 l -0.0000,37.1726 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 196.2000,100.0000 l -0.0000,-37.3156 h -0.3000 l -0.0000,37.3156 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 195.9000,100.0000 l -0.0000,-37.4581 h -0.3000 l -0.0000,37.4581 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 195.6000,100.0000 l -0.0000,-37.6002 h -0.3000 l -0.0000,37.6002 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 195.3000,100.0000 l -0.0000,-37.7420 h -0.3000 l -0.0000,37.7420 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 195.0000,100.0000 l -0.0000,-37.8833 h -0.3000 l -0.0000,37.8833 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 194.7000,100.0000 l -0.0000,-38.0242 h -0.3000 l -0.0000,38.0242 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 194.4000,100.0000 l -0.0000,-38.1647 h -0.3000 l -0.0000,38.1647 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 194.1000,100.0000 l -0.0000,-38.3047 h -0.3000 l -0.0000,38.3047 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.8000,100.0000 l -0.0000,-38.4443 h -0.3000 l -0.0000,38.4443 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.5000,100.0000 l -0.0000,-38.5834 h -0.3000 l -0.0000,38.5834 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.2000,100.0000 l -0.0000,-38.7221 h -0.3000 l -0.0000,38.7221 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 192.9000,100.0000 l -0.0000,-38.8603 h -0.3000 l -0.0000,38.8603 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 192.6000,100.0000 l -0.0000,-38.9980 h -0.3000 l -0.0000,38.9980 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 192.3000,100.0000 l -0.0000,-39.1352 h -0.3000 l -0.0000,39.1352 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 192.0000,100.0000 l -0.0000,-39.2719 h -0.3000 l -0.0000,39.2719 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 191.7000,100.0000 l -0.0000,-39.4082 h -0.3000 l -0.0000,39.4082 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 191.4000,100.0000 l -0.0000,-39.5439 h -0.3000 l -0.0000,39.5439 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 191.1000,100.0000 l -0.0000,-39.6790 h -0.3000 l -0.0000,39.6790 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 190.8000,100.0000 l -0.0000,-39.8137 h -0.3000 l -0.0000,39.8137 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 190.5000,100.0000 l -0.0000,-39.9478 h -0.3000 l -0.0000,39.9478 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 190.2000,100.0000 l -0.0000,-40.0813 h -0.3000 l -0.0000,40.0813 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 189.9000,100.0000 l -0.0000,-40.2143 h -0.3000 l -0.0000,40.2143 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 189.6000,100.0000 l -0.0000,-40.3467 h -0.3000 l -0.0000,40.3467 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 189.3000,100.0000 l -0.0000,-40.4786 h -0.3000 l -0.0000,40.4786 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 189.0000,100.0000 l -0.0000,-40.6098 h -0.3000 l -0.0000,40.6098 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 188.7000,100.0000 l -0.0000,-40.7405 h -0.3000 l -0.0000,40.7405 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 188.4000,100.0000 l -0.0000,-40.8706 h -0.3000 l -0.0000,40.8706 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 188.1000,100.0000 l -0.0000,-41.0000 h -0.3000 l -0.0000,41.0000 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 187.8000,100.0000 l -0.0000,-41.1289 h -0.3000 l -0.0000,41.1289 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 187.5000,100.0000 l -0.0000,-41.2571 h -0.3000 l -0.0000,41.2571 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 187.2000,100.0000 l -0.0000,-41.3847 h -0.3000 l -0.0000,41.3847 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 186.9000,100.0000 l -0.0000,-41.5116 h -0.3000 l -0.0000,41.5116 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 186.6000,100.0000 l -0.0000,-41.6379 h -0.3000 l -0.0000,41.6379 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 186.3000,100.0000 l -0.0000,-41.7635 h -0.3000 l -0.0000,41.7635 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 186.0000,100.0000 l -0.0000,-41.8885 h -0.3000 l -0.0000,41.8885 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 185.7000,100.0000 l -0.0000,-42.0127 h -0.3000 l -0.0000,42.0127 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 185.4000,100.0000 l -0.0000,-42.1363 h -0.3000 l -0.0000,42.1363 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 185.1000,100.0000 l -0.0000,-42.2592 h -0.3000 l -0.0000,42.2592 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 184.8000,100.0000 l -0.0000,-42.3814 h -0.3000 l -0.0000,42.3814 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 184.5000,100.0000 l -0.0000,-42.5029 h -0.3000 l -0.0000,42.5029 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 184.2000,100.0000 l -0.0000,-42.6237 h -0.3000 l -0.0000,42.6237 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.9000,100.0000 l -0.0000,-42.7438 h -0.3000 l -0.0000,42.7438 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.6000,100.0000 l -0.0000,-42.8631 h -0.3000 l -0.0000,42.8631 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.3000,100.0000 l -0.0000,-42.9816 h -0.3000 l -0.0000,42.9816 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.0000,100.0000 l -0.0000,-43.0995 h -0.3000 l -0.0000,43.0995 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 182.7000,100.0000 l -0.0000,-43.2165 h -0.3000 l -0.0000,43.2165 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 182.4000,100.0000 l -0.0000,-43.3328 h -0.3000 l -0.0000,43.3328 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 182.1000,100.0000 l -0.0000,-43.4484 h -0.3000 l -0.0000,43.4484 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 181.8000,100.0000 l -0.0000,-43.5631 h -0.3000 l -0.0000,43.5631 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 181.5000,100.0000 l -0.0000,-43.6771 h -0.3000 l -0.0000,43.6771 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 181.2000,100.0000 l -0.0000,-43.7902 h -0.3000 l -0.0000,43.7902 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 180.9000,100.0000 l -0.0000,-43.9026 h -0.3000 l -0.0000,43.9026 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 180.6000,100.0000 l -0.0000,-44.0141 h -0.3000 l -0.0000,44.0141 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 180.3000,100.0000 l -0.0000,-44.1248 h -0.3000 l -0.0000,44.1248 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 180.0000,100.0000 l -0.0000,-44.2347 h -0.3000 l -0.0000,44.2347 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 179.7000,100.0000 l -0.0000,-44.3438 h -0.3000 l -0.0000,44.3438 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 179.4000,100.0000 l -0.0000,-44.4520 h -0.3000 l -0.0000,44.4520 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 179.1000,100.0000 l -0.0000,-44.5594 h -0.3000 l -0.0000,44.5594 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 178.8000,100.0000 l -0.0000,-44.6659 h -0.3000 l -0.0000,44.6659 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 178.5000,100.0000 l -0.0000,-44.7716 h -0.3000 l -0.0000,44.7716 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 178.2000,100.0000 l -0.0000,-44.8763 h -0.3000 l -0.0000,44.8763 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 177.9000,100.0000 l -0.0000,-44.9802 h -0.3000 l -0.0000,44.9802 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 177.6000,100.0000 l -0.0000,-45.0832 h -0.3000 l -0.0000,45.0832 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 177.3000,100.0000 l -0.0000,-45.1854 h -0.3000 l -0.0000,45.1854 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 177.0000,100.0000 l -0.0000,-45.2866 h -0.3000 l -0.0000,45.2866 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 176.7000,100.0000 l -0.0000,-45.3869 h -0.3000 l -0.0000,45.3869 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 176.4000,100.0000 l -0.0000,-45.4863 h -0.3000 l -0.0000,45.4863 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 176.1000,100.0000 l -0.0000,-45.5847 h -0.3000 l -0.0000,45.5847 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 175.8000,100.0000 l -0.0000,-45.6823 h -0.3000 l -0.0000,45.6823 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 175.5000,100.0000 l -0.0000,-45.7789 h -0.3000 l -0.0000,45.7789 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 175.2000,100.0000 l -0.0000,-45.8746 h -0.3000 l -0.0000,45.8746 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 174.9000,100.0000 l -0.0000,-45.9693 h -0.3000 l -0.0000,45.9693 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 174.6000,100.0000 l -0.0000,-46.0630 h -0.3000 l -0.0000,46.0630 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 174.3000,100.0000 l -0.0000,-46.1558 h -0.3000 l -0.0000,46.1558 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 174.0000,100.0000 l -0.0000,-46.2476 h -0.3000 l -0.0000,46.2476 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.7000,100.0000 l -0.0000,-46.3385 h -0.3000 l -0.0000,46.3385 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.4000,100.0000 l -0.0000,-46.4284 h -0.3000 l -0.0000,46.4284 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.1000,100.0000 l -0.0000,-46.5172 h -0.3000 l -0.0000,46.5172 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 172.8000,100.0000 l -0.0000,-46.6051 h -0.3000 l -0.0000,46.6051 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 172.5000,100.0000 l -0.0000,-46.6920 h -0.3000 l -0.0000,46.6920 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 172.2000,100.0000 l -0.0000,-46.7779 h -0.3000 l -0.0000,46.7779 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 171.9000,100.0000 l -0.0000,-46.8627 h -0.3000 l -0.0000,46.8627 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 171.6000,100.0000 l -0.0000,-46.9466 h -0.3000 l -0.0000,46.9466 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 171.3000,100.0000 l -0.0000,-47.0294 h -0.3000 l -0.0000,47.0294 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 171.0000,100.0000 l -0.0000,-47.1112 h -0.3000 l -0.0000,47.1112 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 170.7000,100.0000 l -0.0000,-47.1919 h -0.3000 l -0.0000,47.1919 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 170.4000,100.0000 l -0.0000,-47.2716 h -0.3000 l -0.0000,47.2716 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 170.1000,100.0000 l -0.0000,-47.3503 h -0.3000 l -0.0000,47.3503 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 169.8000,100.0000 l -0.0000,-47.4279 h -0.3000 l -0.0000,47.4279 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 169.5000,100.0000 l -0.0000,-47.5044 h -0.3000 l -0.0000,47.5044 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 169.2000,100.0000 l -0.0000,-47.5799 h -0.3000 l -0.0000,47.5799 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 168.9000,100.0000 l -0.0000,-47.6543 h -0.3000 l -0.0000,47.6543 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 168.6000,100.0000 l -0.0000,-47.7276 h -0.3000 l -0.0000,47.7276 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 168.3000,100.0000 l -0.0000,-47.7999 h -0.3000 l -0.0000,47.7999 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 168.0000,100.0000 l -0.0000,-47.8710 h -0.3000 l -0.0000,47.8710 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 167.7000,100.0000 l -0.0000,-47.9411 h -0.3000 l -0.0000,47.9411 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 167.4000,100.0000 l -0.0000,-48.0101 h -0.3000 l -0.0000,48.0101 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 167.1000,100.0000 l -0.0000,-48.0779 h -0.3000 l -0.0000,48.0779 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 166.8000,100.0000 l -0.0000,-48.1447 h -0.3000 l -0.0000,48.1447 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 166.5000,100.0000 l -0.0000,-48.2103 h -0.3000 l -0.0000,48.2103 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 166.2000,100.0000 l -0.0000,-48.2748 h -0.3000 l -0.0000,48.2748 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 165.9000,100.0000 l -0.0000,-48.3382 h -0.3000 l -0.0000,48.3382 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 165.6000,100.0000 l -0.0000,-48.4005 h -0.3000 l -0.0000,48.4005 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 165.3000,100.0000 l -0.0000,-48.4617 h -0.3000 l -0.0000,48.4617 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 165.0000,100.0000 l -0.0000,-48.5217 h -0.3000 l -0.0000,48.5217 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 164.7000,100.0000 l -0.0000,-48.5805 h -0.3000 l -0.0000,48.5805 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 164.4000,100.0000 l -0.0000,-48.6383 h -0.3000 l -0.0000,48.6383 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 164.1000,100.0000 l -0.0000,-48.6948 h -0.3000 l -0.0000,48.6948 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.8000,100.0000 l -0.0000,-48.7503 h -0.3000 l -0.0000,48.7503 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.5000,100.0000 l -0.0000,-48.8045 h -0.3000 l -0.0000,48.8045 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.2000,100.0000 l -0.0000,-48.8576 h -0.3000 l -0.0000,48.8576 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 162.9000,100.0000 l -0.0000,-48.9096 h -0.3000 l -0.0000,48.9096 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 162.6000,100.0000 l -0.0000,-48.9603 h -0.3000 l -0.0000,48.9603 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 162.3000,100.0000 l -0.0000,-49.0099 h -0.3000 l -0.0000,49.0099 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 162.0000,100.0000 l -0.0000,-49.0584 h -0.3000 l -0.0000,49.0584 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 161.7000,100.0000 l -0.0000,-49.1056 h -0.3000 l -0.0000,49.1056 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 161.4000,100.0000 l -0.0000,-49.1517 h -0.3000 l -0.0000,49.1517 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 161.1000,100.0000 l -0.0000,-49.1965 h -0.3000 l -0.0000,49.1965 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 160.8000,100.0000 l -0.0000,-49.2402 h -0.3000 l -0.0000,49.2402 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 160.5000,100.0000 l -0.0000,-49.2827 h -0.3000 l -0.0000,49.2827 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 160.2000,100.0000 l -0.0000,-49.3240 h -0.3000 l -0.0000,49.3240 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 159.9000,100.0000 l -0.0000,-49.3641 h -0.3000 l -0.0000,49.3641 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 159.6000,100.0000 l -0.0000,-49.4030 h -0.3000 l -0.0000,49.4030 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 159.3000,100.0000 l -0.0000,-49.4407 h -0.3000 l -0.0000,49.4407 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 159.0000,100.0000 l -0.0000,-49.4771 h -0.3000 l -0.0000,49.4771 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 158.7000,100.0000 l -0.0000,-49.5124 h -0.3000 l -0.0000,49.5124 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 158.4000,100.0000 l -0.0000,-49.5464 h -0.3000 l -0.0000,49.5464 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 158.1000,100.0000 l -0.0000,-49.5793 h -0.3000 l -0.0000,49.5793 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 157.8000,100.0000 l -0.0000,-49.6109 h -0.3000 l -0.0000,49.6109 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 157.5000,100.0000 l -0.0000,-49.6413 h -0.3000 l -0.0000,49.6413 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 157.2000,100.0000 l -0.0000,-49.6705 h -0.3000 l -0.0000,49.6705 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 156.9000,100.0000 l -0.0000,-49.6984 h -0.3000 l -0.0000,49.6984 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 156.6000,100.0000 l -0.0000,-49.7251 h -0.3000 l -0.0000,49.7251 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 156.3000,100.0000 l -0.0000,-49.7506 h -0.3000 l -0.0000,49.7506 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 156.0000,100.0000 l -0.0000,-49.7749 h -0.3000 l -0.0000,49.7749 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 155.7000,100.0000 l -0.0000,-49.7979 h -0.3000 l -0.0000,49.7979 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 155.4000,100.0000 l -0.0000,-49.8197 h -0.3000 l -0.0000,49.8197 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 155.1000,100.0000 l -0.0000,-49.8403 h -0.3000 l -0.0000,49.8403 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 154.8000,100.0000 l -0.0000,-49.8596 h -0.3000 l -0.0000,49.8596 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 154.5000,100.0000 l -0.0000,-49.8776 h -0.3000 l -0.0000,49.8776 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 154.2000,100.0000 l -0.0000,-49.8945 h -0.3000 l -0.0000,49.8945 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.9000,100.0000 l -0.0000,-49.9101 h -0.3000 l -0.0000,49.9101 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.6000,100.0000 l -0.0000,-49.9244 h -0.3000 l -0.0000,49.9244 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.3000,100.0000 l -0.0000,-49.9375 h -0.3000 l -0.0000,49.9375 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.0000,100.0000 l -0.0000,-49.9494 h -0.3000 l -0.0000,49.9494 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 152.7000,100.0000 l -0.0000,-49.9600 h -0.3000 l -0.0000,49.9600 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 152.4000,100.0000 l -0.0000,-49.9694 h -0.3000 l -0.0000,49.9694 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 152.1000,100.0000 l -0.0000,-49.9775 h -0.3000 l -0.0000,49.9775 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 151.8000,100.0000 l -0.0000,-49.9844 h -0.3000 l -0.0000,49.9844 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 151.5000,100.0000 l -0.0000,-49.9900 h -0.3000 l -0.0000,49.9900 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 151.2000,100.0000 l -0.0000,-49.9944 h -0.3000 l -0.0000,49.9944 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 150.9000,100.0000 l -0.0000,-49.9975 h -0.3000 l -0.0000,49.9975 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 150.6000,100.0000 l -0.0000,-49.9994 h -0.3000 l -0.0000,49.9994 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 150.3000,100.0000 l -0.0000,-50.0000 h -0.3000 l -0.0000,50.0000 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 150.0000,100.0000 l -0.0000,-49.9994 h -0.3000 l -0.0000,49.9994 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 149.7000,100.0000 l -0.0000,-49.9975 h -0.3000 l -0.0000,49.9975 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 149.4000,100.0000 l -0.0000,-49.9944 h -0.3000 l -0.0000,49.9944 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 149.1000,100.0000 l -0.0000,-49.9900 h -0.3000 l -0.0000,49.9900 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 148.8000,100.0000 l -0.0000,-49.9844 h -0.3000 l -0.0000,49.9844 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 148.5000,100.0000 l -0.0000,-49.9775 h -0.3000 l -0.0000,49.9775 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 148.2000,100.0000 l -0.0000,-49.9694 h -0.3000 l -0.0000,49.9694 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 147.9000,100.0000 l -0.0000,-49.9600 h -0.3000 l -0.0000,49.9600 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 147.6000,100.0000 l -0.0000,-49.9494 h -0.3000 l -0.0000,49.9494 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 147.3000,100.0000 l -0.0000,-49.9375 h -0.3000 l -0.0000,49.9375 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 147.0000,100.0000 l -0.0000,-49.9244 h -0.3000 l -0.0000,49.9244 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 146.7000,100.0000 l -0.0000,-49.9101 h -0.3000 l -0.0000,49.9101 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 146.4000,100.0000 l -0.0000,-49.8945 h -0.3000 l -0.0000,49.8945 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 146.1000,100.0000 l -0.0000,-49.8776 h -0.3000 l -0.0000,49.8776 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 145.8000,100.0000 l -0.0000,-49.8596 h -0.3000 l -0.0000,49.8596 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 145.5000,100.0000 l -0.0000,-49.8403 h -0.3000 l -0.0000,49.8403 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 145.2000,100.0000 l -0.0000,-49.8197 h -0.3000 l -0.0000,49.8197 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 144.9000,100.0000 l -0.0000,-49.7979 h -0.3000 l -0.0000,49.7979 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 144.6000,100.0000 l -0.0000,-49.7749 h -0.3000 l -0.0000,49.7749 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 144.3000,100.0000 l -0.0000,-49.7506 h -0.3000 l -0.0000,49.7506 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 144.0000,100.0000 l -0.0000,-49.7251 h -0.3000 l -0.0000,49.7251 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.7000,100.0000 l -0.0000,-49.6984 h -0.3000 l -0.0000,49.6984 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.4000,100.0000 l -0.0000,-49.6705 h -0.3000 l -0.0000,49.6705 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.1000,100.0000 l -0.0000,-49.6413 h -0.3000 l -0.0000,49.6413 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 142.8000,100.0000 l -0.0000,-49.6109 h -0.3000 l -0.0000,49.6109 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 142.5000,100.0000 l -0.0000,-49.5793 h -0.3000 l -0.0000,49.5793 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 142.2000,100.0000 l -0.0000,-49.5464 h -0.3000 l -0.0000,49.5464 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 141.9000,100.0000 l -0.0000,-49.5124 h -0.3000 l -0.0000,49.5124 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 141.6000,100.0000 l -0.0000,-49.4771 h -0.3000 l -0.0000,49.4771 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 141.3000,100.0000 l -0.0000,-49.4407 h -0.3000 l -0.0000,49.4407 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 141.0000,100.0000 l -0.0000,-49.4030 h -0.3000 l -0.0000,49.4030 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 140.7000,100.0000 l -0.0000,-49.3641 h -0.3000 l -0.0000,49.3641 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 140.4000,100.0000 l -0.0000,-49.3240 h -0.3000 l -0.0000,49.3240 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 140.1000,100.0000 l -0.0000,-49.2827 h -0.3000 l -0.0000,49.2827 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 139.8000,100.0000 l -0.0000,-49.2402 h -0.3000 l -0.0000,49.2402 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 139.5000,100.0000 l -0.0000,-49.1965 h -0.3000 l -0.0000,49.1965 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 139.2000,100.0000 l -0.0000,-49.1517 h -0.3000 l -0.0000,49.1517 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 138.9000,100.0000 l -0.0000,-49.1056 h -0.3000 l -0.0000,49.1056 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 138.6000,100.0000 l -0.0000,-49.0584 h -0.3000 l -0.0000,49.0584 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 138.3000,100.0000 l -0.0000,-49.0099 h -0.3000 l -0.0000,49.0099 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 138.0000,100.0000 l -0.0000,-48.9603 h -0.3000 l -0.0000,48.9603 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 137.7000,100.0000 l -0.0000,-48.9096 h -0.3000 l -0.0000,48.9096 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 137.4000,100.0000 l -0.0000,-48.8576 h -0.3000 l -0.0000,48.8576 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 137.1000,100.0000 l -0.0000,-48.8045 h -0.3000 l -0.0000,48.8045 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 136.8000,100.0000 l -0.0000,-48.7503 h -0.3000 l -0.0000,48.7503 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 136.5000,100.0000 l -0.0000,-48.6948 h -0.3000 l -0.0000,48.6948 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 136.2000,100.0000 l -0.0000,-48.6383 h -0.3000 l -0.0000,48.6383 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 135.9000,100.0000 l -0.0000,-48.5805 h -0.3000 l -0.0000,48.5805 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 135.6000,100.0000 l -0.0000,-48.5217 h -0.3000 l -0.0000,48.5217 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 135.3000,100.0000 l -0.0000,-48.4617 h -0.3000 l -0.0000,48.4617 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 135.0000,100.0000 l -0.0000,-48.4005 h -0.3000 l -0.0000,48.4005 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 134.7000,100.0000 l -0.0000,-48.3382 h -0.3000 l -0.0000,48.3382 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 134.4000,100.0000 l -0.0000,-48.2748 h -0.3000 l -0.0000,48.2748 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 134.1000,100.0000 l -0.0000,-48.2103 h -0.3000 l -0.0000,48.2103 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.8000,100.0000 l -0.0000,-48.1447 h -0.3000 l -0.0000,48.1447 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.5000,100.0000 l -0.0000,-48.0779 h -0.3000 l -0.0000,48.0779 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.2000,100.0000 l -0.0000,-48.0101 h -0.3000 l -0.0000,48.0101 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 132.9000,100.0000 l -0.0000,-47.9411 h -0.3000 l -0.0000,47.9411 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 132.6000,100.0000 l -0.0000,-47.8710 h -0.3000 l -0.0000,47.8710 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 132.3000,100.0000 l -0.0000,-47.7999 h -0.3000 l -0.0000,47.7999 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 132.0000,100.0000 l -0.0000,-47.7276 h -0.3000 l -0.0000,47.7276 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 131.7000,100.0000 l -0.0000,-47.6543 h -0.3000 l -0.0000,47.6543 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 131.4000,100.0000 l -0.0000,-47.5799 h -0.3000 l -0.0000,47.5799 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 131.1000,100.0000 l -0.0000,-47.5044 h -0.3000 l -0.0000,47.5044 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 130.8000,100.0000 l -0.0000,-47.4279 h -0.3000 l -0.0000,47.4279 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 130.5000,100.0000 l -0.0000,-47.3503 h -0.3000 l -0.0000,47.3503 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 130.2000,100.0000 l -0.0000,-47.2716 h -0.3000 l -0.0000,47.2716 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 129.9000,100.0000 l -0.0000,-47.1919 h -0.3000 l -0.0000,47.1919 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 129.6000,100.0000 l -0.0000,-47.1112 h -0.3000 l -0.0000,47.1112 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 129.3000,100.0000 l -0.0000,-47.0294 h -0.3000 l -0.0000,47.0294 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 129.0000,100.0000 l -0.0000,-46.9466 h -0.3000 l -0.0000,46.9466 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 128.7000,100.0000 l -0.0000,-46.8627 h -0.3000 l -0.0000,46.8627 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 128.4000,100.0000 l -0.0000,-46.7779 h -0.3000 l -0.0000,46.7779 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 128.1000,100.0000 l -0.0000,-46.6920 h -0.3000 l -0.0000,46.6920 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 127.8000,100.0000 l -0.0000,-46.6051 h -0.3000 l -0.0000,46.6051 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 127.5000,100.0000 l -0.0000,-46.5172 h -0.3000 l -0.0000,46.5172 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 127.2000,100.0000 l -0.0000,-46.4284 h -0.3000 l -0.0000,46.4284 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 126.9000,100.0000 l -0.0000,-46.3385 h -0.3000 l -0.0000,46.3385 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 126.6000,100.0000 l -0.0000,-46.2476 h -0.3000 l -0.0000,46.2476 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 126.3000,100.0000 l -0.0000,-46.1558 h -0.3000 l -0.0000,46.1558 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 126.0000,100.0000 l -0.0000,-46.0630 h -0.3000 l -0.0000,46.0630 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 125.7000,100.0000 l -0.0000,-45.9693 h -0.3000 l -0.0000,45.9693 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 125.4000,100.0000 l -0.0000,-45.8746 h -0.3000 l -0.0000,45.8746 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 125.1000,100.0000 l -0.0000,-45.7789 h -0.3000 l -0.0000,45.7789 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 124.8000,100.0000 l -0.0000,-45.6823 h -0.3000 l -0.0000,45.6823 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 124.5000,100.0000 l -0.0000,-45.5847 h -0.3000 l -0.0000,45.5847 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 124.2000,100.0000 l -0.0000,-45.4863 h -0.3000 l -0.0000,45.4863 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.9000,100.0000 l -0.0000,-45.3869 h -0.3000 l -0.0000,45.3869 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.6000,100.0000 l -0.0000,-45.2866 h -0.3000 l -0.0000,45.2866 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.3000,100.0000 l -0.0000,-45.1854 h -0.3000 l -0.0000,45.1854 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.0000,100.0000 l -0.0000,-45.0832 h -0.3000 l -0.0000,45.0832 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 122.7000,100.0000 l -0.0000,-44.9802 h -0.3000 l -0.0000,44.9802 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 122.4000,100.0000 l -0.0000,-44.8763 h -0.3000 l -0.0000,44.8763 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 122.1000,100.0000 l -0.0000,-44.7716 h -0.3000 l -0.0000,44.7716 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 121.8000,100.0000 l -0.0000,-44.6659 h -0.3000 l -0.0000,44.6659 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 121.5000,100.0000 l -0.0000,-44.5594 h -0.3000 l -0.0000,44.5594 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 121.2000,100.0000 l -0.0000,-44.4520 h -0.3000 l -0.0000,44.4520 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 120.9000,100.0000 l -0.0000,-44.3438 h -0.3000 l -0.0000,44.3438 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 120.6000,100.0000 l -0.0000,-44.2347 h -0.3000 l -0.0000,44.2347 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 120.3000,100.0000 l -0.0000,-44.1248 h -0.3000 l -0.0000,44.1248 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 120.0000,100.0000 l -0.0000,-44.0141 h -0.3000 l -0.0000,44.0141 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 119.7000,100.0000 l -0.0000,-43.9026 h -0.3000 l -0.0000,43.9026 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 119.4000,100.0000 l -0.0000,-43.7902 h -0.3000 l -0.0000,43.7902 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 119.1000,100.0000 l -0.0000,-43.6771 h -0.3000 l -0.0000,43.6771 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 118.8000,100.0000 l -0.0000,-43.5631 h -0.3000 l -0.0000,43.5631 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 118.5000,100.0000 l -0.0000,-43.4484 h -0.3000 l -0.0000,43.4484 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 118.2000,100.0000 l -0.0000,-43.3328 h -0.3000 l -0.0000,43.3328 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 117.9000,100.0000 l -0.0000,-43.2165 h -0.3000 l -0.0000,43.2165 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 117.6000,100.0000 l -0.0000,-43.0995 h -0.3000 l -0.0000,43.0995 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 117.3000,100.0000 l -0.0000,-42.9816 h -0.3000 l -0.0000,42.9816 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 117.0000,100.0000 l -0.0000,-42.8631 h -0.3000 l -0.0000,42.8631 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 116.7000,100.0000 l -0.0000,-42.7438 h -0.3000 l -0.0000,42.7438 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 116.4000,100.0000 l -0.0000,-42.6237 h -0.3000 l -0.0000,42.6237 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 116.1000,100.0000 l -0.0000,-42.5029 h -0.3000 l -0.0000,42.5029 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 115.8000,100.0000 l -0.0000,-42.3814 h -0.3000 l -0.0000,42.3814 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 115.5000,100.0000 l -0.0000,-42.2592 h -0.3000 l -0.0000,42.2592 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 115.2000,100.0000 l -0.0000,-42.1363 h -0.3000 l -0.0000,42.1363 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 114.9000,100.0000 l -0.0000,-42.0127 h -0.3000 l -0.0000,42.0127 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 114.6000,100.0000 l -0.0000,-41.8885 h -0.3000 l -0.0000,41.8885 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 114.3000,100.0000 l -0.0000,-41.7635 h -0.3000 l -0.0000,41.7635 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 114.0000,100.0000 l -0.0000,-41.6379 h -0.3000 l -0.0000,41.6379 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.7000,100.0000 l -0.0000,-41.5116 h -0.3000 l -0.0000,41.5116 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.4000,100.0000 l -0.0000,-41.3847 h -0.3000 l -0.0000,41.3847 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.1000,100.0000 l -0.0000,-41.2571 h -0.3000 l -0.0000,41.2571 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 112.8000,100.0000 l -0.0000,-41.1289 h -0.3000 l -0.0000,41.1289 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 112.5000,100.0000 l -0.0000,-41.0000 h -0.3000 l -0.0000,41.0000 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 112.2000,100.0000 l -0.0000,-40.8706 h -0.3000 l -0.0000,40.8706 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 111.9000,100.0000 l -0.0000,-40.7405 h -0.3000 l -0.0000,40.7405 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 111.6000,100.0000 l -0.0000,-40.6098 h -0.3000 l -0.0000,40.6098 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 111.3000,100.0000 l -0.0000,-40.4786 h -0.3000 l -0.0000,40.4786 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 111.0000,100.0000 l -0.0000,-40.3467 h -0.3000 l -0.0000,40.3467 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 110.7000,100.0000 l -0.0000,-40.2143 h -0.3000 l -0.0000,40.2143 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 110.4000,100.0000 l -0.0000,-40.0813 h -0.3000 l -0.0000,40.0813 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 110.1000,100.0000 l -0.0000,-39.9478 h -0.3000 l -0.0000,39.9478 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 109.8000,100.0000 l -0.0000,-39.8137 h -0.3000 l -0.0000,39.8137 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 109.5000,100.0000 l -0.0000,-39.6790 h -0.3000 l -0.0000,39.6790 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 109.2000,100.0000 l -0.0000,-39.5439 h -0.3000 l -0.0000,39.5439 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 108.9000,100.0000 l -0.0000,-39.4082 h -0.3000 l -0.0000,39.4082 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 108.6000,100.0000 l -0.0000,-39.2719 h -0.3000 l -0.0000,39.2719 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 108.3000,100.0000 l -0.0000,-39.1352 h -0.3000 l -0.0000,39.1352 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 108.0000,100.0000 l -0.0000,-38.9980 h -0.3000 l -0.0000,38.9980 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 107.7000,100.0000 l -0.0000,-38.8603 h -0.3000 l -0.0000,38.8603 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 107.4000,100.0000 l -0.0000,-38.7221 h -0.3000 l -0.0000,38.7221 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 107.1000,100.0000 l -0.0000,-38.5834 h -0.3000 l -0.0000,38.5834 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 106.8000,100.0000 l -0.0000,-38.4443 h -0.3000 l -0.0000,38.4443 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 106.5000,100.0000 l -0.0000,-38.3047 h -0.3000 l -0.0000,38.3047 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 106.2000,100.0000 l -0.0000,-38.1647 h -0.3000 l -0.0000,38.1647 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 105.9000,100.0000 l -0.0000,-38.0242 h -0.3000 l -0.0000,38.0242 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 105.6000,100.0000 l -0.0000,-37.8833 h -0.3000 l -0.0000,37.8833 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 105.3000,100.0000 l -0.0000,-37.7420 h -0.3000 l -0.0000,37.7420 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 105.0000,100.0000 l -0.0000,-37.6002 h -0.3000 l -0.0000,37.6002 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 104.7000,100.0000 l -0.0000,-37.4581 h -0.3000 l -0.0000,37.4581 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 104.4000,100.0000 l -0.0000,-37.3156 h -0.3000 l -0.0000,37.3156 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 104.1000,100.0000 l -0.0000,-37.1726 h -0.3000 l -0.0000,37.1726 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.8000,100.0000 l -0.0000,-37.0293 h -0.3000 l -0.0000,37.0293 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.5000,100.0000 l -0.0000,-36.8857 h -0.3000 l -0.0000,36.8857 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.2000,100.0000 l -0.0000,-36.7416 h -0.3000 l -0.0000,36.7416 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 102.9000,100.0000 l -0.0000,-36.5972 h -0.3000 l -0.0000,36.5972 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 102.6000,100.0000 l -0.0000,-36.4525 h -0.3000 l -0.0000,36.4525 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 102.3000,100.0000 l -0.0000,-36.3075 h -0.3000 l -0.0000,36.3075 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 102.0000,100.0000 l -0.0000,-36.1621 h -0.3000 l -0.0000,36.1621 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 101.7000,100.0000 l -0.0000,-36.0164 h -0.3000 l -0.0000,36.0164 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 101.4000,100.0000 l -0.0000,-35.8703 h -0.3000 l -0.0000,35.8703 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 101.1000,100.0000 l -0.0000,-35.7240 h -0.3000 l -0.0000,35.7240 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 100.8000,100.0000 l -0.0000,-35.5774 h -0.3000 l -0.0000,35.5774 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 100.5000,100.0000 l -0.0000,-35.4305 h -0.3000 l -0.0000,35.4305 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 100.2000,100.0000 l -0.0000,-35.2833 h -0.3000 l -0.0000,35.2833 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 99.9000,100.0000 l -0.0000,-35.1359 h -0.3000 l -0.0000,35.1359 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 99.6000,100.0000 l -0.0000,-34.9882 h -0.3000 l -0.0000,34.9882 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 99.3000,100.0000 l -0.0000,-34.8402 h -0.3000 l -0.0000,34.8402 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 99.0000,100.0000 l -0.0000,-34.6920 h -0.3000 l -0.0000,34.6920 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 98.7000,100.0000 l -0.0000,-34.5436 h -0.3000 l -0.0000,34.5436 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 98.4000,100.0000 l -0.0000,-34.3950 h -0.3000 l -0.0000,34.3950 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 98.1000,100.0000 l -0.0000,-34.2461 h -0.3000 l -0.0000,34.2461 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 97.8000,100.0000 l -0.0000,-34.0970 h -0.3000 l -0.0000,34.0970 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 97.5000,100.0000 l -0.0000,-33.9478 h -0.3000 l -0.0000,33.9478 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 97.2000,100.0000 l -0.0000,-33.7983 h -0.3000 l -0.0000,33.7983 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 96.9000,100.0000 l -0.0000,-33.6487 h -0.3000 l -0.0000,33.6487 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 96.6000,100.0000 l -0.0000,-33.4988 h -0.3000 l -0.0000,33.4988 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 96.3000,100.0000 l -0.0000,-33.3488 h -0.3000 l -0.0000,33.3488 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 96.0000,100.0000 l -0.0000,-33.1987 h -0.3000 l -0.0000,33.1987 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 95.7000,100.0000 l -0.0000,-33.0484 h -0.3000 l -0.0000,33.0484 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 95.4000,100.0000 l -0.0000,-32.8980 h -0.3000 l -0.0000,32.8980 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 95.1000,100.0000 l -0.0000,-32.7474 h -0.3000 l -0.0000,32.7474 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 94.8000,100.0000 l -0.0000,-32.5967 h -0.3000 l -0.0000,32.5967 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 94.5000,100.0000 l -0.0000,-32.4459 h -0.3000 l -0.0000,32.4459 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 94.2000,100.0000 l -0.0000,-32.2949 h -0.3000 l -0.0000,32.2949 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.9000,100.0000 l -0.0000,-32.1439 h -0.3000 l -0.0000,32.1439 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.6000,100.0000 l -0.0000,-31.9928 h -0.3000 l -0.0000,31.9928 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.3000,100.0000 l -0.0000,-31.8416 h -0.3000 l -0.0000,31.8416 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.0000,100.0000 l -0.0000,-31.6903 h -0.3000 l -0.0000,31.6903 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 92.7000,100.0000 l -0.0000,-31.5389 h -0.3000 l -0.0000,31.5389 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 92.4000,100.0000 l -0.0000,-31.3875 h -0.3000 l -0.0000,31.3875 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 92.1000,100.0000 l -0.0000,-31.2361 h -0.3000 l -0.0000,31.2361 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 91.8000,100.0000 l -0.0000,-31.0845 h -0.3000 l -0.0000,31.0845 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 91.5000,100.0000 l -0.0000,-30.9330 h -0.3000 l -0.0000,30.9330 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 91.2000,100.0000 l -0.0000,-30.7814 h -0.3000 l -0.0000,30.7814 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 90.9000,100.0000 l -0.0000,-30.6298 h -0.3000 l -0.0000,30.6298 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 90.6000,100.0000 l -0.0000,-30.4782 h -0.3000 l -0.0000,30.4782 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 90.3000,100.0000 l -0.0000,-30.3265 h -0.3000 l -0.0000,30.3265 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 90.0000,100.0000 l -0.0000,-30.1749 h -0.3000 l -0.0000,30.1749 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 89.7000,100.0000 l -0.0000,-30.0233 h -0.3000 l -0.0000,30.0233 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 89.4000,100.0000 l -0.0000,-29.8717 h -0.3000 l -0.0000,29.8717 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 89.1000,100.0000 l -0.0000,-29.7201 h -0.3000 l -0.0000,29.7201 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 88.8000,100.0000 l -0.0000,-29.5685 h -0.3000 l -0.0000,29.5685 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 88.5000,100.0000 l -0.0000,-29.4170 h -0.3000 l -0.0000,29.4170 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 88.2000,100.0000 l -0.0000,-29.2655 h -0.3000 l -0.0000,29.2655 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 87.9000,100.0000 l -0.0000,-29.1141 h -0.3000 l -0.0000,29.1141 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 87.6000,100.0000 l -0.0000,-28.9627 h -0.3000 l -0.0000,28.9627 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 87.3000,100.0000 l -0.0000,-28.8115 h -0.3000 l -0.0000,28.8115 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 87.0000,100.0000 l -0.0000,-28.6602 h -0.3000 l -0.0000,28.6602 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 86.7000,100.0000 l -0.0000,-28.5091 h -0.3000 l -0.0000,28.5091 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 86.4000,100.0000 l -0.0000,-28.3580 h -0.3000 l -0.0000,28.3580 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 86.1000,100.0000 l -0.0000,-28.2071 h -0.3000 l -0.0000,28.2071 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 85.8000,100.0000 l -0.0000,-28.0562 h -0.3000 l -0.0000,28.0562 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 85.5000,100.0000 l -0.0000,-27.9055 h -0.3000 l -0.0000,27.9055 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 85.2000,100.0000 l -0.0000,-27.7548 h -0.3000 l -0.0000,27.7548 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 84.9000,100.0000 l -0.0000,-27.6043 h -0.3000 l -0.0000,27.6043 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 84.6000,100.0000 l -0.0000,-27.4540 h -0.3000 l -0.0000,27.4540 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 84.3000,100.0000 l -0.0000,-27.3037 h -0.3000 l -0.0000,27.3037 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 84.0000,100.0000 l -0.0000,-27.1536 h -0.3000 l -0.0000,27.1536 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.7000,100.0000 l -0.0000,-27.0037 h -0.3000 l -0.0000,27.0037 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.4000,100.0000 l -0.0000,-26.8539 h -0.3000 l -0.0000,26.8539 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.1000,100.0000 l -0.0000,-26.7043 h -0.3000 l -0.0000,26.7043 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 82.8000,100.0000 l -0.0000,-26.5548 h -0.3000 l -0.0000,26.5548 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 82.5000,100.0000 l -0.0000,-26.4055 h -0.3000 l -0.0000,26.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 82.2000,100.0000 l -0.0000,-26.2564 h -0.3000 l -0.0000,26.2564 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 81.9000,100.0000 l -0.0000,-26.1075 h -0.3000 l -0.0000,26.1075 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 81.6000,100.0000 l -0.0000,-25.9588 h -0.3000 l -0.0000,25.9588 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 81.3000,100.0000 l -0.0000,-25.8103 h -0.3000 l -0.0000,25.8103 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 81.0000,100.0000 l -0.0000,-25.6620 h -0.3000 l -0.0000,25.6620 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 80.7000,100.0000 l -0.0000,-25.5139 h -0.3000 l -0.0000,25.5139 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 80.4000,100.0000 l -0.0000,-25.3660 h -0.3000 l -0.0000,25.3660 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 80.1000,100.0000 l -0.0000,-25.2184 h -0.3000 l -0.0000,25.2184 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 79.8000,100.0000 l -0.0000,-25.0710 h -0.3000 l -0.0000,25.0710 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 79.5000,100.0000 l -0.0000,-24.9238 h -0.3000 l -0.0000,24.9238 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 79.2000,100.0000 l -0.0000,-24.7769 h -0.3000 l -0.0000,24.7769 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 78.9000,100.0000 l -0.0000,-24.6302 h -0.3000 l -0.0000,24.6302 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 78.6000,100.0000 l -0.0000,-24.4838 h -0.3000 l -0.0000,24.4838 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 78.3000,100.0000 l -0.0000,-24.3376 h -0.3000 l -0.0000,24.3376 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 78.0000,100.0000 l -0.0000,-24.1917 h -0.3000 l -0.0000,24.1917 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 77.7000,100.0000 l -0.0000,-24.0461 h -0.3000 l -0.0000,24.0461 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 77.4000,100.0000 l -0.0000,-23.9008 h -0.3000 l -0.0000,23.9008 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 77.1000,100.0000 l -0.0000,-23.7557 h -0.3000 l -0.0000,23.7557 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 76.8000,100.0000 l -0.0000,-23.6109 h -0.3000 l -0.0000,23.6109 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 76.5000,100.0000 l -0.0000,-23.4665 h -0.3000 l -0.0000,23.4665 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 76.2000,100.0000 l -0.0000,-23.3223 h -0.3000 l -0.0000,23.3223 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 75.9000,100.0000 l -0.0000,-23.1785 h -0.3000 l -0.0000,23.1785 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 75.6000,100.0000 l -0.0000,-23.0349 h -0.3000 l -0.0000,23.0349 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 75.3000,100.0000 l -0.0000,-22.8917 h -0.3000 l -0.0000,22.8917 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 75.0000,100.0000 l -0.0000,-22.7488 h -0.3000 l -0.0000,22.7488 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 74.7000,100.0000 l -0.0000,-22.6062 h -0.3000 l -0.0000,22.6062 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 74.4000,100.0000 l -0.0000,-22.4639 h -0.3000 l -0.0000,22.4639 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 74.1000,100.0000 l -0.0000,-22.3220 h -0.3000 l -0.0000,22.3220 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 73.8000,100.0000 l -0.0000,-22.1804 h -0.3000 l -0.0000,22.1804 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 73.5000,100.0000 l -0.0000,-22.0392 h -0.3000 l -0.0000,22.0392 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 73.2000,100.0000 l -0.0000,-21.8983 h -0.3000 l -0.0000,21.8983 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 72.9000,100.0000 l -0.0000,-21.7578 h -0.3000 l -0.0000,21.7578 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 72.6000,100.0000 l -0.0000,-21.6177 h -0.3000 l -0.0000,21.6177 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 72.3000,100.0000 l -0.0000,-21.4779 h -0.3000 l -0.0000,21.4779 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 72.0000,100.0000 l -0.0000,-21.3384 h -0.3000 l -0.0000,21.3384 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 71.7000,100.0000 l -0.0000,-21.1994 h -0.3000 l -0.0000,21.1994 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 71.4000,100.0000 l -0.0000,-21.0607 h -0.3000 l -0.0000,21.0607 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 71.1000,100.0000 l -0.0000,-20.9225 h -0.3000 l -0.0000,20.9225 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 70.8000,100.0000 l -0.0000,-20.7846 h -0.3000 l -0.0000,20.7846 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 70.5000,100.0000 l -0.0000,-20.6471 h -0.3000 l -0.0000,20.6471 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 70.2000,100.0000 l -0.0000,-20.5100 h -0.3000 l -0.0000,20.5100 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 69.9000,100.0000 l -0.0000,-20.3733 h -0.3000 l -0.0000,20.3733 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 69.6000,100.0000 l -0.0000,-20.2370 h -0.3000 l -0.0000,20.2370 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 69.3000,100.0000 l -0.0000,-20.1011 h -0.3000 l -0.0000,20.1011 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 69.0000,100.0000 l -0.0000,-19.9656 h -0.3000 l -0.0000,19.9656 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 68.7000,100.0000 l -0.0000,-19.8305 h -0.3000 l -0.0000,19.8305 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 68.4000,100.0000 l -0.0000,-19.6959 h -0.3000 l -0.0000,19.6959 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 68.1000,100.0000 l -0.0000,-19.5617 h -0.3000 l -0.0000,19.5617 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 67.8000,100.0000 l -0.0000,-19.4279 h -0.3000 l -0.0000,19.4279 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 67.5000,100.0000 l -0.0000,-19.2946 h -0.3000 l -0.0000,19.2946 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 67.2000,100.0000 l -0.0000,-19.1616 h -0.3000 l -0.0000,19.1616 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 66.9000,100.0000 l -0.0000,-19.0292 h -0.3000 l -0.0000,19.0292 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 66.6000,100.0000 l -0.0000,-18.8971 h -0.3000 l -0.0000,18.8971 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 66.3000,100.0000 l -0.0000,-18.7656 h -0.3000 l -0.0000,18.7656 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 66.0000,100.0000 l -0.0000,-18.6344 h -0.3000 l -0.0000,18.6344 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 65.7000,100.0000 l -0.0000,-18.5037 h -0.3000 l -0.0000,18.5037 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 65.4000,100.0000 l -0.0000,-18.3735 h -0.3000 l -0.0000,18.3735 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 65.1000,100.0000 l -0.0000,-18.2438 h -0.3000 l -0.0000,18.2438 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 64.8000,100.0000 l -0.0000,-18.1145 h -0.3000 l -0.0000,18.1145 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 64.5000,100.0000 l -0.0000,-17.9856 h -0.3000 l -0.0000,17.9856 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 64.2000,100.0000 l -0.0000,-17.8573 h -0.3000 l -0.0000,17.8573 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 63.9000,100.0000 l -0.0000,-17.7294 h -0.3000 l -0.0000,17.7294 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 63.6000,100.0000 l -0.0000,-17.6020 h -0.3000 l -0.0000,17.6020 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 63.3000,100.0000 l -0.0000,-17.4750 h -0.3000 l -0.0000,17.4750 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 63.0000,100.0000 l -0.0000,-17.3486 h -0.3000 l -0.0000,17.3486 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 62.7000,100.0000 l -0.0000,-17.2226 h -0.3000 l -0.0000,17.2226 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 62.4000,100.0000 l -0.0000,-17.0971 h -0.3000 l -0.0000,17.0971 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 62.1000,100.0000 l -0.0000,-16.9721 h -0.3000 l -0.0000,16.9721 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 61.8000,100.0000 l -0.0000,-16.8476 h -0.3000 l -0.0000,16.8476 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 61.5000,100.0000 l -0.0000,-16.7236 h -0.3000 l -0.0000,16.7236 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 61.2000,100.0000 l -0.0000,-16.6001 h -0.3000 l -0.0000,16.6001 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 60.9000,100.0000 l -0.0000,-16.4771 h -0.3000 l -0.0000,16.4771 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 60.6000,100.0000 l -0.0000,-16.3546 h -0.3000 l -0.0000,16.3546 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 60.3000,100.0000 l -0.0000,-16.2326 h -0.3000 l -0.0000,16.2326 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 60.0000,100.0000 l -0.0000,-16.1111 h -0.3000 l -0.0000,16.1111 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 59.7000,100.0000 l -0.0000,-15.9902 h -0.3000 l -0.0000,15.9902 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 59.4000,100.0000 l -0.0000,-15.8697 h -0.3000 l -0.0000,15.8697 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 59.1000,100.0000 l -0.0000,-15.7497 h -0.3000 l -0.0000,15.7497 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 58.8000,100.0000 l -0.0000,-15.6303 h -0.3000 l -0.0000,15.6303 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 58.5000,100.0000 l -0.0000,-15.5114 h -0.3000 l -0.0000,15.5114 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 58.2000,100.0000 l -0.0000,-15.3930 h -0.3000 l -0.0000,15.3930 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 57.9000,100.0000 l -0.0000,-15.2751 h -0.3000 l -0.0000,15.2751 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 57.6000,100.0000 l -0.0000,-15.1577 h -0.3000 l -0.0000,15.1577 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 57.3000,100.0000 l -0.0000,-15.0409 h -0.3000 l -0.0000,15.0409 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 57.0000,100.0000 l -0.0000,-14.9246 h -0.3000 l -0.0000,14.9246 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 56.7000,100.0000 l -0.0000,-14.8088 h -0.3000 l -0.0000,14.8088 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 56.4000,100.0000 l -0.0000,-14.6936 h -0.3000 l -0.0000,14.6936 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 56.1000,100.0000 l -0.0000,-14.5789 h -0.3000 l -0.0000,14.5789 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 55.8000,100.0000 l -0.0000,-14.4647 h -0.3000 l -0.0000,14.4647 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 55.5000,100.0000 l -0.0000,-14.3510 h -0.3000 l -0.0000,14.3510 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 55.2000,100.0000 l -0.0000,-14.2379 h -0.3000 l -0.0000,14.2379 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 54.9000,100.0000 l -0.0000,-14.1254 h -0.3000 l -0.0000,14.1254 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 54.6000,100.0000 l -0.0000,-14.0134 h -0.3000 l -0.0000,14.0134 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 54.3000,100.0000 l -0.0000,-13.9019 h -0.3000 l -0.0000,13.9019 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 54.0000,100.0000 l -0.0000,-13.7909 h -0.3000 l -0.0000,13.7909 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 53.7000,100.0000 l -0.0000,-13.6805 h -0.3000 l -0.0000,13.6805 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 53.4000,100.0000 l -0.0000,-13.5707 h -0.3000 l -0.0000,13.5707 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 53.1000,100.0000 l -0.0000,-13.4614 h -0.3000 l -0.0000,13.4614 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 52.8000,100.0000 l -0.0000,-13.3526 h -0.3000 l -0.0000,13.3526 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 52.5000,100.0000 l -0.0000,-13.2444 h -0.3000 l -0.0000,13.2444 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 52.2000,100.0000 l -0.0000,-13.1367 h -0.3000 l -0.0000,13.1367 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 51.9000,100.0000 l -0.0000,-13.0296 h -0.3000 l -0.0000,13.0296 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 51.6000,100.0000 l -0.0000,-12.9230 h -0.3000 l -0.0000,12.9230 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 51.3000,100.0000 l -0.0000,-12.8170 h -0.3000 l -0.0000,12.8170 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 51.0000,100.0000 l -0.0000,-12.7115 h -0.3000 l -0.0000,12.7115 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 50.7000,100.0000 l -0.0000,-12.6066 h -0.3000 l -0.0000,12.6066 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 50.4000,100.0000 l -0.0000,-12.5023 h -0.3000 l -0.0000,12.5023 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 50.1000,100.0000 l -0.0000,-12.3985 h -0.3000 l -0.0000,12.3985 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 49.8000,100.0000 l -0.0000,-12.2952 h -0.3000 l -0.0000,12.2952 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 49.5000,100.0000 l -0.0000,-12.1925 h -0.3000 l -0.0000,12.1925 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 49.2000,100.0000 l -0.0000,-12.0904 h -0.3000 l -0.0000,12.0904 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 48.9000,100.0000 l -0.0000,-11.9888 h -0.3000 l -0.0000,11.9888 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 48.6000,100.0000 l -0.0000,-11.8878 h -0.3000 l -0.0000,11.8878 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 48.3000,100.0000 l -0.0000,-11.7873 h -0.3000 l -0.0000,11.7873 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 48.0000,100.0000 l -0.0000,-11.6874 h -0.3000 l -0.0000,11.6874 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 47.7000,100.0000 l -0.0000,-11.5880 h -0.3000 l -0.0000,11.5880 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 47.4000,100.0000 l -0.0000,-11.4892 h -0.3000 l -0.0000,11.4892 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 47.1000,100.0000 l -0.0000,-11.3910 h -0.3000 l -0.0000,11.3910 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 46.8000,100.0000 l -0.0000,-11.2933 h -0.3000 l -0.0000,11.2933 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 46.5000,100.0000 l -0.0000,-11.1962 h -0.3000 l -0.0000,11.1962 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 46.2000,100.0000 l -0.0000,-11.0996 h -0.3000 l -0.0000,11.0996 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 45.9000,100.0000 l -0.0000,-11.0036 h -0.3000 l -0.0000,11.0036 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 45.6000,100.0000 l -0.0000,-10.9082 h -0.3000 l -0.0000,10.9082 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 45.3000,100.0000 l -0.0000,-10.8133 h -0.3000 l -0.0000,10.8133 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 45.0000,100.0000 l -0.0000,-10.7189 h -0.3000 l -0.0000,10.7189 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 44.7000,100.0000 l -0.0000,-10.6251 h -0.3000 l -0.0000,10.6251 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 44.4000,100.0000 l -0.0000,-10.5319 h -0.3000 l -0.0000,10.5319 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 44.1000,100.0000 l -0.0000,-10.4393 h -0.3000 l -0.0000,10.4393 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 43.8000,100.0000 l -0.0000,-10.3471 h -0.3000 l -0.0000,10.3471 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 43.5000,100.0000 l -0.0000,-10.2556 h -0.3000 l -0.0000,10.2556 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 43.2000,100.0000 l -0.0000,-10.1646 h -0.3000 l -0.0000,10.1646 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 42.9000,100.0000 l -0.0000,-10.0742 h -0.3000 l -0.0000,10.0742 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 42.6000,100.0000 l -0.0000,-9.9843 h -0.3000 l -0.0000,9.9843 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 42.3000,100.0000 l -0.0000,-9.8949 h -0.3000 l -0.0000,9.8949 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 42.0000,100.0000 l -0.0000,-9.8062 h -0.3000 l -0.0000,9.8062 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 41.7000,100.0000 l -0.0000,-9.7179 h -0.3000 l -0.0000,9.7179 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 41.4000,100.0000 l -0.0000,-9.6303 h -0.3000 l -0.0000,9.6303 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 41.1000,100.0000 l -0.0000,-9.5431 h -0.3000 l -0.0000,9.5431 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 40.8000,100.0000 l -0.0000,-9.4566 h -0.3000 l -0.0000,9.4566 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 40.5000,100.0000 l -0.0000,-9.3706 h -0.3000 l -0.0000,9.3706 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 40.2000,100.0000 l -0.0000,-9.2851 h -0.3000 l -0.0000,9.2851 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 39.9000,100.0000 l -0.0000,-9.2002 h -0.3000 l -0.0000,9.2002 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 39.6000,100.0000 l -0.0000,-9.1158 h -0.3000 l -0.0000,9.1158 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 39.3000,100.0000 l -0.0000,-9.0320 h -0.3000 l -0.0000,9.0320 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 39.0000,100.0000 l -0.0000,-8.9487 h -0.3000 l -0.0000,8.9487 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 38.7000,100.0000 l -0.0000,-8.8660 h -0.3000 l -0.0000,8.8660 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 38.4000,100.0000 l -0.0000,-8.7838 h -0.3000 l -0.0000,8.7838 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 38.1000,100.0000 l -0.0000,-8.7022 h -0.3000 l -0.0000,8.7022 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 37.8000,100.0000 l -0.0000,-8.6211 h -0.3000 l -0.0000,8.6211 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 37.5000,100.0000 l -0.0000,-8.5405 h -0.3000 l -0.0000,8.5405 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 37.2000,100.0000 l -0.0000,-8.4605 h -0.3000 l -0.0000,8.4605 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 36.9000,100.0000 l -0.0000,-8.3810 h -0.3000 l -0.0000,8.3810 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 36.6000,100.0000 l -0.0000,-8.3021 h -0.3000 l -0.0000,8.3021 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 36.3000,100.0000 l -0.0000,-8.2237 h -0.3000 l -0.0000,8.2237 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 36.0000,100.0000 l -0.0000,-8.1459 h -0.3000 l -0.0000,8.1459 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 35.7000,100.0000 l -0.0000,-8.0685 h -0.3000 l -0.0000,8.0685 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 35.4000,100.0000 l -0.0000,-7.9918 h -0.3000 l -0.0000,7.9918 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 35.1000,100.0000 l -0.0000,-7.9155 h -0.3000 l -0.0000,7.9155 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 34.8000,100.0000 l -0.0000,-7.8398 h -0.3000 l -0.0000,7.8398 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 34.5000,100.0000 l -0.0000,-7.7646 h -0.3000 l -0.0000,7.7646 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 34.2000,100.0000 l -0.0000,-7.6899 h -0.3000 l -0.0000,7.6899 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 33.9000,100.0000 l -0.0000,-7.6158 h -0.3000 l -0.0000,7.6158 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 33.6000,100.0000 l -0.0000,-7.5422 h -0.3000 l -0.0000,7.5422 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 33.3000,100.0000 l -0.0000,-7.4691 h -0.3000 l -0.0000,7.4691 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 33.0000,100.0000 l -0.0000,-7.3965 h -0.3000 l -0.0000,7.3965 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 32.7000,100.0000 l -0.0000,-7.3245 h -0.3000 l -0.0000,7.3245 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 32.4000,100.0000 l -0.0000,-7.2530 h -0.3000 l -0.0000,7.2530 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 32.1000,100.0000 l -0.0000,-7.1820 h -0.3000 l -0.0000,7.1820 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 31.8000,100.0000 l -0.0000,-7.1115 h -0.3000 l -0.0000,7.1115 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 31.5000,100.0000 l -0.0000,-7.0415 h -0.3000 l -0.0000,7.0415 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 31.2000,100.0000 l -0.0000,-6.9721 h -0.3000 l -0.0000,6.9721 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 30.9000,100.0000 l -0.0000,-6.9031 h -0.3000 l -0.0000,6.9031 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 30.6000,100.0000 l -0.0000,-6.8347 h -0.3000 l -0.0000,6.8347 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 30.3000,100.0000 l -0.0000,-6.7668 h -0.3000 l -0.0000,6.7668 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 30.0000,100.0000 l -0.0000,-6.6993 h -0.3000 l -0.0000,6.6993 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 29.7000,100.0000 l -0.0000,-6.6324 h -0.3000 l -0.0000,6.6324 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 29.4000,100.0000 l -0.0000,-6.5660 h -0.3000 l -0.0000,6.5660 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 29.1000,100.0000 l -0.0000,-6.5001 h -0.3000 l -0.0000,6.5001 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 28.8000,100.0000 l -0.0000,-6.4347 h -0.3000 l -0.0000,6.4347 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 28.5000,100.0000 l -0.0000,-6.3698 h -0.3000 l -0.0000,6.3698 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 28.2000,100.0000 l -0.0000,-6.3054 h -0.3000 l -0.0000,6.3054 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 27.9000,100.0000 l -0.0000,-6.2415 h -0.3000 l -0.0000,6.2415 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 27.6000,100.0000 l -0.0000,-6.1781 h -0.3000 l -0.0000,6.1781 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 27.3000,100.0000 l -0.0000,-6.1152 h -0.3000 l -0.0000,6.1152 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 27.0000,100.0000 l -0.0000,-6.0527 h -0.3000 l -0.0000,6.0527 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 26.7000,100.0000 l -0.0000,-5.9908 h -0.3000 l -0.0000,5.9908 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 26.4000,100.0000 l -0.0000,-5.9293 h -0.3000 l -0.0000,5.9293 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 26.1000,100.0000 l -0.0000,-5.8683 h -0.3000 l -0.0000,5.8683 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 25.8000,100.0000 l -0.0000,-5.8079 h -0.3000 l -0.0000,5.8079 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 25.5000,100.0000 l -0.0000,-5.7478 h -0.3000 l -0.0000,5.7478 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 25.2000,100.0000 l -0.0000,-5.6883 h -0.3000 l -0.0000,5.6883 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 24.9000,100.0000 l -0.0000,-5.6292 h -0.3000 l -0.0000,5.6292 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 24.6000,100.0000 l -0.0000,-5.5706 h -0.3000 l -0.0000,5.5706 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 24.3000,100.0000 l -0.0000,-5.5125 h -0.3000 l -0.0000,5.5125 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 24.0000,100.0000 l -0.0000,-5.4549 h -0.3000 l -0.0000,5.4549 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 23.7000,100.0000 l -0.0000,-5.3977 h -0.3000 l -0.0000,5.3977 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 23.4000,100.0000 l -0.0000,-5.3410 h -0.3000 l -0.0000,5.3410 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 23.1000,100.0000 l -0.0000,-5.2847 h -0.3000 l -0.0000,5.2847 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 22.8000,100.0000 l -0.0000,-5.2290 h -0.3000 l -0.0000,5.2290 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 22.5000,100.0000 l -0.0000,-5.1736 h -0.3000 l -0.0000,5.1736 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 22.2000,100.0000 l -0.0000,-5.1188 h -0.3000 l -0.0000,5.1188 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 21.9000,100.0000 l -0.0000,-5.0643 h -0.3000 l -0.0000,5.0643 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 21.6000,100.0000 l -0.0000,-5.0104 h -0.3000 l -0.0000,5.0104 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 21.3000,100.0000 l -0.0000,-4.9569 h -0.3000 l -0.0000,4.9569 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 21.0000,100.0000 l -0.0000,-4.9038 h -0.3000 l -0.0000,4.9038 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 20.7000,100.0000 l -0.0000,-4.8512 h -0.3000 l -0.0000,4.8512 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 20.4000,100.0000 l -0.0000,-4.7990 h -0.3000 l -0.0000,4.7990 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 20.1000,100.0000 l -0.0000,-4.7473 h -0.3000 l -0.0000,4.7473 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 19.8000,100.0000 l -0.0000,-4.6960 h -0.3000 l -0.0000,4.6960 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 19.5000,100.0000 l -0.0000,-4.6451 h -0.3000 l -0.0000,4.6451 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 19.2000,100.0000 l -0.0000,-4.5947 h -0.3000 l -0.0000,4.5947 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 18.9000,100.0000 l -0.0000,-4.5448 h -0.3000 l -0.0000,4.5448 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 18.6000,100.0000 l -0.0000,-4.4952 h -0.3000 l -0.0000,4.4952 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 18.3000,100.0000 l -0.0000,-4.4461 h -0.3000 l -0.0000,4.4461 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 18.0000,100.0000 l -0.0000,-4.3974 h -0.3000 l -0.0000,4.3974 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 17.7000,100.0000 l -0.0000,-4.3491 h -0.3000 l -0.0000,4.3491 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 17.4000,100.0000 l -0.0000,-4.3013 h -0.3000 l -0.0000,4.3013 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 17.1000,100.0000 l -0.0000,-4.2538 h -0.3000 l -0.0000,4.2538 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 16.8000,100.0000 l -0.0000,-4.2068 h -0.3000 l -0.0000,4.2068 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 16.5000,100.0000 l -0.0000,-4.1602 h -0.3000 l -0.0000,4.1602 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 16.2000,100.0000 l -0.0000,-4.1141 h -0.3000 l -0.0000,4.1141 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 15.9000,100.0000 l -0.0000,-4.0683 h -0.3000 l -0.0000,4.0683 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 15.6000,100.0000 l -0.0000,-4.0229 h -0.3000 l -0.0000,4.0229 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 15.3000,100.0000 l -0.0000,-3.9780 h -0.3000 l -0.0000,3.9780 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 15.0000,100.0000 l -0.0000,-3.9334 h -0.3000 l -0.0000,3.9334 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 14.7000,100.0000 l -0.0000,-3.8893 h -0.3000 l -0.0000,3.8893 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 14.4000,100.0000 l -0.0000,-3.8455 h -0.3000 l -0.0000,3.8455 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 14.1000,100.0000 l -0.0000,-3.8022 h -0.3000 l -0.0000,3.8022 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 13.8000,100.0000 l -0.0000,-3.7592 h -0.3000 l -0.0000,3.7592 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 13.5000,100.0000 l -0.0000,-3.7167 h -0.3000 l -0.0000,3.7167 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 13.2000,100.0000 l -0.0000,-3.6745 h -0.3000 l -0.0000,3.6745 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 12.9000,100.0000 l -0.0000,-3.6327 h -0.3000 l -0.0000,3.6327 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 12.6000,100.0000 l -0.0000,-3.5913 h -0.3000 l -0.0000,3.5913 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 12.3000,100.0000 l -0.0000,-3.5503 h -0.3000 l -0.0000,3.5503 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 12.0000,100.0000 l -0.0000,-3.5096 h -0.3000 l -0.0000,3.5096 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 11.7000,100.0000 l -0.0000,-3.4694 h -0.3000 l -0.0000,3.4694 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 11.4000,100.0000 l -0.0000,-3.4295 h -0.3000 l -0.0000,3.4295 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 11.1000,100.0000 l -0.0000,-3.3900 h -0.3000 l -0.0000,3.3900 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 10.8000,100.0000 l -0.0000,-3.3508 h -0.3000 l -0.0000,3.3508 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 10.5000,100.0000 l -0.0000,-3.3121 h -0.3000 l -0.0000,3.3121 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 10.2000,100.0000 l -0.0000,-3.2737 h -0.3000 l -0.0000,3.2737 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 9.9000,100.0000 l -0.0000,-3.2356 h -0.3000 l -0.0000,3.2356 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 9.6000,100.0000 l -0.0000,-3.1980 h -0.3000 l -0.0000,3.1980 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 9.3000,100.0000 l -0.0000,-3.1606 h -0.3000 l -0.0000,3.1606 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 9.0000,100.0000 l -0.0000,-3.1237 h -0.3000 l -0.0000,3.1237 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 8.7000,100.0000 l -0.0000,-3.0871 h -0.3000 l -0.0000,3.0871 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 8.4000,100.0000 l -0.0000,-3.0508 h -0.3000 l -0.0000,3.0508 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 8.1000,100.0000 l -0.0000,-3.0149 h -0.3000 l -0.0000,3.0149 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 7.8000,100.0000 l -0.0000,-2.9794 h -0.3000 l -0.0000,2.9794 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 7.5000,100.0000 l -0.0000,-2.9442 h -0.3000 l -0.0000,2.9442 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 7.2000,100.0000 l -0.0000,-2.9093 h -0.3000 l -0.0000,2.9093 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 6.9000,100.0000 l -0.0000,-2.8748 h -0.3000 l -0.0000,2.8748 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 6.6000,100.0000 l -0.0000,-2.8406 h -0.3000 l -0.0000,2.8406 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 6.3000,100.0000 l -0.0000,-2.8067 h -0.3000 l -0.0000,2.8067 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 6.0000,100.0000 l -0.0000,-2.7732 h -0.3000 l -0.0000,2.7732 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 5.7000,100.0000 l -0.0000,-2.7400 h -0.3000 l -0.0000,2.7400 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 5.4000,100.0000 l -0.0000,-2.7072 h -0.3000 l -0.0000,2.7072 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 5.1000,100.0000 l -0.0000,-2.6747 h -0.3000 l -0.0000,2.6747 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 4.8000,100.0000 l -0.0000,-2.6425 h -0.3000 l -0.0000,2.6425 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 4.5000,100.0000 l -0.0000,-2.6106 h -0.3000 l -0.0000,2.6106 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 4.2000,100.0000 l -0.0000,-2.5790 h -0.3000 l -0.0000,2.5790 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 3.9000,100.0000 l -0.0000,-2.5478 h -0.3000 l -0.0000,2.5478 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 3.6000,100.0000 l -0.0000,-2.5169 h -0.3000 l -0.0000,2.5169 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 3.3000,100.0000 l -0.0000,-2.4862 h -0.3000 l -0.0000,2.4862 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 3.0000,100.0000 l -0.0000,-2.4559 h -0.3000 l -0.0000,2.4559 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 2.7000,100.0000 l -0.0000,-2.4259 h -0.3000 l -0.0000,2.4259 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 2.4000,100.0000 l -0.0000,-2.3963 h -0.3000 l -0.0000,2.3963 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 2.1000,100.0000 l -0.0000,-2.3669 h -0.3000 l -0.0000,2.3669 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 1.8000,100.0000 l -0.0000,-2.3378 h -0.3000 l -0.0000,2.3378 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 1.5000,100.0000 l -0.0000,-2.3090 h -0.3000 l -0.0000,2.3090 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 1.2000,100.0000 l -0.0000,-2.2805 h -0.3000 l -0.0000,2.2805 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 0.9000,100.0000 l -0.0000,-2.2523 h -0.3000 l -0.0000,2.2523 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 0.6000,100.0000 l -0.0000,-2.2245 h -0.3000 l -0.0000,2.2245 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 0.3000,100.0000 l -0.0000,-2.1968 h -0.3000 l -0.0000,2.1968 Z"/></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 300.0000,100.0000 l -0.0000,-0.0004 h -0.3000 l -0.0000,0.0004 Z"/></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 299.7000,100.0000 l -0.0000,-0.0004 h -0.3000 l -0.0000,0.0004 Z"/></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 299.4000,100.0000 l -0.0000,-0.0004 h -0.3000 l -0.0000,0.0004 Z"/></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 299.1000,100.0000 l -0.0000,-0.0005 h -0.3000 l -0.0000,0.0005 Z"/></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 298.8000,100.0000 l -0.0000,-0.0005 h -0.3000 l -0.0000,0.0005 Z"/></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 298.5000,100.0000 l -0.0000,-0.0005 h -0.3000 l -0.0000,0.0005 Z"/></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 298.2000,100.0000 l -0.0000,-0.0005 h -0.3000 l -0.0000,0.0005 Z"/></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 297.9000,100.0000 l -0.0000,-0.0006 h -0.3000 l -0.0000,0.0006 Z"/></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 297.6000,100.0000 l -0.0000,-0.0006 h -0.3000 l -0.0000,0.0006 Z"/></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 297.3000,100.0000 l -0.0000,-0.0006 h -0.3000 l -0.0000,0.0006 Z"/></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 297.0000,100.0000 l -0.0000,-0.0006 h -0.3000 l -0.0000,0.0006 Z"/></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 296.7000,100.0000 l -0.0000,-0.0007 h -0.3000 l -0.0000,0.0007 Z"/></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 296.4000,100.0000 l -0.0000,-0.0007 h -0.3000 l -0.0000,0.0007 Z"/></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 296.1000,100.0000 l -0.0000,-0.0007 h -0.3000 l -0.0000,0.0007 Z"/></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 295.8000,100.0000 l -0.0000,-0.0008 h -0.3000 l -0.0000,0.0008 Z"/></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 295.5000,100.0000 l -0.0000,-0.0008 h -0.3000 l -0.0000,0.0008 Z"/></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 295.2000,100.0000 l -0.0000,-0.0009 h -0.3000 l -0.0000,0.0009 Z"/></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 294.9000,100.0000 l -0.0000,-0.0009 h -0.3000 l -0.0000,0.0009 Z"/></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 294.6000,100.0000 l -0.0000,-0.0009 h -0.3000 l -0.0000,0.0009 Z"/></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 294.3000,100.0000 l -0.0000,-0.0010 h -0.3000 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 294.0000,100.0000 l -0.0000,-0.0010 h -0.3000 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 293.7000,100.0000 l -0.0000,-0.0011 h -0.3000 l -0.0000,0.0011 Z"/></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.4000,100.0000 l -0.0000,-0.0011 h -0.3000 l -0.0000,0.0011 Z"/></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.1000,100.0000 l -0.0000,-0.0012 h -0.3000 l -0.0000,0.0012 Z"/></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 292.8000,100.0000 l -0.0000,-0.0013 h -0.3000 l -0.0000,0.0013 Z"/></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 292.5000,100.0000 l -0.0000,-0.0013 h -0.3000 l -0.0000,0.0013 Z"/></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 292.2000,100.0000 l -0.0000,-0.0014 h -0.3000 l -0.0000,0.0014 Z"/></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 291.9000,100.0000 l -0.0000,-0.0015 h -0.3000 l -0.0000,0.0015 Z"/></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 291.6000,100.0000 l -0.0000,-0.0015 h -0.3000 l -0.0000,0.0015 Z"/></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 291.3000,100.0000 l -0.0000,-0.0016 h -0.3000 l -0.0000,0.0016 Z"/></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 291.0000,100.0000 l -0.0000,-0.0017 h -0.3000 l -0.0000,0.0017 Z"/></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 290.7000,100.0000 l -0.0000,-0.0018 h -0.3000 l -0.0000,0.0018 Z"/></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 290.4000,100.0000 l -0.0000,-0.0018 h -0.3000 l -0.0000,0.0018 Z"/></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 290.1000,100.0000 l -0.0000,-0.0019 h -0.3000 l -0.0000,0.0019 Z"/></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 289.8000,100.0000 l -0.0000,-0.0020 h -0.3000 l -0.0000,0.0020 Z"/></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 289.5000,100.0000 l -0.0000,-0.0021 h -0.3000 l -0.0000,0.0021 Z"/></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 289.2000,100.0000 l -0.0000,-0.0022 h -0.3000 l -0.0000,0.0022 Z"/></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 288.9000,100.0000 l -0.0000,-0.0023 h -0.3000 l -0.0000,0.0023 Z"/></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 288.6000,100.0000 l -0.0000,-0.0024 h -0.3000 l -0.0000,0.0024 Z"/></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 288.3000,100.0000 l -0.0000,-0.0025 h -0.3000 l -0.0000,0.0025 Z"/></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 288.0000,100.0000 l -0.0000,-0.0027 h -0.3000 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 287.7000,100.0000 l -0.0000,-0.0028 h -0.3000 l -0.0000,0.0028 Z"/></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 287.4000,100.0000 l -0.0000,-0.0029 h -0.3000 l -0.0000,0.0029 Z"/></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 287.1000,100.0000 l -0.0000,-0.0031 h -0.3000 l -0.0000,0.0031 Z"/></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 286.8000,100.0000 l -0.0000,-0.0032 h -0.3000 l -0.0000,0.0032 Z"/></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 286.5000,100.0000 l -0.0000,-0.0033 h -0.3000 l -0.0000,0.0033 Z"/></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 286.2000,100.0000 l -0.0000,-0.0035 h -0.3000 l -0.0000,0.0035 Z"/></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 285.9000,100.0000 l -0.0000,-0.0037 h -0.3000 l -0.0000,0.0037 Z"/></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 285.6000,100.0000 l -0.0000,-0.0038 h -0.3000 l -0.0000,0.0038 Z"/></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 285.3000,100.0000 l -0.0000,-0.0040 h -0.3000 l -0.0000,0.0040 Z"/></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 285.0000,100.0000 l -0.0000,-0.0042 h -0.3000 l -0.0000,0.0042 Z"/></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 284.7000,100.0000 l -0.0000,-0.0044 h -0.3000 l -0.0000,0.0044 Z"/></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 284.4000,100.0000 l -0.0000,-0.0046 h -0.3000 l -0.0000,0.0046 Z"/></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 284.1000,100.0000 l -0.0000,-0.0048 h -0.3000 l -0.0000,0.0048 Z"/></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.8000,100.0000 l -0.0000,-0.0050 h -0.3000 l -0.0000,0.0050 Z"/></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.5000,100.0000 l -0.0000,-0.0052 h -0.3000 l -0.0000,0.0052 Z"/></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.2000,100.0000 l -0.0000,-0.0055 h -0.3000 l -0.0000,0.0055 Z"/></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 282.9000,100.0000 l -0.0000,-0.0057 h -0.3000 l -0.0000,0.0057 Z"/></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 282.6000,100.0000 l -0.0000,-0.0060 h -0.3000 l -0.0000,0.0060 Z"/></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 282.3000,100.0000 l -0.0000,-0.0063 h -0.3000 l -0.0000,0.0063 Z"/></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 282.0000,100.0000 l -0.0000,-0.0065 h -0.3000 l -0.0000,0.0065 Z"/></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.7000,100.0000 l -0.0000,-0.0068 h -0.3000 l -0.0000,0.0068 Z"/></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.4000,100.0000 l -0.0000,-0.0071 h -0.3000 l -0.0000,0.0071 Z"/></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.1000,100.0000 l -0.0000,-0.0074 h -0.3000 l -0.0000,0.0074 Z"/></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 280.8000,100.0000 l -0.0000,-0.0078 h -0.3000 l -0.0000,0.0078 Z"/></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 280.5000,100.0000 l -0.0000,-0.0081 h -0.3000 l -0.0000,0.0081 Z"/></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 280.2000,100.0000 l -0.0000,-0.0085 h -0.3000 l -0.0000,0.0085 Z"/></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 279.9000,100.0000 l -0.0000,-0.0089 h -0.3000 l -0.0000,0.0089 Z"/></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 279.6000,100.0000 l -0.0000,-0.0093 h -0.3000 l -0.0000,0.0093 Z"/></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 279.3000,100.0000 l -0.0000,-0.0097 h -0.3000 l -0.0000,0.0097 Z"/></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 279.0000,100.0000 l -0.0000,-0.0101 h -0.3000 l -0.0000,0.0101 Z"/></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 278.7000,100.0000 l -0.0000,-0.0105 h -0.3000 l -0.0000,0.0105 Z"/></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 278.4000,100.0000 l -0.0000,-0.0110 h -0.3000 l -0.0000,0.0110 Z"/></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 278.1000,100.0000 l -0.0000,-0.0115 h -0.3000 l -0.0000,0.0115 Z"/></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 277.8000,100.0000 l -0.0000,-0.0120 h -0.3000 l -0.0000,0.0120 Z"/></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 277.5000,100.0000 l -0.0000,-0.0125 h -0.3000 l -0.0000,0.0125 Z"/></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 277.2000,100.0000 l -0.0000,-0.0130 h -0.3000 l -0.0000,0.0130 Z"/></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 276.9000,100.0000 l -0.0000,-0.0136 h -0.3000 l -0.0000,0.0136 Z"/></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 276.6000,100.0000 l -0.0000,-0.0142 h -0.3000 l -0.0000,0.0142 Z"/></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 276.3000,100.0000 l -0.0000,-0.0148 h -0.3000 l -0.0000,0.0148 Z"/></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 276.0000,100.0000 l -0.0000,-0.0154 h -0.3000 l -0.0000,0.0154 Z"/></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 275.7000,100.0000 l -0.0000,-0.0161 h -0.3000 l -0.0000,0.0161 Z"/></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 275.4000,100.0000 l -0.0000,-0.0168 h -0.3000 l -0.0000,0.0168 Z"/></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 275.1000,100.0000 l -0.0000,-0.0175 h -0.3000 l -0.0000,0.0175 Z"/></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 274.8000,100.0000 l -0.0000,-0.0182 h -0.3000 l -0.0000,0.0182 Z"/></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 274.5000,100.0000 l -0.0000,-0.0190 h -0.3000 l -0.0000,0.0190 Z"/></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 274.2000,100.0000 l -0.0000,-0.0198 h -0.3000 l -0.0000,0.0198 Z"/></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.9000,100.0000 l -0.0000,-0.0206 h -0.3000 l -0.0000,0.0206 Z"/></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.6000,100.0000 l -0.0000,-0.0215 h -0.3000 l -0.0000,0.0215 Z"/></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.3000,100.0000 l -0.0000,-0.0224 h -0.3000 l -0.0000,0.0224 Z"/></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.0000,100.0000 l -0.0000,-0.0233 h -0.3000 l -0.0000,0.0233 Z"/></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 272.7000,100.0000 l -0.0000,-0.0243 h -0.3000 l -0.0000,0.0243 Z"/></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 272.4000,100.0000 l -0.0000,-0.0253 h -0.3000 l -0.0000,0.0253 Z"/></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 272.1000,100.0000 l -0.0000,-0.0263 h -0.3000 l -0.0000,0.0263 Z"/></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 271.8000,100.0000 l -0.0000,-0.0274 h -0.3000 l -0.0000,0.0274 Z"/></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 271.5000,100.0000 l -0.0000,-0.0286 h -0.3000 l -0.0000,0.0286 Z"/></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 271.2000,100.0000 l -0.0000,-0.0297 h -0.3000 l -0.0000,0.0297 Z"/></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 270.9000,100.0000 l -0.0000,-0.0310 h -0.3000 l -0.0000,0.0310 Z"/></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 270.6000,100.0000 l -0.0000,-0.0322 h -0.3000 l -0.0000,0.0322 Z"/></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 270.3000,100.0000 l -0.0000,-0.0335 h -0.3000 l -0.0000,0.0335 Z"/></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 270.0000,100.0000 l -0.0000,-0.0349 h -0.3000 l -0.0000,0.0349 Z"/></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 269.7000,100.0000 l -0.0000,-0.0363 h -0.3000 l -0.0000,0.0363 Z"/></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 269.4000,100.0000 l -0.0000,-0.0378 h -0.3000 l -0.0000,0.0378 Z"/></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 269.1000,100.0000 l -0.0000,-0.0393 h -0.3000 l -0.0000,0.0393 Z"/></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 268.8000,100.0000 l -0.0000,-0.0409 h -0.3000 l -0.0000,0.0409 Z"/></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 268.5000,100.0000 l -0.0000,-0.0426 h -0.3000 l -0.0000,0.0426 Z"/></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 268.2000,100.0000 l -0.0000,-0.0443 h -0.3000 l -0.0000,0.0443 Z"/></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 267.9000,100.0000 l -0.0000,-0.0460 h -0.3000 l -0.0000,0.0460 Z"/></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 267.6000,100.0000 l -0.0000,-0.0479 h -0.3000 l -0.0000,0.0479 Z"/></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 267.3000,100.0000 l -0.0000,-0.0498 h -0.3000 l -0.0000,0.0498 Z"/></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 267.0000,100.0000 l -0.0000,-0.0518 h -0.3000 l -0.0000,0.0518 Z"/></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 266.7000,100.0000 l -0.0000,-0.0538 h -0.3000 l -0.0000,0.0538 Z"/></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 266.4000,100.0000 l -0.0000,-0.0560 h -0.3000 l -0.0000,0.0560 Z"/></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 266.1000,100.0000 l -0.0000,-0.0582 h -0.3000 l -0.0000,0.0582 Z"/></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 265.8000,100.0000 l -0.0000,-0.0604 h -0.3000 l -0.0000,0.0604 Z"/></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 265.5000,100.0000 l -0.0000,-0.0628 h -0.3000 l -0.0000,0.0628 Z"/></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 265.2000,100.0000 l -0.0000,-0.0653 h -0.3000 l -0.0000,0.0653 Z"/></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 264.9000,100.0000 l -0.0000,-0.0678 h -0.3000 l -0.0000,0.0678 Z"/></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 264.6000,100.0000 l -0.0000,-0.0704 h -0.3000 l -0.0000,0.0704 Z"/></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 264.3000,100.0000 l -0.0000,-0.0732 h -0.3000 l -0.0000,0.0732 Z"/></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 264.0000,100.0000 l -0.0000,-0.0760 h -0.3000 l -0.0000,0.0760 Z"/></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.7000,100.0000 l -0.0000,-0.0789 h -0.3000 l -0.0000,0.0789 Z"/></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.4000,100.0000 l -0.0000,-0.0820 h -0.3000 l -0.0000,0.0820 Z"/></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.1000,100.0000 l -0.0000,-0.0851 h -0.3000 l -0.0000,0.0851 Z"/></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 262.8000,100.0000 l -0.0000,-0.0884 h -0.3000 l -0.0000,0.0884 Z"/></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 262.5000,100.0000 l -0.0000,-0.0918 h -0.3000 l -0.0000,0.0918 Z"/></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 262.2000,100.0000 l -0.0000,-0.0952 h -0.3000 l -0.0000,0.0952 Z"/></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 261.9000,100.0000 l -0.0000,-0.0989 h -0.3000 l -0.0000,0.0989 Z"/></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 261.6000,100.0000 l -0.0000,-0.1026 h -0.3000 l -0.0000,0.1026 Z"/></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 261.3000,100.0000 l -0.0000,-0.1065 h -0.3000 l -0.0000,0.1065 Z"/></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 261.0000,100.0000 l -0.0000,-0.1105 h -0.3000 l -0.0000,0.1105 Z"/></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 260.7000,100.0000 l -0.0000,-0.1146 h -0.3000 l -0.0000,0.1146 Z"/></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 260.4000,100.0000 l -0.0000,-0.1189 h -0.3000 l -0.0000,0.1189 Z"/></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 260.1000,100.0000 l -0.0000,-0.1234 h -0.3000 l -0.0000,0.1234 Z"/></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 259.8000,100.0000 l -0.0000,-0.1280 h -0.3000 l -0.0000,0.1280 Z"/></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 259.5000,100.0000 l -0.0000,-0.1327 h -0.3000 l -0.0000,0.1327 Z"/></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 259.2000,100.0000 l -0.0000,-0.1376 h -0.3000 l -0.0000,0.1376 Z"/></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 258.9000,100.0000 l -0.0000,-0.1427 h -0.3000 l -0.0000,0.1427 Z"/></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 258.6000,100.0000 l -0.0000,-0.1480 h -0.3000 l -0.0000,0.1480 Z"/></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 258.3000,100.0000 l -0.0000,-0.1534 h -0.3000 l -0.0000,0.1534 Z"/></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 258.0000,100.0000 l -0.0000,-0.1590 h -0.3000 l -0.0000,0.1590 Z"/></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 257.7000,100.0000 l -0.0000,-0.1648 h -0.3000 l -0.0000,0.1648 Z"/></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 257.4000,100.0000 l -0.0000,-0.1708 h -0.3000 l -0.0000,0.1708 Z"/></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 257.1000,100.0000 l -0.0000,-0.1770 h -0.3000 l -0.0000,0.1770 Z"/></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 256.8000,100.0000 l -0.0000,-0.1834 h -0.3000 l -0.0000,0.1834 Z"/></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 256.5000,100.0000 l -0.0000,-0.1900 h -0.3000 l -0.0000,0.1900 Z"/></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 256.2000,100.0000 l -0.0000,-0.1969 h -0.3000 l -0.0000,0.1969 Z"/></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 255.9000,100.0000 l -0.0000,-0.2039 h -0.3000 l -0.0000,0.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.6000,100.0000 l -0.0000,-0.2112 h -0.3000 l -0.0000,0.2112 Z"/></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 255.3000,100.0000 l -0.0000,-0.2187 h -0.3000 l -0.0000,0.2187 Z"/></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 255.0000,100.0000 l -0.0000,-0.2265 h -0.3000 l -0.0000,0.2265 Z"/></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 254.7000,100.0000 l -0.0000,-0.2346 h -0.3000 l -0.0000,0.2346 Z"/></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 254.4000,100.0000 l -0.0000,-0.2429 h -0.3000 l -0.0000,0.2429 Z"/></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 254.1000,100.0000 l -0.0000,-0.2514 h -0.3000 l -0.0000,0.2514 Z"/></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.8000,100.0000 l -0.0000,-0.2603 h -0.3000 l -0.0000,0.2603 Z"/></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.5000,100.0000 l -0.0000,-0.2694 h -0.3000 l -0.0000,0.2694 Z"/></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.2000,100.0000 l -0.0000,-0.2788 h -0.3000 l -0.0000,0.2788 Z"/></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 252.9000,100.0000 l -0.0000,-0.2885 h -0.3000 l -0.0000,0.2885 Z"/></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 252.6000,100.0000 l -0.0000,-0.2985 h -0.3000 l -0.0000,0.2985 Z"/></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 252.3000,100.0000 l -0.0000,-0.3089 h -0.3000 l -0.0000,0.3089 Z"/></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 252.0000,100.0000 l -0.0000,-0.3195 h -0.3000 l -0.0000,0.3195 Z"/></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 251.7000,100.0000 l -0.0000,-0.3305 h -0.3000 l -0.0000,0.3305 Z"/></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 251.4000,100.0000 l -0.0000,-0.3419 h -0.3000 l -0.0000,0.3419 Z"/></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 251.1000,100.0000 l -0.0000,-0.3536 h -0.3000 l -0.0000,0.3536 Z"/></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 250.8000,100.0000 l -0.0000,-0.3656 h -0.3000 l -0.0000,0.3656 Z"/></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 250.5000,100.0000 l -0.0000,-0.3781 h -0.3000 l -0.0000,0.3781 Z"/></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 250.2000,100.0000 l -0.0000,-0.3909 h -0.3000 l -0.0000,0.3909 Z"/></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 249.9000,100.0000 l -0.0000,-0.4041 h -0.3000 l -0.0000,0.4041 Z"/></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 249.6000,100.0000 l -0.0000,-0.4177 h -0.3000 l -0.0000,0.4177 Z"/></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 249.3000,100.0000 l -0.0000,-0.4318 h -0.3000 l -0.0000,0.4318 Z"/></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 249.0000,100.0000 l -0.0000,-0.4462 h -0.3000 l -0.0000,0.4462 Z"/></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 248.7000,100.0000 l -0.0000,-0.4612 h -0.3000 l -0.0000,0.4612 Z"/></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 248.4000,100.0000 l -0.0000,-0.4765 h -0.3000 l -0.0000,0.4765 Z"/></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 248.1000,100.0000 l -0.0000,-0.4923 h -0.3000 l -0.0000,0.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 247.8000,100.0000 l -0.0000,-0.5086 h -0.3000 l -0.0000,0.5086 Z"/></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 247.5000,100.0000 l -0.0000,-0.5254 h -0.3000 l -0.0000,0.5254 Z"/></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 247.2000,100.0000 l -0.0000,-0.5427 h -0.3000 l -0.0000,0.5427 Z"/></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 246.9000,100.0000 l -0.0000,-0.5604 h -0.3000 l -0.0000,0.5604 Z"/></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 246.6000,100.0000 l -0.0000,-0.5788 h -0.3000 l -0.0000,0.5788 Z"/></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 246.3000,100.0000 l -0.0000,-0.5976 h -0.3000 l -0.0000,0.5976 Z"/></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 246.0000,100.0000 l -0.0000,-0.6170 h -0.3000 l -0.0000,0.6170 Z"/></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 245.7000,100.0000 l -0.0000,-0.6370 h -0.3000 l -0.0000,0.6370 Z"/></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 245.4000,100.0000 l -0.0000,-0.6575 h -0.3000 l -0.0000,0.6575 Z"/></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 245.1000,100.0000 l -0.0000,-0.6787 h -0.3000 l -0.0000,0.6787 Z"/></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 244.8000,100.0000 l -0.0000,-0.7004 h -0.3000 l -0.0000,0.7004 Z"/></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 244.5000,100.0000 l -0.0000,-0.7228 h -0.3000 l -0.0000,0.7228 Z"/></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 244.2000,100.0000 l -0.0000,-0.7458 h -0.3000 l -0.0000,0.7458 Z"/></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.9000,100.0000 l -0.0000,-0.7695 h -0.3000 l -0.0000,0.7695 Z"/></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.6000,100.0000 l -0.0000,-0.7938 h -0.3000 l -0.0000,0.7938 Z"/></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.3000,100.0000 l -0.0000,-0.8189 h -0.3000 l -0.0000,0.8189 Z"/></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.0000,100.0000 l -0.0000,-0.8446 h -0.3000 l -0.0000,0.8446 Z"/></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 242.7000,100.0000 l -0.0000,-0.8711 h -0.3000 l -0.0000,0.8711 Z"/></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 242.4000,100.0000 l -0.0000,-0.8983 h -0.3000 l -0.0000,0.8983 Z"/></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 242.1000,100.0000 l -0.0000,-0.9262 h -0.3000 l -0.0000,0.9262 Z"/></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 241.8000,100.0000 l -0.0000,-0.9550 h -0.3000 l -0.0000,0.9550 Z"/></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 241.5000,100.0000 l -0.0000,-0.9845 h -0.3000 l -0.0000,0.9845 Z"/></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 241.2000,100.0000 l -0.0000,-1.0148 h -0.3000 l -0.0000,1.0148 Z"/></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 240.9000,100.0000 l -0.0000,-1.0460 h -0.3000 l -0.0000,1.0460 Z"/></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 240.6000,100.0000 l -0.0000,-1.0780 h -0.3000 l -0.0000,1.0780 Z"/></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 240.3000,100.0000 l -0.0000,-1.1109 h -0.3000 l -0.0000,1.1109 Z"/></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 240.0000,100.0000 l -0.0000,-1.1447 h -0.3000 l -0.0000,1.1447 Z"/></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 239.7000,100.0000 l -0.0000,-1.1794 h -0.3000 l -0.0000,1.1794 Z"/></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 239.4000,100.0000 l -0.0000,-1.2150 h -0.3000 l -0.0000,1.2150 Z"/></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 239.1000,100.0000 l -0.0000,-1.2515 h -0.3000 l -0.0000,1.2515 Z"/></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 238.8000,100.0000 l -0.0000,-1.2891 h -0.3000 l -0.0000,1.2891 Z"/></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 238.5000,100.0000 l -0.0000,-1.3276 h -0.3000 l -0.0000,1.3276 Z"/></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 238.2000,100.0000 l -0.0000,-1.3671 h -0.3000 l -0.0000,1.3671 Z"/></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 237.9000,100.0000 l -0.0000,-1.4077 h -0.3000 l -0.0000,1.4077 Z"/></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 237.6000,100.0000 l -0.0000,-1.4494 h -0.3000 l -0.0000,1.4494 Z"/></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 237.3000,100.0000 l -0.0000,-1.4921 h -0.3000 l -0.0000,1.4921 Z"/></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 237.0000,100.0000 l -0.0000,-1.5359 h -0.3000 l -0.0000,1.5359 Z"/></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 236.7000,100.0000 l -0.0000,-1.5809 h -0.3000 l -0.0000,1.5809 Z"/></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 236.4000,100.0000 l -0.0000,-1.6270 h -0.3000 l -0.0000,1.6270 Z"/></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 236.1000,100.0000 l -0.0000,-1.6743 h -0.3000 l -0.0000,1.6743 Z"/></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 235.8000,100.0000 l -0.0000,-1.7227 h -0.3000 l -0.0000,1.7227 Z"/></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 235.5000,100.0000 l -0.0000,-1.7725 h -0.3000 l -0.0000,1.7725 Z"/></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 235.2000,100.0000 l -0.0000,-1.8234 h -0.3000 l -0.0000,1.8234 Z"/></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 234.9000,100.0000 l -0.0000,-1.8757 h -0.3000 l -0.0000,1.8757 Z"/></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 234.6000,100.0000 l -0.0000,-1.9292 h -0.3000 l -0.0000,1.9292 Z"/></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 234.3000,100.0000 l -0.0000,-1.9841 h -0.3000 l -0.0000,1.9841 Z"/></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 234.0000,100.0000 l -0.0000,-2.0403 h -0.3000 l -0.0000,2.0403 Z"/></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.7000,100.0000 l -0.0000,-2.0980 h -0.3000 l -0.0000,2.0980 Z"/></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.4000,100.0000 l -0.0000,-2.1570 h -0.3000 l -0.0000,2.1570 Z"/></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.1000,100.0000 l -0.0000,-2.2175 h -0.3000 l -0.0000,2.2175 Z"/></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 232.8000,100.0000 l -0.0000,-2.2794 h -0.3000 l -0.0000,2.2794 Z"/></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 232.5000,100.0000 l -0.0000,-2.3429 h -0.3000 l -0.0000,2.3429 Z"/></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 232.2000,100.0000 l -0.0000,-2.4078 h -0.3000 l -0.0000,2.4078 Z"/></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 231.9000,100.0000 l -0.0000,-2.4743 h -0.3000 l -0.0000,2.4743 Z"/></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 231.6000,100.0000 l -0.0000,-2.5424 h -0.3000 l -0.0000,2.5424 Z"/></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 231.3000,100.0000 l -0.0000,-2.6121 h -0.3000 l -0.0000,2.6121 Z"/></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 231.0000,100.0000 l -0.0000,-2.6835 h -0.3000 l -0.0000,2.6835 Z"/></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 230.7000,100.0000 l -0.0000,-2.7565 h -0.3000 l -0.0000,2.7565 Z"/></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 230.4000,100.0000 l -0.0000,-2.8313 h -0.3000 l -0.0000,2.8313 Z"/></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 230.1000,100.0000 l -0.0000,-2.9077 h -0.3000 l -0.0000,2.9077 Z"/></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 229.8000,100.0000 l -0.0000,-2.9860 h -0.3000 l -0.0000,2.9860 Z"/></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 229.5000,100.0000 l -0.0000,-3.0660 h -0.3000 l -0.0000,3.0660 Z"/></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 229.2000,100.0000 l -0.0000,-3.1479 h -0.3000 l -0.0000,3.1479 Z"/></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 228.9000,100.0000 l -0.0000,-3.2316 h -0.3000 l -0.0000,3.2316 Z"/></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 228.6000,100.0000 l -0.0000,-3.3172 h -0.3000 l -0.0000,3.3172 Z"/></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 228.3000,100.0000 l -0.0000,-3.4047 h -0.3000 l -0.0000,3.4047 Z"/></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 228.0000,100.0000 l -0.0000,-3.4943 h -0.3000 l -0.0000,3.4943 Z"/></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 227.7000,100.0000 l -0.0000,-3.5858 h -0.3000 l -0.0000,3.5858 Z"/></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 227.4000,100.0000 l -0.0000,-3.6793 h -0.3000 l -0.0000,3.6793 Z"/></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 227.1000,100.0000 l -0.0000,-3.7749 h -0.3000 l -0.0000,3.7749 Z"/></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 226.8000,100.0000 l -0.0000,-3.8726 h -0.3000 l -0.0000,3.8726 Z"/></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 226.5000,100.0000 l -0.0000,-3.9724 h -0.3000 l -0.0000,3.9724 Z"/></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 226.2000,100.0000 l -0.0000,-4.0744 h -0.3000 l -0.0000,4.0744 Z"/></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 225.9000,100.0000 l -0.0000,-4.1786 h -0.3000 l -0.0000,4.1786 Z"/></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 225.6000,100.0000 l -0.0000,-4.2850 h -0.3000 l -0.0000,4.2850 Z"/></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 225.3000,100.0000 l -0.0000,-4.3937 h -0.3000 l -0.0000,4.3937 Z"/></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 225.0000,100.0000 l -0.0000,-4.5047 h -0.3000 l -0.0000,4.5047 Z"/></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 224.7000,100.0000 l -0.0000,-4.6180 h -0.3000 l -0.0000,4.6180 Z"/></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 224.4000,100.0000 l -0.0000,-4.7338 h -0.3000 l -0.0000,4.7338 Z"/></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 224.1000,100.0000 l -0.0000,-4.8519 h -0.3000 l -0.0000,4.8519 Z"/></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.8000,100.0000 l -0.0000,-4.9725 h -0.3000 l -0.0000,4.9725 Z"/></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.5000,100.0000 l -0.0000,-5.0956 h -0.3000 l -0.0000,5.0956 Z"/></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.2000,100.0000 l -0.0000,-5.2212 h -0.3000 l -0.0000,5.2212 Z"/></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 222.9000,100.0000 l -0.0000,-5.3493 h -0.3000 l -0.0000,5.3493 Z"/></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 222.6000,100.0000 l -0.0000,-5.4801 h -0.3000 l -0.0000,5.4801 Z"/></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 222.3000,100.0000 l -0.0000,-5.6135 h -0.3000 l -0.0000,5.6135 Z"/></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 222.0000,100.0000 l -0.0000,-5.7495 h -0.3000 l -0.0000,5.7495 Z"/></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 221.7000,100.0000 l -0.0000,-5.8883 h -0.3000 l -0.0000,5.8883 Z"/></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 221.4000,100.0000 l -0.0000,-6.0298 h -0.3000 l -0.0000,6.0298 Z"/></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 221.1000,100.0000 l -0.0000,-6.1741 h -0.3000 l -0.0000,6.1741 Z"/></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 220.8000,100.0000 l -0.0000,-6.3213 h -0.3000 l -0.0000,6.3213 Z"/></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 220.5000,100.0000 l -0.0000,-6.4713 h -0.3000 l -0.0000,6.4713 Z"/></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 220.2000,100.0000 l -0.0000,-6.6241 h -0.3000 l -0.0000,6.6241 Z"/></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 219.9000,100.0000 l -0.0000,-6.7800 h -0.3000 l -0.0000,6.7800 Z"/></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 219.6000,100.0000 l -0.0000,-6.9387 h -0.3000 l -0.0000,6.9387 Z"/></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 219.3000,100.0000 l -0.0000,-7.1005 h -0.3000 l -0.0000,7.1005 Z"/></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 219.0000,100.0000 l -0.0000,-7.2654 h -0.3000 l -0.0000,7.2654 Z"/></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 218.7000,100.0000 l -0.0000,-7.4333 h -0.3000 l -0.0000,7.4333 Z"/></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 218.4000,100.0000 l -0.0000,-7.6043 h -0.3000 l -0.0000,7.6043 Z"/></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 218.1000,100.0000 l -0.0000,-7.7786 h -0.3000 l -0.0000,7.7786 Z"/></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 217.8000,100.0000 l -0.0000,-7.9560 h -0.3000 l -0.0000,7.9560 Z"/></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 217.5000,100.0000 l -0.0000,-8.1366 h -0.3000 l -0.0000,8.1366 Z"/></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 217.2000,100.0000 l -0.0000,-8.3205 h -0.3000 l -0.0000,8.3205 Z"/></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 216.9000,100.0000 l -0.0000,-8.5077 h -0.3000 l -0.0000,8.5077 Z"/></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 216.6000,100.0000 l -0.0000,-8.6982 h -0.3000 l -0.0000,8.6982 Z"/></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 216.3000,100.0000 l -0.0000,-8.8922 h -0.3000 l -0.0000,8.8922 Z"/></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 216.0000,100.0000 l -0.0000,-9.0895 h -0.3000 l -0.0000,9.0895 Z"/></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 215.7000,100.0000 l -0.0000,-9.2903 h -0.3000 l -0.0000,9.2903 Z"/></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 215.4000,100.0000 l -0.0000,-9.4946 h -0.3000 l -0.0000,9.4946 Z"/></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 215.1000,100.0000 l -0.0000,-9.7024 h -0.3000 l -0.0000,9.7024 Z"/></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 214.8000,100.0000 l -0.0000,-9.9137 h -0.3000 l -0.0000,9.9137 Z"/></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 214.5000,100.0000 l -0.0000,-10.1287 h -0.3000 l -0.0000,10.1287 Z"/></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 214.2000,100.0000 l -0.0000,-10.3472 h -0.3000 l -0.0000,10.3472 Z"/></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.9000,100.0000 l -0.0000,-10.5695 h -0.3000 l -0.0000,10.5695 Z"/></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.6000,100.0000 l -0.0000,-10.7954 h -0.3000 l -0.0000,10.7954 Z"/></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.3000,100.0000 l -0.0000,-11.0251 h -0.3000 l -0.0000,11.0251 Z"/></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.0000,100.0000 l -0.0000,-11.2585 h -0.3000 l -0.0000,11.2585 Z"/></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 212.7000,100.0000 l -0.0000,-11.4957 h -0.3000 l -0.0000,11.4957 Z"/></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 212.4000,100.0000 l -0.0000,-11.7367 h -0.3000 l -0.0000,11.7367 Z"/></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 212.1000,100.0000 l -0.0000,-11.9816 h -0.3000 l -0.0000,11.9816 Z"/></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 211.8000,100.0000 l -0.0000,-12.2303 h -0.3000 l -0.0000,12.2303 Z"/></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 211.5000,100.0000 l -0.0000,-12.4830 h -0.3000 l -0.0000,12.4830 Z"/></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 211.2000,100.0000 l -0.0000,-12.7397 h -0.3000 l -0.0000,12.7397 Z"/></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 210.9000,100.0000 l -0.0000,-13.0003 h -0.3000 l -0.0000,13.0003 Z"/></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 210.6000,100.0000 l -0.0000,-13.2649 h -0.3000 l -0.0000,13.2649 Z"/></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 210.3000,100.0000 l -0.0000,-13.5335 h -0.3000 l -0.0000,13.5335 Z"/></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 210.0000,100.0000 l -0.0000,-13.8062 h -0.3000 l -0.0000,13.8062 Z"/></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 209.7000,100.0000 l -0.0000,-14.0830 h -0.3000 l -0.0000,14.0830 Z"/></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 209.4000,100.0000 l -0.0000,-14.3639 h -0.3000 l -0.0000,14.3639 Z"/></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 209.1000,100.0000 l -0.0000,-14.6490 h -0.3000 l -0.0000,14.6490 Z"/></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 208.8000,100.0000 l -0.0000,-14.9382 h -0.3000 l -0.0000,14.9382 Z"/></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 208.5000,100.0000 l -0.0000,-15.2316 h -0.3000 l -0.0000,15.2316 Z"/></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 208.2000,100.0000 l -0.0000,-15.5292 h -0.3000 l -0.0000,15.5292 Z"/></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 207.9000,100.0000 l -0.0000,-15.8310 h -0.3000 l -0.0000,15.8310 Z"/></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 207.6000,100.0000 l -0.0000,-16.1371 h -0.3000 l -0.0000,16.1371 Z"/></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 207.3000,100.0000 l -0.0000,-16.4474 h -0.3000 l -0.0000,16.4474 Z"/></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 207.0000,100.0000 l -0.0000,-16.7621 h -0.3000 l -0.0000,16.7621 Z"/></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 206.7000,100.0000 l -0.0000,-17.0811 h -0.3000 l -0.0000,17.0811 Z"/></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 206.4000,100.0000 l -0.0000,-17.4044 h -0.3000 l -0.0000,17.4044 Z"/></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 206.1000,100.0000 l -0.0000,-17.7320 h -0.3000 l -0.0000,17.7320 Z"/></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 205.8000,100.0000 l -0.0000,-18.0640 h -0.3000 l -0.0000,18.0640 Z"/></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 205.5000,100.0000 l -0.0000,-18.4004 h -0.3000 l -0.0000,18.4004 Z"/></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 205.2000,100.0000 l -0.0000,-18.7411 h -0.3000 l -0.0000,18.7411 Z"/></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 204.9000,100.0000 l -0.0000,-19.0863 h -0.3000 l -0.0000,19.0863 Z"/></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 204.6000,100.0000 l -0.0000,-19.4359 h -0.3000 l -0.0000,19.4359 Z"/></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 204.3000,100.0000 l -0.0000,-19.7899 h -0.3000 l -0.0000,19.7899 Z"/></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 204.0000,100.0000 l -0.0000,-20.1483 h -0.3000 l -0.0000,20.1483 Z"/></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.7000,100.0000 l -0.0000,-20.5112 h -0.3000 l -0.0000,20.5112 Z"/></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.4000,100.0000 l -0.0000,-20.8785 h -0.3000 l -0.0000,20.8785 Z"/></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.1000,100.0000 l -0.0000,-21.2503 h -0.3000 l -0.0000,21.2503 Z"/></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 202.8000,100.0000 l -0.0000,-21.6265 h -0.3000 l -0.0000,21.6265 Z"/></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 202.5000,100.0000 l -0.0000,-22.0072 h -0.3000 l -0.0000,22.0072 Z"/></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 202.2000,100.0000 l -0.0000,-22.3924 h -0.3000 l -0.0000,22.3924 Z"/></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 201.9000,100.0000 l -0.0000,-22.7820 h -0.3000 l -0.0000,22.7820 Z"/></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 201.6000,100.0000 l -0.0000,-23.1761 h -0.3000 l -0.0000,23.1761 Z"/></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 201.3000,100.0000 l -0.0000,-23.5746 h -0.3000 l -0.0000,23.5746 Z"/></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 201.0000,100.0000 l -0.0000,-23.9776 h -0.3000 l -0.0000,23.9776 Z"/></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 200.7000,100.0000 l -0.0000,-24.3850 h -0.3000 l -0.0000,24.3850 Z"/></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 200.4000,100.0000 l -0.0000,-24.7969 h -0.3000 l -0.0000,24.7969 Z"/></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 200.1000,100.0000 l -0.0000,-25.2133 h -0.3000 l -0.0000,25.2133 Z"/></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 199.8000,100.0000 l -0.0000,-25.6340 h -0.3000 l -0.0000,25.6340 Z"/></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 199.5000,100.0000 l -0.0000,-26.0592 h -0.3000 l -0.0000,26.0592 Z"/></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 199.2000,100.0000 l -0.0000,-26.4888 h -0.3000 l -0.0000,26.4888 Z"/></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 198.9000,100.0000 l -0.0000,-26.9227 h -0.3000 l -0.0000,26.9227 Z"/></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 198.6000,100.0000 l -0.0000,-27.3610 h -0.3000 l -0.0000,27.3610 Z"/></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 198.3000,100.0000 l -0.0000,-27.8037 h -0.3000 l -0.0000,27.8037 Z"/></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 198.0000,100.0000 l -0.0000,-28.2508 h -0.3000 l -0.0000,28.2508 Z"/></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 197.7000,100.0000 l -0.0000,-28.7021 h -0.3000 l -0.0000,28.7021 Z"/></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 197.4000,100.0000 l -0.0000,-29.1577 h -0.3000 l -0.0000,29.1577 Z"/></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 197.1000,100.0000 l -0.0000,-29.6176 h -0.3000 l -0.0000,29.6176 Z"/></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 196.8000,100.0000 l -0.0000,-30.0818 h -0.3000 l -0.0000,30.0818 Z"/></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 196.5000,100.0000 l -0.0000,-30.5502 h -0.3000 l -0.0000,30.5502 Z"/></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 196.2000,100.0000 l -0.0000,-31.0227 h -0.3000 l -0.0000,31.0227 Z"/></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 195.9000,100.0000 l -0.0000,-31.4995 h -0.3000 l -0.0000,31.4995 Z"/></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 195.6000,100.0000 l -0.0000,-31.9803 h -0.3000 l -0.0000,31.9803 Z"/></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 195.3000,100.0000 l -0.0000,-32.4652 h -0.3000 l -0.0000,32.4652 Z"/></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 195.0000,100.0000 l -0.0000,-32.9542 h -0.3000 l -0.0000,32.9542 Z"/></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 194.7000,100.0000 l -0.0000,-33.4473 h -0.3000 l -0.0000,33.4473 Z"/></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 194.4000,100.0000 l -0.0000,-33.9443 h -0.3000 l -0.0000,33.9443 Z"/></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 194.1000,100.0000 l -0.0000,-34.4452 h -0.3000 l -0.0000,34.4452 Z"/></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.8000,100.0000 l -0.0000,-34.9501 h -0.3000 l -0.0000,34.9501 Z"/></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.5000,100.0000 l -0.0000,-35.4588 h -0.3000 l -0.0000,35.4588 Z"/></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.2000,100.0000 l -0.0000,-35.9713 h -0.3000 l -0.0000,35.9713 Z"/></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 192.9000,100.0000 l -0.0000,-36.4875 h -0.3000 l -0.0000,36.4875 Z"/></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 192.6000,100.0000 l -0.0000,-37.0075 h -0.3000 l -0.0000,37.0075 Z"/></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 192.3000,100.0000 l -0.0000,-37.5311 h -0.3000 l -0.0000,37.5311 Z"/></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 192.0000,100.0000 l -0.0000,-38.0583 h -0.3000 l -0.0000,38.0583 Z"/></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 191.7000,100.0000 l -0.0000,-38.5891 h -0.3000 l -0.0000,38.5891 Z"/></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 191.4000,100.0000 l -0.0000,-39.1234 h -0.3000 l -0.0000,39.1234 Z"/></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 191.1000,100.0000 l -0.0000,-39.6611 h -0.3000 l -0.0000,39.6611 Z"/></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 190.8000,100.0000 l -0.0000,-40.2021 h -0.3000 l -0.0000,40.2021 Z"/></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 190.5000,100.0000 l -0.0000,-40.7465 h -0.3000 l -0.0000,40.7465 Z"/></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 190.2000,100.0000 l -0.0000,-41.2941 h -0.3000 l -0.0000,41.2941 Z"/></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 189.9000,100.0000 l -0.0000,-41.8449 h -0.3000 l -0.0000,41.8449 Z"/></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 189.6000,100.0000 l -0.0000,-42.3988 h -0.3000 l -0.0000,42.3988 Z"/></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 189.3000,100.0000 l -0.0000,-42.9557 h -0.3000 l -0.0000,42.9557 Z"/></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 189.0000,100.0000 l -0.0000,-43.5156 h -0.3000 l -0.0000,43.5156 Z"/></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 188.7000,100.0000 l -0.0000,-44.0784 h -0.3000 l -0.0000,44.0784 Z"/></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 188.4000,100.0000 l -0.0000,-44.6440 h -0.3000 l -0.0000,44.6440 Z"/></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 188.1000,100.0000 l -0.0000,-45.2123 h -0.3000 l -0.0000,45.2123 Z"/></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 187.8000,100.0000 l -0.0000,-45.7833 h -0.3000 l -0.0000,45.7833 Z"/></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 187.5000,100.0000 l -0.0000,-46.3569 h -0.3000 l -0.0000,46.3569 Z"/></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 187.2000,100.0000 l -0.0000,-46.9330 h -0.3000 l -0.0000,46.9330 Z"/></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 186.9000,100.0000 l -0.0000,-47.5114 h -0.3000 l -0.0000,47.5114 Z"/></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 186.6000,100.0000 l -0.0000,-48.0922 h -0.3000 l -0.0000,48.0922 Z"/></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 186.3000,100.0000 l -0.0000,-48.6752 h -0.3000 l -0.0000,48.6752 Z"/></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 186.0000,100.0000 l -0.0000,-49.2604 h -0.3000 l -0.0000,49.2604 Z"/></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 185.7000,100.0000 l -0.0000,-49.8476 h -0.3000 l -0.0000,49.8476 Z"/></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 185.4000,100.0000 l -0.0000,-50.4368 h -0.3000 l -0.0000,50.4368 Z"/></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 185.1000,100.0000 l -0.0000,-51.0278 h -0.3000 l -0.0000,51.0278 Z"/></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 184.8000,100.0000 l -0.0000,-51.6206 h -0.3000 l -0.0000,51.6206 Z"/></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 184.5000,100.0000 l -0.0000,-52.2150 h -0.3000 l -0.0000,52.2150 Z"/></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 184.2000,100.0000 l -0.0000,-52.8110 h -0.3000 l -0.0000,52.8110 Z"/></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.9000,100.0000 l -0.0000,-53.4085 h -0.3000 l -0.0000,53.4085 Z"/></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.6000,100.0000 l -0.0000,-54.0074 h -0.3000 l -0.0000,54.0074 Z"/></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.3000,100.0000 l -0.0000,-54.6074 h -0.3000 l -0.0000,54.6074 Z"/></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.0000,100.0000 l -0.0000,-55.2087 h -0.3000 l -0.0000,55.2087 Z"/></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 182.7000,100.0000 l -0.0000,-55.8110 h -0.3000 l -0.0000,55.8110 Z"/></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 182.4000,100.0000 l -0.0000,-56.4142 h -0.3000 l -0.0000,56.4142 Z"/></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 182.1000,100.0000 l -0.0000,-57.0182 h -0.3000 l -0.0000,57.0182 Z"/></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 181.8000,100.0000 l -0.0000,-57.6229 h -0.3000 l -0.0000,57.6229 Z"/></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 181.5000,100.0000 l -0.0000,-58.2282 h -0.3000 l -0.0000,58.2282 Z"/></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 181.2000,100.0000 l -0.0000,-58.8340 h -0.3000 l -0.0000,58.8340 Z"/></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 180.9000,100.0000 l -0.0000,-59.4402 h -0.3000 l -0.0000,59.4402 Z"/></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 180.6000,100.0000 l -0.0000,-60.0466 h -0.3000 l -0.0000,60.0466 Z"/></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 180.3000,100.0000 l -0.0000,-60.6531 h -0.3000 l -0.0000,60.6531 Z"/></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 180.0000,100.0000 l -0.0000,-61.2596 h -0.3000 l -0.0000,61.2596 Z"/></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 179.7000,100.0000 l -0.0000,-61.8660 h -0.3000 l -0.0000,61.8660 Z"/></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 179.4000,100.0000 l -0.0000,-62.4721 h -0.3000 l -0.0000,62.4721 Z"/></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 179.1000,100.0000 l -0.0000,-63.0779 h -0.3000 l -0.0000,63.0779 Z"/></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 178.8000,100.0000 l -0.0000,-63.6832 h -0.3000 l -0.0000,63.6832 Z"/></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 178.5000,100.0000 l -0.0000,-64.2878 h -0.3000 l -0.0000,64.2878 Z"/></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 178.2000,100.0000 l -0.0000,-64.8917 h -0.3000 l -0.0000,64.8917 Z"/></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 177.9000,100.0000 l -0.0000,-65.4948 h -0.3000 l -0.0000,65.4948 Z"/></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 177.6000,100.0000 l -0.0000,-66.0968 h -0.3000 l -0.0000,66.0968 Z"/></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 177.3000,100.0000 l -0.0000,-66.6977 h -0.3000 l -0.0000,66.6977 Z"/></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 177.0000,100.0000 l -0.0000,-67.2973 h -0.3000 l -0.0000,67.2973 Z"/></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 176.7000,100.0000 l -0.0000,-67.8955 h -0.3000 l -0.0000,67.8955 Z"/></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 176.4000,100.0000 l -0.0000,-68.4922 h -0.3000 l -0.0000,68.4922 Z"/></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 176.1000,100.0000 l -0.0000,-69.0872 h -0.3000 l -0.0000,69.0872 Z"/></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 175.8000,100.0000 l -0.0000,-69.6805 h -0.3000 l -0.0000,69.6805 Z"/></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 175.5000,100.0000 l -0.0000,-70.2718 h -0.3000 l -0.0000,70.2718 Z"/></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 175.2000,100.0000 l -0.0000,-70.8610 h -0.3000 l -0.0000,70.8610 Z"/></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 174.9000,100.0000 l -0.0000,-71.4480 h -0.3000 l -0.0000,71.4480 Z"/></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 174.6000,100.0000 l -0.0000,-72.0327 h -0.3000 l -0.0000,72.0327 Z"/></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 174.3000,100.0000 l -0.0000,-72.6149 h -0.3000 l -0.0000,72.6149 Z"/></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 174.0000,100.0000 l -0.0000,-73.1945 h -0.3000 l -0.0000,73.1945 Z"/></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.7000,100.0000 l -0.0000,-73.7713 h -0.3000 l -0.0000,73.7713 Z"/></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.4000,100.0000 l -0.0000,-74.3453 h -0.3000 l -0.0000,74.3453 Z"/></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.1000,100.0000 l -0.0000,-74.9162 h -0.3000 l -0.0000,74.9162 Z"/></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 172.8000,100.0000 l -0.0000,-75.4840 h -0.3000 l -0.0000,75.4840 Z"/></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 172.5000,100.0000 l -0.0000,-76.0484 h -0.3000 l -0.0000,76.0484 Z"/></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 172.2000,100.0000 l -0.0000,-76.6094 h -0.3000 l -0.0000,76.6094 Z"/></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 171.9000,100.0000 l -0.0000,-77.1669 h -0.3000 l -0.0000,77.1669 Z"/></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 171.6000,100.0000 l -0.0000,-77.7206 h -0.3000 l -0.0000,77.7206 Z"/></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 171.3000,100.0000 l -0.0000,-78.2705 h -0.3000 l -0.0000,78.2705 Z"/></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 171.0000,100.0000 l -0.0000,-78.8163 h -0.3000 l -0.0000,78.8163 Z"/></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 170.7000,100.0000 l -0.0000,-79.3581 h -0.3000 l -0.0000,79.3581 Z"/></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 170.4000,100.0000 l -0.0000,-79.8956 h -0.3000 l -0.0000,79.8956 Z"/></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 170.1000,100.0000 l -0.0000,-80.4286 h -0.3000 l -0.0000,80.4286 Z"/></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 169.8000,100.0000 l -0.0000,-80.9572 h -0.3000 l -0.0000,80.9572 Z"/></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 169.5000,100.0000 l -0.0000,-81.4810 h -0.3000 l -0.0000,81.4810 Z"/></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 169.2000,100.0000 l -0.0000,-82.0001 h -0.3000 l -0.0000,82.0001 Z"/></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 168.9000,100.0000 l -0.0000,-82.5142 h -0.3000 l -0.0000,82.5142 Z"/></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 168.6000,100.0000 l -0.0000,-83.0232 h -0.3000 l -0.0000,83.0232 Z"/></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 168.3000,100.0000 l -0.0000,-83.5270 h -0.3000 l -0.0000,83.5270 Z"/></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 168.0000,100.0000 l -0.0000,-84.0255 h -0.3000 l -0.0000,84.0255 Z"/></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 167.7000,100.0000 l -0.0000,-84.5185 h -0.3000 l -0.0000,84.5185 Z"/></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 167.4000,100.0000 l -0.0000,-85.0059 h -0.3000 l -0.0000,85.0059 Z"/></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 167.1000,100.0000 l -0.0000,-85.4875 h -0.3000 l -0.0000,85.4875 Z"/></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 166.8000,100.0000 l -0.0000,-85.9633 h -0.3000 l -0.0000,85.9633 Z"/></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 166.5000,100.0000 l -0.0000,-86.4331 h -0.3000 l -0.0000,86.4331 Z"/></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 166.2000,100.0000 l -0.0000,-86.8967 h -0.3000 l -0.0000,86.8967 Z"/></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 165.9000,100.0000 l -0.0000,-87.3541 h -0.3000 l -0.0000,87.3541 Z"/></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 165.6000,100.0000 l -0.0000,-87.8052 h -0.3000 l -0.0000,87.8052 Z"/></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 165.3000,100.0000 l -0.0000,-88.2497 h -0.3000 l -0.0000,88.2497 Z"/></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 165.0000,100.0000 l -0.0000,-88.6876 h -0.3000 l -0.0000,88.6876 Z"/></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 164.7000,100.0000 l -0.0000,-89.1188 h -0.3000 l -0.0000,89.1188 Z"/></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 164.4000,100.0000 l -0.0000,-89.5431 h -0.3000 l -0.0000,89.5431 Z"/></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 164.1000,100.0000 l -0.0000,-89.9605 h -0.3000 l -0.0000,89.9605 Z"/></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.8000,100.0000 l -0.0000,-90.3707 h -0.3000 l -0.0000,90.3707 Z"/></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.5000,100.0000 l -0.0000,-90.7738 h -0.3000 l -0.0000,90.7738 Z"/></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.2000,100.0000 l -0.0000,-91.1695 h -0.3000 l -0.0000,91.1695 Z"/></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 162.9000,100.0000 l -0.0000,-91.5578 h -0.3000 l -0.0000,91.5578 Z"/></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 162.6000,100.0000 l -0.0000,-91.9385 h -0.3000 l -0.0000,91.9385 Z"/></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 162.3000,100.0000 l -0.0000,-92.3116 h -0.3000 l -0.0000,92.3116 Z"/></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 162.0000,100.0000 l -0.0000,-92.6770 h -0.3000 l -0.0000,92.6770 Z"/></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 161.7000,100.0000 l -0.0000,-93.0345 h -0.3000 l -0.0000,93.0345 Z"/></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 161.4000,100.0000 l -0.0000,-93.3840 h -0.3000 l -0.0000,93.3840 Z"/></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 161.1000,100.0000 l -0.0000,-93.7255 h -0.3000 l -0.0000,93.7255 Z"/></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 160.8000,100.0000 l -0.0000,-94.0588 h -0.3000 l -0.0000,94.0588 Z"/></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 160.5000,100.0000 l -0.0000,-94.3839 h -0.3000 l -0.0000,94.3839 Z"/></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 160.2000,100.0000 l -0.0000,-94.7006 h -0.3000 l -0.0000,94.7006 Z"/></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 159.9000,100.0000 l -0.0000,-95.0089 h -0.3000 l -0.0000,95.0089 Z"/></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 159.6000,100.0000 l -0.0000,-95.3086 h -0.3000 l -0.0000,95.3086 Z"/></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 159.3000,100.0000 l -0.0000,-95.5997 h -0.3000 l -0.0000,95.5997 Z"/></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 159.0000,100.0000 l -0.0000,-95.8822 h -0.3000 l -0.0000,95.8822 Z"/></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 158.7000,100.0000 l -0.0000,-96.1558 h -0.3000 l -0.0000,96.1558 Z"/></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 158.4000,100.0000 l -0.0000,-96.4206 h -0.3000 l -0.0000,96.4206 Z"/></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 158.1000,100.0000 l -0.0000,-96.6765 h -0.3000 l -0.0000,96.6765 Z"/></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 157.8000,100.0000 l -0.0000,-96.9233 h -0.3000 l -0.0000,96.9233 Z"/></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 157.5000,100.0000 l -0.0000,-97.1611 h -0.3000 l -0.0000,97.1611 Z"/></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 157.2000,100.0000 l -0.0000,-97.3897 h -0.3000 l -0.0000,97.3897 Z"/></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 156.9000,100.0000 l -0.0000,-97.6090 h -0.3000 l -0.0000,97.6090 Z"/></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 156.6000,100.0000 l -0.0000,-97.8191 h -0.3000 l -0.0000,97.8191 Z"/></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 156.3000,100.0000 l -0.0000,-98.0199 h -0.3000 l -0.0000,98.0199 Z"/></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 156.0000,100.0000 l -0.0000,-98.2112 h -0.3000 l -0.0000,98.2112 Z"/></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 155.7000,100.0000 l -0.0000,-98.3931 h -0.3000 l -0.0000,98.3931 Z"/></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 155.4000,100.0000 l -0.0000,-98.5654 h -0.3000 l -0.0000,98.5654 Z"/></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 155.1000,100.0000 l -0.0000,-98.7282 h -0.3000 l -0.0000,98.7282 Z"/></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 154.8000,100.0000 l -0.0000,-98.8813 h -0.3000 l -0.0000,98.8813 Z"/></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 154.5000,100.0000 l -0.0000,-99.0248 h -0.3000 l -0.0000,99.0248 Z"/></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 154.2000,100.0000 l -0.0000,-99.1586 h -0.3000 l -0.0000,99.1586 Z"/></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.9000,100.0000 l -0.0000,-99.2826 h -0.3000 l -0.0000,99.2826 Z"/></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.6000,100.0000 l -0.0000,-99.3968 h -0.3000 l -0.0000,99.3968 Z"/></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.3000,100.0000 l -0.0000,-99.5012 h -0.3000 l -0.0000,99.5012 Z"/></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.0000,100.0000 l -0.0000,-99.5958 h -0.3000 l -0.0000,99.5958 Z"/></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 152.7000,100.0000 l -0.0000,-99.6805 h -0.3000 l -0.0000,99.6805 Z"/></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 152.4000,100.0000 l -0.0000,-99.7553 h -0.3000 l -0.0000,99.7553 Z"/></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 152.1000,100.0000 l -0.0000,-99.8202 h -0.3000 l -0.0000,99.8202 Z"/></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 151.8000,100.0000 l -0.0000,-99.8751 h -0.3000 l -0.0000,99.8751 Z"/></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 151.5000,100.0000 l -0.0000,-99.9200 h -0.3000 l -0.0000,99.9200 Z"/></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 151.2000,100.0000 l -0.0000,-99.9550 h -0.3000 l -0.0000,99.9550 Z"/></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 150.9000,100.0000 l -0.0000,-99.9800 h -0.3000 l -0.0000,99.9800 Z"/></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 150.6000,100.0000 l -0.0000,-99.9950 h -0.3000 l -0.0000,99.9950 Z"/></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 150.3000,100.0000 l -0.0000,-100.0000 h -0.3000 l -0.0000,100.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,100.0000 l -0.0000,-99.9950 h -0.3000 l -0.0000,99.9950 Z"/></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 149.7000,100.0000 l -0.0000,-99.9800 h -0.3000 l -0.0000,99.9800 Z"/></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 149.4000,100.0000 l -0.0000,-99.9550 h -0.3000 l -0.0000,99.9550 Z"/></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 149.1000,100.0000 l -0.0000,-99.9200 h -0.3000 l -0.0000,99.9200 Z"/></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 148.8000,100.0000 l -0.0000,-99.8751 h -0.3000 l -0.0000,99.8751 Z"/></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 148.5000,100.0000 l -0.0000,-99.8202 h -0.3000 l -0.0000,99.8202 Z"/></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 148.2000,100.0000 l -0.0000,-99.7553 h -0.3000 l -0.0000,99.7553 Z"/></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 147.9000,100.0000 l -0.0000,-99.6805 h -0.3000 l -0.0000,99.6805 Z"/></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 147.6000,100.0000 l -0.0000,-99.5958 h -0.3000 l -0.0000,99.5958 Z"/></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 147.3000,100.0000 l -0.0000,-99.5012 h -0.3000 l -0.0000,99.5012 Z"/></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 147.0000,100.0000 l -0.0000,-99.3968 h -0.3000 l -0.0000,99.3968 Z"/></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 146.7000,100.0000 l -0.0000,-99.2826 h -0.3000 l -0.0000,99.2826 Z"/></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 146.4000,100.0000 l -0.0000,-99.1586 h -0.3000 l -0.0000,99.1586 Z"/></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 146.1000,100.0000 l -0.0000,-99.0248 h -0.3000 l -0.0000,99.0248 Z"/></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 145.8000,100.0000 l -0.0000,-98.8813 h -0.3000 l -0.0000,98.8813 Z"/></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 145.5000,100.0000 l -0.0000,-98.7282 h -0.3000 l -0.0000,98.7282 Z"/></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 145.2000,100.0000 l -0.0000,-98.5654 h -0.3000 l -0.0000,98.5654 Z"/></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 144.9000,100.0000 l -0.0000,-98.3931 h -0.3000 l -0.0000,98.3931 Z"/></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 144.6000,100.0000 l -0.0000,-98.2112 h -0.3000 l -0.0000,98.2112 Z"/></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 144.3000,100.0000 l -0.0000,-98.0199 h -0.3000 l -0.0000,98.0199 Z"/></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 144.0000,100.0000 l -0.0000,-97.8191 h -0.3000 l -0.0000,97.8191 Z"/></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.7000,100.0000 l -0.0000,-97.6090 h -0.3000 l -0.0000,97.6090 Z"/></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.4000,100.0000 l -0.0000,-97.3897 h -0.3000 l -0.0000,97.3897 Z"/></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.1000,100.0000 l -0.0000,-97.1611 h -0.3000 l -0.0000,97.1611 Z"/></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 142.8000,100.0000 l -0.0000,-96.9233 h -0.3000 l -0.0000,96.9233 Z"/></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 142.5000,100.0000 l -0.0000,-96.6765 h -0.3000 l -0.0000,96.6765 Z"/></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 142.2000,100.0000 l -0.0000,-96.4206 h -0.3000 l -0.0000,96.4206 Z"/></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 141.9000,100.0000 l -0.0000,-96.1558 h -0.3000 l -0.0000,96.1558 Z"/></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 141.6000,100.0000 l -0.0000,-95.8822 h -0.3000 l -0.0000,95.8822 Z"/></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 141.3000,100.0000 l -0.0000,-95.5997 h -0.3000 l -0.0000,95.5997 Z"/></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 141.0000,100.0000 l -0.0000,-95.3086 h -0.3000 l -0.0000,95.3086 Z"/></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 140.7000,100.0000 l -0.0000,-95.0089 h -0.3000 l -0.0000,95.0089 Z"/></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 140.4000,100.0000 l -0.0000,-94.7006 h -0.3000 l -0.0000,94.7006 Z"/></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 140.1000,100.0000 l -0.0000,-94.3839 h -0.3000 l -0.0000,94.3839 Z"/></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 139.8000,100.0000 l -0.0000,-94.0588 h -0.3000 l -0.0000,94.0588 Z"/></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 139.5000,100.0000 l -0.0000,-93.7255 h -0.3000 l -0.0000,93.7255 Z"/></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 139.2000,100.0000 l -0.0000,-93.3840 h -0.3000 l -0.0000,93.3840 Z"/></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 138.9000,100.0000 l -0.0000,-93.0345 h -0.3000 l -0.0000,93.0345 Z"/></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 138.6000,100.0000 l -0.0000,-92.6770 h -0.3000 l -0.0000,92.6770 Z"/></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 138.3000,100.0000 l -0.0000,-92.3116 h -0.3000 l -0.0000,92.3116 Z"/></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 138.0000,100.0000 l -0.0000,-91.9385 h -0.3000 l -0.0000,91.9385 Z"/></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 137.7000,100.0000 l -0.0000,-91.5578 h -0.3000 l -0.0000,91.5578 Z"/></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 137.4000,100.0000 l -0.0000,-91.1695 h -0.3000 l -0.0000,91.1695 Z"/></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 137.1000,100.0000 l -0.0000,-90.7738 h -0.3000 l -0.0000,90.7738 Z"/></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 136.8000,100.0000 l -0.0000,-90.3707 h -0.3000 l -0.0000,90.3707 Z"/></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 136.5000,100.0000 l -0.0000,-89.9605 h -0.3000 l -0.0000,89.9605 Z"/></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 136.2000,100.0000 l -0.0000,-89.5431 h -0.3000 l -0.0000,89.5431 Z"/></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 135.9000,100.0000 l -0.0000,-89.1188 h -0.3000 l -0.0000,89.1188 Z"/></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 135.6000,100.0000 l -0.0000,-88.6876 h -0.3000 l -0.0000,88.6876 Z"/></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 135.3000,100.0000 l -0.0000,-88.2497 h -0.3000 l -0.0000,88.2497 Z"/></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 135.0000,100.0000 l -0.0000,-87.8052 h -0.3000 l -0.0000,87.8052 Z"/></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 134.7000,100.0000 l -0.0000,-87.3541 h -0.3000 l -0.0000,87.3541 Z"/></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 134.4000,100.0000 l -0.0000,-86.8967 h -0.3000 l -0.0000,86.8967 Z"/></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 134.1000,100.0000 l -0.0000,-86.4331 h -0.3000 l -0.0000,86.4331 Z"/></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.8000,100.0000 l -0.0000,-85.9633 h -0.3000 l -0.0000,85.9633 Z"/></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.5000,100.0000 l -0.0000,-85.4875 h -0.3000 l -0.0000,85.4875 Z"/></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.2000,100.0000 l -0.0000,-85.0059 h -0.3000 l -0.0000,85.0059 Z"/></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 132.9000,100.0000 l -0.0000,-84.5185 h -0.3000 l -0.0000,84.5185 Z"/></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 132.6000,100.0000 l -0.0000,-84.0255 h -0.3000 l -0.0000,84.0255 Z"/></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 132.3000,100.0000 l -0.0000,-83.5270 h -0.3000 l -0.0000,83.5270 Z"/></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 132.0000,100.0000 l -0.0000,-83.0232 h -0.3000 l -0.0000,83.0232 Z"/></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 131.7000,100.0000 l -0.0000,-82.5142 h -0.3000 l -0.0000,82.5142 Z"/></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 131.4000,100.0000 l -0.0000,-82.0001 h -0.3000 l -0.0000,82.0001 Z"/></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 131.1000,100.0000 l -0.0000,-81.4810 h -0.3000 l -0.0000,81.4810 Z"/></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 130.8000,100.0000 l -0.0000,-80.9572 h -0.3000 l -0.0000,80.9572 Z"/></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 130.5000,100.0000 l -0.0000,-80.4286 h -0.3000 l -0.0000,80.4286 Z"/></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 130.2000,100.0000 l -0.0000,-79.8956 h -0.3000 l -0.0000,79.8956 Z"/></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 129.9000,100.0000 l -0.0000,-79.3581 h -0.3000 l -0.0000,79.3581 Z"/></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 129.6000,100.0000 l -0.0000,-78.8163 h -0.3000 l -0.0000,78.8163 Z"/></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 129.3000,100.0000 l -0.0000,-78.2705 h -0.3000 l -0.0000,78.2705 Z"/></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 129.0000,100.0000 l -0.0000,-77.7206 h -0.3000 l -0.0000,77.7206 Z"/></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 128.7000,100.0000 l -0.0000,-77.1669 h -0.3000 l -0.0000,77.1669 Z"/></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 128.4000,100.0000 l -0.0000,-76.6094 h -0.3000 l -0.0000,76.6094 Z"/></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 128.1000,100.0000 l -0.0000,-76.0484 h -0.3000 l -0.0000,76.0484 Z"/></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 127.8000,100.0000 l -0.0000,-75.4840 h -0.3000 l -0.0000,75.4840 Z"/></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 127.5000,100.0000 l -0.0000,-74.9162 h -0.3000 l -0.0000,74.9162 Z"/></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 127.2000,100.0000 l -0.0000,-74.3453 h -0.3000 l -0.0000,74.3453 Z"/></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 126.9000,100.0000 l -0.0000,-73.7713 h -0.3000 l -0.0000,73.7713 Z"/></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 126.6000,100.0000 l -0.0000,-73.1945 h -0.3000 l -0.0000,73.1945 Z"/></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 126.3000,100.0000 l -0.0000,-72.6149 h -0.3000 l -0.0000,72.6149 Z"/></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 126.0000,100.0000 l -0.0000,-72.0327 h -0.3000 l -0.0000,72.0327 Z"/></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 125.7000,100.0000 l -0.0000,-71.4480 h -0.3000 l -0.0000,71.4480 Z"/></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 125.4000,100.0000 l -0.0000,-70.8610 h -0.3000 l -0.0000,70.8610 Z"/></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 125.1000,100.0000 l -0.0000,-70.2718 h -0.3000 l -0.0000,70.2718 Z"/></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 124.8000,100.0000 l -0.0000,-69.6805 h -0.3000 l -0.0000,69.6805 Z"/></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 124.5000,100.0000 l -0.0000,-69.0872 h -0.3000 l -0.0000,69.0872 Z"/></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 124.2000,100.0000 l -0.0000,-68.4922 h -0.3000 l -0.0000,68.4922 Z"/></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.9000,100.0000 l -0.0000,-67.8955 h -0.3000 l -0.0000,67.8955 Z"/></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.6000,100.0000 l -0.0000,-67.2973 h -0.3000 l -0.0000,67.2973 Z"/></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.3000,100.0000 l -0.0000,-66.6977 h -0.3000 l -0.0000,66.6977 Z"/></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.0000,100.0000 l -0.0000,-66.0968 h -0.3000 l -0.0000,66.0968 Z"/></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 122.7000,100.0000 l -0.0000,-65.4948 h -0.3000 l -0.0000,65.4948 Z"/></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 122.4000,100.0000 l -0.0000,-64.8917 h -0.3000 l -0.0000,64.8917 Z"/></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 122.1000,100.0000 l -0.0000,-64.2878 h -0.3000 l -0.0000,64.2878 Z"/></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 121.8000,100.0000 l -0.0000,-63.6832 h -0.3000 l -0.0000,63.6832 Z"/></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 121.5000,100.0000 l -0.0000,-63.0779 h -0.3000 l -0.0000,63.0779 Z"/></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 121.2000,100.0000 l -0.0000,-62.4721 h -0.3000 l -0.0000,62.4721 Z"/></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 120.9000,100.0000 l -0.0000,-61.8660 h -0.3000 l -0.0000,61.8660 Z"/></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 120.6000,100.0000 l -0.0000,-61.2596 h -0.3000 l -0.0000,61.2596 Z"/></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 120.3000,100.0000 l -0.0000,-60.6531 h -0.3000 l -0.0000,60.6531 Z"/></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 120.0000,100.0000 l -0.0000,-60.0466 h -0.3000 l -0.0000,60.0466 Z"/></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 119.7000,100.0000 l -0.0000,-59.4402 h -0.3000 l -0.0000,59.4402 Z"/></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 119.4000,100.0000 l -0.0000,-58.8340 h -0.3000 l -0.0000,58.8340 Z"/></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 119.1000,100.0000 l -0.0000,-58.2282 h -0.3000 l -0.0000,58.2282 Z"/></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 118.8000,100.0000 l -0.0000,-57.6229 h -0.3000 l -0.0000,57.6229 Z"/></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 118.5000,100.0000 l -0.0000,-57.0182 h -0.3000 l -0.0000,57.0182 Z"/></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 118.2000,100.0000 l -0.0000,-56.4142 h -0.3000 l -0.0000,56.4142 Z"/></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 117.9000,100.0000 l -0.0000,-55.8110 h -0.3000 l -0.0000,55.8110 Z"/></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 117.6000,100.0000 l -0.0000,-55.2087 h -0.3000 l -0.0000,55.2087 Z"/></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 117.3000,100.0000 l -0.0000,-54.6074 h -0.3000 l -0.0000,54.6074 Z"/></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 117.0000,100.0000 l -0.0000,-54.0074 h -0.3000 l -0.0000,54.0074 Z"/></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 116.7000,100.0000 l -0.0000,-53.4085 h -0.3000 l -0.0000,53.4085 Z"/></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 116.4000,100.0000 l -0.0000,-52.8110 h -0.3000 l -0.0000,52.8110 Z"/></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 116.1000,100.0000 l -0.0000,-52.2150 h -0.3000 l -0.0000,52.2150 Z"/></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 115.8000,100.0000 l -0.0000,-51.6206 h -0.3000 l -0.0000,51.6206 Z"/></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 115.5000,100.0000 l -0.0000,-51.0278 h -0.3000 l -0.0000,51.0278 Z"/></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 115.2000,100.0000 l -0.0000,-50.4368 h -0.3000 l -0.0000,50.4368 Z"/></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 114.9000,100.0000 l -0.0000,-49.8476 h -0.3000 l -0.0000,49.8476 Z"/></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 114.6000,100.0000 l -0.0000,-49.2604 h -0.3000 l -0.0000,49.2604 Z"/></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 114.3000,100.0000 l -0.0000,-48.6752 h -0.3000 l -0.0000,48.6752 Z"/></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 114.0000,100.0000 l -0.0000,-48.0922 h -0.3000 l -0.0000,48.0922 Z"/></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.7000,100.0000 l -0.0000,-47.5114 h -0.3000 l -0.0000,47.5114 Z"/></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.4000,100.0000 l -0.0000,-46.9330 h -0.3000 l -0.0000,46.9330 Z"/></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.1000,100.0000 l -0.0000,-46.3569 h -0.3000 l -0.0000,46.3569 Z"/></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 112.8000,100.0000 l -0.0000,-45.7833 h -0.3000 l -0.0000,45.7833 Z"/></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 112.5000,100.0000 l -0.0000,-45.2123 h -0.3000 l -0.0000,45.2123 Z"/></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 112.2000,100.0000 l -0.0000,-44.6440 h -0.3000 l -0.0000,44.6440 Z"/></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 111.9000,100.0000 l -0.0000,-44.0784 h -0.3000 l -0.0000,44.0784 Z"/></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 111.6000,100.0000 l -0.0000,-43.5156 h -0.3000 l -0.0000,43.5156 Z"/></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 111.3000,100.0000 l -0.0000,-42.9557 h -0.3000 l -0.0000,42.9557 Z"/></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 111.0000,100.0000 l -0.0000,-42.3988 h -0.3000 l -0.0000,42.3988 Z"/></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 110.7000,100.0000 l -0.0000,-41.8449 h -0.3000 l -0.0000,41.8449 Z"/></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 110.4000,100.0000 l -0.0000,-41.2941 h -0.3000 l -0.0000,41.2941 Z"/></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 110.1000,100.0000 l -0.0000,-40.7465 h -0.3000 l -0.0000,40.7465 Z"/></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 109.8000,100.0000 l -0.0000,-40.2021 h -0.3000 l -0.0000,40.2021 Z"/></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 109.5000,100.0000 l -0.0000,-39.6611 h -0.3000 l -0.0000,39.6611 Z"/></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 109.2000,100.0000 l -0.0000,-39.1234 h -0.3000 l -0.0000,39.1234 Z"/></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 108.9000,100.0000 l -0.0000,-38.5891 h -0.3000 l -0.0000,38.5891 Z"/></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 108.6000,100.0000 l -0.0000,-38.0583 h -0.3000 l -0.0000,38.0583 Z"/></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 108.3000,100.0000 l -0.0000,-37.5311 h -0.3000 l -0.0000,37.5311 Z"/></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 108.0000,100.0000 l -0.0000,-37.0075 h -0.3000 l -0.0000,37.0075 Z"/></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 107.7000,100.0000 l -0.0000,-36.4875 h -0.3000 l -0.0000,36.4875 Z"/></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 107.4000,100.0000 l -0.0000,-35.9713 h -0.3000 l -0.0000,35.9713 Z"/></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 107.1000,100.0000 l -0.0000,-35.4588 h -0.3000 l -0.0000,35.4588 Z"/></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 106.8000,100.0000 l -0.0000,-34.9501 h -0.3000 l -0.0000,34.9501 Z"/></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 106.5000,100.0000 l -0.0000,-34.4452 h -0.3000 l -0.0000,34.4452 Z"/></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 106.2000,100.0000 l -0.0000,-33.9443 h -0.3000 l -0.0000,33.9443 Z"/></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 105.9000,100.0000 l -0.0000,-33.4473 h -0.3000 l -0.0000,33.4473 Z"/></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 105.6000,100.0000 l -0.0000,-32.9542 h -0.3000 l -0.0000,32.9542 Z"/></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 105.3000,100.0000 l -0.0000,-32.4652 h -0.3000 l -0.0000,32.4652 Z"/></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 105.0000,100.0000 l -0.0000,-31.9803 h -0.3000 l -0.0000,31.9803 Z"/></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 104.7000,100.0000 l -0.0000,-31.4995 h -0.3000 l -0.0000,31.4995 Z"/></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 104.4000,100.0000 l -0.0000,-31.0227 h -0.3000 l -0.0000,31.0227 Z"/></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 104.1000,100.0000 l -0.0000,-30.5502 h -0.3000 l -0.0000,30.5502 Z"/></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.8000,100.0000 l -0.0000,-30.0818 h -0.3000 l -0.0000,30.0818 Z"/></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.5000,100.0000 l -0.0000,-29.6176 h -0.3000 l -0.0000,29.6176 Z"/></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.2000,100.0000 l -0.0000,-29.1577 h -0.3000 l -0.0000,29.1577 Z"/></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 102.9000,100.0000 l -0.0000,-28.7021 h -0.3000 l -0.0000,28.7021 Z"/></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 102.6000,100.0000 l -0.0000,-28.2508 h -0.3000 l -0.0000,28.2508 Z"/></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 102.3000,100.0000 l -0.0000,-27.8037 h -0.3000 l -0.0000,27.8037 Z"/></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 102.0000,100.0000 l -0.0000,-27.3610 h -0.3000 l -0.0000,27.3610 Z"/></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 101.7000,100.0000 l -0.0000,-26.9227 h -0.3000 l -0.0000,26.9227 Z"/></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 101.4000,100.0000 l -0.0000,-26.4888 h -0.3000 l -0.0000,26.4888 Z"/></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 101.1000,100.0000 l -0.0000,-26.0592 h -0.3000 l -0.0000,26.0592 Z"/></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 100.8000,100.0000 l -0.0000,-25.6340 h -0.3000 l -0.0000,25.6340 Z"/></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 100.5000,100.0000 l -0.0000,-25.2133 h -0.3000 l -0.0000,25.2133 Z"/></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 100.2000,100.0000 l -0.0000,-24.7969 h -0.3000 l -0.0000,24.7969 Z"/></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 99.9000,100.0000 l -0.0000,-24.3850 h -0.3000 l -0.0000,24.3850 Z"/></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 99.6000,100.0000 l -0.0000,-23.9776 h -0.3000 l -0.0000,23.9776 Z"/></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 99.3000,100.0000 l -0.0000,-23.5746 h -0.3000 l -0.0000,23.5746 Z"/></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 99.0000,100.0000 l -0.0000,-23.1761 h -0.3000 l -0.0000,23.1761 Z"/></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 98.7000,100.0000 l -0.0000,-22.7820 h -0.3000 l -0.0000,22.7820 Z"/></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 98.4000,100.0000 l -0.0000,-22.3924 h -0.3000 l -0.0000,22.3924 Z"/></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 98.1000,100.0000 l -0.0000,-22.0072 h -0.3000 l -0.0000,22.0072 Z"/></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 97.8000,100.0000 l -0.0000,-21.6265 h -0.3000 l -0.0000,21.6265 Z"/></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 97.5000,100.0000 l -0.0000,-21.2503 h -0.3000 l -0.0000,21.2503 Z"/></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 97.2000,100.0000 l -0.0000,-20.8785 h -0.3000 l -0.0000,20.8785 Z"/></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 96.9000,100.0000 l -0.0000,-20.5112 h -0.3000 l -0.0000,20.5112 Z"/></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 96.6000,100.0000 l -0.0000,-20.1483 h -0.3000 l -0.0000,20.1483 Z"/></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 96.3000,100.0000 l -0.0000,-19.7899 h -0.3000 l -0.0000,19.7899 Z"/></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 96.0000,100.0000 l -0.0000,-19.4359 h -0.3000 l -0.0000,19.4359 Z"/></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 95.7000,100.0000 l -0.0000,-19.0863 h -0.3000 l -0.0000,19.0863 Z"/></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 95.4000,100.0000 l -0.0000,-18.7411 h -0.3000 l -0.0000,18.7411 Z"/></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 95.1000,100.0000 l -0.0000,-18.4004 h -0.3000 l -0.0000,18.4004 Z"/></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 94.8000,100.0000 l -0.0000,-18.0640 h -0.3000 l -0.0000,18.0640 Z"/></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 94.5000,100.0000 l -0.0000,-17.7320 h -0.3000 l -0.0000,17.7320 Z"/></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 94.2000,100.0000 l -0.0000,-17.4044 h -0.3000 l -0.0000,17.4044 Z"/></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.9000,100.0000 l -0.0000,-17.0811 h -0.3000 l -0.0000,17.0811 Z"/></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.6000,100.0000 l -0.0000,-16.7621 h -0.3000 l -0.0000,16.7621 Z"/></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.3000,100.0000 l -0.0000,-16.4474 h -0.3000 l -0.0000,16.4474 Z"/></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.0000,100.0000 l -0.0000,-16.1371 h -0.3000 l -0.0000,16.1371 Z"/></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 92.7000,100.0000 l -0.0000,-15.8310 h -0.3000 l -0.0000,15.8310 Z"/></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 92.4000,100.0000 l -0.0000,-15.5292 h -0.3000 l -0.0000,15.5292 Z"/></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 92.1000,100.0000 l -0.0000,-15.2316 h -0.3000 l -0.0000,15.2316 Z"/></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 91.8000,100.0000 l -0.0000,-14.9382 h -0.3000 l -0.0000,14.9382 Z"/></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 91.5000,100.0000 l -0.0000,-14.6490 h -0.3000 l -0.0000,14.6490 Z"/></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 91.2000,100.0000 l -0.0000,-14.3639 h -0.3000 l -0.0000,14.3639 Z"/></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 90.9000,100.0000 l -0.0000,-14.0830 h -0.3000 l -0.0000,14.0830 Z"/></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 90.6000,100.0000 l -0.0000,-13.8062 h -0.3000 l -0.0000,13.8062 Z"/></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 90.3000,100.0000 l -0.0000,-13.5335 h -0.3000 l -0.0000,13.5335 Z"/></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 90.0000,100.0000 l -0.0000,-13.2649 h -0.3000 l -0.0000,13.2649 Z"/></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 89.7000,100.0000 l -0.0000,-13.0003 h -0.3000 l -0.0000,13.0003 Z"/></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 89.4000,100.0000 l -0.0000,-12.7397 h -0.3000 l -0.0000,12.7397 Z"/></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 89.1000,100.0000 l -0.0000,-12.4830 h -0.3000 l -0.0000,12.4830 Z"/></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 88.8000,100.0000 l -0.0000,-12.2303 h -0.3000 l -0.0000,12.2303 Z"/></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 88.5000,100.0000 l -0.0000,-11.9816 h -0.3000 l -0.0000,11.9816 Z"/></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 88.2000,100.0000 l -0.0000,-11.7367 h -0.3000 l -0.0000,11.7367 Z"/></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 87.9000,100.0000 l -0.0000,-11.4957 h -0.3000 l -0.0000,11.4957 Z"/></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 87.6000,100.0000 l -0.0000,-11.2585 h -0.3000 l -0.0000,11.2585 Z"/></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 87.3000,100.0000 l -0.0000,-11.0251 h -0.3000 l -0.0000,11.0251 Z"/></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 87.0000,100.0000 l -0.0000,-10.7954 h -0.3000 l -0.0000,10.7954 Z"/></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 86.7000,100.0000 l -0.0000,-10.5695 h -0.3000 l -0.0000,10.5695 Z"/></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 86.4000,100.0000 l -0.0000,-10.3472 h -0.3000 l -0.0000,10.3472 Z"/></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 86.1000,100.0000 l -0.0000,-10.1287 h -0.3000 l -0.0000,10.1287 Z"/></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 85.8000,100.0000 l -0.0000,-9.9137 h -0.3000 l -0.0000,9.9137 Z"/></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 85.5000,100.0000 l -0.0000,-9.7024 h -0.3000 l -0.0000,9.7024 Z"/></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 85.2000,100.0000 l -0.0000,-9.4946 h -0.3000 l -0.0000,9.4946 Z"/></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 84.9000,100.0000 l -0.0000,-9.2903 h -0.3000 l -0.0000,9.2903 Z"/></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 84.6000,100.0000 l -0.0000,-9.0895 h -0.3000 l -0.0000,9.0895 Z"/></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 84.3000,100.0000 l -0.0000,-8.8922 h -0.3000 l -0.0000,8.8922 Z"/></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 84.0000,100.0000 l -0.0000,-8.6982 h -0.3000 l -0.0000,8.6982 Z"/></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.7000,100.0000 l -0.0000,-8.5077 h -0.3000 l -0.0000,8.5077 Z"/></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.4000,100.0000 l -0.0000,-8.3205 h -0.3000 l -0.0000,8.3205 Z"/></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.1000,100.0000 l -0.0000,-8.1366 h -0.3000 l -0.0000,8.1366 Z"/></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 82.8000,100.0000 l -0.0000,-7.9560 h -0.3000 l -0.0000,7.9560 Z"/></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 82.5000,100.0000 l -0.0000,-7.7786 h -0.3000 l -0.0000,7.7786 Z"/></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 82.2000,100.0000 l -0.0000,-7.6043 h -0.3000 l -0.0000,7.6043 Z"/></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 81.9000,100.0000 l -0.0000,-7.4333 h -0.3000 l -0.0000,7.4333 Z"/></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 81.6000,100.0000 l -0.0000,-7.2654 h -0.3000 l -0.0000,7.2654 Z"/></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 81.3000,100.0000 l -0.0000,-7.1005 h -0.3000 l -0.0000,7.1005 Z"/></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 81.0000,100.0000 l -0.0000,-6.9387 h -0.3000 l -0.0000,6.9387 Z"/></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 80.7000,100.0000 l -0.0000,-6.7800 h -0.3000 l -0.0000,6.7800 Z"/></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 80.4000,100.0000 l -0.0000,-6.6241 h -0.3000 l -0.0000,6.6241 Z"/></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 80.1000,100.0000 l -0.0000,-6.4713 h -0.3000 l -0.0000,6.4713 Z"/></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 79.8000,100.0000 l -0.0000,-6.3213 h -0.3000 l -0.0000,6.3213 Z"/></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 79.5000,100.0000 l -0.0000,-6.1741 h -0.3000 l -0.0000,6.1741 Z"/></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 79.2000,100.0000 l -0.0000,-6.0298 h -0.3000 l -0.0000,6.0298 Z"/></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 78.9000,100.0000 l -0.0000,-5.8883 h -0.3000 l -0.0000,5.8883 Z"/></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 78.6000,100.0000 l -0.0000,-5.7495 h -0.3000 l -0.0000,5.7495 Z"/></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 78.3000,100.0000 l -0.0000,-5.6135 h -0.3000 l -0.0000,5.6135 Z"/></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 78.0000,100.0000 l -0.0000,-5.4801 h -0.3000 l -0.0000,5.4801 Z"/></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 77.7000,100.0000 l -0.0000,-5.3493 h -0.3000 l -0.0000,5.3493 Z"/></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 77.4000,100.0000 l -0.0000,-5.2212 h -0.3000 l -0.0000,5.2212 Z"/></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 77.1000,100.0000 l -0.0000,-5.0956 h -0.3000 l -0.0000,5.0956 Z"/></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 76.8000,100.0000 l -0.0000,-4.9725 h -0.3000 l -0.0000,4.9725 Z"/></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 76.5000,100.0000 l -0.0000,-4.8519 h -0.3000 l -0.0000,4.8519 Z"/></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 76.2000,100.0000 l -0.0000,-4.7338 h -0.3000 l -0.0000,4.7338 Z"/></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 75.9000,100.0000 l -0.0000,-4.6180 h -0.3000 l -0.0000,4.6180 Z"/></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 75.6000,100.0000 l -0.0000,-4.5047 h -0.3000 l -0.0000,4.5047 Z"/></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 75.3000,100.0000 l -0.0000,-4.3937 h -0.3000 l -0.0000,4.3937 Z"/></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 75.0000,100.0000 l -0.0000,-4.2850 h -0.3000 l -0.0000,4.2850 Z"/></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 74.7000,100.0000 l -0.0000,-4.1786 h -0.3000 l -0.0000,4.1786 Z"/></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 74.4000,100.0000 l -0.0000,-4.0744 h -0.3000 l -0.0000,4.0744 Z"/></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 74.1000,100.0000 l -0.0000,-3.9724 h -0.3000 l -0.0000,3.9724 Z"/></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 73.8000,100.0000 l -0.0000,-3.8726 h -0.3000 l -0.0000,3.8726 Z"/></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 73.5000,100.0000 l -0.0000,-3.7749 h -0.3000 l -0.0000,3.7749 Z"/></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 73.2000,100.0000 l -0.0000,-3.6793 h -0.3000 l -0.0000,3.6793 Z"/></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 72.9000,100.0000 l -0.0000,-3.5858 h -0.3000 l -0.0000,3.5858 Z"/></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 72.6000,100.0000 l -0.0000,-3.4943 h -0.3000 l -0.0000,3.4943 Z"/></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 72.3000,100.0000 l -0.0000,-3.4047 h -0.3000 l -0.0000,3.4047 Z"/></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 72.0000,100.0000 l -0.0000,-3.3172 h -0.3000 l -0.0000,3.3172 Z"/></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 71.7000,100.0000 l -0.0000,-3.2316 h -0.3000 l -0.0000,3.2316 Z"/></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 71.4000,100.0000 l -0.0000,-3.1479 h -0.3000 l -0.0000,3.1479 Z"/></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 71.1000,100.0000 l -0.0000,-3.0660 h -0.3000 l -0.0000,3.0660 Z"/></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 70.8000,100.0000 l -0.0000,-2.9860 h -0.3000 l -0.0000,2.9860 Z"/></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 70.5000,100.0000 l -0.0000,-2.9077 h -0.3000 l -0.0000,2.9077 Z"/></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 70.2000,100.0000 l -0.0000,-2.8313 h -0.3000 l -0.0000,2.8313 Z"/></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 69.9000,100.0000 l -0.0000,-2.7565 h -0.3000 l -0.0000,2.7565 Z"/></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 69.6000,100.0000 l -0.0000,-2.6835 h -0.3000 l -0.0000,2.6835 Z"/></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 69.3000,100.0000 l -0.0000,-2.6121 h -0.3000 l -0.0000,2.6121 Z"/></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 69.0000,100.0000 l -0.0000,-2.5424 h -0.3000 l -0.0000,2.5424 Z"/></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 68.7000,100.0000 l -0.0000,-2.4743 h -0.3000 l -0.0000,2.4743 Z"/></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 68.4000,100.0000 l -0.0000,-2.4078 h -0.3000 l -0.0000,2.4078 Z"/></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 68.1000,100.0000 l -0.0000,-2.3429 h -0.3000 l -0.0000,2.3429 Z"/></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 67.8000,100.0000 l -0.0000,-2.2794 h -0.3000 l -0.0000,2.2794 Z"/></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 67.5000,100.0000 l -0.0000,-2.2175 h -0.3000 l -0.0000,2.2175 Z"/></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 67.2000,100.0000 l -0.0000,-2.1570 h -0.3000 l -0.0000,2.1570 Z"/></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 66.9000,100.0000 l -0.0000,-2.0980 h -0.3000 l -0.0000,2.0980 Z"/></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 66.6000,100.0000 l -0.0000,-2.0403 h -0.3000 l -0.0000,2.0403 Z"/></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 66.3000,100.0000 l -0.0000,-1.9841 h -0.3000 l -0.0000,1.9841 Z"/></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 66.0000,100.0000 l -0.0000,-1.9292 h -0.3000 l -0.0000,1.9292 Z"/></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 65.7000,100.0000 l -0.0000,-1.8757 h -0.3000 l -0.0000,1.8757 Z"/></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 65.4000,100.0000 l -0.0000,-1.8234 h -0.3000 l -0.0000,1.8234 Z"/></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 65.1000,100.0000 l -0.0000,-1.7725 h -0.3000 l -0.0000,1.7725 Z"/></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 64.8000,100.0000 l -0.0000,-1.7227 h -0.3000 l -0.0000,1.7227 Z"/></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 64.5000,100.0000 l -0.0000,-1.6743 h -0.3000 l -0.0000,1.6743 Z"/></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 64.2000,100.0000 l -0.0000,-1.6270 h -0.3000 l -0.0000,1.6270 Z"/></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 63.9000,100.0000 l -0.0000,-1.5809 h -0.3000 l -0.0000,1.5809 Z"/></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 63.6000,100.0000 l -0.0000,-1.5359 h -0.3000 l -0.0000,1.5359 Z"/></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 63.3000,100.0000 l -0.0000,-1.4921 h -0.3000 l -0.0000,1.4921 Z"/></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 63.0000,100.0000 l -0.0000,-1.4494 h -0.3000 l -0.0000,1.4494 Z"/></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 62.7000,100.0000 l -0.0000,-1.4077 h -0.3000 l -0.0000,1.4077 Z"/></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 62.4000,100.0000 l -0.0000,-1.3671 h -0.3000 l -0.0000,1.3671 Z"/></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 62.1000,100.0000 l -0.0000,-1.3276 h -0.3000 l -0.0000,1.3276 Z"/></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 61.8000,100.0000 l -0.0000,-1.2891 h -0.3000 l -0.0000,1.2891 Z"/></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 61.5000,100.0000 l -0.0000,-1.2515 h -0.3000 l -0.0000,1.2515 Z"/></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 61.2000,100.0000 l -0.0000,-1.2150 h -0.3000 l -0.0000,1.2150 Z"/></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 60.9000,100.0000 l -0.0000,-1.1794 h -0.3000 l -0.0000,1.1794 Z"/></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 60.6000,100.0000 l -0.0000,-1.1447 h -0.3000 l -0.0000,1.1447 Z"/></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 60.3000,100.0000 l -0.0000,-1.1109 h -0.3000 l -0.0000,1.1109 Z"/></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 60.0000,100.0000 l -0.0000,-1.0780 h -0.3000 l -0.0000,1.0780 Z"/></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 59.7000,100.0000 l -0.0000,-1.0460 h -0.3000 l -0.0000,1.0460 Z"/></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 59.4000,100.0000 l -0.0000,-1.0148 h -0.3000 l -0.0000,1.0148 Z"/></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 59.1000,100.0000 l -0.0000,-0.9845 h -0.3000 l -0.0000,0.9845 Z"/></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 58.8000,100.0000 l -0.0000,-0.9550 h -0.3000 l -0.0000,0.9550 Z"/></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 58.5000,100.0000 l -0.0000,-0.9262 h -0.3000 l -0.0000,0.9262 Z"/></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 58.2000,100.0000 l -0.0000,-0.8983 h -0.3000 l -0.0000,0.8983 Z"/></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 57.9000,100.0000 l -0.0000,-0.8711 h -0.3000 l -0.0000,0.8711 Z"/></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 57.6000,100.0000 l -0.0000,-0.8446 h -0.3000 l -0.0000,0.8446 Z"/></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 57.3000,100.0000 l -0.0000,-0.8189 h -0.3000 l -0.0000,0.8189 Z"/></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 57.0000,100.0000 l -0.0000,-0.7938 h -0.3000 l -0.0000,0.7938 Z"/></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 56.7000,100.0000 l -0.0000,-0.7695 h -0.3000 l -0.0000,0.7695 Z"/></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 56.4000,100.0000 l -0.0000,-0.7458 h -0.3000 l -0.0000,0.7458 Z"/></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 56.1000,100.0000 l -0.0000,-0.7228 h -0.3000 l -0.0000,0.7228 Z"/></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 55.8000,100.0000 l -0.0000,-0.7004 h -0.3000 l -0.0000,0.7004 Z"/></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 55.5000,100.0000 l -0.0000,-0.6787 h -0.3000 l -0.0000,0.6787 Z"/></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 55.2000,100.0000 l -0.0000,-0.6575 h -0.3000 l -0.0000,0.6575 Z"/></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 54.9000,100.0000 l -0.0000,-0.6370 h -0.3000 l -0.0000,0.6370 Z"/></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 54.6000,100.0000 l -0.0000,-0.6170 h -0.3000 l -0.0000,0.6170 Z"/></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 54.3000,100.0000 l -0.0000,-0.5976 h -0.3000 l -0.0000,0.5976 Z"/></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 54.0000,100.0000 l -0.0000,-0.5788 h -0.3000 l -0.0000,0.5788 Z"/></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 53.7000,100.0000 l -0.0000,-0.5604 h -0.3000 l -0.0000,0.5604 Z"/></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 53.4000,100.0000 l -0.0000,-0.5427 h -0.3000 l -0.0000,0.5427 Z"/></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 53.1000,100.0000 l -0.0000,-0.5254 h -0.3000 l -0.0000,0.5254 Z"/></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 52.8000,100.0000 l -0.0000,-0.5086 h -0.3000 l -0.0000,0.5086 Z"/></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 52.5000,100.0000 l -0.0000,-0.4923 h -0.3000 l -0.0000,0.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 52.2000,100.0000 l -0.0000,-0.4765 h -0.3000 l -0.0000,0.4765 Z"/></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 51.9000,100.0000 l -0.0000,-0.4612 h -0.3000 l -0.0000,0.4612 Z"/></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 51.6000,100.0000 l -0.0000,-0.4462 h -0.3000 l -0.0000,0.4462 Z"/></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 51.3000,100.0000 l -0.0000,-0.4318 h -0.3000 l -0.0000,0.4318 Z"/></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 51.0000,100.0000 l -0.0000,-0.4177 h -0.3000 l -0.0000,0.4177 Z"/></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 50.7000,100.0000 l -0.0000,-0.4041 h -0.3000 l -0.0000,0.4041 Z"/></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 50.4000,100.0000 l -0.0000,-0.3909 h -0.3000 l -0.0000,0.3909 Z"/></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 50.1000,100.0000 l -0.0000,-0.3781 h -0.3000 l -0.0000,0.3781 Z"/></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 49.8000,100.0000 l -0.0000,-0.3656 h -0.3000 l -0.0000,0.3656 Z"/></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 49.5000,100.0000 l -0.0000,-0.3536 h -0.3000 l -0.0000,0.3536 Z"/></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 49.2000,100.0000 l -0.0000,-0.3419 h -0.3000 l -0.0000,0.3419 Z"/></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 48.9000,100.0000 l -0.0000,-0.3305 h -0.3000 l -0.0000,0.3305 Z"/></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 48.6000,100.0000 l -0.0000,-0.3195 h -0.3000 l -0.0000,0.3195 Z"/></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 48.3000,100.0000 l -0.0000,-0.3089 h -0.3000 l -0.0000,0.3089 Z"/></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 48.0000,100.0000 l -0.0000,-0.2985 h -0.3000 l -0.0000,0.2985 Z"/></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 47.7000,100.0000 l -0.0000,-0.2885 h -0.3000 l -0.0000,0.2885 Z"/></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 47.4000,100.0000 l -0.0000,-0.2788 h -0.3000 l -0.0000,0.2788 Z"/></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 47.1000,100.0000 l -0.0000,-0.2694 h -0.3000 l -0.0000,0.2694 Z"/></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 46.8000,100.0000 l -0.0000,-0.2603 h -0.3000 l -0.0000,0.2603 Z"/></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 46.5000,100.0000 l -0.0000,-0.2514 h -0.3000 l -0.0000,0.2514 Z"/></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 46.2000,100.0000 l -0.0000,-0.2429 h -0.3000 l -0.0000,0.2429 Z"/></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 45.9000,100.0000 l -0.0000,-0.2346 h -0.3000 l -0.0000,0.2346 Z"/></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 45.6000,100.0000 l -0.0000,-0.2265 h -0.3000 l -0.0000,0.2265 Z"/></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 45.3000,100.0000 l -0.0000,-0.2187 h -0.3000 l -0.0000,0.2187 Z"/></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 45.0000,100.0000 l -0.0000,-0.2112 h -0.3000 l -0.0000,0.2112 Z"/></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 44.7000,100.0000 l -0.0000,-0.2039 h -0.3000 l -0.0000,0.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 44.4000,100.0000 l -0.0000,-0.1969 h -0.3000 l -0.0000,0.1969 Z"/></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 44.1000,100.0000 l -0.0000,-0.1900 h -0.3000 l -0.0000,0.1900 Z"/></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 43.8000,100.0000 l -0.0000,-0.1834 h -0.3000 l -0.0000,0.1834 Z"/></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 43.5000,100.0000 l -0.0000,-0.1770 h -0.3000 l -0.0000,0.1770 Z"/></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 43.2000,100.0000 l -0.0000,-0.1708 h -0.3000 l -0.0000,0.1708 Z"/></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 42.9000,100.0000 l -0.0000,-0.1648 h -0.3000 l -0.0000,0.1648 Z"/></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 42.6000,100.0000 l -0.0000,-0.1590 h -0.3000 l -0.0000,0.1590 Z"/></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 42.3000,100.0000 l -0.0000,-0.1534 h -0.3000 l -0.0000,0.1534 Z"/></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 42.0000,100.0000 l -0.0000,-0.1480 h -0.3000 l -0.0000,0.1480 Z"/></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 41.7000,100.0000 l -0.0000,-0.1427 h -0.3000 l -0.0000,0.1427 Z"/></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 41.4000,100.0000 l -0.0000,-0.1376 h -0.3000 l -0.0000,0.1376 Z"/></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 41.1000,100.0000 l -0.0000,-0.1327 h -0.3000 l -0.0000,0.1327 Z"/></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 40.8000,100.0000 l -0.0000,-0.1280 h -0.3000 l -0.0000,0.1280 Z"/></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 40.5000,100.0000 l -0.0000,-0.1234 h -0.3000 l -0.0000,0.1234 Z"/></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 40.2000,100.0000 l -0.0000,-0.1189 h -0.3000 l -0.0000,0.1189 Z"/></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 39.9000,100.0000 l -0.0000,-0.1146 h -0.3000 l -0.0000,0.1146 Z"/></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 39.6000,100.0000 l -0.0000,-0.1105 h -0.3000 l -0.0000,0.1105 Z"/></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 39.3000,100.0000 l -0.0000,-0.1065 h -0.3000 l -0.0000,0.1065 Z"/></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 39.0000,100.0000 l -0.0000,-0.1026 h -0.3000 l -0.0000,0.1026 Z"/></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 38.7000,100.0000 l -0.0000,-0.0989 h -0.3000 l -0.0000,0.0989 Z"/></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 38.4000,100.0000 l -0.0000,-0.0952 h -0.3000 l -0.0000,0.0952 Z"/></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 38.1000,100.0000 l -0.0000,-0.0918 h -0.3000 l -0.0000,0.0918 Z"/></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 37.8000,100.0000 l -0.0000,-0.0884 h -0.3000 l -0.0000,0.0884 Z"/></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 37.5000,100.0000 l -0.0000,-0.0851 h -0.3000 l -0.0000,0.0851 Z"/></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 37.2000,100.0000 l -0.0000,-0.0820 h -0.3000 l -0.0000,0.0820 Z"/></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 36.9000,100.0000 l -0.0000,-0.0789 h -0.3000 l -0.0000,0.0789 Z"/></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 36.6000,100.0000 l -0.0000,-0.0760 h -0.3000 l -0.0000,0.0760 Z"/></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 36.3000,100.0000 l -0.0000,-0.0732 h -0.3000 l -0.0000,0.0732 Z"/></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 36.0000,100.0000 l -0.0000,-0.0704 h -0.3000 l -0.0000,0.0704 Z"/></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 35.7000,100.0000 l -0.0000,-0.0678 h -0.3000 l -0.0000,0.0678 Z"/></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 35.4000,100.0000 l -0.0000,-0.0653 h -0.3000 l -0.0000,0.0653 Z"/></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 35.1000,100.0000 l -0.0000,-0.0628 h -0.3000 l -0.0000,0.0628 Z"/></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 34.8000,100.0000 l -0.0000,-0.0604 h -0.3000 l -0.0000,0.0604 Z"/></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 34.5000,100.0000 l -0.0000,-0.0582 h -0.3000 l -0.0000,0.0582 Z"/></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 34.2000,100.0000 l -0.0000,-0.0560 h -0.3000 l -0.0000,0.0560 Z"/></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 33.9000,100.0000 l -0.0000,-0.0538 h -0.3000 l -0.0000,0.0538 Z"/></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 33.6000,100.0000 l -0.0000,-0.0518 h -0.3000 l -0.0000,0.0518 Z"/></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 33.3000,100.0000 l -0.0000,-0.0498 h -0.3000 l -0.0000,0.0498 Z"/></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 33.0000,100.0000 l -0.0000,-0.0479 h -0.3000 l -0.0000,0.0479 Z"/></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 32.7000,100.0000 l -0.0000,-0.0460 h -0.3000 l -0.0000,0.0460 Z"/></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 32.4000,100.0000 l -0.0000,-0.0443 h -0.3000 l -0.0000,0.0443 Z"/></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 32.1000,100.0000 l -0.0000,-0.0426 h -0.3000 l -0.0000,0.0426 Z"/></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 31.8000,100.0000 l -0.0000,-0.0409 h -0.3000 l -0.0000,0.0409 Z"/></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 31.5000,100.0000 l -0.0000,-0.0393 h -0.3000 l -0.0000,0.0393 Z"/></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 31.2000,100.0000 l -0.0000,-0.0378 h -0.3000 l -0.0000,0.0378 Z"/></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 30.9000,100.0000 l -0.0000,-0.0363 h -0.3000 l -0.0000,0.0363 Z"/></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 30.6000,100.0000 l -0.0000,-0.0349 h -0.3000 l -0.0000,0.0349 Z"/></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 30.3000,100.0000 l -0.0000,-0.0335 h -0.3000 l -0.0000,0.0335 Z"/></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 30.0000,100.0000 l -0.0000,-0.0322 h -0.3000 l -0.0000,0.0322 Z"/></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 29.7000,100.0000 l -0.0000,-0.0310 h -0.3000 l -0.0000,0.0310 Z"/></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 29.4000,100.0000 l -0.0000,-0.0297 h -0.3000 l -0.0000,0.0297 Z"/></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 29.1000,100.0000 l -0.0000,-0.0286 h -0.3000 l -0.0000,0.0286 Z"/></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 28.8000,100.0000 l -0.0000,-0.0274 h -0.3000 l -0.0000,0.0274 Z"/></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 28.5000,100.0000 l -0.0000,-0.0263 h -0.3000 l -0.0000,0.0263 Z"/></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 28.2000,100.0000 l -0.0000,-0.0253 h -0.3000 l -0.0000,0.0253 Z"/></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 27.9000,100.0000 l -0.0000,-0.0243 h -0.3000 l -0.0000,0.0243 Z"/></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 27.6000,100.0000 l -0.0000,-0.0233 h -0.3000 l -0.0000,0.0233 Z"/></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 27.3000,100.0000 l -0.0000,-0.0224 h -0.3000 l -0.0000,0.0224 Z"/></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 27.0000,100.0000 l -0.0000,-0.0215 h -0.3000 l -0.0000,0.0215 Z"/></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 26.7000,100.0000 l -0.0000,-0.0206 h -0.3000 l -0.0000,0.0206 Z"/></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 26.4000,100.0000 l -0.0000,-0.0198 h -0.3000 l -0.0000,0.0198 Z"/></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 26.1000,100.0000 l -0.0000,-0.0190 h -0.3000 l -0.0000,0.0190 Z"/></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 25.8000,100.0000 l -0.0000,-0.0182 h -0.3000 l -0.0000,0.0182 Z"/></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 25.5000,100.0000 l -0.0000,-0.0175 h -0.3000 l -0.0000,0.0175 Z"/></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 25.2000,100.0000 l -0.0000,-0.0168 h -0.3000 l -0.0000,0.0168 Z"/></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 24.9000,100.0000 l -0.0000,-0.0161 h -0.3000 l -0.0000,0.0161 Z"/></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 24.6000,100.0000 l -0.0000,-0.0154 h -0.3000 l -0.0000,0.0154 Z"/></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 24.3000,100.0000 l -0.0000,-0.0148 h -0.3000 l -0.0000,0.0148 Z"/></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 24.0000,100.0000 l -0.0000,-0.0142 h -0.3000 l -0.0000,0.0142 Z"/></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 23.7000,100.0000 l -0.0000,-0.0136 h -0.3000 l -0.0000,0.0136 Z"/></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 23.4000,100.0000 l -0.0000,-0.0130 h -0.3000 l -0.0000,0.0130 Z"/></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 23.1000,100.0000 l -0.0000,-0.0125 h -0.3000 l -0.0000,0.0125 Z"/></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 22.8000,100.0000 l -0.0000,-0.0120 h -0.3000 l -0.0000,0.0120 Z"/></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 22.5000,100.0000 l -0.0000,-0.0115 h -0.3000 l -0.0000,0.0115 Z"/></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 22.2000,100.0000 l -0.0000,-0.0110 h -0.3000 l -0.0000,0.0110 Z"/></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 21.9000,100.0000 l -0.0000,-0.0105 h -0.3000 l -0.0000,0.0105 Z"/></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 21.6000,100.0000 l -0.0000,-0.0101 h -0.3000 l -0.0000,0.0101 Z"/></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 21.3000,100.0000 l -0.0000,-0.0097 h -0.3000 l -0.0000,0.0097 Z"/></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 21.0000,100.0000 l -0.0000,-0.0093 h -0.3000 l -0.0000,0.0093 Z"/></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 20.7000,100.0000 l -0.0000,-0.0089 h -0.3000 l -0.0000,0.0089 Z"/></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 20.4000,100.0000 l -0.0000,-0.0085 h -0.3000 l -0.0000,0.0085 Z"/></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 20.1000,100.0000 l -0.0000,-0.0081 h -0.3000 l -0.0000,0.0081 Z"/></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 19.8000,100.0000 l -0.0000,-0.0078 h -0.3000 l -0.0000,0.0078 Z"/></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 19.5000,100.0000 l -0.0000,-0.0074 h -0.3000 l -0.0000,0.0074 Z"/></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 19.2000,100.0000 l -0.0000,-0.0071 h -0.3000 l -0.0000,0.0071 Z"/></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 18.9000,100.0000 l -0.0000,-0.0068 h -0.3000 l -0.0000,0.0068 Z"/></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 18.6000,100.0000 l -0.0000,-0.0065 h -0.3000 l -0.0000,0.0065 Z"/></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 18.3000,100.0000 l -0.0000,-0.0063 h -0.3000 l -0.0000,0.0063 Z"/></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 18.0000,100.0000 l -0.0000,-0.0060 h -0.3000 l -0.0000,0.0060 Z"/></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 17.7000,100.0000 l -0.0000,-0.0057 h -0.3000 l -0.0000,0.0057 Z"/></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 17.4000,100.0000 l -0.0000,-0.0055 h -0.3000 l -0.0000,0.0055 Z"/></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 17.1000,100.0000 l -0.0000,-0.0052 h -0.3000 l -0.0000,0.0052 Z"/></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 16.8000,100.0000 l -0.0000,-0.0050 h -0.3000 l -0.0000,0.0050 Z"/></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 16.5000,100.0000 l -0.0000,-0.0048 h -0.3000 l -0.0000,0.0048 Z"/></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 16.2000,100.0000 l -0.0000,-0.0046 h -0.3000 l -0.0000,0.0046 Z"/></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 15.9000,100.0000 l -0.0000,-0.0044 h -0.3000 l -0.0000,0.0044 Z"/></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 15.6000,100.0000 l -0.0000,-0.0042 h -0.3000 l -0.0000,0.0042 Z"/></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 15.3000,100.0000 l -0.0000,-0.0040 h -0.3000 l -0.0000,0.0040 Z"/></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 15.0000,100.0000 l -0.0000,-0.0038 h -0.3000 l -0.0000,0.0038 Z"/></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 14.7000,100.0000 l -0.0000,-0.0037 h -0.3000 l -0.0000,0.0037 Z"/></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 14.4000,100.0000 l -0.0000,-0.0035 h -0.3000 l -0.0000,0.0035 Z"/></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 14.1000,100.0000 l -0.0000,-0.0033 h -0.3000 l -0.0000,0.0033 Z"/></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 13.8000,100.0000 l -0.0000,-0.0032 h -0.3000 l -0.0000,0.0032 Z"/></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 13.5000,100.0000 l -0.0000,-0.0031 h -0.3000 l -0.0000,0.0031 Z"/></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 13.2000,100.0000 l -0.0000,-0.0029 h -0.3000 l -0.0000,0.0029 Z"/></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 12.9000,100.0000 l -0.0000,-0.0028 h -0.3000 l -0.0000,0.0028 Z"/></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 12.6000,100.0000 l -0.0000,-0.0027 h -0.3000 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 12.3000,100.0000 l -0.0000,-0.0025 h -0.3000 l -0.0000,0.0025 Z"/></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 12.0000,100.0000 l -0.0000,-0.0024 h -0.3000 l -0.0000,0.0024 Z"/></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 11.7000,100.0000 l -0.0000,-0.0023 h -0.3000 l -0.0000,0.0023 Z"/></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 11.4000,100.0000 l -0.0000,-0.0022 h -0.3000 l -0.0000,0.0022 Z"/></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 11.1000,100.0000 l -0.0000,-0.0021 h -0.3000 l -0.0000,0.0021 Z"/></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 10.8000,100.0000 l -0.0000,-0.0020 h -0.3000 l -0.0000,0.0020 Z"/></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 10.5000,100.0000 l -0.0000,-0.0019 h -0.3000 l -0.0000,0.0019 Z"/></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 10.2000,100.0000 l -0.0000,-0.0018 h -0.3000 l -0.0000,0.0018 Z"/></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 9.9000,100.0000 l -0.0000,-0.0018 h -0.3000 l -0.0000,0.0018 Z"/></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 9.6000,100.0000 l -0.0000,-0.0017 h -0.3000 l -0.0000,0.0017 Z"/></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 9.3000,100.0000 l -0.0000,-0.0016 h -0.3000 l -0.0000,0.0016 Z"/></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 9.0000,100.0000 l -0.0000,-0.0015 h -0.3000 l -0.0000,0.0015 Z"/></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 8.7000,100.0000 l -0.0000,-0.0015 h -0.3000 l -0.0000,0.0015 Z"/></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 8.4000,100.0000 l -0.0000,-0.0014 h -0.3000 l -0.0000,0.0014 Z"/></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 8.1000,100.0000 l -0.0000,-0.0013 h -0.3000 l -0.0000,0.0013 Z"/></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 7.8000,100.0000 l -0.0000,-0.0013 h -0.3000 l -0.0000,0.0013 Z"/></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 7.5000,100.0000 l -0.0000,-0.0012 h -0.3000 l -0.0000,0.0012 Z"/></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 7.2000,100.0000 l -0.0000,-0.0011 h -0.3000 l -0.0000,0.0011 Z"/></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 6.9000,100.0000 l -0.0000,-0.0011 h -0.3000 l -0.0000,0.0011 Z"/></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 6.6000,100.0000 l -0.0000,-0.0010 h -0.3000 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 6.3000,100.0000 l -0.0000,-0.0010 h -0.3000 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 6.0000,100.0000 l -0.0000,-0.0009 h -0.3000 l -0.0000,0.0009 Z"/></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 5.7000,100.0000 l -0.0000,-0.0009 h -0.3000 l -0.0000,0.0009 Z"/></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 5.4000,100.0000 l -0.0000,-0.0009 h -0.3000 l -0.0000,0.0009 Z"/></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 5.1000,100.0000 l -0.0000,-0.0008 h -0.3000 l -0.0000,0.0008 Z"/></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 4.8000,100.0000 l -0.0000,-0.0008 h -0.3000 l -0.0000,0.0008 Z"/></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 4.5000,100.0000 l -0.0000,-0.0007 h -0.3000 l -0.0000,0.0007 Z"/></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 4.2000,100.0000 l -0.0000,-0.0007 h -0.3000 l -0.0000,0.0007 Z"/></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 3.9000,100.0000 l -0.0000,-0.0007 h -0.3000 l -0.0000,0.0007 Z"/></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 3.6000,100.0000 l -0.0000,-0.0006 h -0.3000 l -0.0000,0.0006 Z"/></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 3.3000,100.0000 l -0.0000,-0.0006 h -0.3000 l -0.0000,0.0006 Z"/></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 3.0000,100.0000 l -0.0000,-0.0006 h -0.3000 l -0.0000,0.0006 Z"/></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 2.7000,100.0000 l -0.0000,-0.0006 h -0.3000 l -0.0000,0.0006 Z"/></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 2.4000,100.0000 l -0.0000,-0.0005 h -0.3000 l -0.0000,0.0005 Z"/></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 2.1000,100.0000 l -0.0000,-0.0005 h -0.3000 l -0.0000,0.0005 Z"/></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 1.8000,100.0000 l -0.0000,-0.0005 h -0.3000 l -0.0000,0.0005 Z"/></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 1.5000,100.0000 l -0.0000,-0.0005 h -0.3000 l -0.0000,0.0005 Z"/></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 1.2000,100.0000 l -0.0000,-0.0004 h -0.3000 l -0.0000,0.0004 Z"/></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 0.9000,100.0000 l -0.0000,-0.0004 h -0.3000 l -0.0000,0.0004 Z"/></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 0.6000,100.0000 l -0.0000,-0.0004 h -0.3000 l -0.0000,0.0004 Z"/></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 0.3000,100.0000 l -0.0000,-0.0004 h -0.3000 l -0.0000,0.0004 Z"/></g></svg>
diff --git a/other/rectHudExample.svg b/other/rectHudExample.svg
new file mode 100644
--- /dev/null
+++ b/other/rectHudExample.svg
@@ -0,0 +1,3 @@
+<?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="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 569.1881,238.5351 l -0.0000,-3.6083 h -0.4866 l -0.0000,3.6083 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 568.7015,238.5351 l -0.0000,-3.6535 h -0.4866 l -0.0000,3.6535 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 568.2148,238.5351 l -0.0000,-3.6993 h -0.4866 l -0.0000,3.6993 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 567.7282,238.5351 l -0.0000,-3.7455 h -0.4866 l -0.0000,3.7455 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 567.2416,238.5351 l -0.0000,-3.7922 h -0.4866 l -0.0000,3.7922 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 566.7549,238.5351 l -0.0000,-3.8393 h -0.4866 l -0.0000,3.8393 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 566.2683,238.5351 l -0.0000,-3.8870 h -0.4866 l -0.0000,3.8870 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 565.7817,238.5351 l -0.0000,-3.9351 h -0.4866 l -0.0000,3.9351 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 565.2951,238.5351 l -0.0000,-3.9838 h -0.4866 l -0.0000,3.9838 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 564.8084,238.5351 l -0.0000,-4.0329 h -0.4866 l -0.0000,4.0329 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 564.3218,238.5351 l -0.0000,-4.0826 h -0.4866 l -0.0000,4.0826 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 563.8352,238.5351 l -0.0000,-4.1328 h -0.4866 l -0.0000,4.1328 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 563.3485,238.5351 l -0.0000,-4.1834 h -0.4866 l -0.0000,4.1834 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.8619,238.5351 l -0.0000,-4.2346 h -0.4866 l -0.0000,4.2346 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.3753,238.5351 l -0.0000,-4.2863 h -0.4866 l -0.0000,4.2863 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 561.8886,238.5351 l -0.0000,-4.3386 h -0.4866 l -0.0000,4.3386 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 561.4020,238.5351 l -0.0000,-4.3913 h -0.4866 l -0.0000,4.3913 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 560.9154,238.5351 l -0.0000,-4.4446 h -0.4866 l -0.0000,4.4446 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 560.4287,238.5351 l -0.0000,-4.4985 h -0.4866 l -0.0000,4.4985 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 559.9421,238.5351 l -0.0000,-4.5528 h -0.4866 l -0.0000,4.5528 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 559.4555,238.5351 l -0.0000,-4.6077 h -0.4866 l -0.0000,4.6077 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 558.9688,238.5351 l -0.0000,-4.6632 h -0.4866 l -0.0000,4.6632 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 558.4822,238.5351 l -0.0000,-4.7192 h -0.4866 l -0.0000,4.7192 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 557.9956,238.5351 l -0.0000,-4.7757 h -0.4866 l -0.0000,4.7757 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 557.5090,238.5351 l -0.0000,-4.8328 h -0.4866 l -0.0000,4.8328 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 557.0223,238.5351 l -0.0000,-4.8905 h -0.4866 l -0.0000,4.8905 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 556.5357,238.5351 l -0.0000,-4.9487 h -0.4866 l -0.0000,4.9487 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 556.0491,238.5351 l -0.0000,-5.0076 h -0.4866 l -0.0000,5.0076 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 555.5624,238.5351 l -0.0000,-5.0669 h -0.4866 l -0.0000,5.0669 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 555.0758,238.5351 l -0.0000,-5.1269 h -0.4866 l -0.0000,5.1269 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 554.5892,238.5351 l -0.0000,-5.1874 h -0.4866 l -0.0000,5.1874 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 554.1025,238.5351 l -0.0000,-5.2485 h -0.4866 l -0.0000,5.2485 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 553.6159,238.5351 l -0.0000,-5.3102 h -0.4866 l -0.0000,5.3102 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 553.1293,238.5351 l -0.0000,-5.3725 h -0.4866 l -0.0000,5.3725 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.6426,238.5351 l -0.0000,-5.4354 h -0.4866 l -0.0000,5.4354 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.1560,238.5351 l -0.0000,-5.4989 h -0.4866 l -0.0000,5.4989 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 551.6694,238.5351 l -0.0000,-5.5630 h -0.4866 l -0.0000,5.5630 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 551.1828,238.5351 l -0.0000,-5.6277 h -0.4866 l -0.0000,5.6277 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 550.6961,238.5351 l -0.0000,-5.6930 h -0.4866 l -0.0000,5.6930 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 550.2095,238.5351 l -0.0000,-5.7589 h -0.4866 l -0.0000,5.7589 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 549.7229,238.5351 l -0.0000,-5.8254 h -0.4866 l -0.0000,5.8254 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 549.2362,238.5351 l -0.0000,-5.8926 h -0.4866 l -0.0000,5.8926 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 548.7496,238.5351 l -0.0000,-5.9604 h -0.4866 l -0.0000,5.9604 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 548.2630,238.5351 l -0.0000,-6.0288 h -0.4866 l -0.0000,6.0288 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 547.7763,238.5351 l -0.0000,-6.0978 h -0.4866 l -0.0000,6.0978 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 547.2897,238.5351 l -0.0000,-6.1675 h -0.4866 l -0.0000,6.1675 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 546.8031,238.5351 l -0.0000,-6.2378 h -0.4866 l -0.0000,6.2378 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 546.3164,238.5351 l -0.0000,-6.3088 h -0.4866 l -0.0000,6.3088 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 545.8298,238.5351 l -0.0000,-6.3804 h -0.4866 l -0.0000,6.3804 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 545.3432,238.5351 l -0.0000,-6.4527 h -0.4866 l -0.0000,6.4527 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 544.8565,238.5351 l -0.0000,-6.5256 h -0.4866 l -0.0000,6.5256 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 544.3699,238.5351 l -0.0000,-6.5992 h -0.4866 l -0.0000,6.5992 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 543.8833,238.5351 l -0.0000,-6.6734 h -0.4866 l -0.0000,6.6734 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 543.3967,238.5351 l -0.0000,-6.7483 h -0.4866 l -0.0000,6.7483 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.9100,238.5351 l -0.0000,-6.8239 h -0.4866 l -0.0000,6.8239 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.4234,238.5351 l -0.0000,-6.9002 h -0.4866 l -0.0000,6.9002 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 541.9368,238.5351 l -0.0000,-6.9771 h -0.4866 l -0.0000,6.9771 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 541.4501,238.5351 l -0.0000,-7.0547 h -0.4866 l -0.0000,7.0547 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 540.9635,238.5351 l -0.0000,-7.1330 h -0.4866 l -0.0000,7.1330 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 540.4769,238.5351 l -0.0000,-7.2120 h -0.4866 l -0.0000,7.2120 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 539.9902,238.5351 l -0.0000,-7.2917 h -0.4866 l -0.0000,7.2917 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 539.5036,238.5351 l -0.0000,-7.3721 h -0.4866 l -0.0000,7.3721 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 539.0170,238.5351 l -0.0000,-7.4531 h -0.4866 l -0.0000,7.4531 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 538.5303,238.5351 l -0.0000,-7.5349 h -0.4866 l -0.0000,7.5349 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 538.0437,238.5351 l -0.0000,-7.6174 h -0.4866 l -0.0000,7.6174 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 537.5571,238.5351 l -0.0000,-7.7006 h -0.4866 l -0.0000,7.7006 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 537.0704,238.5351 l -0.0000,-7.7845 h -0.4866 l -0.0000,7.7845 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 536.5838,238.5351 l -0.0000,-7.8691 h -0.4866 l -0.0000,7.8691 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 536.0972,238.5351 l -0.0000,-7.9545 h -0.4866 l -0.0000,7.9545 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 535.6106,238.5351 l -0.0000,-8.0405 h -0.4866 l -0.0000,8.0405 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 535.1239,238.5351 l -0.0000,-8.1273 h -0.4866 l -0.0000,8.1273 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 534.6373,238.5351 l -0.0000,-8.2149 h -0.4866 l -0.0000,8.2149 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 534.1507,238.5351 l -0.0000,-8.3031 h -0.4866 l -0.0000,8.3031 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 533.6640,238.5351 l -0.0000,-8.3922 h -0.4866 l -0.0000,8.3922 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 533.1774,238.5351 l -0.0000,-8.4819 h -0.4866 l -0.0000,8.4819 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.6908,238.5351 l -0.0000,-8.5724 h -0.4866 l -0.0000,8.5724 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.2041,238.5351 l -0.0000,-8.6636 h -0.4866 l -0.0000,8.6636 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 531.7175,238.5351 l -0.0000,-8.7556 h -0.4866 l -0.0000,8.7556 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 531.2309,238.5351 l -0.0000,-8.8484 h -0.4866 l -0.0000,8.8484 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 530.7442,238.5351 l -0.0000,-8.9419 h -0.4866 l -0.0000,8.9419 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 530.2576,238.5351 l -0.0000,-9.0362 h -0.4866 l -0.0000,9.0362 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 529.7710,238.5351 l -0.0000,-9.1312 h -0.4866 l -0.0000,9.1312 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 529.2844,238.5351 l -0.0000,-9.2270 h -0.4866 l -0.0000,9.2270 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 528.7977,238.5351 l -0.0000,-9.3236 h -0.4866 l -0.0000,9.3236 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 528.3111,238.5351 l -0.0000,-9.4209 h -0.4866 l -0.0000,9.4209 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 527.8245,238.5351 l -0.0000,-9.5191 h -0.4866 l -0.0000,9.5191 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 527.3378,238.5351 l -0.0000,-9.6180 h -0.4866 l -0.0000,9.6180 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 526.8512,238.5351 l -0.0000,-9.7177 h -0.4866 l -0.0000,9.7177 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 526.3646,238.5351 l -0.0000,-9.8182 h -0.4866 l -0.0000,9.8182 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 525.8779,238.5351 l -0.0000,-9.9194 h -0.4866 l -0.0000,9.9194 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 525.3913,238.5351 l -0.0000,-10.0215 h -0.4866 l -0.0000,10.0215 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 524.9047,238.5351 l -0.0000,-10.1244 h -0.4866 l -0.0000,10.1244 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 524.4180,238.5351 l -0.0000,-10.2281 h -0.4866 l -0.0000,10.2281 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 523.9314,238.5351 l -0.0000,-10.3325 h -0.4866 l -0.0000,10.3325 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 523.4448,238.5351 l -0.0000,-10.4378 h -0.4866 l -0.0000,10.4378 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.9581,238.5351 l -0.0000,-10.5439 h -0.4866 l -0.0000,10.5439 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.4715,238.5351 l -0.0000,-10.6508 h -0.4866 l -0.0000,10.6508 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 521.9849,238.5351 l -0.0000,-10.7585 h -0.4866 l -0.0000,10.7585 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 521.4983,238.5351 l -0.0000,-10.8670 h -0.4866 l -0.0000,10.8670 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 521.0116,238.5351 l -0.0000,-10.9764 h -0.4866 l -0.0000,10.9764 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 520.5250,238.5351 l -0.0000,-11.0866 h -0.4866 l -0.0000,11.0866 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 520.0384,238.5351 l -0.0000,-11.1976 h -0.4866 l -0.0000,11.1976 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 519.5517,238.5351 l -0.0000,-11.3094 h -0.4866 l -0.0000,11.3094 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 519.0651,238.5351 l -0.0000,-11.4221 h -0.4866 l -0.0000,11.4221 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 518.5785,238.5351 l -0.0000,-11.5356 h -0.4866 l -0.0000,11.5356 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 518.0918,238.5351 l -0.0000,-11.6499 h -0.4866 l -0.0000,11.6499 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 517.6052,238.5351 l -0.0000,-11.7651 h -0.4866 l -0.0000,11.7651 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 517.1186,238.5351 l -0.0000,-11.8811 h -0.4866 l -0.0000,11.8811 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 516.6319,238.5351 l -0.0000,-11.9979 h -0.4866 l -0.0000,11.9979 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 516.1453,238.5351 l -0.0000,-12.1156 h -0.4866 l -0.0000,12.1156 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 515.6587,238.5351 l -0.0000,-12.2342 h -0.4866 l -0.0000,12.2342 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 515.1720,238.5351 l -0.0000,-12.3536 h -0.4866 l -0.0000,12.3536 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 514.6854,238.5351 l -0.0000,-12.4738 h -0.4866 l -0.0000,12.4738 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 514.1988,238.5351 l -0.0000,-12.5950 h -0.4866 l -0.0000,12.5950 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 513.7122,238.5351 l -0.0000,-12.7169 h -0.4866 l -0.0000,12.7169 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 513.2255,238.5351 l -0.0000,-12.8398 h -0.4866 l -0.0000,12.8398 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.7389,238.5351 l -0.0000,-12.9635 h -0.4866 l -0.0000,12.9635 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.2523,238.5351 l -0.0000,-13.0880 h -0.4866 l -0.0000,13.0880 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 511.7656,238.5351 l -0.0000,-13.2134 h -0.4866 l -0.0000,13.2134 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 511.2790,238.5351 l -0.0000,-13.3397 h -0.4866 l -0.0000,13.3397 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 510.7924,238.5351 l -0.0000,-13.4669 h -0.4866 l -0.0000,13.4669 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 510.3057,238.5351 l -0.0000,-13.5949 h -0.4866 l -0.0000,13.5949 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 509.8191,238.5351 l -0.0000,-13.7238 h -0.4866 l -0.0000,13.7238 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 509.3325,238.5351 l -0.0000,-13.8536 h -0.4866 l -0.0000,13.8536 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 508.8458,238.5351 l -0.0000,-13.9843 h -0.4866 l -0.0000,13.9843 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 508.3592,238.5351 l -0.0000,-14.1158 h -0.4866 l -0.0000,14.1158 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 507.8726,238.5351 l -0.0000,-14.2483 h -0.4866 l -0.0000,14.2483 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 507.3860,238.5351 l -0.0000,-14.3816 h -0.4866 l -0.0000,14.3816 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 506.8993,238.5351 l -0.0000,-14.5158 h -0.4866 l -0.0000,14.5158 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 506.4127,238.5351 l -0.0000,-14.6508 h -0.4866 l -0.0000,14.6508 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 505.9261,238.5351 l -0.0000,-14.7868 h -0.4866 l -0.0000,14.7868 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 505.4394,238.5351 l -0.0000,-14.9236 h -0.4866 l -0.0000,14.9236 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 504.9528,238.5351 l -0.0000,-15.0614 h -0.4866 l -0.0000,15.0614 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 504.4662,238.5351 l -0.0000,-15.2000 h -0.4866 l -0.0000,15.2000 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 503.9795,238.5351 l -0.0000,-15.3395 h -0.4866 l -0.0000,15.3395 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 503.4929,238.5351 l -0.0000,-15.4800 h -0.4866 l -0.0000,15.4800 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 503.0063,238.5351 l -0.0000,-15.6213 h -0.4866 l -0.0000,15.6213 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.5196,238.5351 l -0.0000,-15.7635 h -0.4866 l -0.0000,15.7635 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.0330,238.5351 l -0.0000,-15.9066 h -0.4866 l -0.0000,15.9066 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 501.5464,238.5351 l -0.0000,-16.0506 h -0.4866 l -0.0000,16.0506 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 501.0597,238.5351 l -0.0000,-16.1955 h -0.4866 l -0.0000,16.1955 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 500.5731,238.5351 l -0.0000,-16.3413 h -0.4866 l -0.0000,16.3413 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 500.0865,238.5351 l -0.0000,-16.4880 h -0.4866 l -0.0000,16.4880 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 499.5999,238.5351 l -0.0000,-16.6356 h -0.4866 l -0.0000,16.6356 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 499.1132,238.5351 l -0.0000,-16.7841 h -0.4866 l -0.0000,16.7841 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 498.6266,238.5351 l -0.0000,-16.9336 h -0.4866 l -0.0000,16.9336 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 498.1400,238.5351 l -0.0000,-17.0839 h -0.4866 l -0.0000,17.0839 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 497.6533,238.5351 l -0.0000,-17.2351 h -0.4866 l -0.0000,17.2351 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 497.1667,238.5351 l -0.0000,-17.3872 h -0.4866 l -0.0000,17.3872 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 496.6801,238.5351 l -0.0000,-17.5402 h -0.4866 l -0.0000,17.5402 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 496.1934,238.5351 l -0.0000,-17.6942 h -0.4866 l -0.0000,17.6942 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 495.7068,238.5351 l -0.0000,-17.8490 h -0.4866 l -0.0000,17.8490 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 495.2202,238.5351 l -0.0000,-18.0047 h -0.4866 l -0.0000,18.0047 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 494.7335,238.5351 l -0.0000,-18.1614 h -0.4866 l -0.0000,18.1614 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 494.2469,238.5351 l -0.0000,-18.3189 h -0.4866 l -0.0000,18.3189 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 493.7603,238.5351 l -0.0000,-18.4774 h -0.4866 l -0.0000,18.4774 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 493.2736,238.5351 l -0.0000,-18.6367 h -0.4866 l -0.0000,18.6367 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.7870,238.5351 l -0.0000,-18.7970 h -0.4866 l -0.0000,18.7970 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.3004,238.5351 l -0.0000,-18.9582 h -0.4866 l -0.0000,18.9582 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 491.8138,238.5351 l -0.0000,-19.1202 h -0.4866 l -0.0000,19.1202 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 491.3271,238.5351 l -0.0000,-19.2832 h -0.4866 l -0.0000,19.2832 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 490.8405,238.5351 l -0.0000,-19.4471 h -0.4866 l -0.0000,19.4471 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 490.3539,238.5351 l -0.0000,-19.6119 h -0.4866 l -0.0000,19.6119 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 489.8672,238.5351 l -0.0000,-19.7775 h -0.4866 l -0.0000,19.7775 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 489.3806,238.5351 l -0.0000,-19.9441 h -0.4866 l -0.0000,19.9441 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 488.8940,238.5351 l -0.0000,-20.1116 h -0.4866 l -0.0000,20.1116 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 488.4073,238.5351 l -0.0000,-20.2800 h -0.4866 l -0.0000,20.2800 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 487.9207,238.5351 l -0.0000,-20.4493 h -0.4866 l -0.0000,20.4493 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 487.4341,238.5351 l -0.0000,-20.6194 h -0.4866 l -0.0000,20.6194 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 486.9474,238.5351 l -0.0000,-20.7905 h -0.4866 l -0.0000,20.7905 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 486.4608,238.5351 l -0.0000,-20.9625 h -0.4866 l -0.0000,20.9625 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 485.9742,238.5351 l -0.0000,-21.1353 h -0.4866 l -0.0000,21.1353 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 485.4876,238.5351 l -0.0000,-21.3091 h -0.4866 l -0.0000,21.3091 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 485.0009,238.5351 l -0.0000,-21.4838 h -0.4866 l -0.0000,21.4838 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 484.5143,238.5351 l -0.0000,-21.6593 h -0.4866 l -0.0000,21.6593 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 484.0277,238.5351 l -0.0000,-21.8357 h -0.4866 l -0.0000,21.8357 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 483.5410,238.5351 l -0.0000,-22.0130 h -0.4866 l -0.0000,22.0130 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 483.0544,238.5351 l -0.0000,-22.1912 h -0.4866 l -0.0000,22.1912 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.5678,238.5351 l -0.0000,-22.3703 h -0.4866 l -0.0000,22.3703 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.0811,238.5351 l -0.0000,-22.5503 h -0.4866 l -0.0000,22.5503 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 481.5945,238.5351 l -0.0000,-22.7311 h -0.4866 l -0.0000,22.7311 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 481.1079,238.5351 l -0.0000,-22.9128 h -0.4866 l -0.0000,22.9128 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 480.6212,238.5351 l -0.0000,-23.0954 h -0.4866 l -0.0000,23.0954 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 480.1346,238.5351 l -0.0000,-23.2789 h -0.4866 l -0.0000,23.2789 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 479.6480,238.5351 l -0.0000,-23.4632 h -0.4866 l -0.0000,23.4632 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 479.1613,238.5351 l -0.0000,-23.6484 h -0.4866 l -0.0000,23.6484 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 478.6747,238.5351 l -0.0000,-23.8345 h -0.4866 l -0.0000,23.8345 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 478.1881,238.5351 l -0.0000,-24.0214 h -0.4866 l -0.0000,24.0214 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 477.7015,238.5351 l -0.0000,-24.2092 h -0.4866 l -0.0000,24.2092 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 477.2148,238.5351 l -0.0000,-24.3979 h -0.4866 l -0.0000,24.3979 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 476.7282,238.5351 l -0.0000,-24.5874 h -0.4866 l -0.0000,24.5874 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 476.2416,238.5351 l -0.0000,-24.7778 h -0.4866 l -0.0000,24.7778 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 475.7549,238.5351 l -0.0000,-24.9690 h -0.4866 l -0.0000,24.9690 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 475.2683,238.5351 l -0.0000,-25.1610 h -0.4866 l -0.0000,25.1610 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 474.7817,238.5351 l -0.0000,-25.3539 h -0.4866 l -0.0000,25.3539 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 474.2950,238.5351 l -0.0000,-25.5477 h -0.4866 l -0.0000,25.5477 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 473.8084,238.5351 l -0.0000,-25.7423 h -0.4866 l -0.0000,25.7423 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 473.3218,238.5351 l -0.0000,-25.9377 h -0.4866 l -0.0000,25.9377 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.8351,238.5351 l -0.0000,-26.1339 h -0.4866 l -0.0000,26.1339 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.3485,238.5351 l -0.0000,-26.3310 h -0.4866 l -0.0000,26.3310 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 471.8619,238.5351 l -0.0000,-26.5289 h -0.4866 l -0.0000,26.5289 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 471.3753,238.5351 l -0.0000,-26.7276 h -0.4866 l -0.0000,26.7276 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 470.8886,238.5351 l -0.0000,-26.9271 h -0.4866 l -0.0000,26.9271 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 470.4020,238.5351 l -0.0000,-27.1275 h -0.4866 l -0.0000,27.1275 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 469.9154,238.5351 l -0.0000,-27.3286 h -0.4866 l -0.0000,27.3286 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 469.4287,238.5351 l -0.0000,-27.5306 h -0.4866 l -0.0000,27.5306 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 468.9421,238.5351 l -0.0000,-27.7333 h -0.4866 l -0.0000,27.7333 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 468.4555,238.5351 l -0.0000,-27.9369 h -0.4866 l -0.0000,27.9369 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 467.9688,238.5351 l -0.0000,-28.1412 h -0.4866 l -0.0000,28.1412 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 467.4822,238.5351 l -0.0000,-28.3463 h -0.4866 l -0.0000,28.3463 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 466.9956,238.5351 l -0.0000,-28.5522 h -0.4866 l -0.0000,28.5522 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 466.5089,238.5351 l -0.0000,-28.7589 h -0.4866 l -0.0000,28.7589 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 466.0223,238.5351 l -0.0000,-28.9663 h -0.4866 l -0.0000,28.9663 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 465.5357,238.5351 l -0.0000,-29.1746 h -0.4866 l -0.0000,29.1746 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 465.0490,238.5351 l -0.0000,-29.3835 h -0.4866 l -0.0000,29.3835 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 464.5624,238.5351 l -0.0000,-29.5933 h -0.4866 l -0.0000,29.5933 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 464.0758,238.5351 l -0.0000,-29.8038 h -0.4866 l -0.0000,29.8038 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 463.5892,238.5351 l -0.0000,-30.0150 h -0.4866 l -0.0000,30.0150 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 463.1025,238.5351 l -0.0000,-30.2270 h -0.4866 l -0.0000,30.2270 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.6159,238.5351 l -0.0000,-30.4397 h -0.4866 l -0.0000,30.4397 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.1293,238.5351 l -0.0000,-30.6531 h -0.4866 l -0.0000,30.6531 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 461.6426,238.5351 l -0.0000,-30.8673 h -0.4866 l -0.0000,30.8673 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 461.1560,238.5351 l -0.0000,-31.0822 h -0.4866 l -0.0000,31.0822 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 460.6694,238.5351 l -0.0000,-31.2978 h -0.4866 l -0.0000,31.2978 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 460.1827,238.5351 l -0.0000,-31.5141 h -0.4866 l -0.0000,31.5141 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 459.6961,238.5351 l -0.0000,-31.7311 h -0.4866 l -0.0000,31.7311 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 459.2095,238.5351 l -0.0000,-31.9488 h -0.4866 l -0.0000,31.9488 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 458.7228,238.5351 l -0.0000,-32.1672 h -0.4866 l -0.0000,32.1672 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 458.2362,238.5351 l -0.0000,-32.3863 h -0.4866 l -0.0000,32.3863 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 457.7496,238.5351 l -0.0000,-32.6060 h -0.4866 l -0.0000,32.6060 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 457.2629,238.5351 l -0.0000,-32.8264 h -0.4866 l -0.0000,32.8264 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 456.7763,238.5351 l -0.0000,-33.0475 h -0.4866 l -0.0000,33.0475 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 456.2897,238.5351 l -0.0000,-33.2693 h -0.4866 l -0.0000,33.2693 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 455.8031,238.5351 l -0.0000,-33.4917 h -0.4866 l -0.0000,33.4917 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 455.3164,238.5351 l -0.0000,-33.7147 h -0.4866 l -0.0000,33.7147 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 454.8298,238.5351 l -0.0000,-33.9384 h -0.4866 l -0.0000,33.9384 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 454.3432,238.5351 l -0.0000,-34.1627 h -0.4866 l -0.0000,34.1627 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 453.8565,238.5351 l -0.0000,-34.3876 h -0.4866 l -0.0000,34.3876 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 453.3699,238.5351 l -0.0000,-34.6132 h -0.4866 l -0.0000,34.6132 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.8833,238.5351 l -0.0000,-34.8393 h -0.4866 l -0.0000,34.8393 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.3966,238.5351 l -0.0000,-35.0661 h -0.4866 l -0.0000,35.0661 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 451.9100,238.5351 l -0.0000,-35.2934 h -0.4866 l -0.0000,35.2934 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 451.4234,238.5351 l -0.0000,-35.5214 h -0.4866 l -0.0000,35.5214 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 450.9367,238.5351 l -0.0000,-35.7499 h -0.4866 l -0.0000,35.7499 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 450.4501,238.5351 l -0.0000,-35.9790 h -0.4866 l -0.0000,35.9790 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 449.9635,238.5351 l -0.0000,-36.2086 h -0.4866 l -0.0000,36.2086 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 449.4769,238.5351 l -0.0000,-36.4388 h -0.4866 l -0.0000,36.4388 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 448.9902,238.5351 l -0.0000,-36.6696 h -0.4866 l -0.0000,36.6696 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 448.5036,238.5351 l -0.0000,-36.9008 h -0.4866 l -0.0000,36.9008 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 448.0170,238.5351 l -0.0000,-37.1327 h -0.4866 l -0.0000,37.1327 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 447.5303,238.5351 l -0.0000,-37.3650 h -0.4866 l -0.0000,37.3650 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 447.0437,238.5351 l -0.0000,-37.5978 h -0.4866 l -0.0000,37.5978 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 446.5571,238.5351 l -0.0000,-37.8312 h -0.4866 l -0.0000,37.8312 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 446.0704,238.5351 l -0.0000,-38.0651 h -0.4866 l -0.0000,38.0651 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 445.5838,238.5351 l -0.0000,-38.2994 h -0.4866 l -0.0000,38.2994 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 445.0972,238.5351 l -0.0000,-38.5342 h -0.4866 l -0.0000,38.5342 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 444.6105,238.5351 l -0.0000,-38.7695 h -0.4866 l -0.0000,38.7695 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 444.1239,238.5351 l -0.0000,-39.0053 h -0.4866 l -0.0000,39.0053 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 443.6373,238.5351 l -0.0000,-39.2415 h -0.4866 l -0.0000,39.2415 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 443.1506,238.5351 l -0.0000,-39.4781 h -0.4866 l -0.0000,39.4781 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.6640,238.5351 l -0.0000,-39.7152 h -0.4866 l -0.0000,39.7152 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.1774,238.5351 l -0.0000,-39.9527 h -0.4866 l -0.0000,39.9527 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 441.6908,238.5351 l -0.0000,-40.1906 h -0.4866 l -0.0000,40.1906 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 441.2041,238.5351 l -0.0000,-40.4290 h -0.4866 l -0.0000,40.4290 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 440.7175,238.5351 l -0.0000,-40.6677 h -0.4866 l -0.0000,40.6677 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 440.2309,238.5351 l -0.0000,-40.9068 h -0.4866 l -0.0000,40.9068 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 439.7442,238.5351 l -0.0000,-41.1463 h -0.4866 l -0.0000,41.1463 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 439.2576,238.5351 l -0.0000,-41.3862 h -0.4866 l -0.0000,41.3862 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 438.7710,238.5351 l -0.0000,-41.6264 h -0.4866 l -0.0000,41.6264 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 438.2843,238.5351 l -0.0000,-41.8670 h -0.4866 l -0.0000,41.8670 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 437.7977,238.5351 l -0.0000,-42.1079 h -0.4866 l -0.0000,42.1079 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 437.3111,238.5351 l -0.0000,-42.3491 h -0.4866 l -0.0000,42.3491 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 436.8244,238.5351 l -0.0000,-42.5906 h -0.4866 l -0.0000,42.5906 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 436.3378,238.5351 l -0.0000,-42.8325 h -0.4866 l -0.0000,42.8325 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 435.8512,238.5351 l -0.0000,-43.0746 h -0.4866 l -0.0000,43.0746 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 435.3645,238.5351 l -0.0000,-43.3171 h -0.4866 l -0.0000,43.3171 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 434.8779,238.5351 l -0.0000,-43.5598 h -0.4866 l -0.0000,43.5598 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 434.3913,238.5351 l -0.0000,-43.8028 h -0.4866 l -0.0000,43.8028 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 433.9047,238.5351 l -0.0000,-44.0460 h -0.4866 l -0.0000,44.0460 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 433.4180,238.5351 l -0.0000,-44.2895 h -0.4866 l -0.0000,44.2895 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.9314,238.5351 l -0.0000,-44.5332 h -0.4866 l -0.0000,44.5332 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.4448,238.5351 l -0.0000,-44.7771 h -0.4866 l -0.0000,44.7771 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 431.9581,238.5351 l -0.0000,-45.0212 h -0.4866 l -0.0000,45.0212 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 431.4715,238.5351 l -0.0000,-45.2656 h -0.4866 l -0.0000,45.2656 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 430.9849,238.5351 l -0.0000,-45.5101 h -0.4866 l -0.0000,45.5101 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 430.4982,238.5351 l -0.0000,-45.7548 h -0.4866 l -0.0000,45.7548 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 430.0116,238.5351 l -0.0000,-45.9997 h -0.4866 l -0.0000,45.9997 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 429.5250,238.5351 l -0.0000,-46.2447 h -0.4866 l -0.0000,46.2447 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 429.0383,238.5351 l -0.0000,-46.4899 h -0.4866 l -0.0000,46.4899 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 428.5517,238.5351 l -0.0000,-46.7352 h -0.4866 l -0.0000,46.7352 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 428.0651,238.5351 l -0.0000,-46.9806 h -0.4866 l -0.0000,46.9806 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 427.5785,238.5351 l -0.0000,-47.2261 h -0.4866 l -0.0000,47.2261 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 427.0918,238.5351 l -0.0000,-47.4717 h -0.4866 l -0.0000,47.4717 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 426.6052,238.5351 l -0.0000,-47.7174 h -0.4866 l -0.0000,47.7174 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 426.1186,238.5351 l -0.0000,-47.9632 h -0.4866 l -0.0000,47.9632 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 425.6319,238.5351 l -0.0000,-48.2091 h -0.4866 l -0.0000,48.2091 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 425.1453,238.5351 l -0.0000,-48.4549 h -0.4866 l -0.0000,48.4549 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 424.6587,238.5351 l -0.0000,-48.7009 h -0.4866 l -0.0000,48.7009 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 424.1720,238.5351 l -0.0000,-48.9468 h -0.4866 l -0.0000,48.9468 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 423.6854,238.5351 l -0.0000,-49.1928 h -0.4866 l -0.0000,49.1928 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 423.1988,238.5351 l -0.0000,-49.4387 h -0.4866 l -0.0000,49.4387 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.7121,238.5351 l -0.0000,-49.6847 h -0.4866 l -0.0000,49.6847 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.2255,238.5351 l -0.0000,-49.9306 h -0.4866 l -0.0000,49.9306 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 421.7389,238.5351 l -0.0000,-50.1765 h -0.4866 l -0.0000,50.1765 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 421.2522,238.5351 l -0.0000,-50.4223 h -0.4866 l -0.0000,50.4223 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 420.7656,238.5351 l -0.0000,-50.6681 h -0.4866 l -0.0000,50.6681 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 420.2790,238.5351 l -0.0000,-50.9138 h -0.4866 l -0.0000,50.9138 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 419.7924,238.5351 l -0.0000,-51.1594 h -0.4866 l -0.0000,51.1594 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 419.3057,238.5351 l -0.0000,-51.4049 h -0.4866 l -0.0000,51.4049 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 418.8191,238.5351 l -0.0000,-51.6503 h -0.4866 l -0.0000,51.6503 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 418.3325,238.5351 l -0.0000,-51.8956 h -0.4866 l -0.0000,51.8956 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 417.8458,238.5351 l -0.0000,-52.1408 h -0.4866 l -0.0000,52.1408 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 417.3592,238.5351 l -0.0000,-52.3857 h -0.4866 l -0.0000,52.3857 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 416.8726,238.5351 l -0.0000,-52.6306 h -0.4866 l -0.0000,52.6306 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 416.3859,238.5351 l -0.0000,-52.8752 h -0.4866 l -0.0000,52.8752 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 415.8993,238.5351 l -0.0000,-53.1196 h -0.4866 l -0.0000,53.1196 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 415.4127,238.5351 l -0.0000,-53.3639 h -0.4866 l -0.0000,53.3639 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 414.9260,238.5351 l -0.0000,-53.6079 h -0.4866 l -0.0000,53.6079 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 414.4394,238.5351 l -0.0000,-53.8517 h -0.4866 l -0.0000,53.8517 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 413.9528,238.5351 l -0.0000,-54.0953 h -0.4866 l -0.0000,54.0953 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 413.4662,238.5351 l -0.0000,-54.3386 h -0.4866 l -0.0000,54.3386 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.9795,238.5351 l -0.0000,-54.5816 h -0.4866 l -0.0000,54.5816 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.4929,238.5351 l -0.0000,-54.8243 h -0.4866 l -0.0000,54.8243 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.0063,238.5351 l -0.0000,-55.0668 h -0.4866 l -0.0000,55.0668 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 411.5196,238.5351 l -0.0000,-55.3089 h -0.4866 l -0.0000,55.3089 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 411.0330,238.5351 l -0.0000,-55.5507 h -0.4866 l -0.0000,55.5507 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 410.5464,238.5351 l -0.0000,-55.7922 h -0.4866 l -0.0000,55.7922 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 410.0597,238.5351 l -0.0000,-56.0333 h -0.4866 l -0.0000,56.0333 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 409.5731,238.5351 l -0.0000,-56.2741 h -0.4866 l -0.0000,56.2741 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 409.0865,238.5351 l -0.0000,-56.5145 h -0.4866 l -0.0000,56.5145 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 408.5998,238.5351 l -0.0000,-56.7545 h -0.4866 l -0.0000,56.7545 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 408.1132,238.5351 l -0.0000,-56.9940 h -0.4866 l -0.0000,56.9940 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 407.6266,238.5351 l -0.0000,-57.2332 h -0.4866 l -0.0000,57.2332 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 407.1399,238.5351 l -0.0000,-57.4719 h -0.4866 l -0.0000,57.4719 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 406.6533,238.5351 l -0.0000,-57.7102 h -0.4866 l -0.0000,57.7102 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 406.1667,238.5351 l -0.0000,-57.9480 h -0.4866 l -0.0000,57.9480 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 405.6801,238.5351 l -0.0000,-58.1854 h -0.4866 l -0.0000,58.1854 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 405.1934,238.5351 l -0.0000,-58.4223 h -0.4866 l -0.0000,58.4223 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 404.7068,238.5351 l -0.0000,-58.6586 h -0.4866 l -0.0000,58.6586 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 404.2202,238.5351 l -0.0000,-58.8945 h -0.4866 l -0.0000,58.8945 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 403.7335,238.5351 l -0.0000,-59.1298 h -0.4866 l -0.0000,59.1298 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 403.2469,238.5351 l -0.0000,-59.3645 h -0.4866 l -0.0000,59.3645 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.7603,238.5351 l -0.0000,-59.5987 h -0.4866 l -0.0000,59.5987 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.2736,238.5351 l -0.0000,-59.8324 h -0.4866 l -0.0000,59.8324 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 401.7870,238.5351 l -0.0000,-60.0654 h -0.4866 l -0.0000,60.0654 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 401.3004,238.5351 l -0.0000,-60.2979 h -0.4866 l -0.0000,60.2979 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 400.8137,238.5351 l -0.0000,-60.5297 h -0.4866 l -0.0000,60.5297 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 400.3271,238.5351 l -0.0000,-60.7609 h -0.4866 l -0.0000,60.7609 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 399.8405,238.5351 l -0.0000,-60.9915 h -0.4866 l -0.0000,60.9915 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 399.3538,238.5351 l -0.0000,-61.2214 h -0.4866 l -0.0000,61.2214 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 398.8672,238.5351 l -0.0000,-61.4506 h -0.4866 l -0.0000,61.4506 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 398.3806,238.5351 l -0.0000,-61.6792 h -0.4866 l -0.0000,61.6792 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 397.8940,238.5351 l -0.0000,-61.9071 h -0.4866 l -0.0000,61.9071 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 397.4073,238.5351 l -0.0000,-62.1342 h -0.4866 l -0.0000,62.1342 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 396.9207,238.5351 l -0.0000,-62.3606 h -0.4866 l -0.0000,62.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 396.4341,238.5351 l -0.0000,-62.5863 h -0.4866 l -0.0000,62.5863 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 395.9474,238.5351 l -0.0000,-62.8113 h -0.4866 l -0.0000,62.8113 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 395.4608,238.5351 l -0.0000,-63.0354 h -0.4866 l -0.0000,63.0354 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 394.9742,238.5351 l -0.0000,-63.2588 h -0.4866 l -0.0000,63.2588 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 394.4875,238.5351 l -0.0000,-63.4814 h -0.4866 l -0.0000,63.4814 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 394.0009,238.5351 l -0.0000,-63.7032 h -0.4866 l -0.0000,63.7032 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 393.5143,238.5351 l -0.0000,-63.9241 h -0.4866 l -0.0000,63.9241 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 393.0276,238.5351 l -0.0000,-64.1442 h -0.4866 l -0.0000,64.1442 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.5410,238.5351 l -0.0000,-64.3635 h -0.4866 l -0.0000,64.3635 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.0544,238.5351 l -0.0000,-64.5819 h -0.4866 l -0.0000,64.5819 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 391.5678,238.5351 l -0.0000,-64.7994 h -0.4866 l -0.0000,64.7994 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 391.0811,238.5351 l -0.0000,-65.0161 h -0.4866 l -0.0000,65.0161 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 390.5945,238.5351 l -0.0000,-65.2318 h -0.4866 l -0.0000,65.2318 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 390.1079,238.5351 l -0.0000,-65.4466 h -0.4866 l -0.0000,65.4466 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 389.6212,238.5351 l -0.0000,-65.6605 h -0.4866 l -0.0000,65.6605 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 389.1346,238.5351 l -0.0000,-65.8734 h -0.4866 l -0.0000,65.8734 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 388.6480,238.5351 l -0.0000,-66.0853 h -0.4866 l -0.0000,66.0853 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 388.1613,238.5351 l -0.0000,-66.2963 h -0.4866 l -0.0000,66.2963 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 387.6747,238.5351 l -0.0000,-66.5063 h -0.4866 l -0.0000,66.5063 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 387.1881,238.5351 l -0.0000,-66.7153 h -0.4866 l -0.0000,66.7153 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 386.7014,238.5351 l -0.0000,-66.9233 h -0.4866 l -0.0000,66.9233 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 386.2148,238.5351 l -0.0000,-67.1302 h -0.4866 l -0.0000,67.1302 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 385.7282,238.5351 l -0.0000,-67.3361 h -0.4866 l -0.0000,67.3361 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 385.2415,238.5351 l -0.0000,-67.5410 h -0.4866 l -0.0000,67.5410 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 384.7549,238.5351 l -0.0000,-67.7447 h -0.4866 l -0.0000,67.7447 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 384.2683,238.5351 l -0.0000,-67.9474 h -0.4866 l -0.0000,67.9474 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 383.7817,238.5351 l -0.0000,-68.1490 h -0.4866 l -0.0000,68.1490 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 383.2950,238.5351 l -0.0000,-68.3495 h -0.4866 l -0.0000,68.3495 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.8084,238.5351 l -0.0000,-68.5489 h -0.4866 l -0.0000,68.5489 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.3218,238.5351 l -0.0000,-68.7471 h -0.4866 l -0.0000,68.7471 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 381.8351,238.5351 l -0.0000,-68.9442 h -0.4866 l -0.0000,68.9442 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 381.3485,238.5351 l -0.0000,-69.1401 h -0.4866 l -0.0000,69.1401 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 380.8619,238.5351 l -0.0000,-69.3348 h -0.4866 l -0.0000,69.3348 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 380.3752,238.5351 l -0.0000,-69.5283 h -0.4866 l -0.0000,69.5283 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 379.8886,238.5351 l -0.0000,-69.7207 h -0.4866 l -0.0000,69.7207 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 379.4020,238.5351 l -0.0000,-69.9118 h -0.4866 l -0.0000,69.9118 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 378.9153,238.5351 l -0.0000,-70.1017 h -0.4866 l -0.0000,70.1017 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 378.4287,238.5351 l -0.0000,-70.2903 h -0.4866 l -0.0000,70.2903 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 377.9421,238.5351 l -0.0000,-70.4777 h -0.4866 l -0.0000,70.4777 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 377.4554,238.5351 l -0.0000,-70.6639 h -0.4866 l -0.0000,70.6639 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 376.9688,238.5351 l -0.0000,-70.8487 h -0.4866 l -0.0000,70.8487 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 376.4822,238.5351 l -0.0000,-71.0323 h -0.4866 l -0.0000,71.0323 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 375.9956,238.5351 l -0.0000,-71.2145 h -0.4866 l -0.0000,71.2145 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 375.5089,238.5351 l -0.0000,-71.3955 h -0.4866 l -0.0000,71.3955 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 375.0223,238.5351 l -0.0000,-71.5751 h -0.4866 l -0.0000,71.5751 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 374.5357,238.5351 l -0.0000,-71.7533 h -0.4866 l -0.0000,71.7533 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 374.0490,238.5351 l -0.0000,-71.9302 h -0.4866 l -0.0000,71.9302 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 373.5624,238.5351 l -0.0000,-72.1058 h -0.4866 l -0.0000,72.1058 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 373.0758,238.5351 l -0.0000,-72.2800 h -0.4866 l -0.0000,72.2800 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.5891,238.5351 l -0.0000,-72.4527 h -0.4866 l -0.0000,72.4527 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.1025,238.5351 l -0.0000,-72.6241 h -0.4866 l -0.0000,72.6241 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 371.6159,238.5351 l -0.0000,-72.7941 h -0.4866 l -0.0000,72.7941 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 371.1292,238.5351 l -0.0000,-72.9626 h -0.4866 l -0.0000,72.9626 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 370.6426,238.5351 l -0.0000,-73.1297 h -0.4866 l -0.0000,73.1297 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 370.1560,238.5351 l -0.0000,-73.2953 h -0.4866 l -0.0000,73.2953 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 369.6694,238.5351 l -0.0000,-73.4595 h -0.4866 l -0.0000,73.4595 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 369.1827,238.5351 l -0.0000,-73.6222 h -0.4866 l -0.0000,73.6222 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 368.6961,238.5351 l -0.0000,-73.7834 h -0.4866 l -0.0000,73.7834 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 368.2095,238.5351 l -0.0000,-73.9432 h -0.4866 l -0.0000,73.9432 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 367.7228,238.5351 l -0.0000,-74.1014 h -0.4866 l -0.0000,74.1014 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 367.2362,238.5351 l -0.0000,-74.2581 h -0.4866 l -0.0000,74.2581 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 366.7496,238.5351 l -0.0000,-74.4133 h -0.4866 l -0.0000,74.4133 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 366.2629,238.5351 l -0.0000,-74.5669 h -0.4866 l -0.0000,74.5669 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 365.7763,238.5351 l -0.0000,-74.7190 h -0.4866 l -0.0000,74.7190 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 365.2897,238.5351 l -0.0000,-74.8695 h -0.4866 l -0.0000,74.8695 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 364.8030,238.5351 l -0.0000,-75.0185 h -0.4866 l -0.0000,75.0185 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 364.3164,238.5351 l -0.0000,-75.1658 h -0.4866 l -0.0000,75.1658 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 363.8298,238.5351 l -0.0000,-75.3116 h -0.4866 l -0.0000,75.3116 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 363.3431,238.5351 l -0.0000,-75.4558 h -0.4866 l -0.0000,75.4558 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.8565,238.5351 l -0.0000,-75.5983 h -0.4866 l -0.0000,75.5983 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.3699,238.5351 l -0.0000,-75.7393 h -0.4866 l -0.0000,75.7393 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 361.8833,238.5351 l -0.0000,-75.8786 h -0.4866 l -0.0000,75.8786 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 361.3966,238.5351 l -0.0000,-76.0162 h -0.4866 l -0.0000,76.0162 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 360.9100,238.5351 l -0.0000,-76.1522 h -0.4866 l -0.0000,76.1522 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 360.4234,238.5351 l -0.0000,-76.2866 h -0.4866 l -0.0000,76.2866 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 359.9367,238.5351 l -0.0000,-76.4192 h -0.4866 l -0.0000,76.4192 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 359.4501,238.5351 l -0.0000,-76.5502 h -0.4866 l -0.0000,76.5502 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 358.9635,238.5351 l -0.0000,-76.6795 h -0.4866 l -0.0000,76.6795 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 358.4768,238.5351 l -0.0000,-76.8071 h -0.4866 l -0.0000,76.8071 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 357.9902,238.5351 l -0.0000,-76.9330 h -0.4866 l -0.0000,76.9330 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 357.5036,238.5351 l -0.0000,-77.0571 h -0.4866 l -0.0000,77.0571 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 357.0169,238.5351 l -0.0000,-77.1795 h -0.4866 l -0.0000,77.1795 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 356.5303,238.5351 l -0.0000,-77.3002 h -0.4866 l -0.0000,77.3002 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 356.0437,238.5351 l -0.0000,-77.4192 h -0.4866 l -0.0000,77.4192 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 355.5571,238.5351 l -0.0000,-77.5364 h -0.4866 l -0.0000,77.5364 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 355.0704,238.5351 l -0.0000,-77.6518 h -0.4866 l -0.0000,77.6518 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 354.5838,238.5351 l -0.0000,-77.7654 h -0.4866 l -0.0000,77.7654 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 354.0972,238.5351 l -0.0000,-77.8773 h -0.4866 l -0.0000,77.8773 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 353.6105,238.5351 l -0.0000,-77.9874 h -0.4866 l -0.0000,77.9874 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 353.1239,238.5351 l -0.0000,-78.0957 h -0.4866 l -0.0000,78.0957 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.6373,238.5351 l -0.0000,-78.2021 h -0.4866 l -0.0000,78.2021 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.1506,238.5351 l -0.0000,-78.3068 h -0.4866 l -0.0000,78.3068 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 351.6640,238.5351 l -0.0000,-78.4096 h -0.4866 l -0.0000,78.4096 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 351.1774,238.5351 l -0.0000,-78.5107 h -0.4866 l -0.0000,78.5107 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 350.6907,238.5351 l -0.0000,-78.6098 h -0.4866 l -0.0000,78.6098 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 350.2041,238.5351 l -0.0000,-78.7072 h -0.4866 l -0.0000,78.7072 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 349.7175,238.5351 l -0.0000,-78.8027 h -0.4866 l -0.0000,78.8027 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 349.2308,238.5351 l -0.0000,-78.8963 h -0.4866 l -0.0000,78.8963 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 348.7442,238.5351 l -0.0000,-78.9881 h -0.4866 l -0.0000,78.9881 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 348.2576,238.5351 l -0.0000,-79.0780 h -0.4866 l -0.0000,79.0780 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 347.7710,238.5351 l -0.0000,-79.1660 h -0.4866 l -0.0000,79.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 347.2843,238.5351 l -0.0000,-79.2521 h -0.4866 l -0.0000,79.2521 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 346.7977,238.5351 l -0.0000,-79.3364 h -0.4866 l -0.0000,79.3364 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 346.3111,238.5351 l -0.0000,-79.4187 h -0.4866 l -0.0000,79.4187 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 345.8244,238.5351 l -0.0000,-79.4992 h -0.4866 l -0.0000,79.4992 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 345.3378,238.5351 l -0.0000,-79.5777 h -0.4866 l -0.0000,79.5777 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 344.8512,238.5351 l -0.0000,-79.6544 h -0.4866 l -0.0000,79.6544 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 344.3645,238.5351 l -0.0000,-79.7291 h -0.4866 l -0.0000,79.7291 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 343.8779,238.5351 l -0.0000,-79.8019 h -0.4866 l -0.0000,79.8019 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 343.3913,238.5351 l -0.0000,-79.8727 h -0.4866 l -0.0000,79.8727 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.9046,238.5351 l -0.0000,-79.9416 h -0.4866 l -0.0000,79.9416 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.4180,238.5351 l -0.0000,-80.0086 h -0.4866 l -0.0000,80.0086 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 341.9314,238.5351 l -0.0000,-80.0737 h -0.4866 l -0.0000,80.0737 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 341.4447,238.5351 l -0.0000,-80.1367 h -0.4866 l -0.0000,80.1367 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 340.9581,238.5351 l -0.0000,-80.1979 h -0.4866 l -0.0000,80.1979 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 340.4715,238.5351 l -0.0000,-80.2570 h -0.4866 l -0.0000,80.2570 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 339.9849,238.5351 l -0.0000,-80.3142 h -0.4866 l -0.0000,80.3142 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 339.4982,238.5351 l -0.0000,-80.3695 h -0.4866 l -0.0000,80.3695 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 339.0116,238.5351 l -0.0000,-80.4227 h -0.4866 l -0.0000,80.4227 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 338.5250,238.5351 l -0.0000,-80.4740 h -0.4866 l -0.0000,80.4740 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 338.0383,238.5351 l -0.0000,-80.5233 h -0.4866 l -0.0000,80.5233 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 337.5517,238.5351 l -0.0000,-80.5706 h -0.4866 l -0.0000,80.5706 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 337.0651,238.5351 l -0.0000,-80.6160 h -0.4866 l -0.0000,80.6160 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 336.5784,238.5351 l -0.0000,-80.6593 h -0.4866 l -0.0000,80.6593 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 336.0918,238.5351 l -0.0000,-80.7007 h -0.4866 l -0.0000,80.7007 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 335.6052,238.5351 l -0.0000,-80.7400 h -0.4866 l -0.0000,80.7400 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 335.1185,238.5351 l -0.0000,-80.7774 h -0.4866 l -0.0000,80.7774 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 334.6319,238.5351 l -0.0000,-80.8127 h -0.4866 l -0.0000,80.8127 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 334.1453,238.5351 l -0.0000,-80.8461 h -0.4866 l -0.0000,80.8461 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 333.6587,238.5351 l -0.0000,-80.8774 h -0.4866 l -0.0000,80.8774 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 333.1720,238.5351 l -0.0000,-80.9067 h -0.4866 l -0.0000,80.9067 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.6854,238.5351 l -0.0000,-80.9340 h -0.4866 l -0.0000,80.9340 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.1988,238.5351 l -0.0000,-80.9593 h -0.4866 l -0.0000,80.9593 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 331.7121,238.5351 l -0.0000,-80.9826 h -0.4866 l -0.0000,80.9826 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 331.2255,238.5351 l -0.0000,-81.0039 h -0.4866 l -0.0000,81.0039 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 330.7389,238.5351 l -0.0000,-81.0231 h -0.4866 l -0.0000,81.0231 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 330.2522,238.5351 l -0.0000,-81.0403 h -0.4866 l -0.0000,81.0403 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 329.7656,238.5351 l -0.0000,-81.0555 h -0.4866 l -0.0000,81.0555 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 329.2790,238.5351 l -0.0000,-81.0687 h -0.4866 l -0.0000,81.0687 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 328.7923,238.5351 l -0.0000,-81.0798 h -0.4866 l -0.0000,81.0798 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 328.3057,238.5351 l -0.0000,-81.0890 h -0.4866 l -0.0000,81.0890 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 327.8191,238.5351 l -0.0000,-81.0961 h -0.4866 l -0.0000,81.0961 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 327.3324,238.5351 l -0.0000,-81.1011 h -0.4866 l -0.0000,81.1011 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 326.8458,238.5351 l -0.0000,-81.1042 h -0.4866 l -0.0000,81.1042 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 326.3592,238.5351 l -0.0000,-81.1052 h -0.4866 l -0.0000,81.1052 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 325.8726,238.5351 l -0.0000,-81.1042 h -0.4866 l -0.0000,81.1042 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 325.3859,238.5351 l -0.0000,-81.1011 h -0.4866 l -0.0000,81.1011 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 324.8993,238.5351 l -0.0000,-81.0961 h -0.4866 l -0.0000,81.0961 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 324.4127,238.5351 l -0.0000,-81.0890 h -0.4866 l -0.0000,81.0890 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 323.9260,238.5351 l -0.0000,-81.0798 h -0.4866 l -0.0000,81.0798 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 323.4394,238.5351 l -0.0000,-81.0687 h -0.4866 l -0.0000,81.0687 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.9528,238.5351 l -0.0000,-81.0555 h -0.4866 l -0.0000,81.0555 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.4661,238.5351 l -0.0000,-81.0403 h -0.4866 l -0.0000,81.0403 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 321.9795,238.5351 l -0.0000,-81.0231 h -0.4866 l -0.0000,81.0231 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 321.4929,238.5351 l -0.0000,-81.0039 h -0.4866 l -0.0000,81.0039 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 321.0062,238.5351 l -0.0000,-80.9826 h -0.4866 l -0.0000,80.9826 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 320.5196,238.5351 l -0.0000,-80.9593 h -0.4866 l -0.0000,80.9593 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 320.0330,238.5351 l -0.0000,-80.9340 h -0.4866 l -0.0000,80.9340 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 319.5463,238.5351 l -0.0000,-80.9067 h -0.4866 l -0.0000,80.9067 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 319.0597,238.5351 l -0.0000,-80.8774 h -0.4866 l -0.0000,80.8774 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 318.5731,238.5351 l -0.0000,-80.8461 h -0.4866 l -0.0000,80.8461 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 318.0865,238.5351 l -0.0000,-80.8127 h -0.4866 l -0.0000,80.8127 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 317.5998,238.5351 l -0.0000,-80.7774 h -0.4866 l -0.0000,80.7774 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 317.1132,238.5351 l -0.0000,-80.7400 h -0.4866 l -0.0000,80.7400 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 316.6266,238.5351 l -0.0000,-80.7007 h -0.4866 l -0.0000,80.7007 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 316.1399,238.5351 l -0.0000,-80.6593 h -0.4866 l -0.0000,80.6593 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 315.6533,238.5351 l -0.0000,-80.6160 h -0.4866 l -0.0000,80.6160 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 315.1667,238.5351 l -0.0000,-80.5706 h -0.4866 l -0.0000,80.5706 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 314.6800,238.5351 l -0.0000,-80.5233 h -0.4866 l -0.0000,80.5233 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 314.1934,238.5351 l -0.0000,-80.4740 h -0.4866 l -0.0000,80.4740 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 313.7068,238.5351 l -0.0000,-80.4227 h -0.4866 l -0.0000,80.4227 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 313.2201,238.5351 l -0.0000,-80.3695 h -0.4866 l -0.0000,80.3695 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.7335,238.5351 l -0.0000,-80.3142 h -0.4866 l -0.0000,80.3142 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.2469,238.5351 l -0.0000,-80.2570 h -0.4866 l -0.0000,80.2570 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 311.7603,238.5351 l -0.0000,-80.1979 h -0.4866 l -0.0000,80.1979 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 311.2736,238.5351 l -0.0000,-80.1367 h -0.4866 l -0.0000,80.1367 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 310.7870,238.5351 l -0.0000,-80.0737 h -0.4866 l -0.0000,80.0737 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 310.3004,238.5351 l -0.0000,-80.0086 h -0.4866 l -0.0000,80.0086 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 309.8137,238.5351 l -0.0000,-79.9416 h -0.4866 l -0.0000,79.9416 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 309.3271,238.5351 l -0.0000,-79.8727 h -0.4866 l -0.0000,79.8727 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 308.8405,238.5351 l -0.0000,-79.8019 h -0.4866 l -0.0000,79.8019 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 308.3538,238.5351 l -0.0000,-79.7291 h -0.4866 l -0.0000,79.7291 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 307.8672,238.5351 l -0.0000,-79.6544 h -0.4866 l -0.0000,79.6544 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 307.3806,238.5351 l -0.0000,-79.5777 h -0.4866 l -0.0000,79.5777 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 306.8939,238.5351 l -0.0000,-79.4992 h -0.4866 l -0.0000,79.4992 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 306.4073,238.5351 l -0.0000,-79.4187 h -0.4866 l -0.0000,79.4187 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 305.9207,238.5351 l -0.0000,-79.3364 h -0.4866 l -0.0000,79.3364 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 305.4340,238.5351 l -0.0000,-79.2521 h -0.4866 l -0.0000,79.2521 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 304.9474,238.5351 l -0.0000,-79.1660 h -0.4866 l -0.0000,79.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 304.4608,238.5351 l -0.0000,-79.0780 h -0.4866 l -0.0000,79.0780 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.9742,238.5351 l -0.0000,-78.9881 h -0.4866 l -0.0000,78.9881 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.4875,238.5351 l -0.0000,-78.8963 h -0.4866 l -0.0000,78.8963 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.0009,238.5351 l -0.0000,-78.8027 h -0.4866 l -0.0000,78.8027 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 302.5143,238.5351 l -0.0000,-78.7072 h -0.4866 l -0.0000,78.7072 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 302.0276,238.5351 l -0.0000,-78.6098 h -0.4866 l -0.0000,78.6098 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 301.5410,238.5351 l -0.0000,-78.5107 h -0.4866 l -0.0000,78.5107 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 301.0544,238.5351 l -0.0000,-78.4096 h -0.4866 l -0.0000,78.4096 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 300.5677,238.5351 l -0.0000,-78.3068 h -0.4866 l -0.0000,78.3068 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 300.0811,238.5351 l -0.0000,-78.2021 h -0.4866 l -0.0000,78.2021 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 299.5945,238.5351 l -0.0000,-78.0957 h -0.4866 l -0.0000,78.0957 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 299.1078,238.5351 l -0.0000,-77.9874 h -0.4866 l -0.0000,77.9874 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 298.6212,238.5351 l -0.0000,-77.8773 h -0.4866 l -0.0000,77.8773 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 298.1346,238.5351 l -0.0000,-77.7654 h -0.4866 l -0.0000,77.7654 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 297.6479,238.5351 l -0.0000,-77.6518 h -0.4866 l -0.0000,77.6518 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 297.1613,238.5351 l -0.0000,-77.5364 h -0.4866 l -0.0000,77.5364 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 296.6747,238.5351 l -0.0000,-77.4192 h -0.4866 l -0.0000,77.4192 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 296.1881,238.5351 l -0.0000,-77.3002 h -0.4866 l -0.0000,77.3002 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 295.7014,238.5351 l -0.0000,-77.1795 h -0.4866 l -0.0000,77.1795 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 295.2148,238.5351 l -0.0000,-77.0571 h -0.4866 l -0.0000,77.0571 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 294.7282,238.5351 l -0.0000,-76.9330 h -0.4866 l -0.0000,76.9330 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 294.2415,238.5351 l -0.0000,-76.8071 h -0.4866 l -0.0000,76.8071 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.7549,238.5351 l -0.0000,-76.6795 h -0.4866 l -0.0000,76.6795 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.2683,238.5351 l -0.0000,-76.5502 h -0.4866 l -0.0000,76.5502 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 292.7816,238.5351 l -0.0000,-76.4192 h -0.4866 l -0.0000,76.4192 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 292.2950,238.5351 l -0.0000,-76.2866 h -0.4866 l -0.0000,76.2866 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 291.8084,238.5351 l -0.0000,-76.1522 h -0.4866 l -0.0000,76.1522 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 291.3217,238.5351 l -0.0000,-76.0162 h -0.4866 l -0.0000,76.0162 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 290.8351,238.5351 l -0.0000,-75.8786 h -0.4866 l -0.0000,75.8786 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 290.3485,238.5351 l -0.0000,-75.7393 h -0.4866 l -0.0000,75.7393 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 289.8619,238.5351 l -0.0000,-75.5983 h -0.4866 l -0.0000,75.5983 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 289.3752,238.5351 l -0.0000,-75.4558 h -0.4866 l -0.0000,75.4558 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 288.8886,238.5351 l -0.0000,-75.3116 h -0.4866 l -0.0000,75.3116 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 288.4020,238.5351 l -0.0000,-75.1658 h -0.4866 l -0.0000,75.1658 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 287.9153,238.5351 l -0.0000,-75.0185 h -0.4866 l -0.0000,75.0185 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 287.4287,238.5351 l -0.0000,-74.8695 h -0.4866 l -0.0000,74.8695 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 286.9421,238.5351 l -0.0000,-74.7190 h -0.4866 l -0.0000,74.7190 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 286.4554,238.5351 l -0.0000,-74.5669 h -0.4866 l -0.0000,74.5669 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 285.9688,238.5351 l -0.0000,-74.4133 h -0.4866 l -0.0000,74.4133 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 285.4822,238.5351 l -0.0000,-74.2581 h -0.4866 l -0.0000,74.2581 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 284.9955,238.5351 l -0.0000,-74.1014 h -0.4866 l -0.0000,74.1014 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 284.5089,238.5351 l -0.0000,-73.9432 h -0.4866 l -0.0000,73.9432 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 284.0223,238.5351 l -0.0000,-73.7834 h -0.4866 l -0.0000,73.7834 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.5356,238.5351 l -0.0000,-73.6222 h -0.4866 l -0.0000,73.6222 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.0490,238.5351 l -0.0000,-73.4595 h -0.4866 l -0.0000,73.4595 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 282.5624,238.5351 l -0.0000,-73.2953 h -0.4866 l -0.0000,73.2953 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 282.0758,238.5351 l -0.0000,-73.1297 h -0.4866 l -0.0000,73.1297 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 281.5891,238.5351 l -0.0000,-72.9626 h -0.4866 l -0.0000,72.9626 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 281.1025,238.5351 l -0.0000,-72.7941 h -0.4866 l -0.0000,72.7941 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 280.6159,238.5351 l -0.0000,-72.6241 h -0.4866 l -0.0000,72.6241 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 280.1292,238.5351 l -0.0000,-72.4527 h -0.4866 l -0.0000,72.4527 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 279.6426,238.5351 l -0.0000,-72.2800 h -0.4866 l -0.0000,72.2800 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 279.1560,238.5351 l -0.0000,-72.1058 h -0.4866 l -0.0000,72.1058 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 278.6693,238.5351 l -0.0000,-71.9302 h -0.4866 l -0.0000,71.9302 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 278.1827,238.5351 l -0.0000,-71.7533 h -0.4866 l -0.0000,71.7533 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 277.6961,238.5351 l -0.0000,-71.5751 h -0.4866 l -0.0000,71.5751 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 277.2094,238.5351 l -0.0000,-71.3955 h -0.4866 l -0.0000,71.3955 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 276.7228,238.5351 l -0.0000,-71.2145 h -0.4866 l -0.0000,71.2145 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 276.2362,238.5351 l -0.0000,-71.0323 h -0.4866 l -0.0000,71.0323 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 275.7496,238.5351 l -0.0000,-70.8487 h -0.4866 l -0.0000,70.8487 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 275.2629,238.5351 l -0.0000,-70.6639 h -0.4866 l -0.0000,70.6639 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 274.7763,238.5351 l -0.0000,-70.4777 h -0.4866 l -0.0000,70.4777 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 274.2897,238.5351 l -0.0000,-70.2903 h -0.4866 l -0.0000,70.2903 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.8030,238.5351 l -0.0000,-70.1017 h -0.4866 l -0.0000,70.1017 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.3164,238.5351 l -0.0000,-69.9118 h -0.4866 l -0.0000,69.9118 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 272.8298,238.5351 l -0.0000,-69.7207 h -0.4866 l -0.0000,69.7207 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 272.3431,238.5351 l -0.0000,-69.5283 h -0.4866 l -0.0000,69.5283 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 271.8565,238.5351 l -0.0000,-69.3348 h -0.4866 l -0.0000,69.3348 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 271.3699,238.5351 l -0.0000,-69.1401 h -0.4866 l -0.0000,69.1401 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 270.8832,238.5351 l -0.0000,-68.9442 h -0.4866 l -0.0000,68.9442 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 270.3966,238.5351 l -0.0000,-68.7471 h -0.4866 l -0.0000,68.7471 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 269.9100,238.5351 l -0.0000,-68.5489 h -0.4866 l -0.0000,68.5489 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 269.4233,238.5351 l -0.0000,-68.3495 h -0.4866 l -0.0000,68.3495 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 268.9367,238.5351 l -0.0000,-68.1490 h -0.4866 l -0.0000,68.1490 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 268.4501,238.5351 l -0.0000,-67.9474 h -0.4866 l -0.0000,67.9474 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 267.9635,238.5351 l -0.0000,-67.7447 h -0.4866 l -0.0000,67.7447 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 267.4768,238.5351 l -0.0000,-67.5410 h -0.4866 l -0.0000,67.5410 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 266.9902,238.5351 l -0.0000,-67.3361 h -0.4866 l -0.0000,67.3361 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 266.5036,238.5351 l -0.0000,-67.1302 h -0.4866 l -0.0000,67.1302 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 266.0169,238.5351 l -0.0000,-66.9233 h -0.4866 l -0.0000,66.9233 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 265.5303,238.5351 l -0.0000,-66.7153 h -0.4866 l -0.0000,66.7153 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 265.0437,238.5351 l -0.0000,-66.5063 h -0.4866 l -0.0000,66.5063 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 264.5570,238.5351 l -0.0000,-66.2963 h -0.4866 l -0.0000,66.2963 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 264.0704,238.5351 l -0.0000,-66.0853 h -0.4866 l -0.0000,66.0853 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.5838,238.5351 l -0.0000,-65.8734 h -0.4866 l -0.0000,65.8734 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.0971,238.5351 l -0.0000,-65.6605 h -0.4866 l -0.0000,65.6605 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 262.6105,238.5351 l -0.0000,-65.4466 h -0.4866 l -0.0000,65.4466 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 262.1239,238.5351 l -0.0000,-65.2318 h -0.4866 l -0.0000,65.2318 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 261.6372,238.5351 l -0.0000,-65.0161 h -0.4866 l -0.0000,65.0161 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 261.1506,238.5351 l -0.0000,-64.7994 h -0.4866 l -0.0000,64.7994 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 260.6640,238.5351 l -0.0000,-64.5819 h -0.4866 l -0.0000,64.5819 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 260.1774,238.5351 l -0.0000,-64.3635 h -0.4866 l -0.0000,64.3635 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 259.6907,238.5351 l -0.0000,-64.1442 h -0.4866 l -0.0000,64.1442 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 259.2041,238.5351 l -0.0000,-63.9241 h -0.4866 l -0.0000,63.9241 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 258.7175,238.5351 l -0.0000,-63.7032 h -0.4866 l -0.0000,63.7032 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 258.2308,238.5351 l -0.0000,-63.4814 h -0.4866 l -0.0000,63.4814 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 257.7442,238.5351 l -0.0000,-63.2588 h -0.4866 l -0.0000,63.2588 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 257.2576,238.5351 l -0.0000,-63.0354 h -0.4866 l -0.0000,63.0354 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 256.7709,238.5351 l -0.0000,-62.8113 h -0.4866 l -0.0000,62.8113 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 256.2843,238.5351 l -0.0000,-62.5863 h -0.4866 l -0.0000,62.5863 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 255.7977,238.5351 l -0.0000,-62.3606 h -0.4866 l -0.0000,62.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 255.3110,238.5351 l -0.0000,-62.1342 h -0.4866 l -0.0000,62.1342 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 254.8244,238.5351 l -0.0000,-61.9071 h -0.4866 l -0.0000,61.9071 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 254.3378,238.5351 l -0.0000,-61.6792 h -0.4866 l -0.0000,61.6792 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.8512,238.5351 l -0.0000,-61.4506 h -0.4866 l -0.0000,61.4506 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.3645,238.5351 l -0.0000,-61.2214 h -0.4866 l -0.0000,61.2214 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 252.8779,238.5351 l -0.0000,-60.9915 h -0.4866 l -0.0000,60.9915 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 252.3913,238.5351 l -0.0000,-60.7609 h -0.4866 l -0.0000,60.7609 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 251.9046,238.5351 l -0.0000,-60.5297 h -0.4866 l -0.0000,60.5297 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 251.4180,238.5351 l -0.0000,-60.2979 h -0.4866 l -0.0000,60.2979 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 250.9314,238.5351 l -0.0000,-60.0654 h -0.4866 l -0.0000,60.0654 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 250.4447,238.5351 l -0.0000,-59.8324 h -0.4866 l -0.0000,59.8324 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 249.9581,238.5351 l -0.0000,-59.5987 h -0.4866 l -0.0000,59.5987 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 249.4715,238.5351 l -0.0000,-59.3645 h -0.4866 l -0.0000,59.3645 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 248.9848,238.5351 l -0.0000,-59.1298 h -0.4866 l -0.0000,59.1298 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 248.4982,238.5351 l -0.0000,-58.8945 h -0.4866 l -0.0000,58.8945 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 248.0116,238.5351 l -0.0000,-58.6586 h -0.4866 l -0.0000,58.6586 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 247.5249,238.5351 l -0.0000,-58.4223 h -0.4866 l -0.0000,58.4223 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 247.0383,238.5351 l -0.0000,-58.1854 h -0.4866 l -0.0000,58.1854 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 246.5517,238.5351 l -0.0000,-57.9480 h -0.4866 l -0.0000,57.9480 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 246.0651,238.5351 l -0.0000,-57.7102 h -0.4866 l -0.0000,57.7102 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 245.5784,238.5351 l -0.0000,-57.4719 h -0.4866 l -0.0000,57.4719 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 245.0918,238.5351 l -0.0000,-57.2332 h -0.4866 l -0.0000,57.2332 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 244.6052,238.5351 l -0.0000,-56.9940 h -0.4866 l -0.0000,56.9940 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 244.1185,238.5351 l -0.0000,-56.7545 h -0.4866 l -0.0000,56.7545 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.6319,238.5351 l -0.0000,-56.5145 h -0.4866 l -0.0000,56.5145 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.1453,238.5351 l -0.0000,-56.2741 h -0.4866 l -0.0000,56.2741 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 242.6586,238.5351 l -0.0000,-56.0333 h -0.4866 l -0.0000,56.0333 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 242.1720,238.5351 l -0.0000,-55.7922 h -0.4866 l -0.0000,55.7922 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 241.6854,238.5351 l -0.0000,-55.5507 h -0.4866 l -0.0000,55.5507 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 241.1987,238.5351 l -0.0000,-55.3089 h -0.4866 l -0.0000,55.3089 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 240.7121,238.5351 l -0.0000,-55.0668 h -0.4866 l -0.0000,55.0668 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 240.2255,238.5351 l -0.0000,-54.8243 h -0.4866 l -0.0000,54.8243 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 239.7388,238.5351 l -0.0000,-54.5816 h -0.4866 l -0.0000,54.5816 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 239.2522,238.5351 l -0.0000,-54.3386 h -0.4866 l -0.0000,54.3386 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 238.7656,238.5351 l -0.0000,-54.0953 h -0.4866 l -0.0000,54.0953 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 238.2790,238.5351 l -0.0000,-53.8517 h -0.4866 l -0.0000,53.8517 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 237.7923,238.5351 l -0.0000,-53.6079 h -0.4866 l -0.0000,53.6079 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 237.3057,238.5351 l -0.0000,-53.3639 h -0.4866 l -0.0000,53.3639 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 236.8191,238.5351 l -0.0000,-53.1196 h -0.4866 l -0.0000,53.1196 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 236.3324,238.5351 l -0.0000,-52.8752 h -0.4866 l -0.0000,52.8752 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 235.8458,238.5351 l -0.0000,-52.6306 h -0.4866 l -0.0000,52.6306 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 235.3592,238.5351 l -0.0000,-52.3857 h -0.4866 l -0.0000,52.3857 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 234.8725,238.5351 l -0.0000,-52.1408 h -0.4866 l -0.0000,52.1408 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 234.3859,238.5351 l -0.0000,-51.8956 h -0.4866 l -0.0000,51.8956 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.8993,238.5351 l -0.0000,-51.6503 h -0.4866 l -0.0000,51.6503 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.4126,238.5351 l -0.0000,-51.4049 h -0.4866 l -0.0000,51.4049 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 232.9260,238.5351 l -0.0000,-51.1594 h -0.4866 l -0.0000,51.1594 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 232.4394,238.5351 l -0.0000,-50.9138 h -0.4866 l -0.0000,50.9138 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 231.9528,238.5351 l -0.0000,-50.6681 h -0.4866 l -0.0000,50.6681 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 231.4661,238.5351 l -0.0000,-50.4223 h -0.4866 l -0.0000,50.4223 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 230.9795,238.5351 l -0.0000,-50.1765 h -0.4866 l -0.0000,50.1765 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 230.4929,238.5351 l -0.0000,-49.9306 h -0.4866 l -0.0000,49.9306 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 230.0062,238.5351 l -0.0000,-49.6847 h -0.4866 l -0.0000,49.6847 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 229.5196,238.5351 l -0.0000,-49.4387 h -0.4866 l -0.0000,49.4387 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 229.0330,238.5351 l -0.0000,-49.1928 h -0.4866 l -0.0000,49.1928 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 228.5463,238.5351 l -0.0000,-48.9468 h -0.4866 l -0.0000,48.9468 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 228.0597,238.5351 l -0.0000,-48.7009 h -0.4866 l -0.0000,48.7009 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 227.5731,238.5351 l -0.0000,-48.4549 h -0.4866 l -0.0000,48.4549 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 227.0864,238.5351 l -0.0000,-48.2091 h -0.4866 l -0.0000,48.2091 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 226.5998,238.5351 l -0.0000,-47.9632 h -0.4866 l -0.0000,47.9632 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 226.1132,238.5351 l -0.0000,-47.7174 h -0.4866 l -0.0000,47.7174 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 225.6265,238.5351 l -0.0000,-47.4717 h -0.4866 l -0.0000,47.4717 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 225.1399,238.5351 l -0.0000,-47.2261 h -0.4866 l -0.0000,47.2261 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 224.6533,238.5351 l -0.0000,-46.9806 h -0.4866 l -0.0000,46.9806 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 224.1667,238.5351 l -0.0000,-46.7352 h -0.4866 l -0.0000,46.7352 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.6800,238.5351 l -0.0000,-46.4899 h -0.4866 l -0.0000,46.4899 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.1934,238.5351 l -0.0000,-46.2447 h -0.4866 l -0.0000,46.2447 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 222.7068,238.5351 l -0.0000,-45.9997 h -0.4866 l -0.0000,45.9997 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 222.2201,238.5351 l -0.0000,-45.7548 h -0.4866 l -0.0000,45.7548 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 221.7335,238.5351 l -0.0000,-45.5101 h -0.4866 l -0.0000,45.5101 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 221.2469,238.5351 l -0.0000,-45.2656 h -0.4866 l -0.0000,45.2656 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 220.7602,238.5351 l -0.0000,-45.0212 h -0.4866 l -0.0000,45.0212 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 220.2736,238.5351 l -0.0000,-44.7771 h -0.4866 l -0.0000,44.7771 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 219.7870,238.5351 l -0.0000,-44.5332 h -0.4866 l -0.0000,44.5332 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 219.3003,238.5351 l -0.0000,-44.2895 h -0.4866 l -0.0000,44.2895 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 218.8137,238.5351 l -0.0000,-44.0460 h -0.4866 l -0.0000,44.0460 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 218.3271,238.5351 l -0.0000,-43.8028 h -0.4866 l -0.0000,43.8028 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 217.8405,238.5351 l -0.0000,-43.5598 h -0.4866 l -0.0000,43.5598 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 217.3538,238.5351 l -0.0000,-43.3171 h -0.4866 l -0.0000,43.3171 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 216.8672,238.5351 l -0.0000,-43.0746 h -0.4866 l -0.0000,43.0746 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 216.3806,238.5351 l -0.0000,-42.8325 h -0.4866 l -0.0000,42.8325 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 215.8939,238.5351 l -0.0000,-42.5906 h -0.4866 l -0.0000,42.5906 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 215.4073,238.5351 l -0.0000,-42.3491 h -0.4866 l -0.0000,42.3491 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 214.9207,238.5351 l -0.0000,-42.1079 h -0.4866 l -0.0000,42.1079 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 214.4340,238.5351 l -0.0000,-41.8670 h -0.4866 l -0.0000,41.8670 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.9474,238.5351 l -0.0000,-41.6264 h -0.4866 l -0.0000,41.6264 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.4608,238.5351 l -0.0000,-41.3862 h -0.4866 l -0.0000,41.3862 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 212.9741,238.5351 l -0.0000,-41.1463 h -0.4866 l -0.0000,41.1463 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 212.4875,238.5351 l -0.0000,-40.9068 h -0.4866 l -0.0000,40.9068 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 212.0009,238.5351 l -0.0000,-40.6677 h -0.4866 l -0.0000,40.6677 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 211.5142,238.5351 l -0.0000,-40.4290 h -0.4866 l -0.0000,40.4290 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 211.0276,238.5351 l -0.0000,-40.1906 h -0.4866 l -0.0000,40.1906 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 210.5410,238.5351 l -0.0000,-39.9527 h -0.4866 l -0.0000,39.9527 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 210.0544,238.5351 l -0.0000,-39.7152 h -0.4866 l -0.0000,39.7152 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 209.5677,238.5351 l -0.0000,-39.4781 h -0.4866 l -0.0000,39.4781 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 209.0811,238.5351 l -0.0000,-39.2415 h -0.4866 l -0.0000,39.2415 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 208.5945,238.5351 l -0.0000,-39.0053 h -0.4866 l -0.0000,39.0053 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 208.1078,238.5351 l -0.0000,-38.7695 h -0.4866 l -0.0000,38.7695 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 207.6212,238.5351 l -0.0000,-38.5342 h -0.4866 l -0.0000,38.5342 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 207.1346,238.5351 l -0.0000,-38.2994 h -0.4866 l -0.0000,38.2994 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 206.6479,238.5351 l -0.0000,-38.0651 h -0.4866 l -0.0000,38.0651 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 206.1613,238.5351 l -0.0000,-37.8312 h -0.4866 l -0.0000,37.8312 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 205.6747,238.5351 l -0.0000,-37.5978 h -0.4866 l -0.0000,37.5978 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 205.1880,238.5351 l -0.0000,-37.3650 h -0.4866 l -0.0000,37.3650 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 204.7014,238.5351 l -0.0000,-37.1327 h -0.4866 l -0.0000,37.1327 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 204.2148,238.5351 l -0.0000,-36.9008 h -0.4866 l -0.0000,36.9008 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.7281,238.5351 l -0.0000,-36.6696 h -0.4866 l -0.0000,36.6696 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.2415,238.5351 l -0.0000,-36.4388 h -0.4866 l -0.0000,36.4388 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 202.7549,238.5351 l -0.0000,-36.2086 h -0.4866 l -0.0000,36.2086 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 202.2683,238.5351 l -0.0000,-35.9790 h -0.4866 l -0.0000,35.9790 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 201.7816,238.5351 l -0.0000,-35.7499 h -0.4866 l -0.0000,35.7499 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 201.2950,238.5351 l -0.0000,-35.5214 h -0.4866 l -0.0000,35.5214 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 200.8084,238.5351 l -0.0000,-35.2934 h -0.4866 l -0.0000,35.2934 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 200.3217,238.5351 l -0.0000,-35.0661 h -0.4866 l -0.0000,35.0661 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 199.8351,238.5351 l -0.0000,-34.8393 h -0.4866 l -0.0000,34.8393 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 199.3485,238.5351 l -0.0000,-34.6132 h -0.4866 l -0.0000,34.6132 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 198.8618,238.5351 l -0.0000,-34.3876 h -0.4866 l -0.0000,34.3876 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 198.3752,238.5351 l -0.0000,-34.1627 h -0.4866 l -0.0000,34.1627 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 197.8886,238.5351 l -0.0000,-33.9384 h -0.4866 l -0.0000,33.9384 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 197.4019,238.5351 l -0.0000,-33.7147 h -0.4866 l -0.0000,33.7147 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 196.9153,238.5351 l -0.0000,-33.4917 h -0.4866 l -0.0000,33.4917 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 196.4287,238.5351 l -0.0000,-33.2693 h -0.4866 l -0.0000,33.2693 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 195.9421,238.5351 l -0.0000,-33.0475 h -0.4866 l -0.0000,33.0475 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 195.4554,238.5351 l -0.0000,-32.8264 h -0.4866 l -0.0000,32.8264 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 194.9688,238.5351 l -0.0000,-32.6060 h -0.4866 l -0.0000,32.6060 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 194.4822,238.5351 l -0.0000,-32.3863 h -0.4866 l -0.0000,32.3863 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.9955,238.5351 l -0.0000,-32.1672 h -0.4866 l -0.0000,32.1672 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.5089,238.5351 l -0.0000,-31.9488 h -0.4866 l -0.0000,31.9488 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.0223,238.5351 l -0.0000,-31.7311 h -0.4866 l -0.0000,31.7311 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 192.5356,238.5351 l -0.0000,-31.5141 h -0.4866 l -0.0000,31.5141 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 192.0490,238.5351 l -0.0000,-31.2978 h -0.4866 l -0.0000,31.2978 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 191.5624,238.5351 l -0.0000,-31.0822 h -0.4866 l -0.0000,31.0822 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 191.0757,238.5351 l -0.0000,-30.8673 h -0.4866 l -0.0000,30.8673 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 190.5891,238.5351 l -0.0000,-30.6531 h -0.4866 l -0.0000,30.6531 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 190.1025,238.5351 l -0.0000,-30.4397 h -0.4866 l -0.0000,30.4397 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 189.6158,238.5351 l -0.0000,-30.2270 h -0.4866 l -0.0000,30.2270 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 189.1292,238.5351 l -0.0000,-30.0150 h -0.4866 l -0.0000,30.0150 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 188.6426,238.5351 l -0.0000,-29.8038 h -0.4866 l -0.0000,29.8038 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 188.1560,238.5351 l -0.0000,-29.5933 h -0.4866 l -0.0000,29.5933 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 187.6693,238.5351 l -0.0000,-29.3835 h -0.4866 l -0.0000,29.3835 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 187.1827,238.5351 l -0.0000,-29.1746 h -0.4866 l -0.0000,29.1746 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 186.6961,238.5351 l -0.0000,-28.9663 h -0.4866 l -0.0000,28.9663 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 186.2094,238.5351 l -0.0000,-28.7589 h -0.4866 l -0.0000,28.7589 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 185.7228,238.5351 l -0.0000,-28.5522 h -0.4866 l -0.0000,28.5522 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 185.2362,238.5351 l -0.0000,-28.3463 h -0.4866 l -0.0000,28.3463 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 184.7495,238.5351 l -0.0000,-28.1412 h -0.4866 l -0.0000,28.1412 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 184.2629,238.5351 l -0.0000,-27.9369 h -0.4866 l -0.0000,27.9369 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.7763,238.5351 l -0.0000,-27.7333 h -0.4866 l -0.0000,27.7333 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.2896,238.5351 l -0.0000,-27.5306 h -0.4866 l -0.0000,27.5306 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 182.8030,238.5351 l -0.0000,-27.3286 h -0.4866 l -0.0000,27.3286 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 182.3164,238.5351 l -0.0000,-27.1275 h -0.4866 l -0.0000,27.1275 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 181.8297,238.5351 l -0.0000,-26.9271 h -0.4866 l -0.0000,26.9271 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 181.3431,238.5351 l -0.0000,-26.7276 h -0.4866 l -0.0000,26.7276 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 180.8565,238.5351 l -0.0000,-26.5289 h -0.4866 l -0.0000,26.5289 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 180.3699,238.5351 l -0.0000,-26.3310 h -0.4866 l -0.0000,26.3310 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 179.8832,238.5351 l -0.0000,-26.1339 h -0.4866 l -0.0000,26.1339 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 179.3966,238.5351 l -0.0000,-25.9377 h -0.4866 l -0.0000,25.9377 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 178.9100,238.5351 l -0.0000,-25.7423 h -0.4866 l -0.0000,25.7423 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 178.4233,238.5351 l -0.0000,-25.5477 h -0.4866 l -0.0000,25.5477 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 177.9367,238.5351 l -0.0000,-25.3539 h -0.4866 l -0.0000,25.3539 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 177.4501,238.5351 l -0.0000,-25.1610 h -0.4866 l -0.0000,25.1610 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 176.9634,238.5351 l -0.0000,-24.9690 h -0.4866 l -0.0000,24.9690 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 176.4768,238.5351 l -0.0000,-24.7778 h -0.4866 l -0.0000,24.7778 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 175.9902,238.5351 l -0.0000,-24.5874 h -0.4866 l -0.0000,24.5874 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 175.5035,238.5351 l -0.0000,-24.3979 h -0.4866 l -0.0000,24.3979 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 175.0169,238.5351 l -0.0000,-24.2092 h -0.4866 l -0.0000,24.2092 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 174.5303,238.5351 l -0.0000,-24.0214 h -0.4866 l -0.0000,24.0214 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 174.0437,238.5351 l -0.0000,-23.8345 h -0.4866 l -0.0000,23.8345 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.5570,238.5351 l -0.0000,-23.6484 h -0.4866 l -0.0000,23.6484 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.0704,238.5351 l -0.0000,-23.4632 h -0.4866 l -0.0000,23.4632 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 172.5838,238.5351 l -0.0000,-23.2789 h -0.4866 l -0.0000,23.2789 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 172.0971,238.5351 l -0.0000,-23.0954 h -0.4866 l -0.0000,23.0954 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 171.6105,238.5351 l -0.0000,-22.9128 h -0.4866 l -0.0000,22.9128 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 171.1239,238.5351 l -0.0000,-22.7311 h -0.4866 l -0.0000,22.7311 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 170.6372,238.5351 l -0.0000,-22.5503 h -0.4866 l -0.0000,22.5503 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 170.1506,238.5351 l -0.0000,-22.3703 h -0.4866 l -0.0000,22.3703 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 169.6640,238.5351 l -0.0000,-22.1912 h -0.4866 l -0.0000,22.1912 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 169.1773,238.5351 l -0.0000,-22.0130 h -0.4866 l -0.0000,22.0130 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 168.6907,238.5351 l -0.0000,-21.8357 h -0.4866 l -0.0000,21.8357 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 168.2041,238.5351 l -0.0000,-21.6593 h -0.4866 l -0.0000,21.6593 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 167.7174,238.5351 l -0.0000,-21.4838 h -0.4866 l -0.0000,21.4838 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 167.2308,238.5351 l -0.0000,-21.3091 h -0.4866 l -0.0000,21.3091 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 166.7442,238.5351 l -0.0000,-21.1353 h -0.4866 l -0.0000,21.1353 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 166.2576,238.5351 l -0.0000,-20.9625 h -0.4866 l -0.0000,20.9625 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 165.7709,238.5351 l -0.0000,-20.7905 h -0.4866 l -0.0000,20.7905 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 165.2843,238.5351 l -0.0000,-20.6194 h -0.4866 l -0.0000,20.6194 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 164.7977,238.5351 l -0.0000,-20.4493 h -0.4866 l -0.0000,20.4493 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 164.3110,238.5351 l -0.0000,-20.2800 h -0.4866 l -0.0000,20.2800 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.8244,238.5351 l -0.0000,-20.1116 h -0.4866 l -0.0000,20.1116 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.3378,238.5351 l -0.0000,-19.9441 h -0.4866 l -0.0000,19.9441 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 162.8511,238.5351 l -0.0000,-19.7775 h -0.4866 l -0.0000,19.7775 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 162.3645,238.5351 l -0.0000,-19.6119 h -0.4866 l -0.0000,19.6119 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 161.8779,238.5351 l -0.0000,-19.4471 h -0.4866 l -0.0000,19.4471 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 161.3912,238.5351 l -0.0000,-19.2832 h -0.4866 l -0.0000,19.2832 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 160.9046,238.5351 l -0.0000,-19.1202 h -0.4866 l -0.0000,19.1202 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 160.4180,238.5351 l -0.0000,-18.9582 h -0.4866 l -0.0000,18.9582 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 159.9313,238.5351 l -0.0000,-18.7970 h -0.4866 l -0.0000,18.7970 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 159.4447,238.5351 l -0.0000,-18.6367 h -0.4866 l -0.0000,18.6367 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 158.9581,238.5351 l -0.0000,-18.4774 h -0.4866 l -0.0000,18.4774 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 158.4715,238.5351 l -0.0000,-18.3189 h -0.4866 l -0.0000,18.3189 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 157.9848,238.5351 l -0.0000,-18.1614 h -0.4866 l -0.0000,18.1614 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 157.4982,238.5351 l -0.0000,-18.0047 h -0.4866 l -0.0000,18.0047 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 157.0116,238.5351 l -0.0000,-17.8490 h -0.4866 l -0.0000,17.8490 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 156.5249,238.5351 l -0.0000,-17.6942 h -0.4866 l -0.0000,17.6942 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 156.0383,238.5351 l -0.0000,-17.5402 h -0.4866 l -0.0000,17.5402 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 155.5517,238.5351 l -0.0000,-17.3872 h -0.4866 l -0.0000,17.3872 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 155.0650,238.5351 l -0.0000,-17.2351 h -0.4866 l -0.0000,17.2351 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 154.5784,238.5351 l -0.0000,-17.0839 h -0.4866 l -0.0000,17.0839 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 154.0918,238.5351 l -0.0000,-16.9336 h -0.4866 l -0.0000,16.9336 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.6051,238.5351 l -0.0000,-16.7841 h -0.4866 l -0.0000,16.7841 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.1185,238.5351 l -0.0000,-16.6356 h -0.4866 l -0.0000,16.6356 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 152.6319,238.5351 l -0.0000,-16.4880 h -0.4866 l -0.0000,16.4880 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 152.1453,238.5351 l -0.0000,-16.3413 h -0.4866 l -0.0000,16.3413 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 151.6586,238.5351 l -0.0000,-16.1955 h -0.4866 l -0.0000,16.1955 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 151.1720,238.5351 l -0.0000,-16.0506 h -0.4866 l -0.0000,16.0506 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 150.6854,238.5351 l -0.0000,-15.9066 h -0.4866 l -0.0000,15.9066 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 150.1987,238.5351 l -0.0000,-15.7635 h -0.4866 l -0.0000,15.7635 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 149.7121,238.5351 l -0.0000,-15.6213 h -0.4866 l -0.0000,15.6213 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 149.2255,238.5351 l -0.0000,-15.4800 h -0.4866 l -0.0000,15.4800 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 148.7388,238.5351 l -0.0000,-15.3395 h -0.4866 l -0.0000,15.3395 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 148.2522,238.5351 l -0.0000,-15.2000 h -0.4866 l -0.0000,15.2000 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 147.7656,238.5351 l -0.0000,-15.0614 h -0.4866 l -0.0000,15.0614 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 147.2789,238.5351 l -0.0000,-14.9236 h -0.4866 l -0.0000,14.9236 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 146.7923,238.5351 l -0.0000,-14.7868 h -0.4866 l -0.0000,14.7868 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 146.3057,238.5351 l -0.0000,-14.6508 h -0.4866 l -0.0000,14.6508 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 145.8190,238.5351 l -0.0000,-14.5158 h -0.4866 l -0.0000,14.5158 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 145.3324,238.5351 l -0.0000,-14.3816 h -0.4866 l -0.0000,14.3816 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 144.8458,238.5351 l -0.0000,-14.2483 h -0.4866 l -0.0000,14.2483 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 144.3592,238.5351 l -0.0000,-14.1158 h -0.4866 l -0.0000,14.1158 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.8725,238.5351 l -0.0000,-13.9843 h -0.4866 l -0.0000,13.9843 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.3859,238.5351 l -0.0000,-13.8536 h -0.4866 l -0.0000,13.8536 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 142.8993,238.5351 l -0.0000,-13.7238 h -0.4866 l -0.0000,13.7238 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 142.4126,238.5351 l -0.0000,-13.5949 h -0.4866 l -0.0000,13.5949 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 141.9260,238.5351 l -0.0000,-13.4669 h -0.4866 l -0.0000,13.4669 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 141.4394,238.5351 l -0.0000,-13.3397 h -0.4866 l -0.0000,13.3397 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 140.9527,238.5351 l -0.0000,-13.2134 h -0.4866 l -0.0000,13.2134 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 140.4661,238.5351 l -0.0000,-13.0880 h -0.4866 l -0.0000,13.0880 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 139.9795,238.5351 l -0.0000,-12.9635 h -0.4866 l -0.0000,12.9635 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 139.4928,238.5351 l -0.0000,-12.8398 h -0.4866 l -0.0000,12.8398 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 139.0062,238.5351 l -0.0000,-12.7169 h -0.4866 l -0.0000,12.7169 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 138.5196,238.5351 l -0.0000,-12.5950 h -0.4866 l -0.0000,12.5950 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 138.0330,238.5351 l -0.0000,-12.4738 h -0.4866 l -0.0000,12.4738 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 137.5463,238.5351 l -0.0000,-12.3536 h -0.4866 l -0.0000,12.3536 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 137.0597,238.5351 l -0.0000,-12.2342 h -0.4866 l -0.0000,12.2342 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 136.5731,238.5351 l -0.0000,-12.1156 h -0.4866 l -0.0000,12.1156 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 136.0864,238.5351 l -0.0000,-11.9979 h -0.4866 l -0.0000,11.9979 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 135.5998,238.5351 l -0.0000,-11.8811 h -0.4866 l -0.0000,11.8811 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 135.1132,238.5351 l -0.0000,-11.7651 h -0.4866 l -0.0000,11.7651 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 134.6265,238.5351 l -0.0000,-11.6499 h -0.4866 l -0.0000,11.6499 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 134.1399,238.5351 l -0.0000,-11.5356 h -0.4866 l -0.0000,11.5356 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.6533,238.5351 l -0.0000,-11.4221 h -0.4866 l -0.0000,11.4221 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.1666,238.5351 l -0.0000,-11.3094 h -0.4866 l -0.0000,11.3094 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 132.6800,238.5351 l -0.0000,-11.1976 h -0.4866 l -0.0000,11.1976 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 132.1934,238.5351 l -0.0000,-11.0866 h -0.4866 l -0.0000,11.0866 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 131.7067,238.5351 l -0.0000,-10.9764 h -0.4866 l -0.0000,10.9764 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 131.2201,238.5351 l -0.0000,-10.8670 h -0.4866 l -0.0000,10.8670 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 130.7335,238.5351 l -0.0000,-10.7585 h -0.4866 l -0.0000,10.7585 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 130.2469,238.5351 l -0.0000,-10.6508 h -0.4866 l -0.0000,10.6508 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 129.7602,238.5351 l -0.0000,-10.5439 h -0.4866 l -0.0000,10.5439 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 129.2736,238.5351 l -0.0000,-10.4378 h -0.4866 l -0.0000,10.4378 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 128.7870,238.5351 l -0.0000,-10.3325 h -0.4866 l -0.0000,10.3325 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 128.3003,238.5351 l -0.0000,-10.2281 h -0.4866 l -0.0000,10.2281 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 127.8137,238.5351 l -0.0000,-10.1244 h -0.4866 l -0.0000,10.1244 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 127.3271,238.5351 l -0.0000,-10.0215 h -0.4866 l -0.0000,10.0215 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 126.8404,238.5351 l -0.0000,-9.9194 h -0.4866 l -0.0000,9.9194 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 126.3538,238.5351 l -0.0000,-9.8182 h -0.4866 l -0.0000,9.8182 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 125.8672,238.5351 l -0.0000,-9.7177 h -0.4866 l -0.0000,9.7177 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 125.3805,238.5351 l -0.0000,-9.6180 h -0.4866 l -0.0000,9.6180 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 124.8939,238.5351 l -0.0000,-9.5191 h -0.4866 l -0.0000,9.5191 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 124.4073,238.5351 l -0.0000,-9.4209 h -0.4866 l -0.0000,9.4209 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.9206,238.5351 l -0.0000,-9.3236 h -0.4866 l -0.0000,9.3236 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.4340,238.5351 l -0.0000,-9.2270 h -0.4866 l -0.0000,9.2270 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 122.9474,238.5351 l -0.0000,-9.1312 h -0.4866 l -0.0000,9.1312 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 122.4608,238.5351 l -0.0000,-9.0362 h -0.4866 l -0.0000,9.0362 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 121.9741,238.5351 l -0.0000,-8.9419 h -0.4866 l -0.0000,8.9419 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 121.4875,238.5351 l -0.0000,-8.8484 h -0.4866 l -0.0000,8.8484 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 121.0009,238.5351 l -0.0000,-8.7556 h -0.4866 l -0.0000,8.7556 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 120.5142,238.5351 l -0.0000,-8.6636 h -0.4866 l -0.0000,8.6636 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 120.0276,238.5351 l -0.0000,-8.5724 h -0.4866 l -0.0000,8.5724 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 119.5410,238.5351 l -0.0000,-8.4819 h -0.4866 l -0.0000,8.4819 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 119.0543,238.5351 l -0.0000,-8.3922 h -0.4866 l -0.0000,8.3922 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 118.5677,238.5351 l -0.0000,-8.3031 h -0.4866 l -0.0000,8.3031 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 118.0811,238.5351 l -0.0000,-8.2149 h -0.4866 l -0.0000,8.2149 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 117.5944,238.5351 l -0.0000,-8.1273 h -0.4866 l -0.0000,8.1273 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 117.1078,238.5351 l -0.0000,-8.0405 h -0.4866 l -0.0000,8.0405 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 116.6212,238.5351 l -0.0000,-7.9545 h -0.4866 l -0.0000,7.9545 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 116.1346,238.5351 l -0.0000,-7.8691 h -0.4866 l -0.0000,7.8691 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 115.6479,238.5351 l -0.0000,-7.7845 h -0.4866 l -0.0000,7.7845 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 115.1613,238.5351 l -0.0000,-7.7006 h -0.4866 l -0.0000,7.7006 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 114.6747,238.5351 l -0.0000,-7.6174 h -0.4866 l -0.0000,7.6174 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 114.1880,238.5351 l -0.0000,-7.5349 h -0.4866 l -0.0000,7.5349 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.7014,238.5351 l -0.0000,-7.4531 h -0.4866 l -0.0000,7.4531 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.2148,238.5351 l -0.0000,-7.3721 h -0.4866 l -0.0000,7.3721 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 112.7281,238.5351 l -0.0000,-7.2917 h -0.4866 l -0.0000,7.2917 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 112.2415,238.5351 l -0.0000,-7.2120 h -0.4866 l -0.0000,7.2120 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 111.7549,238.5351 l -0.0000,-7.1330 h -0.4866 l -0.0000,7.1330 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 111.2682,238.5351 l -0.0000,-7.0547 h -0.4866 l -0.0000,7.0547 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 110.7816,238.5351 l -0.0000,-6.9771 h -0.4866 l -0.0000,6.9771 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 110.2950,238.5351 l -0.0000,-6.9002 h -0.4866 l -0.0000,6.9002 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 109.8083,238.5351 l -0.0000,-6.8239 h -0.4866 l -0.0000,6.8239 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 109.3217,238.5351 l -0.0000,-6.7483 h -0.4866 l -0.0000,6.7483 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 108.8351,238.5351 l -0.0000,-6.6734 h -0.4866 l -0.0000,6.6734 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 108.3485,238.5351 l -0.0000,-6.5992 h -0.4866 l -0.0000,6.5992 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 107.8618,238.5351 l -0.0000,-6.5256 h -0.4866 l -0.0000,6.5256 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 107.3752,238.5351 l -0.0000,-6.4527 h -0.4866 l -0.0000,6.4527 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 106.8886,238.5351 l -0.0000,-6.3804 h -0.4866 l -0.0000,6.3804 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 106.4019,238.5351 l -0.0000,-6.3088 h -0.4866 l -0.0000,6.3088 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 105.9153,238.5351 l -0.0000,-6.2378 h -0.4866 l -0.0000,6.2378 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 105.4287,238.5351 l -0.0000,-6.1675 h -0.4866 l -0.0000,6.1675 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 104.9420,238.5351 l -0.0000,-6.0978 h -0.4866 l -0.0000,6.0978 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 104.4554,238.5351 l -0.0000,-6.0288 h -0.4866 l -0.0000,6.0288 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.9688,238.5351 l -0.0000,-5.9604 h -0.4866 l -0.0000,5.9604 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.4821,238.5351 l -0.0000,-5.8926 h -0.4866 l -0.0000,5.8926 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 102.9955,238.5351 l -0.0000,-5.8254 h -0.4866 l -0.0000,5.8254 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 102.5089,238.5351 l -0.0000,-5.7589 h -0.4866 l -0.0000,5.7589 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 102.0222,238.5351 l -0.0000,-5.6930 h -0.4866 l -0.0000,5.6930 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 101.5356,238.5351 l -0.0000,-5.6277 h -0.4866 l -0.0000,5.6277 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 101.0490,238.5351 l -0.0000,-5.5630 h -0.4866 l -0.0000,5.5630 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 100.5624,238.5351 l -0.0000,-5.4989 h -0.4866 l -0.0000,5.4989 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 100.0757,238.5351 l -0.0000,-5.4354 h -0.4866 l -0.0000,5.4354 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 99.5891,238.5351 l -0.0000,-5.3725 h -0.4866 l -0.0000,5.3725 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 99.1025,238.5351 l -0.0000,-5.3102 h -0.4866 l -0.0000,5.3102 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 98.6158,238.5351 l -0.0000,-5.2485 h -0.4866 l -0.0000,5.2485 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 98.1292,238.5351 l -0.0000,-5.1874 h -0.4866 l -0.0000,5.1874 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 97.6426,238.5351 l -0.0000,-5.1269 h -0.4866 l -0.0000,5.1269 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 97.1559,238.5351 l -0.0000,-5.0669 h -0.4866 l -0.0000,5.0669 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 96.6693,238.5351 l -0.0000,-5.0076 h -0.4866 l -0.0000,5.0076 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 96.1827,238.5351 l -0.0000,-4.9487 h -0.4866 l -0.0000,4.9487 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 95.6960,238.5351 l -0.0000,-4.8905 h -0.4866 l -0.0000,4.8905 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 95.2094,238.5351 l -0.0000,-4.8328 h -0.4866 l -0.0000,4.8328 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 94.7228,238.5351 l -0.0000,-4.7757 h -0.4866 l -0.0000,4.7757 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 94.2362,238.5351 l -0.0000,-4.7192 h -0.4866 l -0.0000,4.7192 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.7495,238.5351 l -0.0000,-4.6632 h -0.4866 l -0.0000,4.6632 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.2629,238.5351 l -0.0000,-4.6077 h -0.4866 l -0.0000,4.6077 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 92.7763,238.5351 l -0.0000,-4.5528 h -0.4866 l -0.0000,4.5528 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 92.2896,238.5351 l -0.0000,-4.4985 h -0.4866 l -0.0000,4.4985 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 91.8030,238.5351 l -0.0000,-4.4446 h -0.4866 l -0.0000,4.4446 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 91.3164,238.5351 l -0.0000,-4.3913 h -0.4866 l -0.0000,4.3913 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 90.8297,238.5351 l -0.0000,-4.3386 h -0.4866 l -0.0000,4.3386 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 90.3431,238.5351 l -0.0000,-4.2863 h -0.4866 l -0.0000,4.2863 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 89.8565,238.5351 l -0.0000,-4.2346 h -0.4866 l -0.0000,4.2346 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 89.3698,238.5351 l -0.0000,-4.1834 h -0.4866 l -0.0000,4.1834 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 88.8832,238.5351 l -0.0000,-4.1328 h -0.4866 l -0.0000,4.1328 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 88.3966,238.5351 l -0.0000,-4.0826 h -0.4866 l -0.0000,4.0826 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 87.9099,238.5351 l -0.0000,-4.0329 h -0.4866 l -0.0000,4.0329 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 87.4233,238.5351 l -0.0000,-3.9838 h -0.4866 l -0.0000,3.9838 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 86.9367,238.5351 l -0.0000,-3.9351 h -0.4866 l -0.0000,3.9351 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 86.4501,238.5351 l -0.0000,-3.8870 h -0.4866 l -0.0000,3.8870 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 85.9634,238.5351 l -0.0000,-3.8393 h -0.4866 l -0.0000,3.8393 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 85.4768,238.5351 l -0.0000,-3.7922 h -0.4866 l -0.0000,3.7922 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 84.9902,238.5351 l -0.0000,-3.7455 h -0.4866 l -0.0000,3.7455 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 84.5035,238.5351 l -0.0000,-3.6993 h -0.4866 l -0.0000,3.6993 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 84.0169,238.5351 l -0.0000,-3.6535 h -0.4866 l -0.0000,3.6535 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.5303,238.5351 l -0.0000,-3.6083 h -0.4866 l -0.0000,3.6083 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.0436,238.5351 l -0.0000,-3.5635 h -0.4866 l -0.0000,3.5635 Z"/></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 569.1881,238.5351 l -0.0000,-0.0006 h -0.4866 l -0.0000,0.0006 Z"/></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 568.7015,238.5351 l -0.0000,-0.0007 h -0.4866 l -0.0000,0.0007 Z"/></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 568.2148,238.5351 l -0.0000,-0.0007 h -0.4866 l -0.0000,0.0007 Z"/></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 567.7282,238.5351 l -0.0000,-0.0007 h -0.4866 l -0.0000,0.0007 Z"/></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 567.2416,238.5351 l -0.0000,-0.0008 h -0.4866 l -0.0000,0.0008 Z"/></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 566.7549,238.5351 l -0.0000,-0.0008 h -0.4866 l -0.0000,0.0008 Z"/></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 566.2683,238.5351 l -0.0000,-0.0009 h -0.4866 l -0.0000,0.0009 Z"/></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 565.7817,238.5351 l -0.0000,-0.0009 h -0.4866 l -0.0000,0.0009 Z"/></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 565.2951,238.5351 l -0.0000,-0.0009 h -0.4866 l -0.0000,0.0009 Z"/></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 564.8084,238.5351 l -0.0000,-0.0010 h -0.4866 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 564.3218,238.5351 l -0.0000,-0.0010 h -0.4866 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 563.8352,238.5351 l -0.0000,-0.0011 h -0.4866 l -0.0000,0.0011 Z"/></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 563.3485,238.5351 l -0.0000,-0.0011 h -0.4866 l -0.0000,0.0011 Z"/></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.8619,238.5351 l -0.0000,-0.0012 h -0.4866 l -0.0000,0.0012 Z"/></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.3753,238.5351 l -0.0000,-0.0013 h -0.4866 l -0.0000,0.0013 Z"/></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 561.8886,238.5351 l -0.0000,-0.0013 h -0.4866 l -0.0000,0.0013 Z"/></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 561.4020,238.5351 l -0.0000,-0.0014 h -0.4866 l -0.0000,0.0014 Z"/></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 560.9154,238.5351 l -0.0000,-0.0015 h -0.4866 l -0.0000,0.0015 Z"/></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 560.4287,238.5351 l -0.0000,-0.0015 h -0.4866 l -0.0000,0.0015 Z"/></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 559.9421,238.5351 l -0.0000,-0.0016 h -0.4866 l -0.0000,0.0016 Z"/></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 559.4555,238.5351 l -0.0000,-0.0017 h -0.4866 l -0.0000,0.0017 Z"/></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 558.9688,238.5351 l -0.0000,-0.0018 h -0.4866 l -0.0000,0.0018 Z"/></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 558.4822,238.5351 l -0.0000,-0.0019 h -0.4866 l -0.0000,0.0019 Z"/></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 557.9956,238.5351 l -0.0000,-0.0020 h -0.4866 l -0.0000,0.0020 Z"/></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 557.5090,238.5351 l -0.0000,-0.0020 h -0.4866 l -0.0000,0.0020 Z"/></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 557.0223,238.5351 l -0.0000,-0.0021 h -0.4866 l -0.0000,0.0021 Z"/></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 556.5357,238.5351 l -0.0000,-0.0022 h -0.4866 l -0.0000,0.0022 Z"/></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 556.0491,238.5351 l -0.0000,-0.0024 h -0.4866 l -0.0000,0.0024 Z"/></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 555.5624,238.5351 l -0.0000,-0.0025 h -0.4866 l -0.0000,0.0025 Z"/></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 555.0758,238.5351 l -0.0000,-0.0026 h -0.4866 l -0.0000,0.0026 Z"/></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 554.5892,238.5351 l -0.0000,-0.0027 h -0.4866 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 554.1025,238.5351 l -0.0000,-0.0028 h -0.4866 l -0.0000,0.0028 Z"/></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 553.6159,238.5351 l -0.0000,-0.0030 h -0.4866 l -0.0000,0.0030 Z"/></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 553.1293,238.5351 l -0.0000,-0.0031 h -0.4866 l -0.0000,0.0031 Z"/></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.6426,238.5351 l -0.0000,-0.0033 h -0.4866 l -0.0000,0.0033 Z"/></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.1560,238.5351 l -0.0000,-0.0034 h -0.4866 l -0.0000,0.0034 Z"/></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 551.6694,238.5351 l -0.0000,-0.0036 h -0.4866 l -0.0000,0.0036 Z"/></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 551.1828,238.5351 l -0.0000,-0.0038 h -0.4866 l -0.0000,0.0038 Z"/></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 550.6961,238.5351 l -0.0000,-0.0039 h -0.4866 l -0.0000,0.0039 Z"/></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 550.2095,238.5351 l -0.0000,-0.0041 h -0.4866 l -0.0000,0.0041 Z"/></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 549.7229,238.5351 l -0.0000,-0.0043 h -0.4866 l -0.0000,0.0043 Z"/></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 549.2362,238.5351 l -0.0000,-0.0045 h -0.4866 l -0.0000,0.0045 Z"/></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 548.7496,238.5351 l -0.0000,-0.0047 h -0.4866 l -0.0000,0.0047 Z"/></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 548.2630,238.5351 l -0.0000,-0.0050 h -0.4866 l -0.0000,0.0050 Z"/></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 547.7763,238.5351 l -0.0000,-0.0052 h -0.4866 l -0.0000,0.0052 Z"/></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 547.2897,238.5351 l -0.0000,-0.0054 h -0.4866 l -0.0000,0.0054 Z"/></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 546.8031,238.5351 l -0.0000,-0.0057 h -0.4866 l -0.0000,0.0057 Z"/></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 546.3164,238.5351 l -0.0000,-0.0059 h -0.4866 l -0.0000,0.0059 Z"/></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 545.8298,238.5351 l -0.0000,-0.0062 h -0.4866 l -0.0000,0.0062 Z"/></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 545.3432,238.5351 l -0.0000,-0.0065 h -0.4866 l -0.0000,0.0065 Z"/></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 544.8565,238.5351 l -0.0000,-0.0068 h -0.4866 l -0.0000,0.0068 Z"/></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 544.3699,238.5351 l -0.0000,-0.0071 h -0.4866 l -0.0000,0.0071 Z"/></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 543.8833,238.5351 l -0.0000,-0.0074 h -0.4866 l -0.0000,0.0074 Z"/></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 543.3967,238.5351 l -0.0000,-0.0078 h -0.4866 l -0.0000,0.0078 Z"/></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.9100,238.5351 l -0.0000,-0.0081 h -0.4866 l -0.0000,0.0081 Z"/></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.4234,238.5351 l -0.0000,-0.0085 h -0.4866 l -0.0000,0.0085 Z"/></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 541.9368,238.5351 l -0.0000,-0.0089 h -0.4866 l -0.0000,0.0089 Z"/></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 541.4501,238.5351 l -0.0000,-0.0093 h -0.4866 l -0.0000,0.0093 Z"/></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 540.9635,238.5351 l -0.0000,-0.0097 h -0.4866 l -0.0000,0.0097 Z"/></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 540.4769,238.5351 l -0.0000,-0.0101 h -0.4866 l -0.0000,0.0101 Z"/></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 539.9902,238.5351 l -0.0000,-0.0106 h -0.4866 l -0.0000,0.0106 Z"/></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 539.5036,238.5351 l -0.0000,-0.0111 h -0.4866 l -0.0000,0.0111 Z"/></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 539.0170,238.5351 l -0.0000,-0.0116 h -0.4866 l -0.0000,0.0116 Z"/></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 538.5303,238.5351 l -0.0000,-0.0121 h -0.4866 l -0.0000,0.0121 Z"/></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 538.0437,238.5351 l -0.0000,-0.0126 h -0.4866 l -0.0000,0.0126 Z"/></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 537.5571,238.5351 l -0.0000,-0.0132 h -0.4866 l -0.0000,0.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 537.0704,238.5351 l -0.0000,-0.0138 h -0.4866 l -0.0000,0.0138 Z"/></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 536.5838,238.5351 l -0.0000,-0.0144 h -0.4866 l -0.0000,0.0144 Z"/></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 536.0972,238.5351 l -0.0000,-0.0150 h -0.4866 l -0.0000,0.0150 Z"/></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 535.6106,238.5351 l -0.0000,-0.0157 h -0.4866 l -0.0000,0.0157 Z"/></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 535.1239,238.5351 l -0.0000,-0.0164 h -0.4866 l -0.0000,0.0164 Z"/></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 534.6373,238.5351 l -0.0000,-0.0171 h -0.4866 l -0.0000,0.0171 Z"/></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 534.1507,238.5351 l -0.0000,-0.0178 h -0.4866 l -0.0000,0.0178 Z"/></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 533.6640,238.5351 l -0.0000,-0.0186 h -0.4866 l -0.0000,0.0186 Z"/></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 533.1774,238.5351 l -0.0000,-0.0194 h -0.4866 l -0.0000,0.0194 Z"/></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.6908,238.5351 l -0.0000,-0.0202 h -0.4866 l -0.0000,0.0202 Z"/></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.2041,238.5351 l -0.0000,-0.0211 h -0.4866 l -0.0000,0.0211 Z"/></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 531.7175,238.5351 l -0.0000,-0.0220 h -0.4866 l -0.0000,0.0220 Z"/></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 531.2309,238.5351 l -0.0000,-0.0230 h -0.4866 l -0.0000,0.0230 Z"/></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 530.7442,238.5351 l -0.0000,-0.0240 h -0.4866 l -0.0000,0.0240 Z"/></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 530.2576,238.5351 l -0.0000,-0.0250 h -0.4866 l -0.0000,0.0250 Z"/></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 529.7710,238.5351 l -0.0000,-0.0261 h -0.4866 l -0.0000,0.0261 Z"/></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 529.2844,238.5351 l -0.0000,-0.0272 h -0.4866 l -0.0000,0.0272 Z"/></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 528.7977,238.5351 l -0.0000,-0.0283 h -0.4866 l -0.0000,0.0283 Z"/></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 528.3111,238.5351 l -0.0000,-0.0295 h -0.4866 l -0.0000,0.0295 Z"/></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 527.8245,238.5351 l -0.0000,-0.0308 h -0.4866 l -0.0000,0.0308 Z"/></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 527.3378,238.5351 l -0.0000,-0.0321 h -0.4866 l -0.0000,0.0321 Z"/></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.8512,238.5351 l -0.0000,-0.0334 h -0.4866 l -0.0000,0.0334 Z"/></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.3646,238.5351 l -0.0000,-0.0348 h -0.4866 l -0.0000,0.0348 Z"/></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 525.8779,238.5351 l -0.0000,-0.0363 h -0.4866 l -0.0000,0.0363 Z"/></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 525.3913,238.5351 l -0.0000,-0.0378 h -0.4866 l -0.0000,0.0378 Z"/></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 524.9047,238.5351 l -0.0000,-0.0394 h -0.4866 l -0.0000,0.0394 Z"/></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 524.4180,238.5351 l -0.0000,-0.0410 h -0.4866 l -0.0000,0.0410 Z"/></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 523.9314,238.5351 l -0.0000,-0.0427 h -0.4866 l -0.0000,0.0427 Z"/></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 523.4448,238.5351 l -0.0000,-0.0445 h -0.4866 l -0.0000,0.0445 Z"/></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.9581,238.5351 l -0.0000,-0.0463 h -0.4866 l -0.0000,0.0463 Z"/></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.4715,238.5351 l -0.0000,-0.0482 h -0.4866 l -0.0000,0.0482 Z"/></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 521.9849,238.5351 l -0.0000,-0.0502 h -0.4866 l -0.0000,0.0502 Z"/></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 521.4983,238.5351 l -0.0000,-0.0523 h -0.4866 l -0.0000,0.0523 Z"/></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 521.0116,238.5351 l -0.0000,-0.0544 h -0.4866 l -0.0000,0.0544 Z"/></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 520.5250,238.5351 l -0.0000,-0.0566 h -0.4866 l -0.0000,0.0566 Z"/></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 520.0384,238.5351 l -0.0000,-0.0589 h -0.4866 l -0.0000,0.0589 Z"/></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 519.5517,238.5351 l -0.0000,-0.0613 h -0.4866 l -0.0000,0.0613 Z"/></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 519.0651,238.5351 l -0.0000,-0.0638 h -0.4866 l -0.0000,0.0638 Z"/></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 518.5785,238.5351 l -0.0000,-0.0664 h -0.4866 l -0.0000,0.0664 Z"/></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 518.0918,238.5351 l -0.0000,-0.0691 h -0.4866 l -0.0000,0.0691 Z"/></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 517.6052,238.5351 l -0.0000,-0.0718 h -0.4866 l -0.0000,0.0718 Z"/></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 517.1186,238.5351 l -0.0000,-0.0747 h -0.4866 l -0.0000,0.0747 Z"/></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 516.6319,238.5351 l -0.0000,-0.0777 h -0.4866 l -0.0000,0.0777 Z"/></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 516.1453,238.5351 l -0.0000,-0.0808 h -0.4866 l -0.0000,0.0808 Z"/></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 515.6587,238.5351 l -0.0000,-0.0840 h -0.4866 l -0.0000,0.0840 Z"/></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 515.1720,238.5351 l -0.0000,-0.0873 h -0.4866 l -0.0000,0.0873 Z"/></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 514.6854,238.5351 l -0.0000,-0.0908 h -0.4866 l -0.0000,0.0908 Z"/></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 514.1988,238.5351 l -0.0000,-0.0943 h -0.4866 l -0.0000,0.0943 Z"/></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 513.7122,238.5351 l -0.0000,-0.0980 h -0.4866 l -0.0000,0.0980 Z"/></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 513.2255,238.5351 l -0.0000,-0.1019 h -0.4866 l -0.0000,0.1019 Z"/></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.7389,238.5351 l -0.0000,-0.1059 h -0.4866 l -0.0000,0.1059 Z"/></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.2523,238.5351 l -0.0000,-0.1100 h -0.4866 l -0.0000,0.1100 Z"/></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 511.7656,238.5351 l -0.0000,-0.1143 h -0.4866 l -0.0000,0.1143 Z"/></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 511.2790,238.5351 l -0.0000,-0.1187 h -0.4866 l -0.0000,0.1187 Z"/></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 510.7924,238.5351 l -0.0000,-0.1233 h -0.4866 l -0.0000,0.1233 Z"/></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 510.3057,238.5351 l -0.0000,-0.1281 h -0.4866 l -0.0000,0.1281 Z"/></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 509.8191,238.5351 l -0.0000,-0.1330 h -0.4866 l -0.0000,0.1330 Z"/></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 509.3325,238.5351 l -0.0000,-0.1381 h -0.4866 l -0.0000,0.1381 Z"/></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 508.8458,238.5351 l -0.0000,-0.1434 h -0.4866 l -0.0000,0.1434 Z"/></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 508.3592,238.5351 l -0.0000,-0.1488 h -0.4866 l -0.0000,0.1488 Z"/></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 507.8726,238.5351 l -0.0000,-0.1545 h -0.4866 l -0.0000,0.1545 Z"/></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 507.3860,238.5351 l -0.0000,-0.1604 h -0.4866 l -0.0000,0.1604 Z"/></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 506.8993,238.5351 l -0.0000,-0.1664 h -0.4866 l -0.0000,0.1664 Z"/></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 506.4127,238.5351 l -0.0000,-0.1727 h -0.4866 l -0.0000,0.1727 Z"/></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 505.9261,238.5351 l -0.0000,-0.1792 h -0.4866 l -0.0000,0.1792 Z"/></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 505.4394,238.5351 l -0.0000,-0.1859 h -0.4866 l -0.0000,0.1859 Z"/></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 504.9528,238.5351 l -0.0000,-0.1929 h -0.4866 l -0.0000,0.1929 Z"/></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 504.4662,238.5351 l -0.0000,-0.2001 h -0.4866 l -0.0000,0.2001 Z"/></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 503.9795,238.5351 l -0.0000,-0.2076 h -0.4866 l -0.0000,0.2076 Z"/></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 503.4929,238.5351 l -0.0000,-0.2153 h -0.4866 l -0.0000,0.2153 Z"/></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 503.0063,238.5351 l -0.0000,-0.2232 h -0.4866 l -0.0000,0.2232 Z"/></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.5196,238.5351 l -0.0000,-0.2315 h -0.4866 l -0.0000,0.2315 Z"/></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.0330,238.5351 l -0.0000,-0.2400 h -0.4866 l -0.0000,0.2400 Z"/></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 501.5464,238.5351 l -0.0000,-0.2488 h -0.4866 l -0.0000,0.2488 Z"/></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 501.0597,238.5351 l -0.0000,-0.2579 h -0.4866 l -0.0000,0.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 500.5731,238.5351 l -0.0000,-0.2673 h -0.4866 l -0.0000,0.2673 Z"/></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 500.0865,238.5351 l -0.0000,-0.2771 h -0.4866 l -0.0000,0.2771 Z"/></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 499.5999,238.5351 l -0.0000,-0.2871 h -0.4866 l -0.0000,0.2871 Z"/></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 499.1132,238.5351 l -0.0000,-0.2975 h -0.4866 l -0.0000,0.2975 Z"/></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 498.6266,238.5351 l -0.0000,-0.3082 h -0.4866 l -0.0000,0.3082 Z"/></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 498.1400,238.5351 l -0.0000,-0.3193 h -0.4866 l -0.0000,0.3193 Z"/></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 497.6533,238.5351 l -0.0000,-0.3308 h -0.4866 l -0.0000,0.3308 Z"/></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 497.1667,238.5351 l -0.0000,-0.3426 h -0.4866 l -0.0000,0.3426 Z"/></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 496.6801,238.5351 l -0.0000,-0.3548 h -0.4866 l -0.0000,0.3548 Z"/></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 496.1934,238.5351 l -0.0000,-0.3675 h -0.4866 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 495.7068,238.5351 l -0.0000,-0.3805 h -0.4866 l -0.0000,0.3805 Z"/></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 495.2202,238.5351 l -0.0000,-0.3939 h -0.4866 l -0.0000,0.3939 Z"/></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 494.7335,238.5351 l -0.0000,-0.4078 h -0.4866 l -0.0000,0.4078 Z"/></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 494.2469,238.5351 l -0.0000,-0.4222 h -0.4866 l -0.0000,0.4222 Z"/></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 493.7603,238.5351 l -0.0000,-0.4370 h -0.4866 l -0.0000,0.4370 Z"/></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 493.2736,238.5351 l -0.0000,-0.4522 h -0.4866 l -0.0000,0.4522 Z"/></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.7870,238.5351 l -0.0000,-0.4680 h -0.4866 l -0.0000,0.4680 Z"/></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.3004,238.5351 l -0.0000,-0.4842 h -0.4866 l -0.0000,0.4842 Z"/></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 491.8138,238.5351 l -0.0000,-0.5010 h -0.4866 l -0.0000,0.5010 Z"/></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 491.3271,238.5351 l -0.0000,-0.5183 h -0.4866 l -0.0000,0.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 490.8405,238.5351 l -0.0000,-0.5362 h -0.4866 l -0.0000,0.5362 Z"/></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 490.3539,238.5351 l -0.0000,-0.5546 h -0.4866 l -0.0000,0.5546 Z"/></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 489.8672,238.5351 l -0.0000,-0.5736 h -0.4866 l -0.0000,0.5736 Z"/></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 489.3806,238.5351 l -0.0000,-0.5931 h -0.4866 l -0.0000,0.5931 Z"/></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 488.8940,238.5351 l -0.0000,-0.6133 h -0.4866 l -0.0000,0.6133 Z"/></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 488.4073,238.5351 l -0.0000,-0.6341 h -0.4866 l -0.0000,0.6341 Z"/></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 487.9207,238.5351 l -0.0000,-0.6555 h -0.4866 l -0.0000,0.6555 Z"/></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 487.4341,238.5351 l -0.0000,-0.6776 h -0.4866 l -0.0000,0.6776 Z"/></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 486.9474,238.5351 l -0.0000,-0.7004 h -0.4866 l -0.0000,0.7004 Z"/></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 486.4608,238.5351 l -0.0000,-0.7239 h -0.4866 l -0.0000,0.7239 Z"/></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 485.9742,238.5351 l -0.0000,-0.7480 h -0.4866 l -0.0000,0.7480 Z"/></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 485.4876,238.5351 l -0.0000,-0.7729 h -0.4866 l -0.0000,0.7729 Z"/></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 485.0009,238.5351 l -0.0000,-0.7986 h -0.4866 l -0.0000,0.7986 Z"/></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 484.5143,238.5351 l -0.0000,-0.8250 h -0.4866 l -0.0000,0.8250 Z"/></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 484.0277,238.5351 l -0.0000,-0.8522 h -0.4866 l -0.0000,0.8522 Z"/></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 483.5410,238.5351 l -0.0000,-0.8802 h -0.4866 l -0.0000,0.8802 Z"/></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 483.0544,238.5351 l -0.0000,-0.9091 h -0.4866 l -0.0000,0.9091 Z"/></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.5678,238.5351 l -0.0000,-0.9388 h -0.4866 l -0.0000,0.9388 Z"/></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.0811,238.5351 l -0.0000,-0.9694 h -0.4866 l -0.0000,0.9694 Z"/></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 481.5945,238.5351 l -0.0000,-1.0008 h -0.4866 l -0.0000,1.0008 Z"/></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 481.1079,238.5351 l -0.0000,-1.0332 h -0.4866 l -0.0000,1.0332 Z"/></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 480.6212,238.5351 l -0.0000,-1.0666 h -0.4866 l -0.0000,1.0666 Z"/></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 480.1346,238.5351 l -0.0000,-1.1009 h -0.4866 l -0.0000,1.1009 Z"/></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 479.6480,238.5351 l -0.0000,-1.1361 h -0.4866 l -0.0000,1.1361 Z"/></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 479.1613,238.5351 l -0.0000,-1.1724 h -0.4866 l -0.0000,1.1724 Z"/></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 478.6747,238.5351 l -0.0000,-1.2098 h -0.4866 l -0.0000,1.2098 Z"/></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 478.1881,238.5351 l -0.0000,-1.2482 h -0.4866 l -0.0000,1.2482 Z"/></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 477.7015,238.5351 l -0.0000,-1.2877 h -0.4866 l -0.0000,1.2877 Z"/></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 477.2148,238.5351 l -0.0000,-1.3283 h -0.4866 l -0.0000,1.3283 Z"/></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 476.7282,238.5351 l -0.0000,-1.3700 h -0.4866 l -0.0000,1.3700 Z"/></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 476.2416,238.5351 l -0.0000,-1.4130 h -0.4866 l -0.0000,1.4130 Z"/></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 475.7549,238.5351 l -0.0000,-1.4571 h -0.4866 l -0.0000,1.4571 Z"/></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 475.2683,238.5351 l -0.0000,-1.5024 h -0.4866 l -0.0000,1.5024 Z"/></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 474.7817,238.5351 l -0.0000,-1.5491 h -0.4866 l -0.0000,1.5491 Z"/></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 474.2950,238.5351 l -0.0000,-1.5969 h -0.4866 l -0.0000,1.5969 Z"/></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.8084,238.5351 l -0.0000,-1.6462 h -0.4866 l -0.0000,1.6462 Z"/></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.3218,238.5351 l -0.0000,-1.6967 h -0.4866 l -0.0000,1.6967 Z"/></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.8351,238.5351 l -0.0000,-1.7486 h -0.4866 l -0.0000,1.7486 Z"/></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.3485,238.5351 l -0.0000,-1.8020 h -0.4866 l -0.0000,1.8020 Z"/></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 471.8619,238.5351 l -0.0000,-1.8568 h -0.4866 l -0.0000,1.8568 Z"/></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 471.3753,238.5351 l -0.0000,-1.9130 h -0.4866 l -0.0000,1.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 470.8886,238.5351 l -0.0000,-1.9708 h -0.4866 l -0.0000,1.9708 Z"/></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 470.4020,238.5351 l -0.0000,-2.0301 h -0.4866 l -0.0000,2.0301 Z"/></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 469.9154,238.5351 l -0.0000,-2.0910 h -0.4866 l -0.0000,2.0910 Z"/></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 469.4287,238.5351 l -0.0000,-2.1535 h -0.4866 l -0.0000,2.1535 Z"/></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 468.9421,238.5351 l -0.0000,-2.2176 h -0.4866 l -0.0000,2.2176 Z"/></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 468.4555,238.5351 l -0.0000,-2.2835 h -0.4866 l -0.0000,2.2835 Z"/></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 467.9688,238.5351 l -0.0000,-2.3510 h -0.4866 l -0.0000,2.3510 Z"/></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 467.4822,238.5351 l -0.0000,-2.4203 h -0.4866 l -0.0000,2.4203 Z"/></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 466.9956,238.5351 l -0.0000,-2.4914 h -0.4866 l -0.0000,2.4914 Z"/></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 466.5089,238.5351 l -0.0000,-2.5643 h -0.4866 l -0.0000,2.5643 Z"/></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 466.0223,238.5351 l -0.0000,-2.6391 h -0.4866 l -0.0000,2.6391 Z"/></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 465.5357,238.5351 l -0.0000,-2.7158 h -0.4866 l -0.0000,2.7158 Z"/></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 465.0490,238.5351 l -0.0000,-2.7945 h -0.4866 l -0.0000,2.7945 Z"/></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 464.5624,238.5351 l -0.0000,-2.8751 h -0.4866 l -0.0000,2.8751 Z"/></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 464.0758,238.5351 l -0.0000,-2.9578 h -0.4866 l -0.0000,2.9578 Z"/></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 463.5892,238.5351 l -0.0000,-3.0425 h -0.4866 l -0.0000,3.0425 Z"/></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 463.1025,238.5351 l -0.0000,-3.1294 h -0.4866 l -0.0000,3.1294 Z"/></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.6159,238.5351 l -0.0000,-3.2184 h -0.4866 l -0.0000,3.2184 Z"/></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.1293,238.5351 l -0.0000,-3.3097 h -0.4866 l -0.0000,3.3097 Z"/></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 461.6426,238.5351 l -0.0000,-3.4031 h -0.4866 l -0.0000,3.4031 Z"/></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 461.1560,238.5351 l -0.0000,-3.4989 h -0.4866 l -0.0000,3.4989 Z"/></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 460.6694,238.5351 l -0.0000,-3.5970 h -0.4866 l -0.0000,3.5970 Z"/></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 460.1827,238.5351 l -0.0000,-3.6975 h -0.4866 l -0.0000,3.6975 Z"/></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 459.6961,238.5351 l -0.0000,-3.8004 h -0.4866 l -0.0000,3.8004 Z"/></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 459.2095,238.5351 l -0.0000,-3.9057 h -0.4866 l -0.0000,3.9057 Z"/></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 458.7228,238.5351 l -0.0000,-4.0136 h -0.4866 l -0.0000,4.0136 Z"/></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 458.2362,238.5351 l -0.0000,-4.1241 h -0.4866 l -0.0000,4.1241 Z"/></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 457.7496,238.5351 l -0.0000,-4.2372 h -0.4866 l -0.0000,4.2372 Z"/></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 457.2629,238.5351 l -0.0000,-4.3529 h -0.4866 l -0.0000,4.3529 Z"/></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 456.7763,238.5351 l -0.0000,-4.4714 h -0.4866 l -0.0000,4.4714 Z"/></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 456.2897,238.5351 l -0.0000,-4.5926 h -0.4866 l -0.0000,4.5926 Z"/></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 455.8031,238.5351 l -0.0000,-4.7166 h -0.4866 l -0.0000,4.7166 Z"/></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 455.3164,238.5351 l -0.0000,-4.8435 h -0.4866 l -0.0000,4.8435 Z"/></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 454.8298,238.5351 l -0.0000,-4.9734 h -0.4866 l -0.0000,4.9734 Z"/></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 454.3432,238.5351 l -0.0000,-5.1061 h -0.4866 l -0.0000,5.1061 Z"/></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 453.8565,238.5351 l -0.0000,-5.2420 h -0.4866 l -0.0000,5.2420 Z"/></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 453.3699,238.5351 l -0.0000,-5.3808 h -0.4866 l -0.0000,5.3808 Z"/></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.8833,238.5351 l -0.0000,-5.5229 h -0.4866 l -0.0000,5.5229 Z"/></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.3966,238.5351 l -0.0000,-5.6680 h -0.4866 l -0.0000,5.6680 Z"/></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 451.9100,238.5351 l -0.0000,-5.8165 h -0.4866 l -0.0000,5.8165 Z"/></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 451.4234,238.5351 l -0.0000,-5.9682 h -0.4866 l -0.0000,5.9682 Z"/></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 450.9367,238.5351 l -0.0000,-6.1233 h -0.4866 l -0.0000,6.1233 Z"/></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 450.4501,238.5351 l -0.0000,-6.2817 h -0.4866 l -0.0000,6.2817 Z"/></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 449.9635,238.5351 l -0.0000,-6.4436 h -0.4866 l -0.0000,6.4436 Z"/></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 449.4769,238.5351 l -0.0000,-6.6091 h -0.4866 l -0.0000,6.6091 Z"/></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 448.9902,238.5351 l -0.0000,-6.7781 h -0.4866 l -0.0000,6.7781 Z"/></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 448.5036,238.5351 l -0.0000,-6.9507 h -0.4866 l -0.0000,6.9507 Z"/></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 448.0170,238.5351 l -0.0000,-7.1270 h -0.4866 l -0.0000,7.1270 Z"/></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 447.5303,238.5351 l -0.0000,-7.3071 h -0.4866 l -0.0000,7.3071 Z"/></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 447.0437,238.5351 l -0.0000,-7.4909 h -0.4866 l -0.0000,7.4909 Z"/></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 446.5571,238.5351 l -0.0000,-7.6787 h -0.4866 l -0.0000,7.6787 Z"/></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 446.0704,238.5351 l -0.0000,-7.8703 h -0.4866 l -0.0000,7.8703 Z"/></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 445.5838,238.5351 l -0.0000,-8.0659 h -0.4866 l -0.0000,8.0659 Z"/></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 445.0972,238.5351 l -0.0000,-8.2655 h -0.4866 l -0.0000,8.2655 Z"/></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 444.6105,238.5351 l -0.0000,-8.4693 h -0.4866 l -0.0000,8.4693 Z"/></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 444.1239,238.5351 l -0.0000,-8.6772 h -0.4866 l -0.0000,8.6772 Z"/></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 443.6373,238.5351 l -0.0000,-8.8893 h -0.4866 l -0.0000,8.8893 Z"/></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 443.1506,238.5351 l -0.0000,-9.1056 h -0.4866 l -0.0000,9.1056 Z"/></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.6640,238.5351 l -0.0000,-9.3264 h -0.4866 l -0.0000,9.3264 Z"/></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.1774,238.5351 l -0.0000,-9.5515 h -0.4866 l -0.0000,9.5515 Z"/></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 441.6908,238.5351 l -0.0000,-9.7810 h -0.4866 l -0.0000,9.7810 Z"/></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 441.2041,238.5351 l -0.0000,-10.0151 h -0.4866 l -0.0000,10.0151 Z"/></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 440.7175,238.5351 l -0.0000,-10.2538 h -0.4866 l -0.0000,10.2538 Z"/></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 440.2309,238.5351 l -0.0000,-10.4970 h -0.4866 l -0.0000,10.4970 Z"/></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 439.7442,238.5351 l -0.0000,-10.7450 h -0.4866 l -0.0000,10.7450 Z"/></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 439.2576,238.5351 l -0.0000,-10.9978 h -0.4866 l -0.0000,10.9978 Z"/></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 438.7710,238.5351 l -0.0000,-11.2554 h -0.4866 l -0.0000,11.2554 Z"/></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 438.2843,238.5351 l -0.0000,-11.5178 h -0.4866 l -0.0000,11.5178 Z"/></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 437.7977,238.5351 l -0.0000,-11.7852 h -0.4866 l -0.0000,11.7852 Z"/></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 437.3111,238.5351 l -0.0000,-12.0576 h -0.4866 l -0.0000,12.0576 Z"/></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 436.8244,238.5351 l -0.0000,-12.3350 h -0.4866 l -0.0000,12.3350 Z"/></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 436.3378,238.5351 l -0.0000,-12.6176 h -0.4866 l -0.0000,12.6176 Z"/></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 435.8512,238.5351 l -0.0000,-12.9054 h -0.4866 l -0.0000,12.9054 Z"/></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 435.3645,238.5351 l -0.0000,-13.1984 h -0.4866 l -0.0000,13.1984 Z"/></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 434.8779,238.5351 l -0.0000,-13.4967 h -0.4866 l -0.0000,13.4967 Z"/></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 434.3913,238.5351 l -0.0000,-13.8004 h -0.4866 l -0.0000,13.8004 Z"/></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 433.9047,238.5351 l -0.0000,-14.1094 h -0.4866 l -0.0000,14.1094 Z"/></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 433.4180,238.5351 l -0.0000,-14.4240 h -0.4866 l -0.0000,14.4240 Z"/></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.9314,238.5351 l -0.0000,-14.7441 h -0.4866 l -0.0000,14.7441 Z"/></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.4448,238.5351 l -0.0000,-15.0698 h -0.4866 l -0.0000,15.0698 Z"/></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 431.9581,238.5351 l -0.0000,-15.4012 h -0.4866 l -0.0000,15.4012 Z"/></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 431.4715,238.5351 l -0.0000,-15.7382 h -0.4866 l -0.0000,15.7382 Z"/></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 430.9849,238.5351 l -0.0000,-16.0811 h -0.4866 l -0.0000,16.0811 Z"/></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 430.4982,238.5351 l -0.0000,-16.4298 h -0.4866 l -0.0000,16.4298 Z"/></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 430.0116,238.5351 l -0.0000,-16.7843 h -0.4866 l -0.0000,16.7843 Z"/></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 429.5250,238.5351 l -0.0000,-17.1448 h -0.4866 l -0.0000,17.1448 Z"/></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 429.0383,238.5351 l -0.0000,-17.5113 h -0.4866 l -0.0000,17.5113 Z"/></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 428.5517,238.5351 l -0.0000,-17.8838 h -0.4866 l -0.0000,17.8838 Z"/></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 428.0651,238.5351 l -0.0000,-18.2624 h -0.4866 l -0.0000,18.2624 Z"/></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 427.5785,238.5351 l -0.0000,-18.6472 h -0.4866 l -0.0000,18.6472 Z"/></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 427.0918,238.5351 l -0.0000,-19.0381 h -0.4866 l -0.0000,19.0381 Z"/></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 426.6052,238.5351 l -0.0000,-19.4354 h -0.4866 l -0.0000,19.4354 Z"/></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 426.1186,238.5351 l -0.0000,-19.8389 h -0.4866 l -0.0000,19.8389 Z"/></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 425.6319,238.5351 l -0.0000,-20.2488 h -0.4866 l -0.0000,20.2488 Z"/></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 425.1453,238.5351 l -0.0000,-20.6651 h -0.4866 l -0.0000,20.6651 Z"/></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 424.6587,238.5351 l -0.0000,-21.0878 h -0.4866 l -0.0000,21.0878 Z"/></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 424.1720,238.5351 l -0.0000,-21.5170 h -0.4866 l -0.0000,21.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 423.6854,238.5351 l -0.0000,-21.9528 h -0.4866 l -0.0000,21.9528 Z"/></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 423.1988,238.5351 l -0.0000,-22.3951 h -0.4866 l -0.0000,22.3951 Z"/></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.7121,238.5351 l -0.0000,-22.8441 h -0.4866 l -0.0000,22.8441 Z"/></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.2255,238.5351 l -0.0000,-23.2998 h -0.4866 l -0.0000,23.2998 Z"/></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 421.7389,238.5351 l -0.0000,-23.7622 h -0.4866 l -0.0000,23.7622 Z"/></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 421.2522,238.5351 l -0.0000,-24.2313 h -0.4866 l -0.0000,24.2313 Z"/></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 420.7656,238.5351 l -0.0000,-24.7072 h -0.4866 l -0.0000,24.7072 Z"/></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 420.2790,238.5351 l -0.0000,-25.1899 h -0.4866 l -0.0000,25.1899 Z"/></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 419.7924,238.5351 l -0.0000,-25.6795 h -0.4866 l -0.0000,25.6795 Z"/></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 419.3057,238.5351 l -0.0000,-26.1760 h -0.4866 l -0.0000,26.1760 Z"/></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 418.8191,238.5351 l -0.0000,-26.6795 h -0.4866 l -0.0000,26.6795 Z"/></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 418.3325,238.5351 l -0.0000,-27.1899 h -0.4866 l -0.0000,27.1899 Z"/></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 417.8458,238.5351 l -0.0000,-27.7072 h -0.4866 l -0.0000,27.7072 Z"/></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 417.3592,238.5351 l -0.0000,-28.2317 h -0.4866 l -0.0000,28.2317 Z"/></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 416.8726,238.5351 l -0.0000,-28.7631 h -0.4866 l -0.0000,28.7631 Z"/></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 416.3859,238.5351 l -0.0000,-29.3017 h -0.4866 l -0.0000,29.3017 Z"/></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 415.8993,238.5351 l -0.0000,-29.8473 h -0.4866 l -0.0000,29.8473 Z"/></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 415.4127,238.5351 l -0.0000,-30.4000 h -0.4866 l -0.0000,30.4000 Z"/></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 414.9260,238.5351 l -0.0000,-30.9599 h -0.4866 l -0.0000,30.9599 Z"/></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 414.4394,238.5351 l -0.0000,-31.5270 h -0.4866 l -0.0000,31.5270 Z"/></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 413.9528,238.5351 l -0.0000,-32.1012 h -0.4866 l -0.0000,32.1012 Z"/></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 413.4662,238.5351 l -0.0000,-32.6826 h -0.4866 l -0.0000,32.6826 Z"/></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.9795,238.5351 l -0.0000,-33.2713 h -0.4866 l -0.0000,33.2713 Z"/></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.4929,238.5351 l -0.0000,-33.8671 h -0.4866 l -0.0000,33.8671 Z"/></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.0063,238.5351 l -0.0000,-34.4702 h -0.4866 l -0.0000,34.4702 Z"/></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 411.5196,238.5351 l -0.0000,-35.0805 h -0.4866 l -0.0000,35.0805 Z"/></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 411.0330,238.5351 l -0.0000,-35.6980 h -0.4866 l -0.0000,35.6980 Z"/></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 410.5464,238.5351 l -0.0000,-36.3227 h -0.4866 l -0.0000,36.3227 Z"/></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 410.0597,238.5351 l -0.0000,-36.9547 h -0.4866 l -0.0000,36.9547 Z"/></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 409.5731,238.5351 l -0.0000,-37.5940 h -0.4866 l -0.0000,37.5940 Z"/></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 409.0865,238.5351 l -0.0000,-38.2405 h -0.4866 l -0.0000,38.2405 Z"/></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 408.5998,238.5351 l -0.0000,-38.8942 h -0.4866 l -0.0000,38.8942 Z"/></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 408.1132,238.5351 l -0.0000,-39.5551 h -0.4866 l -0.0000,39.5551 Z"/></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 407.6266,238.5351 l -0.0000,-40.2232 h -0.4866 l -0.0000,40.2232 Z"/></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 407.1399,238.5351 l -0.0000,-40.8985 h -0.4866 l -0.0000,40.8985 Z"/></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 406.6533,238.5351 l -0.0000,-41.5810 h -0.4866 l -0.0000,41.5810 Z"/></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 406.1667,238.5351 l -0.0000,-42.2707 h -0.4866 l -0.0000,42.2707 Z"/></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 405.6801,238.5351 l -0.0000,-42.9675 h -0.4866 l -0.0000,42.9675 Z"/></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 405.1934,238.5351 l -0.0000,-43.6714 h -0.4866 l -0.0000,43.6714 Z"/></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 404.7068,238.5351 l -0.0000,-44.3824 h -0.4866 l -0.0000,44.3824 Z"/></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 404.2202,238.5351 l -0.0000,-45.1005 h -0.4866 l -0.0000,45.1005 Z"/></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 403.7335,238.5351 l -0.0000,-45.8257 h -0.4866 l -0.0000,45.8257 Z"/></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 403.2469,238.5351 l -0.0000,-46.5578 h -0.4866 l -0.0000,46.5578 Z"/></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.7603,238.5351 l -0.0000,-47.2969 h -0.4866 l -0.0000,47.2969 Z"/></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.2736,238.5351 l -0.0000,-48.0429 h -0.4866 l -0.0000,48.0429 Z"/></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 401.7870,238.5351 l -0.0000,-48.7958 h -0.4866 l -0.0000,48.7958 Z"/></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 401.3004,238.5351 l -0.0000,-49.5555 h -0.4866 l -0.0000,49.5555 Z"/></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 400.8137,238.5351 l -0.0000,-50.3221 h -0.4866 l -0.0000,50.3221 Z"/></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 400.3271,238.5351 l -0.0000,-51.0954 h -0.4866 l -0.0000,51.0954 Z"/></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 399.8405,238.5351 l -0.0000,-51.8754 h -0.4866 l -0.0000,51.8754 Z"/></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 399.3538,238.5351 l -0.0000,-52.6620 h -0.4866 l -0.0000,52.6620 Z"/></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 398.8672,238.5351 l -0.0000,-53.4552 h -0.4866 l -0.0000,53.4552 Z"/></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 398.3806,238.5351 l -0.0000,-54.2549 h -0.4866 l -0.0000,54.2549 Z"/></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 397.8940,238.5351 l -0.0000,-55.0611 h -0.4866 l -0.0000,55.0611 Z"/></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 397.4073,238.5351 l -0.0000,-55.8737 h -0.4866 l -0.0000,55.8737 Z"/></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 396.9207,238.5351 l -0.0000,-56.6926 h -0.4866 l -0.0000,56.6926 Z"/></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 396.4341,238.5351 l -0.0000,-57.5178 h -0.4866 l -0.0000,57.5178 Z"/></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 395.9474,238.5351 l -0.0000,-58.3491 h -0.4866 l -0.0000,58.3491 Z"/></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 395.4608,238.5351 l -0.0000,-59.1865 h -0.4866 l -0.0000,59.1865 Z"/></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 394.9742,238.5351 l -0.0000,-60.0300 h -0.4866 l -0.0000,60.0300 Z"/></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 394.4875,238.5351 l -0.0000,-60.8794 h -0.4866 l -0.0000,60.8794 Z"/></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 394.0009,238.5351 l -0.0000,-61.7346 h -0.4866 l -0.0000,61.7346 Z"/></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 393.5143,238.5351 l -0.0000,-62.5955 h -0.4866 l -0.0000,62.5955 Z"/></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 393.0276,238.5351 l -0.0000,-63.4622 h -0.4866 l -0.0000,63.4622 Z"/></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.5410,238.5351 l -0.0000,-64.3344 h -0.4866 l -0.0000,64.3344 Z"/></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.0544,238.5351 l -0.0000,-65.2120 h -0.4866 l -0.0000,65.2120 Z"/></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 391.5678,238.5351 l -0.0000,-66.0951 h -0.4866 l -0.0000,66.0951 Z"/></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 391.0811,238.5351 l -0.0000,-66.9833 h -0.4866 l -0.0000,66.9833 Z"/></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 390.5945,238.5351 l -0.0000,-67.8768 h -0.4866 l -0.0000,67.8768 Z"/></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 390.1079,238.5351 l -0.0000,-68.7753 h -0.4866 l -0.0000,68.7753 Z"/></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 389.6212,238.5351 l -0.0000,-69.6787 h -0.4866 l -0.0000,69.6787 Z"/></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 389.1346,238.5351 l -0.0000,-70.5869 h -0.4866 l -0.0000,70.5869 Z"/></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 388.6480,238.5351 l -0.0000,-71.4998 h -0.4866 l -0.0000,71.4998 Z"/></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 388.1613,238.5351 l -0.0000,-72.4172 h -0.4866 l -0.0000,72.4172 Z"/></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 387.6747,238.5351 l -0.0000,-73.3391 h -0.4866 l -0.0000,73.3391 Z"/></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 387.1881,238.5351 l -0.0000,-74.2653 h -0.4866 l -0.0000,74.2653 Z"/></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 386.7014,238.5351 l -0.0000,-75.1957 h -0.4866 l -0.0000,75.1957 Z"/></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 386.2148,238.5351 l -0.0000,-76.1301 h -0.4866 l -0.0000,76.1301 Z"/></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 385.7282,238.5351 l -0.0000,-77.0685 h -0.4866 l -0.0000,77.0685 Z"/></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 385.2415,238.5351 l -0.0000,-78.0105 h -0.4866 l -0.0000,78.0105 Z"/></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 384.7549,238.5351 l -0.0000,-78.9563 h -0.4866 l -0.0000,78.9563 Z"/></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 384.2683,238.5351 l -0.0000,-79.9054 h -0.4866 l -0.0000,79.9054 Z"/></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 383.7817,238.5351 l -0.0000,-80.8580 h -0.4866 l -0.0000,80.8580 Z"/></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 383.2950,238.5351 l -0.0000,-81.8136 h -0.4866 l -0.0000,81.8136 Z"/></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.8084,238.5351 l -0.0000,-82.7723 h -0.4866 l -0.0000,82.7723 Z"/></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.3218,238.5351 l -0.0000,-83.7339 h -0.4866 l -0.0000,83.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 381.8351,238.5351 l -0.0000,-84.6982 h -0.4866 l -0.0000,84.6982 Z"/></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 381.3485,238.5351 l -0.0000,-85.6650 h -0.4866 l -0.0000,85.6650 Z"/></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 380.8619,238.5351 l -0.0000,-86.6341 h -0.4866 l -0.0000,86.6341 Z"/></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 380.3752,238.5351 l -0.0000,-87.6055 h -0.4866 l -0.0000,87.6055 Z"/></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 379.8886,238.5351 l -0.0000,-88.5789 h -0.4866 l -0.0000,88.5789 Z"/></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 379.4020,238.5351 l -0.0000,-89.5542 h -0.4866 l -0.0000,89.5542 Z"/></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 378.9153,238.5351 l -0.0000,-90.5312 h -0.4866 l -0.0000,90.5312 Z"/></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 378.4287,238.5351 l -0.0000,-91.5096 h -0.4866 l -0.0000,91.5096 Z"/></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 377.9421,238.5351 l -0.0000,-92.4894 h -0.4866 l -0.0000,92.4894 Z"/></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 377.4554,238.5351 l -0.0000,-93.4703 h -0.4866 l -0.0000,93.4703 Z"/></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 376.9688,238.5351 l -0.0000,-94.4522 h -0.4866 l -0.0000,94.4522 Z"/></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 376.4822,238.5351 l -0.0000,-95.4349 h -0.4866 l -0.0000,95.4349 Z"/></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 375.9956,238.5351 l -0.0000,-96.4181 h -0.4866 l -0.0000,96.4181 Z"/></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 375.5089,238.5351 l -0.0000,-97.4017 h -0.4866 l -0.0000,97.4017 Z"/></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 375.0223,238.5351 l -0.0000,-98.3856 h -0.4866 l -0.0000,98.3856 Z"/></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 374.5357,238.5351 l -0.0000,-99.3694 h -0.4866 l -0.0000,99.3694 Z"/></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 374.0490,238.5351 l -0.0000,-100.3530 h -0.4866 l -0.0000,100.3530 Z"/></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 373.5624,238.5351 l -0.0000,-101.3362 h -0.4866 l -0.0000,101.3362 Z"/></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 373.0758,238.5351 l -0.0000,-102.3189 h -0.4866 l -0.0000,102.3189 Z"/></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.5891,238.5351 l -0.0000,-103.3007 h -0.4866 l -0.0000,103.3007 Z"/></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.1025,238.5351 l -0.0000,-104.2815 h -0.4866 l -0.0000,104.2815 Z"/></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 371.6159,238.5351 l -0.0000,-105.2611 h -0.4866 l -0.0000,105.2611 Z"/></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 371.1292,238.5351 l -0.0000,-106.2393 h -0.4866 l -0.0000,106.2393 Z"/></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 370.6426,238.5351 l -0.0000,-107.2158 h -0.4866 l -0.0000,107.2158 Z"/></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 370.1560,238.5351 l -0.0000,-108.1906 h -0.4866 l -0.0000,108.1906 Z"/></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 369.6694,238.5351 l -0.0000,-109.1632 h -0.4866 l -0.0000,109.1632 Z"/></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 369.1827,238.5351 l -0.0000,-110.1336 h -0.4866 l -0.0000,110.1336 Z"/></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 368.6961,238.5351 l -0.0000,-111.1015 h -0.4866 l -0.0000,111.1015 Z"/></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 368.2095,238.5351 l -0.0000,-112.0667 h -0.4866 l -0.0000,112.0667 Z"/></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 367.7228,238.5351 l -0.0000,-113.0290 h -0.4866 l -0.0000,113.0290 Z"/></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 367.2362,238.5351 l -0.0000,-113.9881 h -0.4866 l -0.0000,113.9881 Z"/></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 366.7496,238.5351 l -0.0000,-114.9439 h -0.4866 l -0.0000,114.9439 Z"/></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 366.2629,238.5351 l -0.0000,-115.8961 h -0.4866 l -0.0000,115.8961 Z"/></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 365.7763,238.5351 l -0.0000,-116.8445 h -0.4866 l -0.0000,116.8445 Z"/></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 365.2897,238.5351 l -0.0000,-117.7889 h -0.4866 l -0.0000,117.7889 Z"/></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 364.8030,238.5351 l -0.0000,-118.7291 h -0.4866 l -0.0000,118.7291 Z"/></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 364.3164,238.5351 l -0.0000,-119.6647 h -0.4866 l -0.0000,119.6647 Z"/></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 363.8298,238.5351 l -0.0000,-120.5957 h -0.4866 l -0.0000,120.5957 Z"/></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 363.3431,238.5351 l -0.0000,-121.5218 h -0.4866 l -0.0000,121.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 362.8565,238.5351 l -0.0000,-122.4428 h -0.4866 l -0.0000,122.4428 Z"/></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.3699,238.5351 l -0.0000,-123.3584 h -0.4866 l -0.0000,123.3584 Z"/></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 361.8833,238.5351 l -0.0000,-124.2684 h -0.4866 l -0.0000,124.2684 Z"/></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 361.3966,238.5351 l -0.0000,-125.1727 h -0.4866 l -0.0000,125.1727 Z"/></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 360.9100,238.5351 l -0.0000,-126.0708 h -0.4866 l -0.0000,126.0708 Z"/></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 360.4234,238.5351 l -0.0000,-126.9628 h -0.4866 l -0.0000,126.9628 Z"/></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 359.9367,238.5351 l -0.0000,-127.8483 h -0.4866 l -0.0000,127.8483 Z"/></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 359.4501,238.5351 l -0.0000,-128.7270 h -0.4866 l -0.0000,128.7270 Z"/></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 358.9635,238.5351 l -0.0000,-129.5989 h -0.4866 l -0.0000,129.5989 Z"/></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 358.4768,238.5351 l -0.0000,-130.4636 h -0.4866 l -0.0000,130.4636 Z"/></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 357.9902,238.5351 l -0.0000,-131.3209 h -0.4866 l -0.0000,131.3209 Z"/></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 357.5036,238.5351 l -0.0000,-132.1707 h -0.4866 l -0.0000,132.1707 Z"/></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 357.0169,238.5351 l -0.0000,-133.0126 h -0.4866 l -0.0000,133.0126 Z"/></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 356.5303,238.5351 l -0.0000,-133.8466 h -0.4866 l -0.0000,133.8466 Z"/></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 356.0437,238.5351 l -0.0000,-134.6722 h -0.4866 l -0.0000,134.6722 Z"/></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 355.5571,238.5351 l -0.0000,-135.4895 h -0.4866 l -0.0000,135.4895 Z"/></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 355.0704,238.5351 l -0.0000,-136.2981 h -0.4866 l -0.0000,136.2981 Z"/></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 354.5838,238.5351 l -0.0000,-137.0977 h -0.4866 l -0.0000,137.0977 Z"/></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 354.0972,238.5351 l -0.0000,-137.8883 h -0.4866 l -0.0000,137.8883 Z"/></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 353.6105,238.5351 l -0.0000,-138.6696 h -0.4866 l -0.0000,138.6696 Z"/></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 353.1239,238.5351 l -0.0000,-139.4413 h -0.4866 l -0.0000,139.4413 Z"/></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.6373,238.5351 l -0.0000,-140.2034 h -0.4866 l -0.0000,140.2034 Z"/></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.1506,238.5351 l -0.0000,-140.9555 h -0.4866 l -0.0000,140.9555 Z"/></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 351.6640,238.5351 l -0.0000,-141.6974 h -0.4866 l -0.0000,141.6974 Z"/></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 351.1774,238.5351 l -0.0000,-142.4291 h -0.4866 l -0.0000,142.4291 Z"/></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 350.6907,238.5351 l -0.0000,-143.1501 h -0.4866 l -0.0000,143.1501 Z"/></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 350.2041,238.5351 l -0.0000,-143.8605 h -0.4866 l -0.0000,143.8605 Z"/></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 349.7175,238.5351 l -0.0000,-144.5599 h -0.4866 l -0.0000,144.5599 Z"/></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 349.2308,238.5351 l -0.0000,-145.2482 h -0.4866 l -0.0000,145.2482 Z"/></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 348.7442,238.5351 l -0.0000,-145.9252 h -0.4866 l -0.0000,145.9252 Z"/></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 348.2576,238.5351 l -0.0000,-146.5907 h -0.4866 l -0.0000,146.5907 Z"/></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 347.7710,238.5351 l -0.0000,-147.2444 h -0.4866 l -0.0000,147.2444 Z"/></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 347.2843,238.5351 l -0.0000,-147.8863 h -0.4866 l -0.0000,147.8863 Z"/></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 346.7977,238.5351 l -0.0000,-148.5162 h -0.4866 l -0.0000,148.5162 Z"/></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 346.3111,238.5351 l -0.0000,-149.1338 h -0.4866 l -0.0000,149.1338 Z"/></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 345.8244,238.5351 l -0.0000,-149.7390 h -0.4866 l -0.0000,149.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 345.3378,238.5351 l -0.0000,-150.3317 h -0.4866 l -0.0000,150.3317 Z"/></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 344.8512,238.5351 l -0.0000,-150.9116 h -0.4866 l -0.0000,150.9116 Z"/></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 344.3645,238.5351 l -0.0000,-151.4786 h -0.4866 l -0.0000,151.4786 Z"/></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 343.8779,238.5351 l -0.0000,-152.0325 h -0.4866 l -0.0000,152.0325 Z"/></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 343.3913,238.5351 l -0.0000,-152.5731 h -0.4866 l -0.0000,152.5731 Z"/></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.9046,238.5351 l -0.0000,-153.1004 h -0.4866 l -0.0000,153.1004 Z"/></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.4180,238.5351 l -0.0000,-153.6142 h -0.4866 l -0.0000,153.6142 Z"/></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 341.9314,238.5351 l -0.0000,-154.1142 h -0.4866 l -0.0000,154.1142 Z"/></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 341.4447,238.5351 l -0.0000,-154.6004 h -0.4866 l -0.0000,154.6004 Z"/></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 340.9581,238.5351 l -0.0000,-155.0727 h -0.4866 l -0.0000,155.0727 Z"/></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 340.4715,238.5351 l -0.0000,-155.5308 h -0.4866 l -0.0000,155.5308 Z"/></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 339.9849,238.5351 l -0.0000,-155.9747 h -0.4866 l -0.0000,155.9747 Z"/></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 339.4982,238.5351 l -0.0000,-156.4043 h -0.4866 l -0.0000,156.4043 Z"/></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 339.0116,238.5351 l -0.0000,-156.8193 h -0.4866 l -0.0000,156.8193 Z"/></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 338.5250,238.5351 l -0.0000,-157.2197 h -0.4866 l -0.0000,157.2197 Z"/></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 338.0383,238.5351 l -0.0000,-157.6053 h -0.4866 l -0.0000,157.6053 Z"/></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 337.5517,238.5351 l -0.0000,-157.9761 h -0.4866 l -0.0000,157.9761 Z"/></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 337.0651,238.5351 l -0.0000,-158.3320 h -0.4866 l -0.0000,158.3320 Z"/></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 336.5784,238.5351 l -0.0000,-158.6728 h -0.4866 l -0.0000,158.6728 Z"/></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 336.0918,238.5351 l -0.0000,-158.9984 h -0.4866 l -0.0000,158.9984 Z"/></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 335.6052,238.5351 l -0.0000,-159.3087 h -0.4866 l -0.0000,159.3087 Z"/></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 335.1185,238.5351 l -0.0000,-159.6037 h -0.4866 l -0.0000,159.6037 Z"/></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 334.6319,238.5351 l -0.0000,-159.8833 h -0.4866 l -0.0000,159.8833 Z"/></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 334.1453,238.5351 l -0.0000,-160.1473 h -0.4866 l -0.0000,160.1473 Z"/></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 333.6587,238.5351 l -0.0000,-160.3957 h -0.4866 l -0.0000,160.3957 Z"/></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 333.1720,238.5351 l -0.0000,-160.6285 h -0.4866 l -0.0000,160.6285 Z"/></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.6854,238.5351 l -0.0000,-160.8455 h -0.4866 l -0.0000,160.8455 Z"/></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.1988,238.5351 l -0.0000,-161.0466 h -0.4866 l -0.0000,161.0466 Z"/></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 331.7121,238.5351 l -0.0000,-161.2320 h -0.4866 l -0.0000,161.2320 Z"/></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 331.2255,238.5351 l -0.0000,-161.4013 h -0.4866 l -0.0000,161.4013 Z"/></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 330.7389,238.5351 l -0.0000,-161.5547 h -0.4866 l -0.0000,161.5547 Z"/></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 330.2522,238.5351 l -0.0000,-161.6921 h -0.4866 l -0.0000,161.6921 Z"/></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 329.7656,238.5351 l -0.0000,-161.8134 h -0.4866 l -0.0000,161.8134 Z"/></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 329.2790,238.5351 l -0.0000,-161.9186 h -0.4866 l -0.0000,161.9186 Z"/></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 328.7923,238.5351 l -0.0000,-162.0077 h -0.4866 l -0.0000,162.0077 Z"/></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 328.3057,238.5351 l -0.0000,-162.0806 h -0.4866 l -0.0000,162.0806 Z"/></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 327.8191,238.5351 l -0.0000,-162.1374 h -0.4866 l -0.0000,162.1374 Z"/></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 327.3324,238.5351 l -0.0000,-162.1779 h -0.4866 l -0.0000,162.1779 Z"/></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 326.8458,238.5351 l -0.0000,-162.2023 h -0.4866 l -0.0000,162.2023 Z"/></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 326.3592,238.5351 l -0.0000,-162.2104 h -0.4866 l -0.0000,162.2104 Z"/></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 325.8726,238.5351 l -0.0000,-162.2023 h -0.4866 l -0.0000,162.2023 Z"/></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 325.3859,238.5351 l -0.0000,-162.1779 h -0.4866 l -0.0000,162.1779 Z"/></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 324.8993,238.5351 l -0.0000,-162.1374 h -0.4866 l -0.0000,162.1374 Z"/></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 324.4127,238.5351 l -0.0000,-162.0806 h -0.4866 l -0.0000,162.0806 Z"/></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 323.9260,238.5351 l -0.0000,-162.0077 h -0.4866 l -0.0000,162.0077 Z"/></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 323.4394,238.5351 l -0.0000,-161.9186 h -0.4866 l -0.0000,161.9186 Z"/></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.9528,238.5351 l -0.0000,-161.8134 h -0.4866 l -0.0000,161.8134 Z"/></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.4661,238.5351 l -0.0000,-161.6921 h -0.4866 l -0.0000,161.6921 Z"/></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 321.9795,238.5351 l -0.0000,-161.5547 h -0.4866 l -0.0000,161.5547 Z"/></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 321.4929,238.5351 l -0.0000,-161.4013 h -0.4866 l -0.0000,161.4013 Z"/></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 321.0062,238.5351 l -0.0000,-161.2320 h -0.4866 l -0.0000,161.2320 Z"/></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 320.5196,238.5351 l -0.0000,-161.0466 h -0.4866 l -0.0000,161.0466 Z"/></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 320.0330,238.5351 l -0.0000,-160.8455 h -0.4866 l -0.0000,160.8455 Z"/></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 319.5463,238.5351 l -0.0000,-160.6285 h -0.4866 l -0.0000,160.6285 Z"/></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 319.0597,238.5351 l -0.0000,-160.3957 h -0.4866 l -0.0000,160.3957 Z"/></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 318.5731,238.5351 l -0.0000,-160.1473 h -0.4866 l -0.0000,160.1473 Z"/></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 318.0865,238.5351 l -0.0000,-159.8833 h -0.4866 l -0.0000,159.8833 Z"/></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 317.5998,238.5351 l -0.0000,-159.6037 h -0.4866 l -0.0000,159.6037 Z"/></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 317.1132,238.5351 l -0.0000,-159.3087 h -0.4866 l -0.0000,159.3087 Z"/></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 316.6266,238.5351 l -0.0000,-158.9984 h -0.4866 l -0.0000,158.9984 Z"/></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 316.1399,238.5351 l -0.0000,-158.6728 h -0.4866 l -0.0000,158.6728 Z"/></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 315.6533,238.5351 l -0.0000,-158.3320 h -0.4866 l -0.0000,158.3320 Z"/></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 315.1667,238.5351 l -0.0000,-157.9761 h -0.4866 l -0.0000,157.9761 Z"/></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 314.6800,238.5351 l -0.0000,-157.6053 h -0.4866 l -0.0000,157.6053 Z"/></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 314.1934,238.5351 l -0.0000,-157.2197 h -0.4866 l -0.0000,157.2197 Z"/></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 313.7068,238.5351 l -0.0000,-156.8193 h -0.4866 l -0.0000,156.8193 Z"/></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 313.2201,238.5351 l -0.0000,-156.4043 h -0.4866 l -0.0000,156.4043 Z"/></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.7335,238.5351 l -0.0000,-155.9747 h -0.4866 l -0.0000,155.9747 Z"/></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.2469,238.5351 l -0.0000,-155.5308 h -0.4866 l -0.0000,155.5308 Z"/></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 311.7603,238.5351 l -0.0000,-155.0727 h -0.4866 l -0.0000,155.0727 Z"/></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 311.2736,238.5351 l -0.0000,-154.6004 h -0.4866 l -0.0000,154.6004 Z"/></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 310.7870,238.5351 l -0.0000,-154.1142 h -0.4866 l -0.0000,154.1142 Z"/></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 310.3004,238.5351 l -0.0000,-153.6142 h -0.4866 l -0.0000,153.6142 Z"/></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 309.8137,238.5351 l -0.0000,-153.1004 h -0.4866 l -0.0000,153.1004 Z"/></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 309.3271,238.5351 l -0.0000,-152.5731 h -0.4866 l -0.0000,152.5731 Z"/></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 308.8405,238.5351 l -0.0000,-152.0325 h -0.4866 l -0.0000,152.0325 Z"/></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 308.3538,238.5351 l -0.0000,-151.4786 h -0.4866 l -0.0000,151.4786 Z"/></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 307.8672,238.5351 l -0.0000,-150.9116 h -0.4866 l -0.0000,150.9116 Z"/></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 307.3806,238.5351 l -0.0000,-150.3317 h -0.4866 l -0.0000,150.3317 Z"/></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 306.8939,238.5351 l -0.0000,-149.7390 h -0.4866 l -0.0000,149.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 306.4073,238.5351 l -0.0000,-149.1338 h -0.4866 l -0.0000,149.1338 Z"/></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 305.9207,238.5351 l -0.0000,-148.5162 h -0.4866 l -0.0000,148.5162 Z"/></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 305.4340,238.5351 l -0.0000,-147.8863 h -0.4866 l -0.0000,147.8863 Z"/></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 304.9474,238.5351 l -0.0000,-147.2444 h -0.4866 l -0.0000,147.2444 Z"/></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 304.4608,238.5351 l -0.0000,-146.5907 h -0.4866 l -0.0000,146.5907 Z"/></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.9742,238.5351 l -0.0000,-145.9252 h -0.4866 l -0.0000,145.9252 Z"/></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.4875,238.5351 l -0.0000,-145.2482 h -0.4866 l -0.0000,145.2482 Z"/></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.0009,238.5351 l -0.0000,-144.5599 h -0.4866 l -0.0000,144.5599 Z"/></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 302.5143,238.5351 l -0.0000,-143.8605 h -0.4866 l -0.0000,143.8605 Z"/></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 302.0276,238.5351 l -0.0000,-143.1501 h -0.4866 l -0.0000,143.1501 Z"/></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 301.5410,238.5351 l -0.0000,-142.4291 h -0.4866 l -0.0000,142.4291 Z"/></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 301.0544,238.5351 l -0.0000,-141.6974 h -0.4866 l -0.0000,141.6974 Z"/></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 300.5677,238.5351 l -0.0000,-140.9555 h -0.4866 l -0.0000,140.9555 Z"/></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 300.0811,238.5351 l -0.0000,-140.2034 h -0.4866 l -0.0000,140.2034 Z"/></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 299.5945,238.5351 l -0.0000,-139.4413 h -0.4866 l -0.0000,139.4413 Z"/></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 299.1078,238.5351 l -0.0000,-138.6696 h -0.4866 l -0.0000,138.6696 Z"/></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 298.6212,238.5351 l -0.0000,-137.8883 h -0.4866 l -0.0000,137.8883 Z"/></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 298.1346,238.5351 l -0.0000,-137.0977 h -0.4866 l -0.0000,137.0977 Z"/></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 297.6479,238.5351 l -0.0000,-136.2981 h -0.4866 l -0.0000,136.2981 Z"/></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 297.1613,238.5351 l -0.0000,-135.4895 h -0.4866 l -0.0000,135.4895 Z"/></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 296.6747,238.5351 l -0.0000,-134.6722 h -0.4866 l -0.0000,134.6722 Z"/></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 296.1881,238.5351 l -0.0000,-133.8466 h -0.4866 l -0.0000,133.8466 Z"/></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 295.7014,238.5351 l -0.0000,-133.0126 h -0.4866 l -0.0000,133.0126 Z"/></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 295.2148,238.5351 l -0.0000,-132.1707 h -0.4866 l -0.0000,132.1707 Z"/></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 294.7282,238.5351 l -0.0000,-131.3209 h -0.4866 l -0.0000,131.3209 Z"/></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 294.2415,238.5351 l -0.0000,-130.4636 h -0.4866 l -0.0000,130.4636 Z"/></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.7549,238.5351 l -0.0000,-129.5989 h -0.4866 l -0.0000,129.5989 Z"/></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.2683,238.5351 l -0.0000,-128.7270 h -0.4866 l -0.0000,128.7270 Z"/></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 292.7816,238.5351 l -0.0000,-127.8483 h -0.4866 l -0.0000,127.8483 Z"/></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 292.2950,238.5351 l -0.0000,-126.9628 h -0.4866 l -0.0000,126.9628 Z"/></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 291.8084,238.5351 l -0.0000,-126.0708 h -0.4866 l -0.0000,126.0708 Z"/></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 291.3217,238.5351 l -0.0000,-125.1727 h -0.4866 l -0.0000,125.1727 Z"/></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 290.8351,238.5351 l -0.0000,-124.2684 h -0.4866 l -0.0000,124.2684 Z"/></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 290.3485,238.5351 l -0.0000,-123.3584 h -0.4866 l -0.0000,123.3584 Z"/></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 289.8619,238.5351 l -0.0000,-122.4428 h -0.4866 l -0.0000,122.4428 Z"/></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 289.3752,238.5351 l -0.0000,-121.5218 h -0.4866 l -0.0000,121.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 288.8886,238.5351 l -0.0000,-120.5957 h -0.4866 l -0.0000,120.5957 Z"/></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 288.4020,238.5351 l -0.0000,-119.6647 h -0.4866 l -0.0000,119.6647 Z"/></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 287.9153,238.5351 l -0.0000,-118.7291 h -0.4866 l -0.0000,118.7291 Z"/></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 287.4287,238.5351 l -0.0000,-117.7889 h -0.4866 l -0.0000,117.7889 Z"/></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 286.9421,238.5351 l -0.0000,-116.8445 h -0.4866 l -0.0000,116.8445 Z"/></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 286.4554,238.5351 l -0.0000,-115.8961 h -0.4866 l -0.0000,115.8961 Z"/></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 285.9688,238.5351 l -0.0000,-114.9439 h -0.4866 l -0.0000,114.9439 Z"/></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 285.4822,238.5351 l -0.0000,-113.9881 h -0.4866 l -0.0000,113.9881 Z"/></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 284.9955,238.5351 l -0.0000,-113.0290 h -0.4866 l -0.0000,113.0290 Z"/></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 284.5089,238.5351 l -0.0000,-112.0667 h -0.4866 l -0.0000,112.0667 Z"/></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 284.0223,238.5351 l -0.0000,-111.1015 h -0.4866 l -0.0000,111.1015 Z"/></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.5356,238.5351 l -0.0000,-110.1336 h -0.4866 l -0.0000,110.1336 Z"/></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.0490,238.5351 l -0.0000,-109.1632 h -0.4866 l -0.0000,109.1632 Z"/></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 282.5624,238.5351 l -0.0000,-108.1906 h -0.4866 l -0.0000,108.1906 Z"/></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 282.0758,238.5351 l -0.0000,-107.2158 h -0.4866 l -0.0000,107.2158 Z"/></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.5891,238.5351 l -0.0000,-106.2393 h -0.4866 l -0.0000,106.2393 Z"/></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.1025,238.5351 l -0.0000,-105.2611 h -0.4866 l -0.0000,105.2611 Z"/></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 280.6159,238.5351 l -0.0000,-104.2815 h -0.4866 l -0.0000,104.2815 Z"/></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 280.1292,238.5351 l -0.0000,-103.3007 h -0.4866 l -0.0000,103.3007 Z"/></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 279.6426,238.5351 l -0.0000,-102.3189 h -0.4866 l -0.0000,102.3189 Z"/></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 279.1560,238.5351 l -0.0000,-101.3362 h -0.4866 l -0.0000,101.3362 Z"/></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 278.6693,238.5351 l -0.0000,-100.3530 h -0.4866 l -0.0000,100.3530 Z"/></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 278.1827,238.5351 l -0.0000,-99.3694 h -0.4866 l -0.0000,99.3694 Z"/></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 277.6961,238.5351 l -0.0000,-98.3856 h -0.4866 l -0.0000,98.3856 Z"/></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 277.2094,238.5351 l -0.0000,-97.4017 h -0.4866 l -0.0000,97.4017 Z"/></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 276.7228,238.5351 l -0.0000,-96.4181 h -0.4866 l -0.0000,96.4181 Z"/></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 276.2362,238.5351 l -0.0000,-95.4349 h -0.4866 l -0.0000,95.4349 Z"/></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 275.7496,238.5351 l -0.0000,-94.4522 h -0.4866 l -0.0000,94.4522 Z"/></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 275.2629,238.5351 l -0.0000,-93.4703 h -0.4866 l -0.0000,93.4703 Z"/></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 274.7763,238.5351 l -0.0000,-92.4894 h -0.4866 l -0.0000,92.4894 Z"/></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 274.2897,238.5351 l -0.0000,-91.5096 h -0.4866 l -0.0000,91.5096 Z"/></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.8030,238.5351 l -0.0000,-90.5312 h -0.4866 l -0.0000,90.5312 Z"/></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.3164,238.5351 l -0.0000,-89.5542 h -0.4866 l -0.0000,89.5542 Z"/></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 272.8298,238.5351 l -0.0000,-88.5789 h -0.4866 l -0.0000,88.5789 Z"/></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 272.3431,238.5351 l -0.0000,-87.6055 h -0.4866 l -0.0000,87.6055 Z"/></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 271.8565,238.5351 l -0.0000,-86.6341 h -0.4866 l -0.0000,86.6341 Z"/></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 271.3699,238.5351 l -0.0000,-85.6650 h -0.4866 l -0.0000,85.6650 Z"/></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 270.8832,238.5351 l -0.0000,-84.6982 h -0.4866 l -0.0000,84.6982 Z"/></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 270.3966,238.5351 l -0.0000,-83.7339 h -0.4866 l -0.0000,83.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.9100,238.5351 l -0.0000,-82.7723 h -0.4866 l -0.0000,82.7723 Z"/></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 269.4233,238.5351 l -0.0000,-81.8136 h -0.4866 l -0.0000,81.8136 Z"/></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 268.9367,238.5351 l -0.0000,-80.8580 h -0.4866 l -0.0000,80.8580 Z"/></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 268.4501,238.5351 l -0.0000,-79.9054 h -0.4866 l -0.0000,79.9054 Z"/></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 267.9635,238.5351 l -0.0000,-78.9563 h -0.4866 l -0.0000,78.9563 Z"/></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 267.4768,238.5351 l -0.0000,-78.0105 h -0.4866 l -0.0000,78.0105 Z"/></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 266.9902,238.5351 l -0.0000,-77.0685 h -0.4866 l -0.0000,77.0685 Z"/></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 266.5036,238.5351 l -0.0000,-76.1301 h -0.4866 l -0.0000,76.1301 Z"/></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 266.0169,238.5351 l -0.0000,-75.1957 h -0.4866 l -0.0000,75.1957 Z"/></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 265.5303,238.5351 l -0.0000,-74.2653 h -0.4866 l -0.0000,74.2653 Z"/></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 265.0437,238.5351 l -0.0000,-73.3391 h -0.4866 l -0.0000,73.3391 Z"/></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 264.5570,238.5351 l -0.0000,-72.4172 h -0.4866 l -0.0000,72.4172 Z"/></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 264.0704,238.5351 l -0.0000,-71.4998 h -0.4866 l -0.0000,71.4998 Z"/></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.5838,238.5351 l -0.0000,-70.5869 h -0.4866 l -0.0000,70.5869 Z"/></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.0971,238.5351 l -0.0000,-69.6787 h -0.4866 l -0.0000,69.6787 Z"/></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 262.6105,238.5351 l -0.0000,-68.7753 h -0.4866 l -0.0000,68.7753 Z"/></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 262.1239,238.5351 l -0.0000,-67.8768 h -0.4866 l -0.0000,67.8768 Z"/></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 261.6372,238.5351 l -0.0000,-66.9833 h -0.4866 l -0.0000,66.9833 Z"/></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 261.1506,238.5351 l -0.0000,-66.0951 h -0.4866 l -0.0000,66.0951 Z"/></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 260.6640,238.5351 l -0.0000,-65.2120 h -0.4866 l -0.0000,65.2120 Z"/></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 260.1774,238.5351 l -0.0000,-64.3344 h -0.4866 l -0.0000,64.3344 Z"/></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 259.6907,238.5351 l -0.0000,-63.4622 h -0.4866 l -0.0000,63.4622 Z"/></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 259.2041,238.5351 l -0.0000,-62.5955 h -0.4866 l -0.0000,62.5955 Z"/></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 258.7175,238.5351 l -0.0000,-61.7346 h -0.4866 l -0.0000,61.7346 Z"/></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 258.2308,238.5351 l -0.0000,-60.8794 h -0.4866 l -0.0000,60.8794 Z"/></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 257.7442,238.5351 l -0.0000,-60.0300 h -0.4866 l -0.0000,60.0300 Z"/></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 257.2576,238.5351 l -0.0000,-59.1865 h -0.4866 l -0.0000,59.1865 Z"/></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 256.7709,238.5351 l -0.0000,-58.3491 h -0.4866 l -0.0000,58.3491 Z"/></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 256.2843,238.5351 l -0.0000,-57.5178 h -0.4866 l -0.0000,57.5178 Z"/></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 255.7977,238.5351 l -0.0000,-56.6926 h -0.4866 l -0.0000,56.6926 Z"/></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 255.3110,238.5351 l -0.0000,-55.8737 h -0.4866 l -0.0000,55.8737 Z"/></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 254.8244,238.5351 l -0.0000,-55.0611 h -0.4866 l -0.0000,55.0611 Z"/></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 254.3378,238.5351 l -0.0000,-54.2549 h -0.4866 l -0.0000,54.2549 Z"/></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.8512,238.5351 l -0.0000,-53.4552 h -0.4866 l -0.0000,53.4552 Z"/></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.3645,238.5351 l -0.0000,-52.6620 h -0.4866 l -0.0000,52.6620 Z"/></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 252.8779,238.5351 l -0.0000,-51.8754 h -0.4866 l -0.0000,51.8754 Z"/></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 252.3913,238.5351 l -0.0000,-51.0954 h -0.4866 l -0.0000,51.0954 Z"/></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 251.9046,238.5351 l -0.0000,-50.3221 h -0.4866 l -0.0000,50.3221 Z"/></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 251.4180,238.5351 l -0.0000,-49.5555 h -0.4866 l -0.0000,49.5555 Z"/></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 250.9314,238.5351 l -0.0000,-48.7958 h -0.4866 l -0.0000,48.7958 Z"/></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 250.4447,238.5351 l -0.0000,-48.0429 h -0.4866 l -0.0000,48.0429 Z"/></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 249.9581,238.5351 l -0.0000,-47.2969 h -0.4866 l -0.0000,47.2969 Z"/></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 249.4715,238.5351 l -0.0000,-46.5578 h -0.4866 l -0.0000,46.5578 Z"/></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 248.9848,238.5351 l -0.0000,-45.8257 h -0.4866 l -0.0000,45.8257 Z"/></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 248.4982,238.5351 l -0.0000,-45.1005 h -0.4866 l -0.0000,45.1005 Z"/></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 248.0116,238.5351 l -0.0000,-44.3824 h -0.4866 l -0.0000,44.3824 Z"/></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 247.5249,238.5351 l -0.0000,-43.6714 h -0.4866 l -0.0000,43.6714 Z"/></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 247.0383,238.5351 l -0.0000,-42.9675 h -0.4866 l -0.0000,42.9675 Z"/></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 246.5517,238.5351 l -0.0000,-42.2707 h -0.4866 l -0.0000,42.2707 Z"/></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 246.0651,238.5351 l -0.0000,-41.5810 h -0.4866 l -0.0000,41.5810 Z"/></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 245.5784,238.5351 l -0.0000,-40.8985 h -0.4866 l -0.0000,40.8985 Z"/></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 245.0918,238.5351 l -0.0000,-40.2232 h -0.4866 l -0.0000,40.2232 Z"/></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 244.6052,238.5351 l -0.0000,-39.5551 h -0.4866 l -0.0000,39.5551 Z"/></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 244.1185,238.5351 l -0.0000,-38.8942 h -0.4866 l -0.0000,38.8942 Z"/></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.6319,238.5351 l -0.0000,-38.2405 h -0.4866 l -0.0000,38.2405 Z"/></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.1453,238.5351 l -0.0000,-37.5940 h -0.4866 l -0.0000,37.5940 Z"/></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 242.6586,238.5351 l -0.0000,-36.9547 h -0.4866 l -0.0000,36.9547 Z"/></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 242.1720,238.5351 l -0.0000,-36.3227 h -0.4866 l -0.0000,36.3227 Z"/></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 241.6854,238.5351 l -0.0000,-35.6980 h -0.4866 l -0.0000,35.6980 Z"/></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 241.1987,238.5351 l -0.0000,-35.0805 h -0.4866 l -0.0000,35.0805 Z"/></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 240.7121,238.5351 l -0.0000,-34.4702 h -0.4866 l -0.0000,34.4702 Z"/></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 240.2255,238.5351 l -0.0000,-33.8671 h -0.4866 l -0.0000,33.8671 Z"/></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 239.7388,238.5351 l -0.0000,-33.2713 h -0.4866 l -0.0000,33.2713 Z"/></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 239.2522,238.5351 l -0.0000,-32.6826 h -0.4866 l -0.0000,32.6826 Z"/></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 238.7656,238.5351 l -0.0000,-32.1012 h -0.4866 l -0.0000,32.1012 Z"/></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 238.2790,238.5351 l -0.0000,-31.5270 h -0.4866 l -0.0000,31.5270 Z"/></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 237.7923,238.5351 l -0.0000,-30.9599 h -0.4866 l -0.0000,30.9599 Z"/></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 237.3057,238.5351 l -0.0000,-30.4000 h -0.4866 l -0.0000,30.4000 Z"/></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 236.8191,238.5351 l -0.0000,-29.8473 h -0.4866 l -0.0000,29.8473 Z"/></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 236.3324,238.5351 l -0.0000,-29.3017 h -0.4866 l -0.0000,29.3017 Z"/></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 235.8458,238.5351 l -0.0000,-28.7631 h -0.4866 l -0.0000,28.7631 Z"/></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 235.3592,238.5351 l -0.0000,-28.2317 h -0.4866 l -0.0000,28.2317 Z"/></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 234.8725,238.5351 l -0.0000,-27.7072 h -0.4866 l -0.0000,27.7072 Z"/></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 234.3859,238.5351 l -0.0000,-27.1899 h -0.4866 l -0.0000,27.1899 Z"/></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.8993,238.5351 l -0.0000,-26.6795 h -0.4866 l -0.0000,26.6795 Z"/></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.4126,238.5351 l -0.0000,-26.1760 h -0.4866 l -0.0000,26.1760 Z"/></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 232.9260,238.5351 l -0.0000,-25.6795 h -0.4866 l -0.0000,25.6795 Z"/></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 232.4394,238.5351 l -0.0000,-25.1899 h -0.4866 l -0.0000,25.1899 Z"/></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 231.9528,238.5351 l -0.0000,-24.7072 h -0.4866 l -0.0000,24.7072 Z"/></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 231.4661,238.5351 l -0.0000,-24.2313 h -0.4866 l -0.0000,24.2313 Z"/></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 230.9795,238.5351 l -0.0000,-23.7622 h -0.4866 l -0.0000,23.7622 Z"/></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 230.4929,238.5351 l -0.0000,-23.2998 h -0.4866 l -0.0000,23.2998 Z"/></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 230.0062,238.5351 l -0.0000,-22.8441 h -0.4866 l -0.0000,22.8441 Z"/></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 229.5196,238.5351 l -0.0000,-22.3951 h -0.4866 l -0.0000,22.3951 Z"/></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 229.0330,238.5351 l -0.0000,-21.9528 h -0.4866 l -0.0000,21.9528 Z"/></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 228.5463,238.5351 l -0.0000,-21.5170 h -0.4866 l -0.0000,21.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 228.0597,238.5351 l -0.0000,-21.0878 h -0.4866 l -0.0000,21.0878 Z"/></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 227.5731,238.5351 l -0.0000,-20.6651 h -0.4866 l -0.0000,20.6651 Z"/></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 227.0864,238.5351 l -0.0000,-20.2488 h -0.4866 l -0.0000,20.2488 Z"/></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 226.5998,238.5351 l -0.0000,-19.8389 h -0.4866 l -0.0000,19.8389 Z"/></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 226.1132,238.5351 l -0.0000,-19.4354 h -0.4866 l -0.0000,19.4354 Z"/></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 225.6265,238.5351 l -0.0000,-19.0381 h -0.4866 l -0.0000,19.0381 Z"/></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 225.1399,238.5351 l -0.0000,-18.6472 h -0.4866 l -0.0000,18.6472 Z"/></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 224.6533,238.5351 l -0.0000,-18.2624 h -0.4866 l -0.0000,18.2624 Z"/></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 224.1667,238.5351 l -0.0000,-17.8838 h -0.4866 l -0.0000,17.8838 Z"/></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.6800,238.5351 l -0.0000,-17.5113 h -0.4866 l -0.0000,17.5113 Z"/></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.1934,238.5351 l -0.0000,-17.1448 h -0.4866 l -0.0000,17.1448 Z"/></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 222.7068,238.5351 l -0.0000,-16.7843 h -0.4866 l -0.0000,16.7843 Z"/></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 222.2201,238.5351 l -0.0000,-16.4298 h -0.4866 l -0.0000,16.4298 Z"/></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 221.7335,238.5351 l -0.0000,-16.0811 h -0.4866 l -0.0000,16.0811 Z"/></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 221.2469,238.5351 l -0.0000,-15.7382 h -0.4866 l -0.0000,15.7382 Z"/></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 220.7602,238.5351 l -0.0000,-15.4012 h -0.4866 l -0.0000,15.4012 Z"/></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 220.2736,238.5351 l -0.0000,-15.0698 h -0.4866 l -0.0000,15.0698 Z"/></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 219.7870,238.5351 l -0.0000,-14.7441 h -0.4866 l -0.0000,14.7441 Z"/></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 219.3003,238.5351 l -0.0000,-14.4240 h -0.4866 l -0.0000,14.4240 Z"/></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 218.8137,238.5351 l -0.0000,-14.1094 h -0.4866 l -0.0000,14.1094 Z"/></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 218.3271,238.5351 l -0.0000,-13.8004 h -0.4866 l -0.0000,13.8004 Z"/></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 217.8405,238.5351 l -0.0000,-13.4967 h -0.4866 l -0.0000,13.4967 Z"/></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 217.3538,238.5351 l -0.0000,-13.1984 h -0.4866 l -0.0000,13.1984 Z"/></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 216.8672,238.5351 l -0.0000,-12.9054 h -0.4866 l -0.0000,12.9054 Z"/></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 216.3806,238.5351 l -0.0000,-12.6176 h -0.4866 l -0.0000,12.6176 Z"/></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 215.8939,238.5351 l -0.0000,-12.3350 h -0.4866 l -0.0000,12.3350 Z"/></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 215.4073,238.5351 l -0.0000,-12.0576 h -0.4866 l -0.0000,12.0576 Z"/></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 214.9207,238.5351 l -0.0000,-11.7852 h -0.4866 l -0.0000,11.7852 Z"/></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 214.4340,238.5351 l -0.0000,-11.5178 h -0.4866 l -0.0000,11.5178 Z"/></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.9474,238.5351 l -0.0000,-11.2554 h -0.4866 l -0.0000,11.2554 Z"/></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.4608,238.5351 l -0.0000,-10.9978 h -0.4866 l -0.0000,10.9978 Z"/></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 212.9741,238.5351 l -0.0000,-10.7450 h -0.4866 l -0.0000,10.7450 Z"/></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 212.4875,238.5351 l -0.0000,-10.4970 h -0.4866 l -0.0000,10.4970 Z"/></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 212.0009,238.5351 l -0.0000,-10.2538 h -0.4866 l -0.0000,10.2538 Z"/></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 211.5142,238.5351 l -0.0000,-10.0151 h -0.4866 l -0.0000,10.0151 Z"/></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 211.0276,238.5351 l -0.0000,-9.7810 h -0.4866 l -0.0000,9.7810 Z"/></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 210.5410,238.5351 l -0.0000,-9.5515 h -0.4866 l -0.0000,9.5515 Z"/></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 210.0544,238.5351 l -0.0000,-9.3264 h -0.4866 l -0.0000,9.3264 Z"/></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 209.5677,238.5351 l -0.0000,-9.1056 h -0.4866 l -0.0000,9.1056 Z"/></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 209.0811,238.5351 l -0.0000,-8.8893 h -0.4866 l -0.0000,8.8893 Z"/></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 208.5945,238.5351 l -0.0000,-8.6772 h -0.4866 l -0.0000,8.6772 Z"/></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 208.1078,238.5351 l -0.0000,-8.4693 h -0.4866 l -0.0000,8.4693 Z"/></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 207.6212,238.5351 l -0.0000,-8.2655 h -0.4866 l -0.0000,8.2655 Z"/></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 207.1346,238.5351 l -0.0000,-8.0659 h -0.4866 l -0.0000,8.0659 Z"/></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 206.6479,238.5351 l -0.0000,-7.8703 h -0.4866 l -0.0000,7.8703 Z"/></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 206.1613,238.5351 l -0.0000,-7.6787 h -0.4866 l -0.0000,7.6787 Z"/></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 205.6747,238.5351 l -0.0000,-7.4909 h -0.4866 l -0.0000,7.4909 Z"/></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 205.1880,238.5351 l -0.0000,-7.3071 h -0.4866 l -0.0000,7.3071 Z"/></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 204.7014,238.5351 l -0.0000,-7.1270 h -0.4866 l -0.0000,7.1270 Z"/></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 204.2148,238.5351 l -0.0000,-6.9507 h -0.4866 l -0.0000,6.9507 Z"/></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.7281,238.5351 l -0.0000,-6.7781 h -0.4866 l -0.0000,6.7781 Z"/></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.2415,238.5351 l -0.0000,-6.6091 h -0.4866 l -0.0000,6.6091 Z"/></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 202.7549,238.5351 l -0.0000,-6.4436 h -0.4866 l -0.0000,6.4436 Z"/></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 202.2683,238.5351 l -0.0000,-6.2817 h -0.4866 l -0.0000,6.2817 Z"/></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 201.7816,238.5351 l -0.0000,-6.1233 h -0.4866 l -0.0000,6.1233 Z"/></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 201.2950,238.5351 l -0.0000,-5.9682 h -0.4866 l -0.0000,5.9682 Z"/></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 200.8084,238.5351 l -0.0000,-5.8165 h -0.4866 l -0.0000,5.8165 Z"/></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 200.3217,238.5351 l -0.0000,-5.6680 h -0.4866 l -0.0000,5.6680 Z"/></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 199.8351,238.5351 l -0.0000,-5.5229 h -0.4866 l -0.0000,5.5229 Z"/></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 199.3485,238.5351 l -0.0000,-5.3808 h -0.4866 l -0.0000,5.3808 Z"/></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 198.8618,238.5351 l -0.0000,-5.2420 h -0.4866 l -0.0000,5.2420 Z"/></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 198.3752,238.5351 l -0.0000,-5.1061 h -0.4866 l -0.0000,5.1061 Z"/></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 197.8886,238.5351 l -0.0000,-4.9734 h -0.4866 l -0.0000,4.9734 Z"/></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 197.4019,238.5351 l -0.0000,-4.8435 h -0.4866 l -0.0000,4.8435 Z"/></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 196.9153,238.5351 l -0.0000,-4.7166 h -0.4866 l -0.0000,4.7166 Z"/></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 196.4287,238.5351 l -0.0000,-4.5926 h -0.4866 l -0.0000,4.5926 Z"/></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 195.9421,238.5351 l -0.0000,-4.4714 h -0.4866 l -0.0000,4.4714 Z"/></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 195.4554,238.5351 l -0.0000,-4.3529 h -0.4866 l -0.0000,4.3529 Z"/></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 194.9688,238.5351 l -0.0000,-4.2372 h -0.4866 l -0.0000,4.2372 Z"/></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 194.4822,238.5351 l -0.0000,-4.1241 h -0.4866 l -0.0000,4.1241 Z"/></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.9955,238.5351 l -0.0000,-4.0136 h -0.4866 l -0.0000,4.0136 Z"/></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.5089,238.5351 l -0.0000,-3.9057 h -0.4866 l -0.0000,3.9057 Z"/></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.0223,238.5351 l -0.0000,-3.8004 h -0.4866 l -0.0000,3.8004 Z"/></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 192.5356,238.5351 l -0.0000,-3.6975 h -0.4866 l -0.0000,3.6975 Z"/></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 192.0490,238.5351 l -0.0000,-3.5970 h -0.4866 l -0.0000,3.5970 Z"/></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 191.5624,238.5351 l -0.0000,-3.4989 h -0.4866 l -0.0000,3.4989 Z"/></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 191.0757,238.5351 l -0.0000,-3.4031 h -0.4866 l -0.0000,3.4031 Z"/></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 190.5891,238.5351 l -0.0000,-3.3097 h -0.4866 l -0.0000,3.3097 Z"/></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 190.1025,238.5351 l -0.0000,-3.2184 h -0.4866 l -0.0000,3.2184 Z"/></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 189.6158,238.5351 l -0.0000,-3.1294 h -0.4866 l -0.0000,3.1294 Z"/></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 189.1292,238.5351 l -0.0000,-3.0425 h -0.4866 l -0.0000,3.0425 Z"/></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 188.6426,238.5351 l -0.0000,-2.9578 h -0.4866 l -0.0000,2.9578 Z"/></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 188.1560,238.5351 l -0.0000,-2.8751 h -0.4866 l -0.0000,2.8751 Z"/></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 187.6693,238.5351 l -0.0000,-2.7945 h -0.4866 l -0.0000,2.7945 Z"/></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 187.1827,238.5351 l -0.0000,-2.7158 h -0.4866 l -0.0000,2.7158 Z"/></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 186.6961,238.5351 l -0.0000,-2.6391 h -0.4866 l -0.0000,2.6391 Z"/></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 186.2094,238.5351 l -0.0000,-2.5643 h -0.4866 l -0.0000,2.5643 Z"/></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 185.7228,238.5351 l -0.0000,-2.4914 h -0.4866 l -0.0000,2.4914 Z"/></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 185.2362,238.5351 l -0.0000,-2.4203 h -0.4866 l -0.0000,2.4203 Z"/></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 184.7495,238.5351 l -0.0000,-2.3510 h -0.4866 l -0.0000,2.3510 Z"/></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 184.2629,238.5351 l -0.0000,-2.2835 h -0.4866 l -0.0000,2.2835 Z"/></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.7763,238.5351 l -0.0000,-2.2176 h -0.4866 l -0.0000,2.2176 Z"/></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.2896,238.5351 l -0.0000,-2.1535 h -0.4866 l -0.0000,2.1535 Z"/></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 182.8030,238.5351 l -0.0000,-2.0910 h -0.4866 l -0.0000,2.0910 Z"/></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 182.3164,238.5351 l -0.0000,-2.0301 h -0.4866 l -0.0000,2.0301 Z"/></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 181.8297,238.5351 l -0.0000,-1.9708 h -0.4866 l -0.0000,1.9708 Z"/></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 181.3431,238.5351 l -0.0000,-1.9130 h -0.4866 l -0.0000,1.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.8565,238.5351 l -0.0000,-1.8568 h -0.4866 l -0.0000,1.8568 Z"/></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 180.3699,238.5351 l -0.0000,-1.8020 h -0.4866 l -0.0000,1.8020 Z"/></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 179.8832,238.5351 l -0.0000,-1.7486 h -0.4866 l -0.0000,1.7486 Z"/></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 179.3966,238.5351 l -0.0000,-1.6967 h -0.4866 l -0.0000,1.6967 Z"/></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 178.9100,238.5351 l -0.0000,-1.6462 h -0.4866 l -0.0000,1.6462 Z"/></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 178.4233,238.5351 l -0.0000,-1.5969 h -0.4866 l -0.0000,1.5969 Z"/></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 177.9367,238.5351 l -0.0000,-1.5491 h -0.4866 l -0.0000,1.5491 Z"/></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 177.4501,238.5351 l -0.0000,-1.5024 h -0.4866 l -0.0000,1.5024 Z"/></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 176.9634,238.5351 l -0.0000,-1.4571 h -0.4866 l -0.0000,1.4571 Z"/></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 176.4768,238.5351 l -0.0000,-1.4130 h -0.4866 l -0.0000,1.4130 Z"/></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 175.9902,238.5351 l -0.0000,-1.3700 h -0.4866 l -0.0000,1.3700 Z"/></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 175.5035,238.5351 l -0.0000,-1.3283 h -0.4866 l -0.0000,1.3283 Z"/></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 175.0169,238.5351 l -0.0000,-1.2877 h -0.4866 l -0.0000,1.2877 Z"/></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 174.5303,238.5351 l -0.0000,-1.2482 h -0.4866 l -0.0000,1.2482 Z"/></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 174.0437,238.5351 l -0.0000,-1.2098 h -0.4866 l -0.0000,1.2098 Z"/></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.5570,238.5351 l -0.0000,-1.1724 h -0.4866 l -0.0000,1.1724 Z"/></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.0704,238.5351 l -0.0000,-1.1361 h -0.4866 l -0.0000,1.1361 Z"/></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 172.5838,238.5351 l -0.0000,-1.1009 h -0.4866 l -0.0000,1.1009 Z"/></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 172.0971,238.5351 l -0.0000,-1.0666 h -0.4866 l -0.0000,1.0666 Z"/></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 171.6105,238.5351 l -0.0000,-1.0332 h -0.4866 l -0.0000,1.0332 Z"/></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 171.1239,238.5351 l -0.0000,-1.0008 h -0.4866 l -0.0000,1.0008 Z"/></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 170.6372,238.5351 l -0.0000,-0.9694 h -0.4866 l -0.0000,0.9694 Z"/></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 170.1506,238.5351 l -0.0000,-0.9388 h -0.4866 l -0.0000,0.9388 Z"/></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 169.6640,238.5351 l -0.0000,-0.9091 h -0.4866 l -0.0000,0.9091 Z"/></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 169.1773,238.5351 l -0.0000,-0.8802 h -0.4866 l -0.0000,0.8802 Z"/></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 168.6907,238.5351 l -0.0000,-0.8522 h -0.4866 l -0.0000,0.8522 Z"/></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 168.2041,238.5351 l -0.0000,-0.8250 h -0.4866 l -0.0000,0.8250 Z"/></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 167.7174,238.5351 l -0.0000,-0.7986 h -0.4866 l -0.0000,0.7986 Z"/></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 167.2308,238.5351 l -0.0000,-0.7729 h -0.4866 l -0.0000,0.7729 Z"/></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 166.7442,238.5351 l -0.0000,-0.7480 h -0.4866 l -0.0000,0.7480 Z"/></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 166.2576,238.5351 l -0.0000,-0.7239 h -0.4866 l -0.0000,0.7239 Z"/></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 165.7709,238.5351 l -0.0000,-0.7004 h -0.4866 l -0.0000,0.7004 Z"/></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 165.2843,238.5351 l -0.0000,-0.6776 h -0.4866 l -0.0000,0.6776 Z"/></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 164.7977,238.5351 l -0.0000,-0.6555 h -0.4866 l -0.0000,0.6555 Z"/></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 164.3110,238.5351 l -0.0000,-0.6341 h -0.4866 l -0.0000,0.6341 Z"/></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.8244,238.5351 l -0.0000,-0.6133 h -0.4866 l -0.0000,0.6133 Z"/></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.3378,238.5351 l -0.0000,-0.5931 h -0.4866 l -0.0000,0.5931 Z"/></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 162.8511,238.5351 l -0.0000,-0.5736 h -0.4866 l -0.0000,0.5736 Z"/></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 162.3645,238.5351 l -0.0000,-0.5546 h -0.4866 l -0.0000,0.5546 Z"/></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 161.8779,238.5351 l -0.0000,-0.5362 h -0.4866 l -0.0000,0.5362 Z"/></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 161.3912,238.5351 l -0.0000,-0.5183 h -0.4866 l -0.0000,0.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 160.9046,238.5351 l -0.0000,-0.5010 h -0.4866 l -0.0000,0.5010 Z"/></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 160.4180,238.5351 l -0.0000,-0.4842 h -0.4866 l -0.0000,0.4842 Z"/></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 159.9313,238.5351 l -0.0000,-0.4680 h -0.4866 l -0.0000,0.4680 Z"/></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 159.4447,238.5351 l -0.0000,-0.4522 h -0.4866 l -0.0000,0.4522 Z"/></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 158.9581,238.5351 l -0.0000,-0.4370 h -0.4866 l -0.0000,0.4370 Z"/></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 158.4715,238.5351 l -0.0000,-0.4222 h -0.4866 l -0.0000,0.4222 Z"/></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 157.9848,238.5351 l -0.0000,-0.4078 h -0.4866 l -0.0000,0.4078 Z"/></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 157.4982,238.5351 l -0.0000,-0.3939 h -0.4866 l -0.0000,0.3939 Z"/></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 157.0116,238.5351 l -0.0000,-0.3805 h -0.4866 l -0.0000,0.3805 Z"/></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 156.5249,238.5351 l -0.0000,-0.3675 h -0.4866 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 156.0383,238.5351 l -0.0000,-0.3548 h -0.4866 l -0.0000,0.3548 Z"/></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 155.5517,238.5351 l -0.0000,-0.3426 h -0.4866 l -0.0000,0.3426 Z"/></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 155.0650,238.5351 l -0.0000,-0.3308 h -0.4866 l -0.0000,0.3308 Z"/></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 154.5784,238.5351 l -0.0000,-0.3193 h -0.4866 l -0.0000,0.3193 Z"/></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 154.0918,238.5351 l -0.0000,-0.3082 h -0.4866 l -0.0000,0.3082 Z"/></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.6051,238.5351 l -0.0000,-0.2975 h -0.4866 l -0.0000,0.2975 Z"/></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.1185,238.5351 l -0.0000,-0.2871 h -0.4866 l -0.0000,0.2871 Z"/></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 152.6319,238.5351 l -0.0000,-0.2771 h -0.4866 l -0.0000,0.2771 Z"/></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 152.1453,238.5351 l -0.0000,-0.2673 h -0.4866 l -0.0000,0.2673 Z"/></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 151.6586,238.5351 l -0.0000,-0.2579 h -0.4866 l -0.0000,0.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 151.1720,238.5351 l -0.0000,-0.2488 h -0.4866 l -0.0000,0.2488 Z"/></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 150.6854,238.5351 l -0.0000,-0.2400 h -0.4866 l -0.0000,0.2400 Z"/></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 150.1987,238.5351 l -0.0000,-0.2315 h -0.4866 l -0.0000,0.2315 Z"/></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 149.7121,238.5351 l -0.0000,-0.2232 h -0.4866 l -0.0000,0.2232 Z"/></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 149.2255,238.5351 l -0.0000,-0.2153 h -0.4866 l -0.0000,0.2153 Z"/></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 148.7388,238.5351 l -0.0000,-0.2076 h -0.4866 l -0.0000,0.2076 Z"/></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 148.2522,238.5351 l -0.0000,-0.2001 h -0.4866 l -0.0000,0.2001 Z"/></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 147.7656,238.5351 l -0.0000,-0.1929 h -0.4866 l -0.0000,0.1929 Z"/></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 147.2789,238.5351 l -0.0000,-0.1859 h -0.4866 l -0.0000,0.1859 Z"/></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 146.7923,238.5351 l -0.0000,-0.1792 h -0.4866 l -0.0000,0.1792 Z"/></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 146.3057,238.5351 l -0.0000,-0.1727 h -0.4866 l -0.0000,0.1727 Z"/></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 145.8190,238.5351 l -0.0000,-0.1664 h -0.4866 l -0.0000,0.1664 Z"/></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 145.3324,238.5351 l -0.0000,-0.1604 h -0.4866 l -0.0000,0.1604 Z"/></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 144.8458,238.5351 l -0.0000,-0.1545 h -0.4866 l -0.0000,0.1545 Z"/></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 144.3592,238.5351 l -0.0000,-0.1488 h -0.4866 l -0.0000,0.1488 Z"/></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.8725,238.5351 l -0.0000,-0.1434 h -0.4866 l -0.0000,0.1434 Z"/></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.3859,238.5351 l -0.0000,-0.1381 h -0.4866 l -0.0000,0.1381 Z"/></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 142.8993,238.5351 l -0.0000,-0.1330 h -0.4866 l -0.0000,0.1330 Z"/></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 142.4126,238.5351 l -0.0000,-0.1281 h -0.4866 l -0.0000,0.1281 Z"/></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 141.9260,238.5351 l -0.0000,-0.1233 h -0.4866 l -0.0000,0.1233 Z"/></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 141.4394,238.5351 l -0.0000,-0.1187 h -0.4866 l -0.0000,0.1187 Z"/></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 140.9527,238.5351 l -0.0000,-0.1143 h -0.4866 l -0.0000,0.1143 Z"/></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 140.4661,238.5351 l -0.0000,-0.1100 h -0.4866 l -0.0000,0.1100 Z"/></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 139.9795,238.5351 l -0.0000,-0.1059 h -0.4866 l -0.0000,0.1059 Z"/></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 139.4928,238.5351 l -0.0000,-0.1019 h -0.4866 l -0.0000,0.1019 Z"/></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 139.0062,238.5351 l -0.0000,-0.0980 h -0.4866 l -0.0000,0.0980 Z"/></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 138.5196,238.5351 l -0.0000,-0.0943 h -0.4866 l -0.0000,0.0943 Z"/></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 138.0330,238.5351 l -0.0000,-0.0908 h -0.4866 l -0.0000,0.0908 Z"/></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 137.5463,238.5351 l -0.0000,-0.0873 h -0.4866 l -0.0000,0.0873 Z"/></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 137.0597,238.5351 l -0.0000,-0.0840 h -0.4866 l -0.0000,0.0840 Z"/></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 136.5731,238.5351 l -0.0000,-0.0808 h -0.4866 l -0.0000,0.0808 Z"/></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 136.0864,238.5351 l -0.0000,-0.0777 h -0.4866 l -0.0000,0.0777 Z"/></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 135.5998,238.5351 l -0.0000,-0.0747 h -0.4866 l -0.0000,0.0747 Z"/></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 135.1132,238.5351 l -0.0000,-0.0718 h -0.4866 l -0.0000,0.0718 Z"/></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 134.6265,238.5351 l -0.0000,-0.0691 h -0.4866 l -0.0000,0.0691 Z"/></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 134.1399,238.5351 l -0.0000,-0.0664 h -0.4866 l -0.0000,0.0664 Z"/></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.6533,238.5351 l -0.0000,-0.0638 h -0.4866 l -0.0000,0.0638 Z"/></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.1666,238.5351 l -0.0000,-0.0613 h -0.4866 l -0.0000,0.0613 Z"/></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 132.6800,238.5351 l -0.0000,-0.0589 h -0.4866 l -0.0000,0.0589 Z"/></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 132.1934,238.5351 l -0.0000,-0.0566 h -0.4866 l -0.0000,0.0566 Z"/></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 131.7067,238.5351 l -0.0000,-0.0544 h -0.4866 l -0.0000,0.0544 Z"/></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 131.2201,238.5351 l -0.0000,-0.0523 h -0.4866 l -0.0000,0.0523 Z"/></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 130.7335,238.5351 l -0.0000,-0.0502 h -0.4866 l -0.0000,0.0502 Z"/></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 130.2469,238.5351 l -0.0000,-0.0482 h -0.4866 l -0.0000,0.0482 Z"/></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 129.7602,238.5351 l -0.0000,-0.0463 h -0.4866 l -0.0000,0.0463 Z"/></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 129.2736,238.5351 l -0.0000,-0.0445 h -0.4866 l -0.0000,0.0445 Z"/></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 128.7870,238.5351 l -0.0000,-0.0427 h -0.4866 l -0.0000,0.0427 Z"/></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 128.3003,238.5351 l -0.0000,-0.0410 h -0.4866 l -0.0000,0.0410 Z"/></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 127.8137,238.5351 l -0.0000,-0.0394 h -0.4866 l -0.0000,0.0394 Z"/></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 127.3271,238.5351 l -0.0000,-0.0378 h -0.4866 l -0.0000,0.0378 Z"/></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 126.8404,238.5351 l -0.0000,-0.0363 h -0.4866 l -0.0000,0.0363 Z"/></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 126.3538,238.5351 l -0.0000,-0.0348 h -0.4866 l -0.0000,0.0348 Z"/></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 125.8672,238.5351 l -0.0000,-0.0334 h -0.4866 l -0.0000,0.0334 Z"/></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 125.3805,238.5351 l -0.0000,-0.0321 h -0.4866 l -0.0000,0.0321 Z"/></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 124.8939,238.5351 l -0.0000,-0.0308 h -0.4866 l -0.0000,0.0308 Z"/></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 124.4073,238.5351 l -0.0000,-0.0295 h -0.4866 l -0.0000,0.0295 Z"/></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.9206,238.5351 l -0.0000,-0.0283 h -0.4866 l -0.0000,0.0283 Z"/></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.4340,238.5351 l -0.0000,-0.0272 h -0.4866 l -0.0000,0.0272 Z"/></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 122.9474,238.5351 l -0.0000,-0.0261 h -0.4866 l -0.0000,0.0261 Z"/></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 122.4608,238.5351 l -0.0000,-0.0250 h -0.4866 l -0.0000,0.0250 Z"/></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 121.9741,238.5351 l -0.0000,-0.0240 h -0.4866 l -0.0000,0.0240 Z"/></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 121.4875,238.5351 l -0.0000,-0.0230 h -0.4866 l -0.0000,0.0230 Z"/></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 121.0009,238.5351 l -0.0000,-0.0220 h -0.4866 l -0.0000,0.0220 Z"/></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 120.5142,238.5351 l -0.0000,-0.0211 h -0.4866 l -0.0000,0.0211 Z"/></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 120.0276,238.5351 l -0.0000,-0.0202 h -0.4866 l -0.0000,0.0202 Z"/></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 119.5410,238.5351 l -0.0000,-0.0194 h -0.4866 l -0.0000,0.0194 Z"/></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 119.0543,238.5351 l -0.0000,-0.0186 h -0.4866 l -0.0000,0.0186 Z"/></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 118.5677,238.5351 l -0.0000,-0.0178 h -0.4866 l -0.0000,0.0178 Z"/></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 118.0811,238.5351 l -0.0000,-0.0171 h -0.4866 l -0.0000,0.0171 Z"/></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 117.5944,238.5351 l -0.0000,-0.0164 h -0.4866 l -0.0000,0.0164 Z"/></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 117.1078,238.5351 l -0.0000,-0.0157 h -0.4866 l -0.0000,0.0157 Z"/></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 116.6212,238.5351 l -0.0000,-0.0150 h -0.4866 l -0.0000,0.0150 Z"/></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 116.1346,238.5351 l -0.0000,-0.0144 h -0.4866 l -0.0000,0.0144 Z"/></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 115.6479,238.5351 l -0.0000,-0.0138 h -0.4866 l -0.0000,0.0138 Z"/></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 115.1613,238.5351 l -0.0000,-0.0132 h -0.4866 l -0.0000,0.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(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 114.6747,238.5351 l -0.0000,-0.0126 h -0.4866 l -0.0000,0.0126 Z"/></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 114.1880,238.5351 l -0.0000,-0.0121 h -0.4866 l -0.0000,0.0121 Z"/></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.7014,238.5351 l -0.0000,-0.0116 h -0.4866 l -0.0000,0.0116 Z"/></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.2148,238.5351 l -0.0000,-0.0111 h -0.4866 l -0.0000,0.0111 Z"/></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 112.7281,238.5351 l -0.0000,-0.0106 h -0.4866 l -0.0000,0.0106 Z"/></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 112.2415,238.5351 l -0.0000,-0.0101 h -0.4866 l -0.0000,0.0101 Z"/></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 111.7549,238.5351 l -0.0000,-0.0097 h -0.4866 l -0.0000,0.0097 Z"/></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 111.2682,238.5351 l -0.0000,-0.0093 h -0.4866 l -0.0000,0.0093 Z"/></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 110.7816,238.5351 l -0.0000,-0.0089 h -0.4866 l -0.0000,0.0089 Z"/></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 110.2950,238.5351 l -0.0000,-0.0085 h -0.4866 l -0.0000,0.0085 Z"/></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 109.8083,238.5351 l -0.0000,-0.0081 h -0.4866 l -0.0000,0.0081 Z"/></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 109.3217,238.5351 l -0.0000,-0.0078 h -0.4866 l -0.0000,0.0078 Z"/></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 108.8351,238.5351 l -0.0000,-0.0074 h -0.4866 l -0.0000,0.0074 Z"/></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 108.3485,238.5351 l -0.0000,-0.0071 h -0.4866 l -0.0000,0.0071 Z"/></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 107.8618,238.5351 l -0.0000,-0.0068 h -0.4866 l -0.0000,0.0068 Z"/></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 107.3752,238.5351 l -0.0000,-0.0065 h -0.4866 l -0.0000,0.0065 Z"/></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 106.8886,238.5351 l -0.0000,-0.0062 h -0.4866 l -0.0000,0.0062 Z"/></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 106.4019,238.5351 l -0.0000,-0.0059 h -0.4866 l -0.0000,0.0059 Z"/></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 105.9153,238.5351 l -0.0000,-0.0057 h -0.4866 l -0.0000,0.0057 Z"/></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 105.4287,238.5351 l -0.0000,-0.0054 h -0.4866 l -0.0000,0.0054 Z"/></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 104.9420,238.5351 l -0.0000,-0.0052 h -0.4866 l -0.0000,0.0052 Z"/></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 104.4554,238.5351 l -0.0000,-0.0050 h -0.4866 l -0.0000,0.0050 Z"/></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.9688,238.5351 l -0.0000,-0.0047 h -0.4866 l -0.0000,0.0047 Z"/></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.4821,238.5351 l -0.0000,-0.0045 h -0.4866 l -0.0000,0.0045 Z"/></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 102.9955,238.5351 l -0.0000,-0.0043 h -0.4866 l -0.0000,0.0043 Z"/></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 102.5089,238.5351 l -0.0000,-0.0041 h -0.4866 l -0.0000,0.0041 Z"/></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 102.0222,238.5351 l -0.0000,-0.0039 h -0.4866 l -0.0000,0.0039 Z"/></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 101.5356,238.5351 l -0.0000,-0.0038 h -0.4866 l -0.0000,0.0038 Z"/></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 101.0490,238.5351 l -0.0000,-0.0036 h -0.4866 l -0.0000,0.0036 Z"/></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 100.5624,238.5351 l -0.0000,-0.0034 h -0.4866 l -0.0000,0.0034 Z"/></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 100.0757,238.5351 l -0.0000,-0.0033 h -0.4866 l -0.0000,0.0033 Z"/></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 99.5891,238.5351 l -0.0000,-0.0031 h -0.4866 l -0.0000,0.0031 Z"/></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 99.1025,238.5351 l -0.0000,-0.0030 h -0.4866 l -0.0000,0.0030 Z"/></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 98.6158,238.5351 l -0.0000,-0.0028 h -0.4866 l -0.0000,0.0028 Z"/></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 98.1292,238.5351 l -0.0000,-0.0027 h -0.4866 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 97.6426,238.5351 l -0.0000,-0.0026 h -0.4866 l -0.0000,0.0026 Z"/></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 97.1559,238.5351 l -0.0000,-0.0025 h -0.4866 l -0.0000,0.0025 Z"/></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 96.6693,238.5351 l -0.0000,-0.0024 h -0.4866 l -0.0000,0.0024 Z"/></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 96.1827,238.5351 l -0.0000,-0.0022 h -0.4866 l -0.0000,0.0022 Z"/></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 95.6960,238.5351 l -0.0000,-0.0021 h -0.4866 l -0.0000,0.0021 Z"/></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 95.2094,238.5351 l -0.0000,-0.0020 h -0.4866 l -0.0000,0.0020 Z"/></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 94.7228,238.5351 l -0.0000,-0.0020 h -0.4866 l -0.0000,0.0020 Z"/></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 94.2362,238.5351 l -0.0000,-0.0019 h -0.4866 l -0.0000,0.0019 Z"/></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.7495,238.5351 l -0.0000,-0.0018 h -0.4866 l -0.0000,0.0018 Z"/></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.2629,238.5351 l -0.0000,-0.0017 h -0.4866 l -0.0000,0.0017 Z"/></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 92.7763,238.5351 l -0.0000,-0.0016 h -0.4866 l -0.0000,0.0016 Z"/></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 92.2896,238.5351 l -0.0000,-0.0015 h -0.4866 l -0.0000,0.0015 Z"/></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 91.8030,238.5351 l -0.0000,-0.0015 h -0.4866 l -0.0000,0.0015 Z"/></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 91.3164,238.5351 l -0.0000,-0.0014 h -0.4866 l -0.0000,0.0014 Z"/></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 90.8297,238.5351 l -0.0000,-0.0013 h -0.4866 l -0.0000,0.0013 Z"/></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 90.3431,238.5351 l -0.0000,-0.0013 h -0.4866 l -0.0000,0.0013 Z"/></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 89.8565,238.5351 l -0.0000,-0.0012 h -0.4866 l -0.0000,0.0012 Z"/></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 89.3698,238.5351 l -0.0000,-0.0011 h -0.4866 l -0.0000,0.0011 Z"/></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 88.8832,238.5351 l -0.0000,-0.0011 h -0.4866 l -0.0000,0.0011 Z"/></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 88.3966,238.5351 l -0.0000,-0.0010 h -0.4866 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 87.9099,238.5351 l -0.0000,-0.0010 h -0.4866 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 87.4233,238.5351 l -0.0000,-0.0009 h -0.4866 l -0.0000,0.0009 Z"/></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 86.9367,238.5351 l -0.0000,-0.0009 h -0.4866 l -0.0000,0.0009 Z"/></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 86.4501,238.5351 l -0.0000,-0.0009 h -0.4866 l -0.0000,0.0009 Z"/></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 85.9634,238.5351 l -0.0000,-0.0008 h -0.4866 l -0.0000,0.0008 Z"/></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 85.4768,238.5351 l -0.0000,-0.0008 h -0.4866 l -0.0000,0.0008 Z"/></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 84.9902,238.5351 l -0.0000,-0.0007 h -0.4866 l -0.0000,0.0007 Z"/></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 84.5035,238.5351 l -0.0000,-0.0007 h -0.4866 l -0.0000,0.0007 Z"/></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 84.0169,238.5351 l -0.0000,-0.0007 h -0.4866 l -0.0000,0.0007 Z"/></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.5303,238.5351 l -0.0000,-0.0006 h -0.4866 l -0.0000,0.0006 Z"/></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.0436,238.5351 l -0.0000,-0.0006 h -0.4866 l -0.0000,0.0006 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 59.6862,238.5351 ZM 43.6131,224.5468 c -3.9678,-0.0000 -4.9766,2.7573 -4.9766 4.7748c -0.0000,1.2105 0.1009,2.1520 0.2690 2.9254l 9.9532,0.0000 l 0.0000,-1.6813 c 0.0000,-2.5219 -0.5716,-4.1360 -1.7149 -4.9430c -0.9415,-0.6389 -2.1184,-1.0760 -3.5307 -1.0760ZM 43.6131,224.5468 ZM 43.5794,221.8231 c 3.5307,0.0000 5.4474,3.1608 5.9181 4.6067l 6.8933,-3.5643 c 1.4459,-0.7398 2.5892,-1.6477 2.5892 -3.1608l 0.7061,-0.1009 c 0.1345,0.3363 0.2018,0.9079 0.2018 1.4123c -0.0000,2.0175 -1.2778,3.4971 -2.8582 4.3713l -6.4561,3.4634 c -0.2354,0.1345 -0.4371,1.1433 -0.4371 3.3962l 7.1286,0.0000 c 1.0088,0.0000 1.4795,-0.5044 1.4795 -1.8158l 0.0000,-0.9079 c 0.0000,-0.1345 0.1009,-0.2690 0.2690 -0.2690l 0.6389,0.0000 l 0.0673,0.0673 c 0.0000,-0.0000 -0.0673,2.9254 -0.0673 4.2368c -0.0000,1.2105 0.0673,4.3377 0.0673 4.3377l -0.0673,0.0673 l -0.6389,-0.0000 c -0.1681,-0.0000 -0.2690,-0.1009 -0.2690 -0.2690l 0.0000,-0.8743 c 0.0000,-1.3787 -0.5380,-1.8494 -1.4795 -1.8494l -16.8801,-0.0000 c -0.9751,-0.0000 -1.5468,0.1345 -1.5468 1.0088c -0.0000,0.1009 -0.0000,0.1681 0.0336 0.2354l 0.1009,1.0088 c -0.0000,0.1681 -0.1009,0.2690 -0.2354 0.2690l -0.6389,-0.0000 c -0.1681,-0.7061 -0.4035,-3.8670 -0.4035 -7.8012c 0.0000,-2.1184 0.1681,-4.4722 1.6813 -6.0863c 1.1433,-1.2105 2.5219,-1.7822 4.2032 -1.7822ZM 59.6862,219.2339 ZM 50.3718,215.4006 l 0.0000,-6.1871 c 0.0000,-0.3363 -0.1681,-0.4708 -0.4708 -0.4708c -3.1272,-0.0000 -3.9342,1.5804 -3.9342 2.7909c -0.0000,0.7734 0.3026,3.2953 4.4050 3.8670ZM 50.3718,215.4006 ZM 56.5590,206.5234 l 0.5380,-0.6725 c 1.7485,1.2778 2.9927,3.2617 2.9927 5.6827c -0.0000,4.6067 -3.4298,6.5570 -7.0950 6.5570c -5.1111,-0.0000 -8.1710,-3.3626 -8.1710 -6.5570c 0.0000,-4.4386 3.4634,-5.4810 6.2880 -5.4810c 0.3699,0.0000 0.5716,0.2354 0.5716 0.6053l -0.0000,8.8436 c 0.2018,0.0336 0.4035,0.0336 0.6725 0.0336c 3.4298,0.0000 6.0863,-2.3874 6.0863 -4.8085c 0.0000,-1.8494 -0.6053,-3.0263 -1.8830 -4.2032ZM 59.6862,204.8421 ZM 56.6262,191.9299 c 2.5556,1.4795 3.4634,3.0936 3.4634 5.1111c -0.0000,4.0351 -3.0599,6.5570 -7.3977 6.5570c -4.7748,-0.0000 -7.8684,-2.9927 -7.8684 -6.6243c 0.0000,-3.2281 1.6477,-4.9430 3.4298 -4.9430c 0.9751,0.0000 1.4795,0.6053 1.4795 1.3114c -0.0000,0.7061 -0.3699,1.3787 -1.2105 1.4795c -1.1096,0.1345 -2.5556,0.3363 -2.5556 2.3202c -0.0000,2.2193 2.3538,3.8670 5.9854 3.8670c 3.9342,0.0000 6.6579,-2.1184 6.6579 -4.7076c 0.0000,-1.4459 -0.9415,-2.7237 -2.4547 -3.7661ZM 59.6862,191.2910 ZM 46.5385,185.7764 l 8.6082,0.0000 c 2.0848,0.0000 3.0936,-0.2018 3.0936 -1.1096c 0.0000,-0.8743 -0.2690,-1.5468 -0.9415 -2.4211l 0.5716,-0.6053 c 1.4795,1.3114 2.2193,2.6564 2.2193 4.2032c -0.0000,1.5468 -0.9415,2.4547 -3.3289 2.4547l -10.2222,-0.0000 l -0.0000,2.1857 c -0.0000,0.1009 -0.0336,0.1345 -0.1345 0.1345l -1.0424,-0.0000 c -0.1009,-0.0000 -0.1345,-0.0336 -0.1345 -0.1009c 0.0000,-2.2529 -1.3114,-2.7909 -3.8670 -2.7909l -0.6389,-0.0000 l -0.6725,-1.9503 l 5.1784,0.0000 l 0.0000,-3.6988 c 0.0000,-0.1681 0.0673,-0.2690 0.2018 -0.2690l 0.6725,0.0000 c 0.3026,0.0000 0.4371,0.4708 0.4371 0.8070l -0.0000,3.1608 ZM 59.6862,172.7296 ZM 60.0897,160.7925 c -0.0000,7.2295 -5.5819,10.6930 -10.9956 10.6930c -6.6243,-0.0000 -11.5336,-5.1447 -11.5336 -10.7266c 0.0000,-4.1360 1.4123,-5.4474 1.5132 -7.3640c 1.8494,-0.1009 3.4634,-0.4035 5.2120 -0.7398l 0.1345,1.0088 c -2.8918,0.8743 -5.6155,2.8246 -5.6155 7.4649c -0.0000,2.6564 2.8246,7.4313 9.6506 7.4313c 4.9094,0.0000 10.2558,-2.5219 10.2558 -7.7339c 0.0000,-3.1272 -1.1096,-5.4137 -3.7325 -7.8012l 0.5044,-0.7734 c 2.9927,2.2865 4.6067,5.2792 4.6067 8.5409ZM 59.6862,151.0747 ZM 36.2154,145.5937 l 11.3991,0.0000 c -2.2529,-2.2529 -2.7909,-4.2368 -2.7909 -5.5482c 0.0000,-2.4211 1.8494,-3.6316 5.3129 -3.6316l 7.1286,0.0000 c 0.9751,0.0000 1.4795,-0.3363 1.4795 -1.4459l 0.0000,-0.6389 c 0.0000,-0.1345 0.1009,-0.2690 0.2690 -0.2690l 0.6389,0.0000 l 0.0673,0.0673 c 0.0000,-0.0000 -0.0673,2.2865 -0.0673 3.6316c -0.0000,1.1769 0.0673,3.4634 0.0673 3.4634l -0.0673,0.0673 l -0.6389,-0.0000 c -0.1681,-0.0000 -0.2690,-0.1009 -0.2690 -0.2690l 0.0000,-0.6389 c 0.0000,-1.1433 -0.5044,-1.4459 -1.4795 -1.4459l -7.4985,-0.0000 c -2.7237,-0.0000 -3.3626,0.7398 -3.3626 2.6228c -0.0000,0.9751 0.8743,2.4211 2.4547 4.0351l 8.4064,0.0000 c 0.9751,0.0000 1.4795,-0.3363 1.4795 -1.4459l 0.0000,-0.6389 c 0.0000,-0.1345 0.1009,-0.2690 0.2690 -0.2690l 0.6389,0.0000 l 0.0673,0.0673 c 0.0000,-0.0000 -0.0673,2.2865 -0.0673 3.5979c -0.0000,1.2105 0.0673,3.4634 0.0673 3.4634l -0.0673,0.0673 l -0.6389,-0.0000 c -0.1681,-0.0000 -0.2690,-0.0673 -0.2690 -0.2354l 0.0000,-0.6389 c 0.0000,-1.1433 -0.5044,-1.4459 -1.4795 -1.4459l -16.8465,-0.0000 c -1.9167,-0.0000 -2.4547,0.3026 -2.4547 0.9751l 0.1345,1.1096 c -0.0000,0.1009 -0.0673,0.1681 -0.1681 0.1681l -0.8406,0.0673 c 0.0000,-0.5380 -0.2018,-1.7485 -0.3026 -2.3202c -0.1345,-0.6053 -0.2690,-1.1096 -0.5716 -1.7822l 0.0000,-0.7398 ZM 59.6862,133.6565 ZM 51.4479,123.8715 l 0.6725,2.6564 c 0.9079,2.9591 2.4547,3.3962 3.9678 3.3962c 1.0424,0.0000 2.6228,-0.5044 2.6228 -2.6228c 0.0000,-1.0088 -0.9751,-2.5556 -1.7149 -3.4298l -5.5482,-0.0000 ZM 51.4479,123.8715 ZM 60.0897,121.7194 c -0.0000,1.2778 -1.1433,1.9839 -1.9503 2.1184l 0.5380,0.7734 c 1.0760,1.5468 1.4123,2.1184 1.4123 3.6652c -0.0000,2.3538 -1.3450,4.0687 -3.8670 4.0687c -2.5556,-0.0000 -4.3041,-2.1857 -5.1111 -5.3801l -0.7734,-3.0936 c -3.7997,-0.0000 -4.5058,1.7485 -4.5058 2.8918c -0.0000,1.2778 0.5716,2.7573 1.6140 2.7573c 0.3699,0.0000 0.5716,-0.0673 0.6725 -0.1009c 0.1345,-0.0673 0.3699,-0.1009 0.6053 -0.1009c 0.4371,0.0000 1.1096,0.3363 1.1096 1.3114c -0.0000,0.8070 -0.5380,1.3450 -1.3450 1.3450c -1.9503,-0.0000 -3.6652,-3.1608 -3.6652 -5.3129c 0.0000,-2.4547 1.0088,-5.2792 5.7836 -5.2792l 4.9430,0.0000 c 2.0512,0.0000 2.9254,-0.0336 2.9254 -0.8070c 0.0000,-0.7398 -0.9415,-0.9415 -1.6813 -0.9751l 0.1681,-0.8406 c 2.4547,0.2018 3.1272,1.2442 3.1272 2.9591ZM 59.6862,118.4913 ZM 57.2651,115.4987 l -8.3728,-0.0000 c -1.6813,-0.0000 -2.0512,0.2354 -2.0512 0.7398c -0.0000,0.4371 0.0336,0.8406 0.1681 1.4123l -0.9415,0.1681 c -0.3699,-2.1184 -0.4708,-2.4883 -0.9751 -3.4971c -0.1681,-0.3363 -0.2690,-0.6053 -0.2690 -0.8406l 0.0000,-0.5044 l 3.0263,0.1009 l 0.0000,-0.1009 c -1.3114,-0.8743 -3.0263,-2.3538 -3.0263 -3.9342c 0.0000,-1.3787 0.6725,-1.8830 1.5468 -1.8830c 0.8743,0.0000 1.4123,0.5716 1.4123 1.4459c -0.0000,0.6725 -0.2690,1.0424 -0.6053 1.3787c -0.2018,0.2018 -0.3026,0.4371 -0.3026 0.6725c -0.0000,0.3699 0.6053,1.1096 1.7485 1.9167c 0.3026,0.2354 0.7398,0.4035 1.1769 0.4035l 7.4649,0.0000 c 0.9751,0.0000 1.4795,-0.3363 1.4795 -1.4459l 0.0000,-0.9751 c 0.0000,-0.1681 0.1009,-0.3026 0.2690 -0.3026l 0.6389,0.0000 l 0.0673,0.0673 c 0.0000,-0.0000 -0.0673,2.6564 -0.0673 3.9678c -0.0000,1.2105 0.0673,3.4971 0.0673 3.4971l -0.0673,0.0336 l -0.6389,-0.0000 c -0.1681,-0.0000 -0.2690,-0.0673 -0.2690 -0.2354l 0.0000,-0.6389 c 0.0000,-1.1433 -0.5044,-1.4459 -1.4795 -1.4459ZM 59.6862,106.8232 ZM 46.5385,101.3086 l 8.6082,0.0000 c 2.0848,0.0000 3.0936,-0.2018 3.0936 -1.1096c 0.0000,-0.8743 -0.2690,-1.5468 -0.9415 -2.4211l 0.5716,-0.6053 c 1.4795,1.3114 2.2193,2.6564 2.2193 4.2032c -0.0000,1.5468 -0.9415,2.4547 -3.3289 2.4547l -10.2222,-0.0000 l -0.0000,2.1857 c -0.0000,0.1009 -0.0336,0.1345 -0.1345 0.1345l -1.0424,-0.0000 c -0.1009,-0.0000 -0.1345,-0.0336 -0.1345 -0.1009c 0.0000,-2.2529 -1.3114,-2.7909 -3.8670 -2.7909l -0.6389,-0.0000 l -0.6725,-1.9503 l 5.1784,0.0000 l 0.0000,-3.6988 c 0.0000,-0.1681 0.0673,-0.2690 0.2018 -0.2690l 0.6725,0.0000 c 0.3026,0.0000 0.4371,0.4708 0.4371 0.8070l -0.0000,3.1608 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 288.8803,310.3894 ZM 291.8555,307.7249 c 0.0000,-0.7815 -0.3672,-1.2334 -0.9321 -1.2334c -0.4896,-0.0000 -0.8191,0.3389 -0.8191 1.0733c 0.0000,0.4896 0.1883,1.2616 0.9415 1.2616c 0.3295,-0.0000 0.8097,-0.1601 0.8097 -1.1016ZM 291.8555,307.7249 ZM 290.0948,310.4553 c -0.2919,0.2730 -0.3578,0.5649 -0.3578 0.8850c 0.0000,0.7061 0.8474,0.9133 1.1675 0.9133c 0.8097,-0.0000 1.8360,-0.2825 1.8360 -0.9603c 0.0000,-0.2448 -0.1318,-0.4049 -0.4990 -0.5837c -0.2636,-0.1318 -0.6496,-0.2354 -1.1016 -0.2354c -0.0753,-0.0000 -0.1789,0.0094 -0.3107 0.0188c -0.1318,0.0094 -0.2730,0.0094 -0.3766 0.0094c -0.1506,-0.0000 -0.2260,-0.0188 -0.3578 -0.0471ZM 290.0948,310.4553 ZM 292.9570,306.7363 c -0.1506,-0.0000 -0.2448,-0.0847 -0.2825 -0.1601c -0.0565,-0.0847 -0.0942,-0.1130 -0.1601 -0.1130c -0.1130,-0.0000 -0.2919,0.1318 -0.3578 0.2260c 0.2636,0.2825 0.3860,0.5555 0.3860 0.9980c 0.0000,0.9227 -0.7532,1.4217 -1.5441 1.4217c -0.3484,-0.0000 -0.6308,-0.0659 -0.8474 -0.1977c -0.1036,0.1601 -0.1601,0.3578 -0.1601 0.5461c 0.0000,0.4049 0.3107,0.5084 0.5743 0.5084c 0.0471,-0.0000 0.1601,-0.0094 0.2919 -0.0188c 0.2165,-0.0282 0.4519,-0.0471 0.6120 -0.0471c 0.3295,-0.0000 0.9509,0.0659 1.3275 0.3860c 0.2542,0.2354 0.3954,0.4613 0.3954 0.7626c 0.0000,1.0168 -1.3370,1.5535 -2.5515 1.5535c -0.6873,-0.0000 -1.4499,-0.2542 -1.4499 -1.0733c 0.0000,-0.4049 0.2542,-0.8380 0.7344 -1.1392c -0.2354,-0.1224 -0.4049,-0.3578 -0.4049 -0.6967c 0.0000,-0.3201 0.1412,-0.7250 0.3954 -0.9509c -0.2542,-0.2542 -0.4708,-0.5743 -0.4708 -1.0922c 0.0000,-0.8662 0.7626,-1.4217 1.5629 -1.4217c 0.5273,-0.0000 0.8568,0.2165 0.9603 0.2919c 0.2354,-0.3201 0.6591,-0.4802 0.8944 -0.4802c 0.2448,-0.0000 0.4143,0.1601 0.4143 0.3578c 0.0000,0.2071 -0.1318,0.3389 -0.3201 0.3389ZM 293.1642,310.3894 ZM 294.0021,309.7115 v -2.3444 c 0.0000,-0.4708 -0.0659,-0.5743 -0.2071 -0.5743c -0.1224,-0.0000 -0.2354,0.0094 -0.3954 0.0471l -0.0471,-0.2636 c 0.5932,-0.1036 0.6967,-0.1318 0.9792 -0.2730c 0.0942,-0.0471 0.1695,-0.0753 0.2354 -0.0753h 0.1412 l -0.0282,0.8474 h 0.0282 c 0.2448,-0.3672 0.6591,-0.8474 1.1016 -0.8474c 0.3860,-0.0000 0.5273,0.1883 0.5273 0.4331c 0.0000,0.2448 -0.1601,0.3954 -0.4049 0.3954c -0.1883,-0.0000 -0.2919,-0.0753 -0.3860 -0.1695c -0.0565,-0.0565 -0.1224,-0.0847 -0.1883 -0.0847c -0.1036,-0.0000 -0.3107,0.1695 -0.5367 0.4896c -0.0659,0.0847 -0.1130,0.2071 -0.1130 0.3295v 2.0902 c 0.0000,0.2730 0.0942,0.4143 0.4049 0.4143h 0.2730 c 0.0471,-0.0000 0.0847,0.0282 0.0847 0.0753v 0.1789 l -0.0188,0.0188 c 0.0000,-0.0000 -0.7438,-0.0188 -1.1110 -0.0188c -0.3389,-0.0000 -0.9792,0.0188 -0.9792 0.0188l -0.0094,-0.0188 v -0.1789 c 0.0000,-0.0471 0.0188,-0.0753 0.0659 -0.0753h 0.1789 c 0.3201,-0.0000 0.4049,-0.1412 0.4049 -0.4143ZM 296.4312,310.3894 ZM 297.5046,307.7814 h 1.7324 c 0.0942,-0.0000 0.1318,-0.0471 0.1318 -0.1318c 0.0000,-0.8756 -0.4425,-1.1016 -0.7815 -1.1016c -0.2165,-0.0000 -0.9227,0.0847 -1.0827 1.2334ZM 297.5046,307.7814 ZM 299.9902,309.5138 l 0.1883,0.1506 c -0.3578,0.4896 -0.9133,0.8380 -1.5912 0.8380c -1.2899,-0.0000 -1.8360,-0.9603 -1.8360 -1.9866c 0.0000,-1.4311 0.9415,-2.2879 1.8360 -2.2879c 1.2428,-0.0000 1.5347,0.9698 1.5347 1.7606c 0.0000,0.1036 -0.0659,0.1601 -0.1695 0.1601h -2.4762 c -0.0094,0.0565 -0.0094,0.1130 -0.0094 0.1883c 0.0000,0.9603 0.6685,1.7042 1.3464 1.7042c 0.5178,-0.0000 0.8474,-0.1695 1.1769 -0.5273ZM 300.4609,310.3894 ZM 302.4193,306.5292 c 0.0000,0.0471 -0.0565,0.0753 -0.1036 0.0753c -0.2825,-0.0000 -0.4049,0.0565 -0.4049 0.2071c 0.0000,0.0565 0.0188,0.1318 0.0565 0.2165l 1.0357,2.4291 l 1.0451,-2.3915 c 0.0471,-0.0847 0.0659,-0.1601 0.0659 -0.2165c 0.0000,-0.1977 -0.1883,-0.2448 -0.3954 -0.2448h -0.0377 c -0.0471,-0.0000 -0.0942,-0.0377 -0.0942 -0.0659v -0.1789 l 0.0188,-0.0282 c 0.0000,-0.0000 0.5555,0.0188 0.8850 0.0188c 0.2636,-0.0000 0.6496,-0.0188 0.6496 -0.0188l 0.0282,0.0188 v 0.1789 c 0.0000,0.0471 -0.0377,0.0753 -0.1036 0.0753c -0.3578,-0.0000 -0.5367,0.3672 -0.6685 0.6402c -0.4990,1.0545 -0.9133,2.0243 -1.6665 3.8414c -0.2825,0.6779 -0.6214,1.4688 -1.2899 1.4688c -0.1789,-0.0000 -0.5461,-0.1036 -0.5461 -0.4425c 0.0000,-0.2825 0.2071,-0.3672 0.3578 -0.3672c 0.1412,-0.0000 0.2354,0.0565 0.2919 0.1318c 0.0942,0.0942 0.1601,0.1601 0.2542 0.1601c 0.1412,-0.0000 0.4708,-0.8097 0.7061 -1.3840c 0.0565,-0.1130 0.0753,-0.2071 0.0753 -0.2919c 0.0000,-0.0942 -0.0847,-0.3484 -0.1601 -0.5367l -1.1863,-2.7587 c -0.1506,-0.3578 -0.2542,-0.4613 -0.5743 -0.4613c -0.0565,-0.0000 -0.0942,-0.0282 -0.0942 -0.0659v -0.1883 l 0.0188,-0.0188 c 0.0000,-0.0000 0.4143,0.0188 0.6967 0.0188c 0.4425,-0.0000 1.1204,-0.0188 1.1204 -0.0188l 0.0188,0.0282 v 0.1695 ZM 307.6071,310.3894 ZM 309.5089,306.5292 c 0.0000,0.0471 -0.0377,0.0753 -0.0847 0.0753h -0.1412 c -0.2071,-0.0000 -0.2730,0.0565 -0.2730 0.1506c 0.0000,0.0659 0.0377,0.1506 0.0847 0.2825l 0.9886,2.4856 l 0.8191,-2.0431 l -0.1695,-0.4237 c -0.1224,-0.3201 -0.3201,-0.4519 -0.6026 -0.4519c -0.0471,-0.0000 -0.0942,-0.0188 -0.0942 -0.0659v -0.1883 l 0.0188,-0.0188 c 0.0000,-0.0000 0.5273,0.0188 0.8568 0.0188l 0.9415,-0.0188 l 0.0282,0.0188 v 0.1789 c 0.0000,0.0471 -0.0471,0.0753 -0.0942 0.0753h -0.1695 c -0.1883,-0.0000 -0.2730,0.0377 -0.2730 0.1318c 0.0000,0.0753 0.0377,0.1695 0.0942 0.3013l 0.9792,2.4856 l 0.9792,-2.4385 c 0.0282,-0.0565 0.0471,-0.1318 0.0471 -0.2071c 0.0000,-0.1601 -0.1036,-0.2730 -0.4237 -0.2730h -0.1412 c -0.0471,-0.0000 -0.0847,-0.0377 -0.0847 -0.0659v -0.1883 l 0.0282,-0.0188 c 0.0000,-0.0000 0.6214,0.0188 0.9698 0.0188c 0.3201,-0.0000 0.6967,-0.0188 0.6967 -0.0188l 0.0094,0.0188 v 0.1789 c 0.0000,0.0565 -0.0565,0.0753 -0.1130 0.0753c -0.2354,-0.0000 -0.4802,0.1036 -0.6496 0.5178l -1.2805,3.1823 c -0.0565,0.1412 -0.1318,0.1977 -0.2165 0.1977c -0.0942,-0.0000 -0.1695,-0.0565 -0.2260 -0.1883l -0.9415,-2.3538 l -0.9415,2.3350 c -0.0659,0.1506 -0.1412,0.2071 -0.2260 0.2071c -0.0942,-0.0000 -0.1695,-0.0565 -0.2260 -0.1883l -1.2899,-3.2577 c -0.1412,-0.3672 -0.3107,-0.4519 -0.5932 -0.4519c -0.0471,-0.0000 -0.1130,-0.0188 -0.1130 -0.0659v -0.1883 l 0.0188,-0.0188 c 0.0000,-0.0000 0.4425,0.0188 0.8568 0.0188c 0.4331,-0.0000 0.9321,-0.0188 0.9321 -0.0188l 0.0188,0.0282 v 0.1695 ZM 314.6120,310.3894 ZM 315.3464,305.0134 c 0.0000,-0.2448 0.1977,-0.4519 0.4425 -0.4519c 0.2542,-0.0000 0.4519,0.2071 0.4519 0.4519c 0.0000,0.2542 -0.1977,0.4519 -0.4519 0.4519c -0.2448,-0.0000 -0.4425,-0.1977 -0.4425 -0.4519ZM 315.3464,305.0134 ZM 316.2408,309.7115 c 0.0000,0.2730 0.1036,0.4143 0.4049 0.4143h 0.1789 c 0.0471,-0.0000 0.0847,0.0282 0.0847 0.0753v 0.1789 l -0.0188,0.0188 c 0.0000,-0.0000 -0.6496,-0.0188 -1.0168 -0.0188c -0.3295,-0.0000 -0.9698,0.0188 -0.9698 0.0188l -0.0188,-0.0188 v -0.1789 c 0.0000,-0.0471 0.0282,-0.0753 0.0753 -0.0753h 0.1789 c 0.3107,-0.0000 0.4049,-0.1412 0.4049 -0.4143v -2.3444 c 0.0000,-0.4990 -0.0847,-0.5743 -0.2165 -0.5743c -0.1224,-0.0000 -0.2354,0.0094 -0.3954 0.0471l -0.0471,-0.2636 c 0.6026,-0.1036 0.7061,-0.1412 0.9792 -0.2730c 0.1036,-0.0377 0.1695,-0.0753 0.2354 -0.0753h 0.1412 v 3.4836 ZM 317.0976,310.3894 ZM 320.2423,309.5515 v -2.4385 c -0.2260,-0.3578 -0.4802,-0.5555 -0.9227 -0.5555c -0.1883,-0.0000 -0.5743,0.0282 -0.8756 0.4708c -0.1318,0.1977 -0.2919,0.6026 -0.2919 1.2805c 0.0000,1.2334 0.6402,1.7983 1.1487 1.7983c 0.3107,-0.0000 0.5649,-0.1883 0.9415 -0.5555ZM 320.2423,309.5515 ZM 320.9484,303.8176 v 5.4420 c 0.0000,0.2825 0.0188,0.4331 0.0377 0.4990c 0.0282,0.0847 0.1318,0.1412 0.2071 0.1412c 0.1130,-0.0000 0.3201,-0.0000 0.4613 -0.0282l 0.0377,0.2636 c -0.5461,0.0942 -1.0357,0.1977 -1.2334 0.3672h -0.2260 l 0.0282,-0.6496 c -0.3578,0.3672 -0.7250,0.6496 -1.2051 0.6496c -1.0168,-0.0000 -1.6382,-0.8662 -1.6382 -2.0243c 0.0000,-0.6967 0.1883,-1.2805 0.5932 -1.6853c 0.3766,-0.3578 0.7909,-0.5649 1.4123 -0.5649c 0.1883,-0.0000 0.6026,0.0847 0.8191 0.2071v -1.4405 c 0.0000,-0.5367 -0.0847,-0.6873 -0.2730 -0.6873l -0.3107,0.0377 c -0.0188,-0.0000 -0.0471,-0.0188 -0.0471 -0.0471l -0.0188,-0.2354 c 0.1506,-0.0000 0.4896,-0.0565 0.6496 -0.0847c 0.1789,-0.0377 0.3107,-0.0753 0.4990 -0.1601h 0.2071 ZM 321.7487,310.3894 ZM 322.8220,307.7814 h 1.7324 c 0.0942,-0.0000 0.1318,-0.0471 0.1318 -0.1318c 0.0000,-0.8756 -0.4425,-1.1016 -0.7815 -1.1016c -0.2165,-0.0000 -0.9227,0.0847 -1.0827 1.2334ZM 322.8220,307.7814 ZM 325.3076,309.5138 l 0.1883,0.1506 c -0.3578,0.4896 -0.9133,0.8380 -1.5912 0.8380c -1.2899,-0.0000 -1.8360,-0.9603 -1.8360 -1.9866c 0.0000,-1.4311 0.9415,-2.2879 1.8360 -2.2879c 1.2428,-0.0000 1.5347,0.9698 1.5347 1.7606c 0.0000,0.1036 -0.0659,0.1601 -0.1695 0.1601h -2.4762 c -0.0094,0.0565 -0.0094,0.1130 -0.0094 0.1883c 0.0000,0.9603 0.6685,1.7042 1.3464 1.7042c 0.5178,-0.0000 0.8474,-0.1695 1.1769 -0.5273ZM 325.7784,310.3894 ZM 326.6164,309.7115 v -2.3444 c 0.0000,-0.4708 -0.0659,-0.5743 -0.2071 -0.5743c -0.1224,-0.0000 -0.2354,0.0094 -0.3954 0.0471l -0.0471,-0.2636 c 0.5932,-0.1036 0.6967,-0.1318 0.9792 -0.2730c 0.0942,-0.0471 0.1695,-0.0753 0.2354 -0.0753h 0.1412 l -0.0282,0.8474 h 0.0282 c 0.2448,-0.3672 0.6591,-0.8474 1.1016 -0.8474c 0.3860,-0.0000 0.5273,0.1883 0.5273 0.4331c 0.0000,0.2448 -0.1601,0.3954 -0.4049 0.3954c -0.1883,-0.0000 -0.2919,-0.0753 -0.3860 -0.1695c -0.0565,-0.0565 -0.1224,-0.0847 -0.1883 -0.0847c -0.1036,-0.0000 -0.3107,0.1695 -0.5367 0.4896c -0.0659,0.0847 -0.1130,0.2071 -0.1130 0.3295v 2.0902 c 0.0000,0.2730 0.0942,0.4143 0.4049 0.4143h 0.2730 c 0.0471,-0.0000 0.0847,0.0282 0.0847 0.0753v 0.1789 l -0.0188,0.0188 c 0.0000,-0.0000 -0.7438,-0.0188 -1.1110 -0.0188c -0.3389,-0.0000 -0.9792,0.0188 -0.9792 0.0188l -0.0094,-0.0188 v -0.1789 c 0.0000,-0.0471 0.0188,-0.0753 0.0659 -0.0753h 0.1789 c 0.3201,-0.0000 0.4049,-0.1412 0.4049 -0.4143ZM 331.3993,310.3894 ZM 334.5439,309.5515 v -2.4385 c -0.2260,-0.3578 -0.4802,-0.5555 -0.9227 -0.5555c -0.1883,-0.0000 -0.5743,0.0282 -0.8756 0.4708c -0.1318,0.1977 -0.2919,0.6026 -0.2919 1.2805c 0.0000,1.2334 0.6402,1.7983 1.1487 1.7983c 0.3107,-0.0000 0.5649,-0.1883 0.9415 -0.5555ZM 334.5439,309.5515 ZM 335.2501,303.8176 v 5.4420 c 0.0000,0.2825 0.0188,0.4331 0.0377 0.4990c 0.0282,0.0847 0.1318,0.1412 0.2071 0.1412c 0.1130,-0.0000 0.3201,-0.0000 0.4613 -0.0282l 0.0377,0.2636 c -0.5461,0.0942 -1.0357,0.1977 -1.2334 0.3672h -0.2260 l 0.0282,-0.6496 c -0.3578,0.3672 -0.7250,0.6496 -1.2051 0.6496c -1.0168,-0.0000 -1.6382,-0.8662 -1.6382 -2.0243c 0.0000,-0.6967 0.1883,-1.2805 0.5932 -1.6853c 0.3766,-0.3578 0.7909,-0.5649 1.4123 -0.5649c 0.1883,-0.0000 0.6026,0.0847 0.8191 0.2071v -1.4405 c 0.0000,-0.5367 -0.0847,-0.6873 -0.2730 -0.6873l -0.3107,0.0377 c -0.0188,-0.0000 -0.0471,-0.0188 -0.0471 -0.0471l -0.0188,-0.2354 c 0.1506,-0.0000 0.4896,-0.0565 0.6496 -0.0847c 0.1789,-0.0377 0.3107,-0.0753 0.4990 -0.1601h 0.2071 ZM 336.0504,310.3894 ZM 336.7848,305.0134 c 0.0000,-0.2448 0.1977,-0.4519 0.4425 -0.4519c 0.2542,-0.0000 0.4519,0.2071 0.4519 0.4519c 0.0000,0.2542 -0.1977,0.4519 -0.4519 0.4519c -0.2448,-0.0000 -0.4425,-0.1977 -0.4425 -0.4519ZM 336.7848,305.0134 ZM 337.6792,309.7115 c 0.0000,0.2730 0.1036,0.4143 0.4049 0.4143h 0.1789 c 0.0471,-0.0000 0.0847,0.0282 0.0847 0.0753v 0.1789 l -0.0188,0.0188 c 0.0000,-0.0000 -0.6496,-0.0188 -1.0168 -0.0188c -0.3295,-0.0000 -0.9698,0.0188 -0.9698 0.0188l -0.0188,-0.0188 v -0.1789 c 0.0000,-0.0471 0.0282,-0.0753 0.0753 -0.0753h 0.1789 c 0.3107,-0.0000 0.4049,-0.1412 0.4049 -0.4143v -2.3444 c 0.0000,-0.4990 -0.0847,-0.5743 -0.2165 -0.5743c -0.1224,-0.0000 -0.2354,0.0094 -0.3954 0.0471l -0.0471,-0.2636 c 0.6026,-0.1036 0.7061,-0.1412 0.9792 -0.2730c 0.1036,-0.0377 0.1695,-0.0753 0.2354 -0.0753h 0.1412 v 3.4836 ZM 338.5360,310.3894 ZM 338.9408,309.0713 l 0.2542,-0.0094 c 0.0282,0.2354 0.1318,0.6873 0.3389 0.9039c 0.0942,0.1036 0.3484,0.2730 0.6967 0.2730c 0.3295,-0.0000 0.8191,-0.2636 0.8191 -0.7250c 0.0000,-0.4049 -0.2260,-0.6779 -0.9698 -0.9980c -0.6873,-0.3013 -1.0451,-0.4990 -1.0451 -1.2051c 0.0000,-0.6308 0.5555,-1.0827 1.2993 -1.0827c 0.4708,-0.0000 0.8191,0.0847 1.1110 0.2354c 0.0565,0.3013 0.0847,0.6214 0.1036 0.9603l -0.2542,0.0094 c -0.1977,-0.7720 -0.7626,-0.9227 -0.9603 -0.9227c -0.3578,-0.0000 -0.7250,0.1412 -0.7250 0.6591c 0.0000,0.3766 0.1789,0.5649 0.6967 0.7532c 0.7626,0.2825 1.3746,0.6214 1.3746 1.3746c 0.0000,0.9321 -0.9886,1.2051 -1.4311 1.2051c -0.3295,-0.0000 -0.6026,-0.0377 -0.8474 -0.1036c -0.0659,-0.0094 -0.1130,-0.0188 -0.1789 -0.0188c -0.0471,-0.0000 -0.1224,0.0094 -0.2165 0.0282c 0.0000,-0.3954 -0.0282,-0.8756 -0.0659 -1.3370ZM 342.0290,310.3894 ZM 343.5731,306.7081 v 2.4103 c 0.0000,0.5837 0.0565,0.8662 0.3107 0.8662c 0.2448,-0.0000 0.4331,-0.0753 0.6779 -0.2636l 0.1695,0.1601 c -0.3672,0.4143 -0.7438,0.6214 -1.1769 0.6214c -0.4331,-0.0000 -0.6873,-0.2636 -0.6873 -0.9321v -2.8622 h -0.6120 c -0.0282,-0.0000 -0.0377,-0.0094 -0.0377 -0.0377v -0.2919 c 0.0000,-0.0282 0.0094,-0.0377 0.0282 -0.0377c 0.6308,-0.0000 0.7815,-0.3672 0.7815 -1.0827v -0.1789 l 0.5461,-0.1883 v 1.4499 h 1.0357 c 0.0471,-0.0000 0.0753,0.0188 0.0753 0.0565v 0.1883 c 0.0000,0.0847 -0.1318,0.1224 -0.2260 0.1224h -0.8850 ZM 344.8724,310.3894 ZM 345.7104,309.7115 v -2.3444 c 0.0000,-0.4708 -0.0659,-0.5743 -0.2071 -0.5743c -0.1224,-0.0000 -0.2354,0.0094 -0.3954 0.0471l -0.0471,-0.2636 c 0.5932,-0.1036 0.6967,-0.1318 0.9792 -0.2730c 0.0942,-0.0471 0.1695,-0.0753 0.2354 -0.0753h 0.1412 l -0.0282,0.8474 h 0.0282 c 0.2448,-0.3672 0.6591,-0.8474 1.1016 -0.8474c 0.3860,-0.0000 0.5273,0.1883 0.5273 0.4331c 0.0000,0.2448 -0.1601,0.3954 -0.4049 0.3954c -0.1883,-0.0000 -0.2919,-0.0753 -0.3860 -0.1695c -0.0565,-0.0565 -0.1224,-0.0847 -0.1883 -0.0847c -0.1036,-0.0000 -0.3107,0.1695 -0.5367 0.4896c -0.0659,0.0847 -0.1130,0.2071 -0.1130 0.3295v 2.0902 c 0.0000,0.2730 0.0942,0.4143 0.4049 0.4143h 0.2730 c 0.0471,-0.0000 0.0847,0.0282 0.0847 0.0753v 0.1789 l -0.0188,0.0188 c 0.0000,-0.0000 -0.7438,-0.0188 -1.1110 -0.0188c -0.3389,-0.0000 -0.9792,0.0188 -0.9792 0.0188l -0.0094,-0.0188 v -0.1789 c 0.0000,-0.0471 0.0188,-0.0753 0.0659 -0.0753h 0.1789 c 0.3201,-0.0000 0.4049,-0.1412 0.4049 -0.4143ZM 348.1395,310.3894 ZM 348.8739,305.0134 c 0.0000,-0.2448 0.1977,-0.4519 0.4425 -0.4519c 0.2542,-0.0000 0.4519,0.2071 0.4519 0.4519c 0.0000,0.2542 -0.1977,0.4519 -0.4519 0.4519c -0.2448,-0.0000 -0.4425,-0.1977 -0.4425 -0.4519ZM 348.8739,305.0134 ZM 349.7683,309.7115 c 0.0000,0.2730 0.1036,0.4143 0.4049 0.4143h 0.1789 c 0.0471,-0.0000 0.0847,0.0282 0.0847 0.0753v 0.1789 l -0.0188,0.0188 c 0.0000,-0.0000 -0.6496,-0.0188 -1.0168 -0.0188c -0.3295,-0.0000 -0.9698,0.0188 -0.9698 0.0188l -0.0188,-0.0188 v -0.1789 c 0.0000,-0.0471 0.0282,-0.0753 0.0753 -0.0753h 0.1789 c 0.3107,-0.0000 0.4049,-0.1412 0.4049 -0.4143v -2.3444 c 0.0000,-0.4990 -0.0847,-0.5743 -0.2165 -0.5743c -0.1224,-0.0000 -0.2354,0.0094 -0.3954 0.0471l -0.0471,-0.2636 c 0.6026,-0.1036 0.7061,-0.1412 0.9792 -0.2730c 0.1036,-0.0377 0.1695,-0.0753 0.2354 -0.0753h 0.1412 v 3.4836 ZM 350.6251,310.3894 ZM 352.0280,309.8716 c 0.1883,0.2260 0.3860,0.3013 0.6779 0.3013c 0.8944,-0.0000 1.3464,-0.8285 1.3464 -1.9019c 0.0000,-0.9603 -0.4896,-1.6477 -1.0639 -1.6477c -0.1036,-0.0000 -0.5932,0.0188 -0.9603 0.4049v 2.8434 ZM 352.0280,309.8716 ZM 351.3218,304.9945 c 0.0000,-0.5367 -0.0942,-0.6873 -0.2825 -0.6873l -0.3013,0.0377 c -0.0282,-0.0000 -0.0471,-0.0188 -0.0471 -0.0471l -0.0188,-0.2354 c 0.1506,-0.0000 0.4896,-0.0565 0.6496 -0.0847c 0.1695,-0.0377 0.3107,-0.0753 0.4990 -0.1601h 0.2071 v 2.9187 c 0.3201,-0.3484 0.6967,-0.5178 1.1487 -0.5178c 0.8191,-0.0000 1.6006,0.7815 1.6006 1.9301c 0.0000,1.4970 -1.0545,2.3444 -2.0149 2.3444c -0.4049,-0.0000 -0.7061,-0.1130 -0.9792 -0.3484c -0.0847,0.1130 -0.2071,0.2542 -0.2919 0.3484l -0.1977,-0.0471 c 0.0282,-0.2260 0.0282,-0.3766 0.0282 -0.7438v -4.7076 ZM 354.6171,310.3894 ZM 358.6563,309.2973 c 0.0000,0.4708 0.0471,0.6214 0.2354 0.6214c 0.1130,-0.0000 0.3201,-0.0188 0.4802 -0.0471l 0.0377,0.2636 c -0.5743,0.1036 -1.0357,0.1977 -1.2522 0.3672h -0.2071 l 0.0282,-0.6967 h -0.0282 c -0.5178,0.5649 -0.9415,0.6967 -1.3275 0.6967c -0.9321,-0.0000 -1.1769,-0.6308 -1.1769 -1.2805v -2.1467 c 0.0000,-0.3107 -0.0659,-0.4708 -0.4143 -0.4708c -0.0377,-0.0000 -0.1036,0.0094 -0.1601 0.0094l -0.0282,-0.0094 v -0.2448 l 0.0282,-0.0282 c 0.0000,-0.0000 0.6402,0.0188 0.9415 0.0188c 0.1318,-0.0000 0.3484,-0.0188 0.3484 -0.0188l -0.0094,0.7532 v 2.0054 c 0.0000,0.8380 0.4331,0.9886 0.7156 0.9886c 0.2165,-0.0000 0.4143,-0.0847 0.6120 -0.2260c 0.2260,-0.1695 0.3766,-0.3013 0.4708 -0.4237v -2.3256 c 0.0000,-0.3389 -0.0471,-0.4990 -0.3954 -0.4990c -0.0565,-0.0000 -0.1601,0.0094 -0.1883 0.0094l -0.0188,-0.0188 v -0.2354 l 0.0188,-0.0282 c 0.0000,-0.0000 0.6685,0.0188 0.9321 0.0188c 0.2165,-0.0000 0.3672,-0.0188 0.3672 -0.0188l -0.0094,0.7438 v 2.2220 ZM 359.4848,310.3894 ZM 361.0289,306.7081 v 2.4103 c 0.0000,0.5837 0.0565,0.8662 0.3107 0.8662c 0.2448,-0.0000 0.4331,-0.0753 0.6779 -0.2636l 0.1695,0.1601 c -0.3672,0.4143 -0.7438,0.6214 -1.1769 0.6214c -0.4331,-0.0000 -0.6873,-0.2636 -0.6873 -0.9321v -2.8622 h -0.6120 c -0.0282,-0.0000 -0.0377,-0.0094 -0.0377 -0.0377v -0.2919 c 0.0000,-0.0282 0.0094,-0.0377 0.0282 -0.0377c 0.6308,-0.0000 0.7815,-0.3672 0.7815 -1.0827v -0.1789 l 0.5461,-0.1883 v 1.4499 h 1.0357 c 0.0471,-0.0000 0.0753,0.0188 0.0753 0.0565v 0.1883 c 0.0000,0.0847 -0.1318,0.1224 -0.2260 0.1224h -0.8850 ZM 362.3282,310.3894 ZM 363.0626,305.0134 c 0.0000,-0.2448 0.1977,-0.4519 0.4425 -0.4519c 0.2542,-0.0000 0.4519,0.2071 0.4519 0.4519c 0.0000,0.2542 -0.1977,0.4519 -0.4519 0.4519c -0.2448,-0.0000 -0.4425,-0.1977 -0.4425 -0.4519ZM 363.0626,305.0134 ZM 363.9570,309.7115 c 0.0000,0.2730 0.1036,0.4143 0.4049 0.4143h 0.1789 c 0.0471,-0.0000 0.0847,0.0282 0.0847 0.0753v 0.1789 l -0.0188,0.0188 c 0.0000,-0.0000 -0.6496,-0.0188 -1.0168 -0.0188c -0.3295,-0.0000 -0.9698,0.0188 -0.9698 0.0188l -0.0188,-0.0188 v -0.1789 c 0.0000,-0.0471 0.0282,-0.0753 0.0753 -0.0753h 0.1789 c 0.3107,-0.0000 0.4049,-0.1412 0.4049 -0.4143v -2.3444 c 0.0000,-0.4990 -0.0847,-0.5743 -0.2165 -0.5743c -0.1224,-0.0000 -0.2354,0.0094 -0.3954 0.0471l -0.0471,-0.2636 c 0.6026,-0.1036 0.7061,-0.1412 0.9792 -0.2730c 0.1036,-0.0377 0.1695,-0.0753 0.2354 -0.0753h 0.1412 v 3.4836 ZM 364.8138,310.3894 ZM 365.1339,308.4593 c 0.0000,-1.2899 0.6967,-2.2314 1.9489 -2.2314c 1.3934,-0.0000 1.9301,1.1675 1.9301 2.1467c 0.0000,0.9415 -0.6120,2.1278 -1.9489 2.1278c -1.2616,-0.0000 -1.9301,-1.0827 -1.9301 -2.0431ZM 365.1339,308.4593 ZM 366.9793,306.5386 c -0.7532,-0.0000 -1.1016,0.8850 -1.1016 1.7042c 0.0000,0.7250 0.4143,1.9301 1.3464 1.9301c 0.4237,-0.0000 1.0451,-0.2542 1.0451 -1.4970c 0.0000,-1.3840 -0.5178,-2.1372 -1.2899 -2.1372ZM 369.3237,310.3894 ZM 372.7508,309.7115 v -2.0619 c 0.0000,-0.6591 -0.1130,-0.9698 -0.6120 -0.9698c -0.4143,-0.0000 -0.7720,0.1601 -1.2522 0.7250v 2.3067 c 0.0000,0.2730 0.0942,0.4143 0.4049 0.4143h 0.1318 c 0.0471,-0.0000 0.0753,0.0282 0.0753 0.0753v 0.1789 l -0.0188,0.0188 c 0.0000,-0.0000 -0.5932,-0.0188 -0.9603 -0.0188c -0.3389,-0.0000 -0.9792,0.0188 -0.9792 0.0188l -0.0188,-0.0188 v -0.1789 c 0.0000,-0.0471 0.0282,-0.0753 0.0753 -0.0753h 0.1789 c 0.3201,-0.0000 0.4049,-0.1412 0.4049 -0.4143v -2.3444 c 0.0000,-0.5084 -0.0753,-0.5743 -0.2071 -0.5743c -0.1224,-0.0000 -0.2354,0.0094 -0.3954 0.0471l -0.0471,-0.2636 c 0.3954,-0.0659 0.6779,-0.1130 0.9698 -0.2730c 0.1036,-0.0471 0.1789,-0.0753 0.2448 -0.0753h 0.1412 l -0.0282,0.8380 h 0.0282 c 0.6026,-0.7061 1.0545,-0.8380 1.5347 -0.8380c 0.8474,-0.0000 1.0263,0.6496 1.0263 1.4876v 1.9960 c 0.0000,0.2730 0.1036,0.4143 0.4049 0.4143h 0.1789 c 0.0471,-0.0000 0.0847,0.0282 0.0847 0.0753v 0.1789 l -0.0188,0.0188 c 0.0000,-0.0000 -0.6496,-0.0188 -1.0168 -0.0188c -0.3295,-0.0000 -0.9227,0.0188 -0.9227 0.0188l -0.0188,-0.0188 v -0.1789 c 0.0000,-0.0471 0.0282,-0.0753 0.0753 -0.0753h 0.1318 c 0.3107,-0.0000 0.4049,-0.1412 0.4049 -0.4143Z"/></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 285.6360,314.4447 l -0.0000,-8.1105 h -8.1105 l -0.0000,8.1105 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 288.8803,293.0507 ZM 290.2831,292.5328 c 0.1883,0.2260 0.3860,0.3013 0.6779 0.3013c 0.8944,-0.0000 1.3464,-0.8285 1.3464 -1.9019c 0.0000,-0.9603 -0.4896,-1.6477 -1.0639 -1.6477c -0.1036,-0.0000 -0.5932,0.0188 -0.9603 0.4049v 2.8434 ZM 290.2831,292.5328 ZM 289.5770,287.6558 c 0.0000,-0.5367 -0.0942,-0.6873 -0.2825 -0.6873l -0.3013,0.0377 c -0.0282,-0.0000 -0.0471,-0.0188 -0.0471 -0.0471l -0.0188,-0.2354 c 0.1506,-0.0000 0.4896,-0.0565 0.6496 -0.0847c 0.1695,-0.0377 0.3107,-0.0753 0.4990 -0.1601h 0.2071 v 2.9187 c 0.3201,-0.3484 0.6967,-0.5178 1.1487 -0.5178c 0.8191,-0.0000 1.6006,0.7815 1.6006 1.9301c 0.0000,1.4970 -1.0545,2.3444 -2.0149 2.3444c -0.4049,-0.0000 -0.7061,-0.1130 -0.9792 -0.3484c -0.0847,0.1130 -0.2071,0.2542 -0.2919 0.3484l -0.1977,-0.0471 c 0.0282,-0.2260 0.0282,-0.3766 0.0282 -0.7438v -4.7076 ZM 293.3148,293.0507 ZM 294.2093,292.3728 v -4.7170 c 0.0000,-0.5367 -0.0942,-0.6873 -0.2825 -0.6873l -0.3013,0.0377 c -0.0282,-0.0000 -0.0565,-0.0188 -0.0565 -0.0471l -0.0188,-0.2354 c 0.1506,-0.0000 0.4990,-0.0565 0.6591 -0.0847c 0.1695,-0.0377 0.3013,-0.0753 0.4896 -0.1601h 0.2071 v 5.8939 c 0.0000,0.2730 0.1036,0.4143 0.4049 0.4143h 0.2260 c 0.0377,-0.0000 0.0753,0.0282 0.0753 0.0753v 0.1789 l -0.0188,0.0188 c 0.0000,-0.0000 -0.6873,-0.0188 -1.0545 -0.0188c -0.3295,-0.0000 -1.0168,0.0188 -1.0168 0.0188l -0.0094,-0.0188 v -0.1789 c 0.0000,-0.0471 0.0188,-0.0753 0.0659 -0.0753h 0.2260 c 0.3107,-0.0000 0.4049,-0.1412 0.4049 -0.4143ZM 295.7628,293.0507 ZM 299.8019,291.9585 c 0.0000,0.4708 0.0471,0.6214 0.2354 0.6214c 0.1130,-0.0000 0.3201,-0.0188 0.4802 -0.0471l 0.0377,0.2636 c -0.5743,0.1036 -1.0357,0.1977 -1.2522 0.3672h -0.2071 l 0.0282,-0.6967 h -0.0282 c -0.5178,0.5649 -0.9415,0.6967 -1.3275 0.6967c -0.9321,-0.0000 -1.1769,-0.6308 -1.1769 -1.2805v -2.1467 c 0.0000,-0.3107 -0.0659,-0.4708 -0.4143 -0.4708c -0.0377,-0.0000 -0.1036,0.0094 -0.1601 0.0094l -0.0282,-0.0094 v -0.2448 l 0.0282,-0.0282 c 0.0000,-0.0000 0.6402,0.0188 0.9415 0.0188c 0.1318,-0.0000 0.3484,-0.0188 0.3484 -0.0188l -0.0094,0.7532 v 2.0054 c 0.0000,0.8380 0.4331,0.9886 0.7156 0.9886c 0.2165,-0.0000 0.4143,-0.0847 0.6120 -0.2260c 0.2260,-0.1695 0.3766,-0.3013 0.4708 -0.4237v -2.3256 c 0.0000,-0.3389 -0.0471,-0.4990 -0.3954 -0.4990c -0.0565,-0.0000 -0.1601,0.0094 -0.1883 0.0094l -0.0188,-0.0188 v -0.2354 l 0.0188,-0.0282 c 0.0000,-0.0000 0.6685,0.0188 0.9321 0.0188c 0.2165,-0.0000 0.3672,-0.0188 0.3672 -0.0188l -0.0094,0.7438 v 2.2220 ZM 300.6304,293.0507 ZM 301.7037,290.4427 h 1.7324 c 0.0942,-0.0000 0.1318,-0.0471 0.1318 -0.1318c 0.0000,-0.8756 -0.4425,-1.1016 -0.7815 -1.1016c -0.2165,-0.0000 -0.9227,0.0847 -1.0827 1.2334ZM 301.7037,290.4427 ZM 304.1894,292.1751 l 0.1883,0.1506 c -0.3578,0.4896 -0.9133,0.8380 -1.5912 0.8380c -1.2899,-0.0000 -1.8360,-0.9603 -1.8360 -1.9866c 0.0000,-1.4311 0.9415,-2.2879 1.8360 -2.2879c 1.2428,-0.0000 1.5347,0.9698 1.5347 1.7606c 0.0000,0.1036 -0.0659,0.1601 -0.1695 0.1601h -2.4762 c -0.0094,0.0565 -0.0094,0.1130 -0.0094 0.1883c 0.0000,0.9603 0.6685,1.7042 1.3464 1.7042c 0.5178,-0.0000 0.8474,-0.1695 1.1769 -0.5273ZM 307.0139,293.0507 ZM 309.9891,290.3862 c 0.0000,-0.7815 -0.3672,-1.2334 -0.9321 -1.2334c -0.4896,-0.0000 -0.8191,0.3389 -0.8191 1.0733c 0.0000,0.4896 0.1883,1.2616 0.9415 1.2616c 0.3295,-0.0000 0.8097,-0.1601 0.8097 -1.1016ZM 309.9891,290.3862 ZM 308.2285,293.1166 c -0.2919,0.2730 -0.3578,0.5649 -0.3578 0.8850c 0.0000,0.7061 0.8474,0.9133 1.1675 0.9133c 0.8097,-0.0000 1.8360,-0.2825 1.8360 -0.9603c 0.0000,-0.2448 -0.1318,-0.4049 -0.4990 -0.5837c -0.2636,-0.1318 -0.6496,-0.2354 -1.1016 -0.2354c -0.0753,-0.0000 -0.1789,0.0094 -0.3107 0.0188c -0.1318,0.0094 -0.2730,0.0094 -0.3766 0.0094c -0.1506,-0.0000 -0.2260,-0.0188 -0.3578 -0.0471ZM 308.2285,293.1166 ZM 311.0907,289.3976 c -0.1506,-0.0000 -0.2448,-0.0847 -0.2825 -0.1601c -0.0565,-0.0847 -0.0942,-0.1130 -0.1601 -0.1130c -0.1130,-0.0000 -0.2919,0.1318 -0.3578 0.2260c 0.2636,0.2825 0.3860,0.5555 0.3860 0.9980c 0.0000,0.9227 -0.7532,1.4217 -1.5441 1.4217c -0.3484,-0.0000 -0.6308,-0.0659 -0.8474 -0.1977c -0.1036,0.1601 -0.1601,0.3578 -0.1601 0.5461c 0.0000,0.4049 0.3107,0.5084 0.5743 0.5084c 0.0471,-0.0000 0.1601,-0.0094 0.2919 -0.0188c 0.2165,-0.0282 0.4519,-0.0471 0.6120 -0.0471c 0.3295,-0.0000 0.9509,0.0659 1.3275 0.3860c 0.2542,0.2354 0.3954,0.4613 0.3954 0.7626c 0.0000,1.0168 -1.3370,1.5535 -2.5515 1.5535c -0.6873,-0.0000 -1.4499,-0.2542 -1.4499 -1.0733c 0.0000,-0.4049 0.2542,-0.8380 0.7344 -1.1392c -0.2354,-0.1224 -0.4049,-0.3578 -0.4049 -0.6967c 0.0000,-0.3201 0.1412,-0.7250 0.3954 -0.9509c -0.2542,-0.2542 -0.4708,-0.5743 -0.4708 -1.0922c 0.0000,-0.8662 0.7626,-1.4217 1.5629 -1.4217c 0.5273,-0.0000 0.8568,0.2165 0.9603 0.2919c 0.2354,-0.3201 0.6591,-0.4802 0.8944 -0.4802c 0.2448,-0.0000 0.4143,0.1601 0.4143 0.3578c 0.0000,0.2071 -0.1318,0.3389 -0.3201 0.3389ZM 311.5709,293.0507 ZM 314.3107,290.7440 l -0.7438,0.1883 c -0.8285,0.2542 -0.9509,0.6873 -0.9509 1.1110c 0.0000,0.2919 0.1412,0.7344 0.7344 0.7344c 0.2825,-0.0000 0.7156,-0.2730 0.9603 -0.4802v -1.5535 ZM 314.3107,290.7440 ZM 314.9133,293.1637 c -0.3578,-0.0000 -0.5555,-0.3201 -0.5932 -0.5461l -0.2165,0.1506 c -0.4331,0.3013 -0.5932,0.3954 -1.0263 0.3954c -0.6591,-0.0000 -1.1392,-0.3766 -1.1392 -1.0827c 0.0000,-0.7156 0.6120,-1.2051 1.5064 -1.4311l 0.8662,-0.2165 c 0.0000,-1.0639 -0.4896,-1.2616 -0.8097 -1.2616c -0.3578,-0.0000 -0.7720,0.1601 -0.7720 0.4519c 0.0000,0.1036 0.0188,0.1601 0.0282 0.1883c 0.0188,0.0377 0.0282,0.1036 0.0282 0.1695c 0.0000,0.1224 -0.0942,0.3107 -0.3672 0.3107c -0.2260,-0.0000 -0.3766,-0.1506 -0.3766 -0.3766c 0.0000,-0.5461 0.8850,-1.0263 1.4876 -1.0263c 0.6873,-0.0000 1.4782,0.2825 1.4782 1.6194v 1.3840 c 0.0000,0.5743 0.0094,0.8191 0.2260 0.8191c 0.2071,-0.0000 0.2636,-0.2636 0.2730 -0.4708l 0.2354,0.0471 c -0.0565,0.6873 -0.3484,0.8756 -0.8285 0.8756ZM 315.8171,293.0507 ZM 319.8562,291.9585 c 0.0000,0.4708 0.0471,0.6214 0.2354 0.6214c 0.1130,-0.0000 0.3201,-0.0188 0.4802 -0.0471l 0.0377,0.2636 c -0.5743,0.1036 -1.0357,0.1977 -1.2522 0.3672h -0.2071 l 0.0282,-0.6967 h -0.0282 c -0.5178,0.5649 -0.9415,0.6967 -1.3275 0.6967c -0.9321,-0.0000 -1.1769,-0.6308 -1.1769 -1.2805v -2.1467 c 0.0000,-0.3107 -0.0659,-0.4708 -0.4143 -0.4708c -0.0377,-0.0000 -0.1036,0.0094 -0.1601 0.0094l -0.0282,-0.0094 v -0.2448 l 0.0282,-0.0282 c 0.0000,-0.0000 0.6402,0.0188 0.9415 0.0188c 0.1318,-0.0000 0.3484,-0.0188 0.3484 -0.0188l -0.0094,0.7532 v 2.0054 c 0.0000,0.8380 0.4331,0.9886 0.7156 0.9886c 0.2165,-0.0000 0.4143,-0.0847 0.6120 -0.2260c 0.2260,-0.1695 0.3766,-0.3013 0.4708 -0.4237v -2.3256 c 0.0000,-0.3389 -0.0471,-0.4990 -0.3954 -0.4990c -0.0565,-0.0000 -0.1601,0.0094 -0.1883 0.0094l -0.0188,-0.0188 v -0.2354 l 0.0188,-0.0282 c 0.0000,-0.0000 0.6685,0.0188 0.9321 0.0188c 0.2165,-0.0000 0.3672,-0.0188 0.3672 -0.0188l -0.0094,0.7438 v 2.2220 ZM 320.6848,293.0507 ZM 324.1590,291.7326 l 0.2542,-0.0094 c 0.0282,0.2354 0.1412,0.6779 0.3389 0.9039c 0.0942,0.1036 0.2542,0.2730 0.6026 0.2730c 0.3107,-0.0000 0.7344,-0.2919 0.7344 -0.7250c 0.0000,-0.4049 -0.1883,-0.6685 -0.9321 -0.9886c -0.6873,-0.3013 -0.9980,-0.5084 -0.9980 -1.2146c 0.0000,-0.5932 0.5178,-1.0827 1.2522 -1.0827c 0.4708,-0.0000 0.7720,0.0847 1.0733 0.2354c 0.0565,0.3013 0.0847,0.6214 0.0942 0.9603l -0.2448,0.0094 c -0.1977,-0.7720 -0.7156,-0.9227 -0.9133 -0.9227c -0.3578,-0.0000 -0.6779,0.1977 -0.6779 0.6591c 0.0000,0.3766 0.1318,0.5555 0.6402 0.7438c 0.7626,0.2825 1.3370,0.6308 1.3370 1.3840c 0.0000,0.8944 -0.9227,1.2051 -1.3370 1.2051c -0.3295,-0.0000 -0.5178,-0.0377 -0.7626 -0.1036c -0.0565,-0.0094 -0.1130,-0.0188 -0.1789 -0.0188c -0.0471,-0.0000 -0.1224,0.0094 -0.2165 0.0282c 0.0000,-0.3954 -0.0282,-0.8756 -0.0659 -1.3370ZM 324.1590,291.7326 ZM 321.1367,291.7326 l 0.2542,-0.0094 c 0.0282,0.2354 0.1224,0.6873 0.3389 0.9039c 0.0942,0.1036 0.3013,0.2730 0.6496 0.2730c 0.3295,-0.0000 0.7250,-0.2825 0.7250 -0.7250c 0.0000,-0.4049 -0.1318,-0.6685 -0.8756 -0.9886c -0.6873,-0.3013 -0.9980,-0.5084 -0.9980 -1.2146c 0.0000,-0.5932 0.5555,-1.0827 1.2522 -1.0827c 0.4708,-0.0000 0.7250,0.0847 1.0168 0.2354c 0.0565,0.3013 0.0942,0.6214 0.1036 0.9603l -0.2542,0.0094 c -0.1883,-0.7720 -0.6685,-0.9227 -0.8662 -0.9227c -0.3578,-0.0000 -0.6779,0.1506 -0.6779 0.6591c 0.0000,0.3766 0.1318,0.5555 0.6496 0.7438c 0.7626,0.2825 1.2899,0.6308 1.2899 1.3840c 0.0000,0.8944 -0.9039,1.2051 -1.3464 1.2051c -0.3295,-0.0000 -0.5555,-0.0377 -0.8003 -0.1036c -0.0659,-0.0094 -0.1130,-0.0188 -0.1789 -0.0188c -0.0471,-0.0000 -0.1318,0.0094 -0.2165 0.0282c 0.0000,-0.3954 -0.0282,-0.8756 -0.0659 -1.3370ZM 327.1719,293.0507 ZM 327.9062,287.6746 c 0.0000,-0.2448 0.1977,-0.4519 0.4425 -0.4519c 0.2542,-0.0000 0.4519,0.2071 0.4519 0.4519c 0.0000,0.2542 -0.1977,0.4519 -0.4519 0.4519c -0.2448,-0.0000 -0.4425,-0.1977 -0.4425 -0.4519ZM 327.9062,287.6746 ZM 328.8007,292.3728 c 0.0000,0.2730 0.1036,0.4143 0.4049 0.4143h 0.1789 c 0.0471,-0.0000 0.0847,0.0282 0.0847 0.0753v 0.1789 l -0.0188,0.0188 c 0.0000,-0.0000 -0.6496,-0.0188 -1.0168 -0.0188c -0.3295,-0.0000 -0.9698,0.0188 -0.9698 0.0188l -0.0188,-0.0188 v -0.1789 c 0.0000,-0.0471 0.0282,-0.0753 0.0753 -0.0753h 0.1789 c 0.3107,-0.0000 0.4049,-0.1412 0.4049 -0.4143v -2.3444 c 0.0000,-0.4990 -0.0847,-0.5743 -0.2165 -0.5743c -0.1224,-0.0000 -0.2354,0.0094 -0.3954 0.0471l -0.0471,-0.2636 c 0.6026,-0.1036 0.7061,-0.1412 0.9792 -0.2730c 0.1036,-0.0377 0.1695,-0.0753 0.2354 -0.0753h 0.1412 v 3.4836 ZM 329.6575,293.0507 ZM 332.3973,290.7440 l -0.7438,0.1883 c -0.8285,0.2542 -0.9509,0.6873 -0.9509 1.1110c 0.0000,0.2919 0.1412,0.7344 0.7344 0.7344c 0.2825,-0.0000 0.7156,-0.2730 0.9603 -0.4802v -1.5535 ZM 332.3973,290.7440 ZM 332.9999,293.1637 c -0.3578,-0.0000 -0.5555,-0.3201 -0.5932 -0.5461l -0.2165,0.1506 c -0.4331,0.3013 -0.5932,0.3954 -1.0263 0.3954c -0.6591,-0.0000 -1.1392,-0.3766 -1.1392 -1.0827c 0.0000,-0.7156 0.6120,-1.2051 1.5064 -1.4311l 0.8662,-0.2165 c 0.0000,-1.0639 -0.4896,-1.2616 -0.8097 -1.2616c -0.3578,-0.0000 -0.7720,0.1601 -0.7720 0.4519c 0.0000,0.1036 0.0188,0.1601 0.0282 0.1883c 0.0188,0.0377 0.0282,0.1036 0.0282 0.1695c 0.0000,0.1224 -0.0942,0.3107 -0.3672 0.3107c -0.2260,-0.0000 -0.3766,-0.1506 -0.3766 -0.3766c 0.0000,-0.5461 0.8850,-1.0263 1.4876 -1.0263c 0.6873,-0.0000 1.4782,0.2825 1.4782 1.6194v 1.3840 c 0.0000,0.5743 0.0094,0.8191 0.2260 0.8191c 0.2071,-0.0000 0.2636,-0.2636 0.2730 -0.4708l 0.2354,0.0471 c -0.0565,0.6873 -0.3484,0.8756 -0.8285 0.8756ZM 333.9037,293.0507 ZM 337.3308,292.3728 v -2.0619 c 0.0000,-0.6591 -0.1130,-0.9698 -0.6120 -0.9698c -0.4143,-0.0000 -0.7720,0.1601 -1.2522 0.7250v 2.3067 c 0.0000,0.2730 0.0942,0.4143 0.4049 0.4143h 0.1318 c 0.0471,-0.0000 0.0753,0.0282 0.0753 0.0753v 0.1789 l -0.0188,0.0188 c 0.0000,-0.0000 -0.5932,-0.0188 -0.9603 -0.0188c -0.3389,-0.0000 -0.9792,0.0188 -0.9792 0.0188l -0.0188,-0.0188 v -0.1789 c 0.0000,-0.0471 0.0282,-0.0753 0.0753 -0.0753h 0.1789 c 0.3201,-0.0000 0.4049,-0.1412 0.4049 -0.4143v -2.3444 c 0.0000,-0.5084 -0.0753,-0.5743 -0.2071 -0.5743c -0.1224,-0.0000 -0.2354,0.0094 -0.3954 0.0471l -0.0471,-0.2636 c 0.3954,-0.0659 0.6779,-0.1130 0.9698 -0.2730c 0.1036,-0.0471 0.1789,-0.0753 0.2448 -0.0753h 0.1412 l -0.0282,0.8380 h 0.0282 c 0.6026,-0.7061 1.0545,-0.8380 1.5347 -0.8380c 0.8474,-0.0000 1.0263,0.6496 1.0263 1.4876v 1.9960 c 0.0000,0.2730 0.1036,0.4143 0.4049 0.4143h 0.1789 c 0.0471,-0.0000 0.0847,0.0282 0.0847 0.0753v 0.1789 l -0.0188,0.0188 c 0.0000,-0.0000 -0.6496,-0.0188 -1.0168 -0.0188c -0.3295,-0.0000 -0.9227,0.0188 -0.9227 0.0188l -0.0188,-0.0188 v -0.1789 c 0.0000,-0.0471 0.0282,-0.0753 0.0753 -0.0753h 0.1318 c 0.3107,-0.0000 0.4049,-0.1412 0.4049 -0.4143Z"/></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 285.6360,297.1059 l -0.0000,-8.1105 h -8.1105 l -0.0000,8.1105 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.7953438306934794" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 379.0543,315.9353 l -0.0000,-32.7923 h -106.3635 l -0.0000,32.7923 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 565.6534,258.0003 l -0.0000,-3.2442 h -486.6311 l -0.0000,3.2442 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 556.2274,271.6752 ZM 558.2503,266.5426 c -0.2044,-0.0000 -0.6779,0.1937 -0.9146 0.3013l -0.1291,-0.3336 c 0.9469,-0.4412 1.3127,-0.6671 1.8508 -1.0545h 0.2044 v 5.4124 c 0.0000,0.3874 0.0538,0.4950 0.4089 0.4950h 0.5595 c 0.0323,-0.0000 0.0861,0.0215 0.0861 0.0861v 0.2367 l -1.4742,-0.0215 l -1.4957,0.0215 v -0.2367 c 0.0108,-0.0323 0.0215,-0.0861 0.0861 -0.0861h 0.6456 c 0.4089,-0.0000 0.4089,-0.1829 0.4089 -0.4950v -3.7015 c 0.0000,-0.3658 0.0000,-0.6241 -0.2367 -0.6241ZM 560.9404,271.6752 ZM 563.2969,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 563.2969,265.8324 ZM 563.2538,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173ZM 565.6534,271.6752 ZM 568.0099,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 568.0099,265.8324 ZM 567.9668,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173ZM 570.3663,271.6752 ZM 572.7228,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 572.7228,265.8324 ZM 572.6798,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9883595767336986" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 565.6534,254.7561 v 4.8663 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 509.9208,271.6752 ZM 513.3533,268.4041 c 0.0000,-0.1076 0.0108,-0.2690 0.0108 -0.3766c 0.0000,-1.8077 -0.8070,-2.2596 -1.3558 -2.2596c -0.4950,-0.0000 -1.0115,0.4627 -1.0115 1.5818c 0.0000,0.5165 0.2582,1.5387 1.2805 1.5387c 0.2260,-0.0000 0.6349,-0.0215 1.0760 -0.4842ZM 513.3533,268.4041 ZM 510.5234,271.5246 c 0.7102,-0.0646 1.3020,-0.2475 1.8292 -0.7532c 0.4842,-0.4842 0.8393,-1.2051 0.9684 -2.0660c -0.2475,0.3013 -0.8501,0.5273 -1.2482 0.5273c -1.5925,-0.0000 -1.8077,-1.3127 -1.8077 -1.8077c 0.0000,-0.7317 0.3658,-1.9691 1.8508 -1.9691c 0.7963,-0.0000 1.9906,0.4627 1.9906 2.6040c 0.0000,0.9899 -0.3443,1.9584 -1.0760 2.7008c -0.6887,0.6994 -1.4203,0.9899 -2.4749 1.0437ZM 514.6338,271.6752 ZM 516.9903,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 516.9903,265.8324 ZM 516.9472,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173ZM 519.3467,271.6752 ZM 521.7032,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 521.7032,265.8324 ZM 521.6602,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9883595767336986" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 516.9903,254.7561 v 4.8663 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2577,271.6752 ZM 463.6465,265.7141 c -0.6133,-0.0000 -1.0115,0.4842 -1.0115 0.9577c 0.0000,0.3120 0.1291,0.6887 0.7747 1.1083l 0.3120,0.1937 c 0.2798,-0.2044 0.9361,-0.6994 0.9361 -1.2482c 0.0000,-0.4734 -0.3443,-1.0115 -1.0115 -1.0115ZM 463.6465,265.7141 ZM 465.2928,266.7363 c 0.0000,0.6564 -0.7425,1.1729 -1.1944 1.4742l 0.6241,0.4089 c 0.5273,0.3443 0.7963,0.8178 0.7963 1.4096c 0.0000,0.7747 -0.6349,1.7754 -1.9691 1.7754c -1.0760,-0.0000 -1.8185,-0.5703 -1.8185 -1.6140c 0.0000,-0.3981 0.1722,-0.8608 0.5918 -1.2267c 0.2582,-0.2260 0.4842,-0.4196 0.7425 -0.6133l -0.1829,-0.1076 c -0.6241,-0.3874 -0.9361,-0.8070 -0.9361 -1.3773c 0.0000,-0.7855 0.7102,-1.4096 1.7539 -1.4096c 1.0007,-0.0000 1.5925,0.5488 1.5925 1.2805ZM 465.2928,266.7363 ZM 463.5711,271.5031 c 0.4627,-0.0000 1.2697,-0.2475 1.2697 -1.2697c 0.0000,-0.4842 -0.3013,-0.9684 -0.9361 -1.3558l -0.4734,-0.2905 c -0.8716,0.5811 -1.0653,1.3020 -1.0653 1.6033c 0.0000,0.9146 0.7425,1.3127 1.2051 1.3127ZM 465.9707,271.6752 ZM 468.3271,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 468.3271,265.8324 ZM 468.2841,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173ZM 470.6836,271.6752 ZM 473.0401,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 473.0401,265.8324 ZM 472.9971,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9883595767336986" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 468.3271,254.7561 v 4.8663 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5946,271.6752 ZM 414.2086,266.2090 c -0.4734,-0.0000 -0.6349,0.1937 -0.8393 0.7425l -0.2798,-0.0430 c 0.1291,-0.4412 0.2367,-0.8501 0.2690 -1.4526h 0.2260 c 0.0430,0.0646 0.0753,0.1184 0.3228 0.1184h 2.0444 c 0.3874,-0.0000 0.6133,-0.0108 0.7855 -0.0646l 0.1614,0.0753 c -1.1406,2.7761 -1.7432,4.4547 -2.3242 6.1871l -0.6994,0.0323 l -0.0323,-0.0646 c 0.6887,-1.5495 1.5064,-3.5509 2.3027 -5.5308h -1.9368 ZM 417.3076,271.6752 ZM 419.6640,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 419.6640,265.8324 ZM 419.6210,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173ZM 422.0205,271.6752 ZM 424.3770,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 424.3770,265.8324 ZM 424.3340,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9883595767336986" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 419.6640,254.7561 v 4.8663 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 363.9315,271.6752 ZM 365.1796,268.8561 c -0.0108,0.1076 -0.0108,0.2690 -0.0108 0.3766c 0.0000,1.8077 0.8070,2.2596 1.3450 2.2596c 0.4950,-0.0000 1.0222,-0.4627 1.0222 -1.5818c 0.0000,-0.5057 -0.2582,-1.5387 -1.2912 -1.5387c -0.2260,-0.0000 -0.6349,0.0215 -1.0653 0.4842ZM 365.1796,268.8561 ZM 367.9988,265.7356 c -0.6994,0.0646 -1.3020,0.2475 -1.8185 0.7532c -0.4950,0.4842 -0.8501,1.2051 -0.9684 2.0660c 0.2475,-0.3013 0.8393,-0.5273 1.2482 -0.5273c 1.5925,-0.0000 1.7970,1.3127 1.7970 1.8077c 0.0000,0.7317 -0.3658,1.9691 -1.8508 1.9691c -0.7855,-0.0000 -1.9799,-0.4627 -1.9799 -2.6040c 0.0000,-0.9899 0.3336,-1.9584 1.0760 -2.7008c 0.6887,-0.6994 1.4096,-0.9899 2.4641 -1.0437ZM 368.6444,271.6752 ZM 371.0009,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 371.0009,265.8324 ZM 370.9579,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173ZM 373.3574,271.6752 ZM 375.7139,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 375.7139,265.8324 ZM 375.6709,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9883595767336986" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 371.0009,254.7561 v 4.8663 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2684,271.6752 ZM 318.5933,269.8568 c 0.0000,-1.1083 -0.6026,-1.6571 -1.2697 -1.6571c -0.4950,-0.0000 -0.8716,0.0753 -1.2912 0.2475l 0.3443,-2.9375 c 0.3551,0.0323 0.7209,0.0430 1.0975 0.0430c 0.5380,-0.0000 1.0975,-0.0323 1.6786 -0.0968l 0.0646,0.0323 l -0.1614,0.6994 c -0.4196,0.0430 -0.7640,0.0538 -1.0653 0.0538c -0.4842,-0.0000 -0.8501,-0.0430 -1.2267 -0.0861l -0.2044,1.7001 c 0.2260,-0.0861 0.6133,-0.1614 1.0330 -0.1614c 1.1406,-0.0000 1.7754,0.9899 1.7754 1.9799c 0.0000,1.2051 -0.8393,2.1305 -2.0552 2.1305c -0.6133,-0.0000 -1.5064,-0.3443 -1.5064 -0.7640c 0.0000,-0.2044 0.1722,-0.3443 0.3658 -0.3443c 0.2152,-0.0000 0.3551,0.1614 0.4842 0.3336c 0.1614,0.1937 0.3336,0.4089 0.6779 0.4089c 0.6887,-0.0000 1.2589,-0.6456 1.2589 -1.5818ZM 319.9813,271.6752 ZM 322.3378,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 322.3378,265.8324 ZM 322.2948,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173ZM 324.6943,271.6752 ZM 327.0508,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 327.0508,265.8324 ZM 327.0078,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9883595767336986" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 322.3378,254.7561 v 4.8663 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 266.6052,271.6752 ZM 269.3814,267.8554 c 0.0000,-0.0753 0.0108,-0.1614 0.1076 -0.2152c 0.1184,-0.0861 0.3120,-0.1829 0.4734 -0.1829c 0.1399,-0.0000 0.1506,0.1184 0.1506 0.3336v 1.7324 h 0.8716 l -0.0646,0.5057 h -0.8070 v 0.8931 c 0.0000,0.3013 0.0430,0.4519 0.3551 0.4519h 0.2905 c 0.0646,-0.0000 0.0753,0.0538 0.0753 0.0753v 0.2367 c 0.0000,-0.0000 -0.6887,-0.0215 -1.1406 -0.0215c -0.4089,-0.0000 -1.0437,0.0215 -1.0437 0.0215v -0.2367 c 0.0000,-0.0215 0.0108,-0.0753 0.0753 -0.0753h 0.2905 c 0.3336,-0.0000 0.3658,-0.1399 0.3658 -0.4519v -0.8931 h -2.1090 c -0.0430,-0.0000 -0.0646,-0.0215 -0.0968 -0.0646l -0.0861,-0.1184 l -0.1291,-0.2260 c -0.0108,-0.0000 -0.0108,-0.0108 -0.0108 -0.0215c 0.0000,-0.0108 0.0108,-0.0215 0.0215 -0.0323c 0.6994,-0.7747 1.9368,-3.1743 2.3242 -4.0566c 0.0108,-0.0430 0.0323,-0.0538 0.0753 -0.0538c 0.0108,-0.0000 0.2475,0.0968 0.3766 0.1184c -0.4842,1.3020 -1.2805,2.7008 -2.0660 3.9490h 1.7001 v -1.6678 ZM 271.3182,271.6752 ZM 273.6747,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 273.6747,265.8324 ZM 273.6317,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173ZM 276.0312,271.6752 ZM 278.3877,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 278.3877,265.8324 ZM 278.3446,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9883595767336986" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 273.6747,254.7561 v 4.8663 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9421,271.6752 ZM 220.2663,265.7894 c -0.2690,-0.0000 -1.0545,0.1506 -1.0545 0.8070c 0.0000,0.1937 -0.0753,0.5273 -0.3658 0.5273c -0.2798,-0.0000 -0.3013,-0.3120 -0.3013 -0.3443c 0.0000,-0.3336 0.4412,-1.3235 1.9368 -1.3235c 1.0437,-0.0000 1.3558,0.6564 1.3558 1.0868c 0.0000,0.2690 -0.0861,0.8070 -1.0545 1.4203c 0.6026,0.0968 1.3988,0.5380 1.3988 1.6571c 0.0000,1.4203 -1.0760,2.1843 -2.2919 2.1843c -0.6133,-0.0000 -1.4742,-0.2690 -1.4742 -0.6779c 0.0000,-0.1614 0.1614,-0.3443 0.3766 -0.3443c 0.2044,-0.0000 0.3013,0.1076 0.3981 0.2475c 0.1184,0.1829 0.3120,0.4412 0.8285 0.4412c 0.3551,-0.0000 1.3665,-0.3551 1.3665 -1.7109c 0.0000,-1.1513 -0.8070,-1.3343 -1.3881 -1.3343c -0.0968,-0.0000 -0.2152,0.0215 -0.3336 0.0430l -0.0430,-0.3228 c 0.8285,-0.1399 1.5172,-0.9469 1.5172 -1.4419c 0.0000,-0.6133 -0.4304,-0.9146 -0.8716 -0.9146ZM 222.6551,271.6752 ZM 225.0116,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 225.0116,265.8324 ZM 224.9686,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173ZM 227.3681,271.6752 ZM 229.7246,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 229.7246,265.8324 ZM 229.6815,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9883595767336986" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 225.0116,254.7561 v 4.8663 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2790,271.6752 ZM 169.9031,266.9085 c 0.0000,-0.6133 0.5918,-1.4526 1.7216 -1.4526c 0.8285,-0.0000 1.7970,0.3120 1.7970 1.5495c 0.0000,0.8178 -0.4196,1.2267 -1.0007 1.7862l -1.0222,0.9899 c -0.0538,0.0538 -0.7747,0.7640 -0.7747 1.2697h 1.8292 c 0.3658,-0.0000 0.5595,-0.1829 0.7102 -0.7747l 0.2690,0.0430 l -0.2152,1.3558 h -3.3249 c 0.0000,-0.6026 0.0968,-1.0653 1.0975 -2.0875l 0.7532,-0.7425 c 0.6026,-0.6133 0.8501,-1.1406 0.8501 -1.7970c 0.0000,-0.9792 -0.6671,-1.2589 -1.0330 -1.2589c -0.7425,-0.0000 -0.9469,0.3874 -0.9469 0.6456c 0.0000,0.0861 0.0215,0.1722 0.0430 0.2475c 0.0215,0.0753 0.0430,0.1506 0.0430 0.2367c 0.0000,0.2798 -0.2152,0.3874 -0.3874 0.3874c -0.2367,-0.0000 -0.4089,-0.1829 -0.4089 -0.3981ZM 173.9920,271.6752 ZM 176.3485,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 176.3485,265.8324 ZM 176.3055,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173ZM 178.7050,271.6752 ZM 181.0615,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 181.0615,265.8324 ZM 181.0184,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9883595767336986" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 176.3485,254.7561 v 4.8663 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.6159,271.6752 ZM 122.6388,266.5426 c -0.2044,-0.0000 -0.6779,0.1937 -0.9146 0.3013l -0.1291,-0.3336 c 0.9469,-0.4412 1.3127,-0.6671 1.8508 -1.0545h 0.2044 v 5.4124 c 0.0000,0.3874 0.0538,0.4950 0.4089 0.4950h 0.5595 c 0.0323,-0.0000 0.0861,0.0215 0.0861 0.0861v 0.2367 l -1.4742,-0.0215 l -1.4957,0.0215 v -0.2367 c 0.0108,-0.0323 0.0215,-0.0861 0.0861 -0.0861h 0.6456 c 0.4089,-0.0000 0.4089,-0.1829 0.4089 -0.4950v -3.7015 c 0.0000,-0.3658 0.0000,-0.6241 -0.2367 -0.6241ZM 125.3289,271.6752 ZM 127.6854,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 127.6854,265.8324 ZM 127.6423,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173ZM 130.0419,271.6752 ZM 132.3984,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 132.3984,265.8324 ZM 132.3553,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9883595767336986" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 127.6854,254.7561 v 4.8663 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.6658,271.6752 ZM 79.0223,265.8324 c -0.4627,-0.0000 -1.1406,0.4519 -1.1406 2.9591c 0.0000,0.8823 0.1614,2.6578 1.1083 2.6578c 0.1829,-0.0000 0.6994,-0.1184 0.9254 -0.9577c 0.1399,-0.5165 0.2152,-1.1621 0.2152 -2.0982c 0.0000,-1.3665 -0.3443,-2.1305 -0.6564 -2.3995c -0.1184,-0.1076 -0.2798,-0.1614 -0.4519 -0.1614ZM 79.0223,265.8324 ZM 78.9792,271.8044 c -1.1513,-0.0000 -1.9261,-1.4742 -1.9261 -3.1205c 0.0000,-2.0122 0.9577,-3.2281 1.9691 -3.2281c 0.4627,-0.0000 0.9254,0.2905 1.2374 0.7102c 0.4519,0.6026 0.6887,1.4096 0.6887 2.4211c 0.0000,2.3888 -1.1836,3.2173 -1.9691 3.2173Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.9883595767336986" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 79.0223,254.7561 v 4.8663 "/></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 569.1881,238.5351 l -0.0000,-162.2104 h -486.6311 l -0.0000,162.2104 Z"/></g></svg>
diff --git a/other/rect_Example.svg b/other/rect_Example.svg
new file mode 100644
--- /dev/null
+++ b/other/rect_Example.svg
@@ -0,0 +1,3 @@
+<?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="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 264.1827,41.1670 ZM 266.9037,30.1289 h 5.0313 c 0.7444,-0.0000 1.6429,-0.1283 1.7199 -0.1283c 0.1797,-0.0000 0.3337,0.0513 0.3337 0.1540c 0.0000,0.1027 -0.1283,0.4107 -0.5647 1.0781l -6.0581,8.9332 h 3.3114 c 1.5145,-0.0000 1.9252,-0.5647 2.5413 -1.9252l 0.3337,-0.7444 l 0.6931,0.1797 c -0.4364,1.4889 -0.7188,2.6953 -0.8471 3.4911h -7.7780 c -0.3850,-0.0000 -0.5904,-0.1283 -0.5904 -0.3080c 0.0000,-0.1283 0.0257,-0.2054 0.2310 -0.5134l 6.2378,-9.2155 h -3.4654 c -0.7701,-0.0000 -1.6429,0.4364 -2.1563 2.3103l -0.6674,-0.0770 c 0.2054,-1.2578 0.3594,-2.3873 0.3850 -3.5425h 0.6417 c 0.0513,0.1540 0.2824,0.3080 0.6674 0.3080ZM 274.7330,41.1670 ZM 277.4027,38.7283 c 1.0268,-0.0000 1.6942,1.0011 1.6942 2.5413c 0.0000,1.7969 -1.2835,2.6440 -2.8237 2.9264l -0.1283,-0.6417 c 1.3348,-0.3337 1.9509,-1.1038 1.9509 -1.6429c 0.0000,-0.5904 -0.4364,-0.6931 -0.9241 -0.7444c -0.4621,-0.0770 -1.1295,-0.2824 -1.1295 -1.1295c 0.0000,-0.7188 0.5647,-1.3092 1.3605 -1.3092ZM 280.3548,41.1670 ZM 285.5401,30.6423 c 0.0000,0.1283 -0.1027,0.2054 -0.2310 0.2054h -0.3850 c -0.5647,-0.0000 -0.7444,0.1540 -0.7444 0.4107c 0.0000,0.1797 0.1027,0.4107 0.2310 0.7701l 2.6953,6.7769 l 2.2333,-5.5704 l -0.4621,-1.1551 c -0.3337,-0.8728 -0.8728,-1.2322 -1.6429 -1.2322c -0.1283,-0.0000 -0.2567,-0.0513 -0.2567 -0.1797v -0.5134 l 0.0513,-0.0513 c 0.0000,-0.0000 1.4375,0.0513 2.3360 0.0513l 2.5670,-0.0513 l 0.0770,0.0513 v 0.4877 c 0.0000,0.1283 -0.1283,0.2054 -0.2567 0.2054h -0.4621 c -0.5134,-0.0000 -0.7444,0.1027 -0.7444 0.3594c 0.0000,0.2054 0.1027,0.4621 0.2567 0.8214l 2.6697,6.7769 l 2.6697,-6.6485 c 0.0770,-0.1540 0.1283,-0.3594 0.1283 -0.5647c 0.0000,-0.4364 -0.2824,-0.7444 -1.1551 -0.7444h -0.3850 c -0.1283,-0.0000 -0.2310,-0.1027 -0.2310 -0.1797v -0.5134 l 0.0770,-0.0513 c 0.0000,-0.0000 1.6942,0.0513 2.6440 0.0513c 0.8728,-0.0000 1.8996,-0.0513 1.8996 -0.0513l 0.0257,0.0513 v 0.4877 c 0.0000,0.1540 -0.1540,0.2054 -0.3080 0.2054c -0.6417,-0.0000 -1.3092,0.2824 -1.7712 1.4118l -3.4911,8.6765 c -0.1540,0.3850 -0.3594,0.5391 -0.5904 0.5391c -0.2567,-0.0000 -0.4621,-0.1540 -0.6161 -0.5134l -2.5670,-6.4175 l -2.5670,6.3662 c -0.1797,0.4107 -0.3850,0.5647 -0.6161 0.5647c -0.2567,-0.0000 -0.4621,-0.1540 -0.6161 -0.5134l -3.5168,-8.8818 c -0.3850,-1.0011 -0.8471,-1.2322 -1.6172 -1.2322c -0.1283,-0.0000 -0.3080,-0.0513 -0.3080 -0.1797v -0.5134 l 0.0513,-0.0513 c 0.0000,-0.0000 1.2065,0.0513 2.3360 0.0513c 1.1808,-0.0000 2.5413,-0.0513 2.5413 -0.0513l 0.0513,0.0770 v 0.4621 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 270.7619,173.7730 ZM 273.4829,162.7349 h 5.0313 c 0.7444,-0.0000 1.6429,-0.1283 1.7199 -0.1283c 0.1797,-0.0000 0.3337,0.0513 0.3337 0.1540c 0.0000,0.1027 -0.1283,0.4107 -0.5647 1.0781l -6.0581,8.9332 h 3.3114 c 1.5145,-0.0000 1.9252,-0.5647 2.5413 -1.9252l 0.3337,-0.7444 l 0.6931,0.1797 c -0.4364,1.4889 -0.7188,2.6953 -0.8471 3.4911h -7.7780 c -0.3850,-0.0000 -0.5904,-0.1283 -0.5904 -0.3080c 0.0000,-0.1283 0.0257,-0.2054 0.2310 -0.5134l 6.2378,-9.2155 h -3.4654 c -0.7701,-0.0000 -1.6429,0.4364 -2.1563 2.3103l -0.6674,-0.0770 c 0.2054,-1.2578 0.3594,-2.3873 0.3850 -3.5425h 0.6417 c 0.0513,0.1540 0.2824,0.3080 0.6674 0.3080ZM 281.3122,173.7730 ZM 283.9819,171.3343 c 1.0268,-0.0000 1.6942,1.0011 1.6942 2.5413c 0.0000,1.7969 -1.2835,2.6440 -2.8237 2.9264l -0.1283,-0.6417 c 1.3348,-0.3337 1.9509,-1.1038 1.9509 -1.6429c 0.0000,-0.5904 -0.4364,-0.6931 -0.9241 -0.7444c -0.4621,-0.0770 -1.1295,-0.2824 -1.1295 -1.1295c 0.0000,-0.7188 0.5647,-1.3092 1.3605 -1.3092ZM 286.9340,173.7730 ZM 292.2733,163.2483 c 0.0000,0.1283 -0.1540,0.2054 -0.2824 0.2054c -0.7701,-0.0000 -1.1038,0.1540 -1.1038 0.5647c 0.0000,0.1540 0.0513,0.3594 0.1540 0.5904l 2.8237,6.6229 l 2.8494,-6.5202 c 0.1283,-0.2310 0.1797,-0.4364 0.1797 -0.5904c 0.0000,-0.5391 -0.5134,-0.6674 -1.0781 -0.6674h -0.1027 c -0.1283,-0.0000 -0.2567,-0.1027 -0.2567 -0.1797v -0.4877 l 0.0513,-0.0770 c 0.0000,-0.0000 1.5145,0.0513 2.4130 0.0513c 0.7188,-0.0000 1.7712,-0.0513 1.7712 -0.0513l 0.0770,0.0513 v 0.4877 c 0.0000,0.1283 -0.1027,0.2054 -0.2824 0.2054c -0.9755,-0.0000 -1.4632,1.0011 -1.8226 1.7456c -1.3605,2.8750 -2.4900,5.5190 -4.5436 10.4734c -0.7701,1.8482 -1.6942,4.0045 -3.5168 4.0045c -0.4877,-0.0000 -1.4889,-0.2824 -1.4889 -1.2065c 0.0000,-0.7701 0.5647,-1.0011 0.9755 -1.0011c 0.3850,-0.0000 0.6417,0.1540 0.7958 0.3594c 0.2567,0.2567 0.4364,0.4364 0.6931 0.4364c 0.3850,-0.0000 1.2835,-2.2076 1.9252 -3.7735c 0.1540,-0.3080 0.2054,-0.5647 0.2054 -0.7958c 0.0000,-0.2567 -0.2310,-0.9498 -0.4364 -1.4632l -3.2344,-7.5213 c -0.4107,-0.9755 -0.6931,-1.2578 -1.5659 -1.2578c -0.1540,-0.0000 -0.2567,-0.0770 -0.2567 -0.1797v -0.5134 l 0.0513,-0.0513 c 0.0000,-0.0000 1.1295,0.0513 1.8996 0.0513c 1.2065,-0.0000 3.0547,-0.0513 3.0547 -0.0513l 0.0513,0.0770 v 0.4621 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 0.5468,40.7254 ZM 5.6038,30.4061 c -0.5134,-0.0000 -0.6161,0.1283 -0.6161 0.3080c 0.0000,0.1283 0.1027,0.3594 0.3850 0.8214l 1.5659,2.3103 c 0.0770,0.1540 0.1540,0.2310 0.2567 0.2310c 0.0770,-0.0000 0.1283,-0.0513 0.2310 -0.1797l 1.6685,-2.3360 c 0.2824,-0.3594 0.4364,-0.6417 0.4364 -0.8471c 0.0000,-0.2054 -0.1797,-0.3080 -0.5391 -0.3080h -0.4107 c -0.0770,-0.0000 -0.1540,-0.0513 -0.1540 -0.1797v -0.4877 l 0.0770,-0.0770 c 0.0000,-0.0000 1.2065,0.0513 2.0023 0.0513c 0.8214,-0.0000 2.0793,-0.0513 2.0793 -0.0513l 0.0257,0.0513 v 0.4877 c 0.0000,0.1797 -0.1540,0.2054 -0.3080 0.2054c -0.9498,-0.0000 -1.3348,0.3080 -2.2846 1.5145l -2.1563,2.7467 c -0.0513,0.0770 -0.0770,0.1283 -0.0770 0.1797c 0.0000,0.0513 0.0257,0.1283 0.0770 0.2054l 2.3103,3.2601 c 1.1808,1.6685 1.5145,1.6942 2.3360 1.6942c 0.2567,-0.0000 0.3594,0.0513 0.3594 0.2054v 0.4877 l -0.0257,0.0513 c 0.0000,-0.0000 -1.3862,-0.0513 -2.2590 -0.0513c -1.0525,-0.0000 -2.6697,0.0513 -2.6697 0.0513l -0.0513,-0.0513 v -0.4877 c 0.0000,-0.1283 0.0513,-0.2054 0.1797 -0.2054h 0.3080 c 0.4107,-0.0000 0.5904,-0.0770 0.5904 -0.2824c 0.0000,-0.2310 -0.2824,-0.6161 -0.6931 -1.1551l -1.4889,-2.0536 c -0.1027,-0.1283 -0.1540,-0.1797 -0.2310 -0.1797c -0.0513,-0.0000 -0.1283,0.0770 -0.2310 0.2310l -1.6172,2.3360 c -0.3850,0.5134 -0.4621,0.6417 -0.4621 0.8214c 0.0000,0.1797 0.1540,0.2824 0.5391 0.2824h 0.3594 c 0.1283,-0.0000 0.1797,0.0770 0.1797 0.2054v 0.4877 l -0.0513,0.0513 c 0.0000,-0.0000 -1.3348,-0.0513 -2.1563 -0.0513c -0.7444,-0.0000 -1.9252,0.0513 -1.9252 0.0513l -0.0513,-0.0513 v -0.4364 c 0.0000,-0.1540 0.1027,-0.2567 0.3337 -0.2567c 0.6161,-0.0000 1.2065,-0.1283 2.2846 -1.5145l 2.1563,-2.7724 c 0.0257,-0.0513 0.0513,-0.1027 0.0513 -0.1797c 0.0000,-0.0770 -0.0257,-0.1283 -0.0770 -0.2054l -2.2333,-3.2601 c -0.7188,-1.0525 -1.1808,-1.6685 -2.0793 -1.6685c -0.1797,-0.0000 -0.3594,-0.0770 -0.3594 -0.1797v -0.4877 l 0.0513,-0.0770 l 2.0279,0.0513 l 2.8494,-0.0513 l 0.0770,0.0770 v 0.4621 c 0.0000,0.1283 -0.1027,0.2054 -0.2054 0.2054h -0.3850 ZM 13.3048,40.7254 ZM 15.9744,38.2868 c 1.0268,-0.0000 1.6942,1.0011 1.6942 2.5413c 0.0000,1.7969 -1.2835,2.6440 -2.8237 2.9264l -0.1283,-0.6417 c 1.3348,-0.3337 1.9509,-1.1038 1.9509 -1.6429c 0.0000,-0.5904 -0.4364,-0.6931 -0.9241 -0.7444c -0.4621,-0.0770 -1.1295,-0.2824 -1.1295 -1.1295c 0.0000,-0.7188 0.5647,-1.3092 1.3605 -1.3092ZM 18.9265,40.7254 ZM 24.1118,30.2007 c 0.0000,0.1283 -0.1027,0.2054 -0.2310 0.2054h -0.3850 c -0.5647,-0.0000 -0.7444,0.1540 -0.7444 0.4107c 0.0000,0.1797 0.1027,0.4107 0.2310 0.7701l 2.6953,6.7769 l 2.2333,-5.5704 l -0.4621,-1.1551 c -0.3337,-0.8728 -0.8728,-1.2322 -1.6429 -1.2322c -0.1283,-0.0000 -0.2567,-0.0513 -0.2567 -0.1797v -0.5134 l 0.0513,-0.0513 c 0.0000,-0.0000 1.4375,0.0513 2.3360 0.0513l 2.5670,-0.0513 l 0.0770,0.0513 v 0.4877 c 0.0000,0.1283 -0.1283,0.2054 -0.2567 0.2054h -0.4621 c -0.5134,-0.0000 -0.7444,0.1027 -0.7444 0.3594c 0.0000,0.2054 0.1027,0.4621 0.2567 0.8214l 2.6697,6.7769 l 2.6697,-6.6485 c 0.0770,-0.1540 0.1283,-0.3594 0.1283 -0.5647c 0.0000,-0.4364 -0.2824,-0.7444 -1.1551 -0.7444h -0.3850 c -0.1283,-0.0000 -0.2310,-0.1027 -0.2310 -0.1797v -0.5134 l 0.0770,-0.0513 c 0.0000,-0.0000 1.6942,0.0513 2.6440 0.0513c 0.8728,-0.0000 1.8996,-0.0513 1.8996 -0.0513l 0.0257,0.0513 v 0.4877 c 0.0000,0.1540 -0.1540,0.2054 -0.3080 0.2054c -0.6417,-0.0000 -1.3092,0.2824 -1.7712 1.4118l -3.4911,8.6765 c -0.1540,0.3850 -0.3594,0.5391 -0.5904 0.5391c -0.2567,-0.0000 -0.4621,-0.1540 -0.6161 -0.5134l -2.5670,-6.4175 l -2.5670,6.3662 c -0.1797,0.4107 -0.3850,0.5647 -0.6161 0.5647c -0.2567,-0.0000 -0.4621,-0.1540 -0.6161 -0.5134l -3.5168,-8.8818 c -0.3850,-1.0011 -0.8471,-1.2322 -1.6172 -1.2322c -0.1283,-0.0000 -0.3080,-0.0513 -0.3080 -0.1797v -0.5134 l 0.0513,-0.0513 c 0.0000,-0.0000 1.2065,0.0513 2.3360 0.0513c 1.1808,-0.0000 2.5413,-0.0513 2.5413 -0.0513l 0.0513,0.0770 v 0.4621 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 -0.0000,174.2145 ZM 5.0570,163.8952 c -0.5134,-0.0000 -0.6161,0.1283 -0.6161 0.3080c 0.0000,0.1283 0.1027,0.3594 0.3850 0.8214l 1.5659,2.3103 c 0.0770,0.1540 0.1540,0.2310 0.2567 0.2310c 0.0770,-0.0000 0.1283,-0.0513 0.2310 -0.1797l 1.6685,-2.3360 c 0.2824,-0.3594 0.4364,-0.6417 0.4364 -0.8471c 0.0000,-0.2054 -0.1797,-0.3080 -0.5391 -0.3080h -0.4107 c -0.0770,-0.0000 -0.1540,-0.0513 -0.1540 -0.1797v -0.4877 l 0.0770,-0.0770 c 0.0000,-0.0000 1.2065,0.0513 2.0023 0.0513c 0.8214,-0.0000 2.0793,-0.0513 2.0793 -0.0513l 0.0257,0.0513 v 0.4877 c 0.0000,0.1797 -0.1540,0.2054 -0.3080 0.2054c -0.9498,-0.0000 -1.3348,0.3080 -2.2846 1.5145l -2.1563,2.7467 c -0.0513,0.0770 -0.0770,0.1283 -0.0770 0.1797c 0.0000,0.0513 0.0257,0.1283 0.0770 0.2054l 2.3103,3.2601 c 1.1808,1.6685 1.5145,1.6942 2.3360 1.6942c 0.2567,-0.0000 0.3594,0.0513 0.3594 0.2054v 0.4877 l -0.0257,0.0513 c 0.0000,-0.0000 -1.3862,-0.0513 -2.2590 -0.0513c -1.0525,-0.0000 -2.6697,0.0513 -2.6697 0.0513l -0.0513,-0.0513 v -0.4877 c 0.0000,-0.1283 0.0513,-0.2054 0.1797 -0.2054h 0.3080 c 0.4107,-0.0000 0.5904,-0.0770 0.5904 -0.2824c 0.0000,-0.2310 -0.2824,-0.6161 -0.6931 -1.1551l -1.4889,-2.0536 c -0.1027,-0.1283 -0.1540,-0.1797 -0.2310 -0.1797c -0.0513,-0.0000 -0.1283,0.0770 -0.2310 0.2310l -1.6172,2.3360 c -0.3850,0.5134 -0.4621,0.6417 -0.4621 0.8214c 0.0000,0.1797 0.1540,0.2824 0.5391 0.2824h 0.3594 c 0.1283,-0.0000 0.1797,0.0770 0.1797 0.2054v 0.4877 l -0.0513,0.0513 c 0.0000,-0.0000 -1.3348,-0.0513 -2.1563 -0.0513c -0.7444,-0.0000 -1.9252,0.0513 -1.9252 0.0513l -0.0513,-0.0513 v -0.4364 c 0.0000,-0.1540 0.1027,-0.2567 0.3337 -0.2567c 0.6161,-0.0000 1.2065,-0.1283 2.2846 -1.5145l 2.1563,-2.7724 c 0.0257,-0.0513 0.0513,-0.1027 0.0513 -0.1797c 0.0000,-0.0770 -0.0257,-0.1283 -0.0770 -0.2054l -2.2333,-3.2601 c -0.7188,-1.0525 -1.1808,-1.6685 -2.0793 -1.6685c -0.1797,-0.0000 -0.3594,-0.0770 -0.3594 -0.1797v -0.4877 l 0.0513,-0.0770 l 2.0279,0.0513 l 2.8494,-0.0513 l 0.0770,0.0770 v 0.4621 c 0.0000,0.1283 -0.1027,0.2054 -0.2054 0.2054h -0.3850 ZM 12.7580,174.2145 ZM 15.4277,171.7758 c 1.0268,-0.0000 1.6942,1.0011 1.6942 2.5413c 0.0000,1.7969 -1.2835,2.6440 -2.8237 2.9264l -0.1283,-0.6417 c 1.3348,-0.3337 1.9509,-1.1038 1.9509 -1.6429c 0.0000,-0.5904 -0.4364,-0.6931 -0.9241 -0.7444c -0.4621,-0.0770 -1.1295,-0.2824 -1.1295 -1.1295c 0.0000,-0.7188 0.5647,-1.3092 1.3605 -1.3092ZM 18.3797,174.2145 ZM 23.7191,163.6898 c 0.0000,0.1283 -0.1540,0.2054 -0.2824 0.2054c -0.7701,-0.0000 -1.1038,0.1540 -1.1038 0.5647c 0.0000,0.1540 0.0513,0.3594 0.1540 0.5904l 2.8237,6.6229 l 2.8494,-6.5202 c 0.1283,-0.2310 0.1797,-0.4364 0.1797 -0.5904c 0.0000,-0.5391 -0.5134,-0.6674 -1.0781 -0.6674h -0.1027 c -0.1283,-0.0000 -0.2567,-0.1027 -0.2567 -0.1797v -0.4877 l 0.0513,-0.0770 c 0.0000,-0.0000 1.5145,0.0513 2.4130 0.0513c 0.7188,-0.0000 1.7712,-0.0513 1.7712 -0.0513l 0.0770,0.0513 v 0.4877 c 0.0000,0.1283 -0.1027,0.2054 -0.2824 0.2054c -0.9755,-0.0000 -1.4632,1.0011 -1.8226 1.7456c -1.3605,2.8750 -2.4900,5.5190 -4.5436 10.4734c -0.7701,1.8482 -1.6942,4.0045 -3.5168 4.0045c -0.4877,-0.0000 -1.4889,-0.2824 -1.4889 -1.2065c 0.0000,-0.7701 0.5647,-1.0011 0.9755 -1.0011c 0.3850,-0.0000 0.6417,0.1540 0.7958 0.3594c 0.2567,0.2567 0.4364,0.4364 0.6931 0.4364c 0.3850,-0.0000 1.2835,-2.2076 1.9252 -3.7735c 0.1540,-0.3080 0.2054,-0.5647 0.2054 -0.7958c 0.0000,-0.2567 -0.2310,-0.9498 -0.4364 -1.4632l -3.2344,-7.5213 c -0.4107,-0.9755 -0.6931,-1.2578 -1.5659 -1.2578c -0.1540,-0.0000 -0.2567,-0.0770 -0.2567 -0.1797v -0.5134 l 0.0513,-0.0513 c 0.0000,-0.0000 1.1295,0.0513 1.8996 0.0513c 1.2065,-0.0000 3.0547,-0.0513 3.0547 -0.0513l 0.0513,0.0770 v 0.4621 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="1.1105642771386235" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.1868,158.1759 l -0.0000,-103.1933 h -206.3867 l -0.0000,103.1933 Z"/></g></svg>
diff --git a/other/rectsExample.svg b/other/rectsExample.svg
new file mode 100644
--- /dev/null
+++ b/other/rectsExample.svg
@@ -0,0 +1,3 @@
+<?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="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.5" stroke="rgb(102,102,102)" stroke-width="0.8770580193070292" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 226.9231,169.2308 l -0.0000,-15.3846 h -15.3846 l -0.0000,15.3846 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8770580193070292" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 211.5385,169.2308 l -0.0000,-30.7692 h -15.3846 l -0.0000,30.7692 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8770580193070292" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 196.1538,169.2308 l -0.0000,-169.2308 h -15.3846 l -0.0000,169.2308 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8770580193070292" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 180.7692,169.2308 l -0.0000,30.7692 h -15.3846 l -0.0000,-30.7692 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8770580193070292" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 165.3846,169.2308 l -0.0000,-0.0000 h -15.3846 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.8770580193070292" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 150.0000,169.2308 l -0.0000,-123.0769 h -15.3846 l -0.0000,123.0769 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8770580193070292" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 134.6154,169.2308 l -0.0000,-76.9231 h -15.3846 l -0.0000,76.9231 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8770580193070292" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 119.2308,169.2308 l -0.0000,-46.1538 h -15.3846 l -0.0000,46.1538 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8770580193070292" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 103.8462,169.2308 l -0.0000,-30.7692 h -15.3846 l -0.0000,30.7692 Z"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.5" stroke="rgb(102,102,102)" stroke-width="0.8770580193070292" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 88.4615,169.2308 l -0.0000,-15.3846 h -15.3846 l -0.0000,15.3846 Z"/></g></svg>
diff --git a/other/scatterHistExample.svg b/other/scatterHistExample.svg
new file mode 100644
--- /dev/null
+++ b/other/scatterHistExample.svg
@@ -0,0 +1,3 @@
+<?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="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,104.0396 l 1.6331,0.0000 l 0.0000,4.6625 l -1.6331,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,108.7021 l 0.0000,0.0000 l 0.0000,4.6625 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,113.3646 l 1.6331,0.0000 l 0.0000,4.6625 l -1.6331,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,118.0271 l 1.6331,0.0000 l 0.0000,4.6625 l -1.6331,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,122.6895 l 4.0827,-0.0000 l 0.0000,4.6625 l -4.0827,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,127.3520 l 0.8165,0.0000 l 0.0000,4.6625 l -0.8165,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,132.0145 l 4.8992,-0.0000 l 0.0000,4.6625 l -4.8992,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,136.6770 l 4.0827,-0.0000 l 0.0000,4.6625 l -4.0827,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,141.3394 l 7.3488,-0.0000 l 0.0000,4.6625 l -7.3488,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,146.0019 l 9.7984,-0.0000 l 0.0000,4.6625 l -9.7984,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,150.6644 l 8.9818,-0.0000 l 0.0000,4.6625 l -8.9818,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,155.3268 l 12.2480,-0.0000 l 0.0000,4.6625 l -12.2480,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,159.9893 l 14.6975,-0.0000 l 0.0000,4.6625 l -14.6975,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,164.6518 l 17.1471,-0.0000 l 0.0000,4.6625 l -17.1471,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,169.3143 l 22.0463,-0.0000 l 0.0000,4.6625 l -22.0463,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,173.9767 l 22.8628,-0.0000 l 0.0000,4.6625 l -22.8628,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,178.6392 l 26.9455,-0.0000 l 0.0000,4.6625 l -26.9455,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,183.3017 l 26.1290,-0.0000 l 0.0000,4.6625 l -26.1290,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,187.9642 l 31.8447,-0.0000 l 0.0000,4.6625 l -31.8447,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,192.6266 l 30.2116,-0.0000 l 0.0000,4.6625 l -30.2116,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,197.2891 l 28.5786,-0.0000 l 0.0000,4.6625 l -28.5786,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,201.9516 l 47.3588,-0.0000 l 0.0000,4.6625 l -47.3588,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,206.6141 l 43.2761,-0.0000 l 0.0000,4.6625 l -43.2761,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,211.2765 l 44.0926,-0.0000 l 0.0000,4.6625 l -44.0926,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,215.9390 l 48.1753,-0.0000 l 0.0000,4.6625 l -48.1753,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,220.6015 l 31.8447,-0.0000 l 0.0000,4.6625 l -31.8447,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,225.2640 l 32.6612,-0.0000 l 0.0000,4.6625 l -32.6612,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,229.9264 l 36.7439,-0.0000 l 0.0000,4.6625 l -36.7439,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,234.5889 l 22.8628,-0.0000 l 0.0000,4.6625 l -22.8628,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,239.2514 l 37.5604,-0.0000 l 0.0000,4.6625 l -37.5604,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,243.9138 l 25.3124,-0.0000 l 0.0000,4.6625 l -25.3124,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,248.5763 l 25.3124,-0.0000 l 0.0000,4.6625 l -25.3124,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,253.2388 l 22.8628,-0.0000 l 0.0000,4.6625 l -22.8628,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,257.9013 l 23.6794,-0.0000 l 0.0000,4.6625 l -23.6794,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,262.5637 l 16.3306,-0.0000 l 0.0000,4.6625 l -16.3306,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,267.2262 l 11.4314,-0.0000 l 0.0000,4.6625 l -11.4314,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,271.8887 l 14.6975,-0.0000 l 0.0000,4.6625 l -14.6975,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,276.5512 l 7.3488,-0.0000 l 0.0000,4.6625 l -7.3488,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,281.2136 l 12.2480,-0.0000 l 0.0000,4.6625 l -12.2480,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,285.8761 l 4.0827,-0.0000 l 0.0000,4.6625 l -4.0827,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,290.5386 l 5.7157,-0.0000 l 0.0000,4.6625 l -5.7157,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.2011 l 5.7157,-0.0000 l 0.0000,4.6625 l -5.7157,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,299.8635 l 4.0827,-0.0000 l 0.0000,4.6625 l -4.0827,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,304.5260 l 4.0827,-0.0000 l 0.0000,4.6625 l -4.0827,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.1885 l 4.0827,-0.0000 l 0.0000,4.6625 l -4.0827,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,313.8509 l 2.4496,0.0000 l 0.0000,4.6625 l -2.4496,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.5134 l 2.4496,0.0000 l 0.0000,4.6625 l -2.4496,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.1759 l 0.0000,0.0000 l 0.0000,4.6625 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.8384 l 0.0000,0.0000 l 0.0000,4.6625 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 0.8182,0.0000 l 0.0000,4.6959 l -0.8182,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.2002 l 0.0000,0.0000 l 0.0000,4.6959 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,71.8961 l 4.9090,-0.0000 l 0.0000,4.6959 l -4.9090,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.5920 l 0.0000,0.0000 l 0.0000,4.6959 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,81.2880 l 3.2727,-0.0000 l 0.0000,4.6959 l -3.2727,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.9839 l 3.2727,-0.0000 l 0.0000,4.6959 l -3.2727,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.6799 l 5.7272,-0.0000 l 0.0000,4.6959 l -5.7272,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,95.3758 l 0.8182,0.0000 l 0.0000,4.6959 l -0.8182,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,100.0718 l 4.9090,-0.0000 l 0.0000,4.6959 l -4.9090,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.7677 l 6.5454,-0.0000 l 0.0000,4.6959 l -6.5454,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,109.4636 l 14.7271,-0.0000 l 0.0000,4.6959 l -14.7271,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,114.1596 l 9.8181,-0.0000 l 0.0000,4.6959 l -9.8181,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,118.8555 l 17.1816,-0.0000 l 0.0000,4.6959 l -17.1816,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,123.5515 l 16.3634,-0.0000 l 0.0000,4.6959 l -16.3634,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,128.2474 l 22.0906,-0.0000 l 0.0000,4.6959 l -22.0906,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,132.9434 l 22.9088,-0.0000 l 0.0000,4.6959 l -22.9088,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,137.6393 l 19.6361,-0.0000 l 0.0000,4.6959 l -19.6361,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,142.3353 l 22.0906,-0.0000 l 0.0000,4.6959 l -22.0906,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,147.0312 l 34.3632,-0.0000 l 0.0000,4.6959 l -34.3632,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,151.7271 l 30.2723,-0.0000 l 0.0000,4.6959 l -30.2723,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,156.4231 l 31.9087,-0.0000 l 0.0000,4.6959 l -31.9087,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,161.1190 l 31.9087,-0.0000 l 0.0000,4.6959 l -31.9087,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,165.8150 l 31.0905,-0.0000 l 0.0000,4.6959 l -31.0905,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,170.5109 l 43.3631,-0.0000 l 0.0000,4.6959 l -43.3631,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,175.2069 l 37.6359,-0.0000 l 0.0000,4.6959 l -37.6359,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,179.9028 l 35.1814,-0.0000 l 0.0000,4.6959 l -35.1814,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,184.5987 l 36.8177,-0.0000 l 0.0000,4.6959 l -36.8177,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,189.2947 l 53.9993,-0.0000 l 0.0000,4.6959 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(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 421.4985,193.9906 l 28.6360,-0.0000 l 0.0000,4.6959 l -28.6360,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,198.6866 l 33.5450,-0.0000 l 0.0000,4.6959 l -33.5450,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,203.3825 l 38.4541,-0.0000 l 0.0000,4.6959 l -38.4541,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,208.0785 l 19.6361,-0.0000 l 0.0000,4.6959 l -19.6361,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,212.7744 l 23.7270,-0.0000 l 0.0000,4.6959 l -23.7270,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,217.4703 l 18.8179,-0.0000 l 0.0000,4.6959 l -18.8179,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,222.1663 l 24.5451,-0.0000 l 0.0000,4.6959 l -24.5451,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,226.8622 l 19.6361,-0.0000 l 0.0000,4.6959 l -19.6361,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,231.5582 l 10.6362,-0.0000 l 0.0000,4.6959 l -10.6362,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,236.2541 l 11.4544,-0.0000 l 0.0000,4.6959 l -11.4544,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,240.9501 l 12.2726,-0.0000 l 0.0000,4.6959 l -12.2726,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,245.6460 l 4.0909,-0.0000 l 0.0000,4.6959 l -4.0909,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,250.3419 l 4.9090,-0.0000 l 0.0000,4.6959 l -4.9090,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,255.0379 l 5.7272,-0.0000 l 0.0000,4.6959 l -5.7272,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,259.7338 l 7.3635,-0.0000 l 0.0000,4.6959 l -7.3635,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,264.4298 l 2.4545,0.0000 l 0.0000,4.6959 l -2.4545,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,269.1257 l 2.4545,0.0000 l 0.0000,4.6959 l -2.4545,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,273.8217 l 0.0000,0.0000 l 0.0000,4.6959 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,278.5176 l 2.4545,0.0000 l 0.0000,4.6959 l -2.4545,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,283.2135 l 0.8182,0.0000 l 0.0000,4.6959 l -0.8182,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,287.9095 l 0.8182,0.0000 l 0.0000,4.6959 l -0.8182,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 -5.0530 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 402.9456,346.0007 l -0.0000,0.0000 h -5.0530 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 397.8926,346.0007 l -0.0000,0.0000 h -5.0530 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 392.8396,346.0007 l -0.0000,0.0000 h -5.0530 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 387.7865,346.0007 l -0.0000,0.0000 h -5.0530 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 382.7335,346.0007 l -0.0000,0.0000 h -5.0530 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 377.6805,346.0007 l -0.0000,0.0000 h -5.0530 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 372.6274,346.0007 l -0.0000,0.0000 h -5.0530 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 367.5744,346.0007 l -0.0000,1.9149 h -5.0530 l -0.0000,-1.9149 Z"/></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 362.5214,346.0007 l -0.0000,0.0000 h -5.0530 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 357.4683,346.0007 l -0.0000,0.0000 h -5.0530 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 352.4153,346.0007 l -0.0000,0.0000 h -5.0530 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 347.3623,346.0007 l -0.0000,0.9575 h -5.0530 l -0.0000,-0.9575 Z"/></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 342.3092,346.0007 l -0.0000,0.0000 h -5.0530 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 337.2562,346.0007 l -0.0000,0.9575 h -5.0530 l -0.0000,-0.9575 Z"/></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 332.2032,346.0007 l -0.0000,0.0000 h -5.0530 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 327.1502,346.0007 l -0.0000,0.0000 h -5.0530 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 322.0971,346.0007 l -0.0000,1.9149 h -5.0530 l -0.0000,-1.9149 Z"/></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 317.0441,346.0007 l -0.0000,2.3937 h -5.0530 l -0.0000,-2.3937 Z"/></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 311.9911,346.0007 l -0.0000,0.9575 h -5.0530 l -0.0000,-0.9575 Z"/></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 306.9380,346.0007 l -0.0000,1.4362 h -5.0530 l -0.0000,-1.4362 Z"/></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 301.8850,346.0007 l -0.0000,1.4362 h -5.0530 l -0.0000,-1.4362 Z"/></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 296.8320,346.0007 l -0.0000,1.4362 h -5.0530 l -0.0000,-1.4362 Z"/></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 291.7789,346.0007 l -0.0000,2.3937 h -5.0530 l -0.0000,-2.3937 Z"/></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 286.7259,346.0007 l -0.0000,1.9149 h -5.0530 l -0.0000,-1.9149 Z"/></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 281.6729,346.0007 l -0.0000,0.4787 h -5.0530 l -0.0000,-0.4787 Z"/></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 276.6198,346.0007 l -0.0000,1.4362 h -5.0530 l -0.0000,-1.4362 Z"/></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 271.5668,346.0007 l -0.0000,3.3511 h -5.0530 l -0.0000,-3.3511 Z"/></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 266.5138,346.0007 l -0.0000,3.8299 h -5.0530 l -0.0000,-3.8299 Z"/></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 261.4608,346.0007 l -0.0000,7.1810 h -5.0530 l -0.0000,-7.1810 Z"/></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 256.4077,346.0007 l -0.0000,5.7448 h -5.0530 l -0.0000,-5.7448 Z"/></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 251.3547,346.0007 l -0.0000,5.2661 h -5.0530 l -0.0000,-5.2661 Z"/></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 246.3017,346.0007 l -0.0000,7.6598 h -5.0530 l -0.0000,-7.6598 Z"/></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 241.2486,346.0007 l -0.0000,8.6172 h -5.0530 l -0.0000,-8.6172 Z"/></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 236.1956,346.0007 l -0.0000,9.5747 h -5.0530 l -0.0000,-9.5747 Z"/></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 231.1426,346.0007 l -0.0000,11.0109 h -5.0530 l -0.0000,-11.0109 Z"/></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 226.0895,346.0007 l -0.0000,9.5747 h -5.0530 l -0.0000,-9.5747 Z"/></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 221.0365,346.0007 l -0.0000,12.4471 h -5.0530 l -0.0000,-12.4471 Z"/></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 215.9835,346.0007 l -0.0000,13.4046 h -5.0530 l -0.0000,-13.4046 Z"/></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 210.9304,346.0007 l -0.0000,19.1494 h -5.0530 l -0.0000,-19.1494 Z"/></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 205.8774,346.0007 l -0.0000,18.1919 h -5.0530 l -0.0000,-18.1919 Z"/></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 200.8244,346.0007 l -0.0000,16.7557 h -5.0530 l -0.0000,-16.7557 Z"/></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 195.7713,346.0007 l -0.0000,26.8091 h -5.0530 l -0.0000,-26.8091 Z"/></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 190.7183,346.0007 l -0.0000,33.0327 h -5.0530 l -0.0000,-33.0327 Z"/></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 185.6653,346.0007 l -0.0000,30.1603 h -5.0530 l -0.0000,-30.1603 Z"/></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 180.6123,346.0007 l -0.0000,27.7666 h -5.0530 l -0.0000,-27.7666 Z"/></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 175.5592,346.0007 l -0.0000,37.8200 h -5.0530 l -0.0000,-37.8200 Z"/></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 170.5062,346.0007 l -0.0000,48.8309 h -5.0530 l -0.0000,-48.8309 Z"/></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 165.4532,346.0007 l -0.0000,40.6924 h -5.0530 l -0.0000,-40.6924 Z"/></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 362.5152,346.0007 l -0.0000,0.0000 h -4.5819 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 357.9333,346.0007 l -0.0000,0.0000 h -4.5819 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 353.3514,346.0007 l -0.0000,0.0000 h -4.5819 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 348.7695,346.0007 l -0.0000,0.0000 h -4.5819 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 344.1875,346.0007 l -0.0000,0.4696 h -4.5819 l -0.0000,-0.4696 Z"/></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 339.6056,346.0007 l -0.0000,0.0000 h -4.5819 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 335.0237,346.0007 l -0.0000,0.0000 h -4.5819 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 330.4418,346.0007 l -0.0000,0.4696 h -4.5819 l -0.0000,-0.4696 Z"/></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 325.8599,346.0007 l -0.0000,0.4696 h -4.5819 l -0.0000,-0.4696 Z"/></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 321.2780,346.0007 l -0.0000,0.4696 h -4.5819 l -0.0000,-0.4696 Z"/></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 316.6961,346.0007 l -0.0000,0.0000 h -4.5819 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 312.1142,346.0007 l -0.0000,0.4696 h -4.5819 l -0.0000,-0.4696 Z"/></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 307.5323,346.0007 l -0.0000,0.4696 h -4.5819 l -0.0000,-0.4696 Z"/></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 302.9504,346.0007 l -0.0000,0.0000 h -4.5819 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 298.3685,346.0007 l -0.0000,1.8782 h -4.5819 l -0.0000,-1.8782 Z"/></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 293.7866,346.0007 l -0.0000,0.4696 h -4.5819 l -0.0000,-0.4696 Z"/></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 289.2047,346.0007 l -0.0000,0.9391 h -4.5819 l -0.0000,-0.9391 Z"/></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 284.6228,346.0007 l -0.0000,0.0000 h -4.5819 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 280.0409,346.0007 l -0.0000,0.9391 h -4.5819 l -0.0000,-0.9391 Z"/></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 275.4590,346.0007 l -0.0000,2.3478 h -4.5819 l -0.0000,-2.3478 Z"/></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 270.8771,346.0007 l -0.0000,1.8782 h -4.5819 l -0.0000,-1.8782 Z"/></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 266.2952,346.0007 l -0.0000,2.8174 h -4.5819 l -0.0000,-2.8174 Z"/></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 261.7133,346.0007 l -0.0000,1.8782 h -4.5819 l -0.0000,-1.8782 Z"/></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 257.1314,346.0007 l -0.0000,3.7565 h -4.5819 l -0.0000,-3.7565 Z"/></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 252.5495,346.0007 l -0.0000,1.8782 h -4.5819 l -0.0000,-1.8782 Z"/></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 247.9676,346.0007 l -0.0000,5.6347 h -4.5819 l -0.0000,-5.6347 Z"/></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 243.3857,346.0007 l -0.0000,5.6347 h -4.5819 l -0.0000,-5.6347 Z"/></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 238.8038,346.0007 l -0.0000,4.2260 h -4.5819 l -0.0000,-4.2260 Z"/></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 234.2219,346.0007 l -0.0000,3.7565 h -4.5819 l -0.0000,-3.7565 Z"/></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 229.6400,346.0007 l -0.0000,3.2869 h -4.5819 l -0.0000,-3.2869 Z"/></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 225.0581,346.0007 l -0.0000,6.5738 h -4.5819 l -0.0000,-6.5738 Z"/></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 220.4762,346.0007 l -0.0000,4.6956 h -4.5819 l -0.0000,-4.6956 Z"/></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 215.8943,346.0007 l -0.0000,10.7999 h -4.5819 l -0.0000,-10.7999 Z"/></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 211.3124,346.0007 l -0.0000,10.7999 h -4.5819 l -0.0000,-10.7999 Z"/></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 206.7305,346.0007 l -0.0000,8.4521 h -4.5819 l -0.0000,-8.4521 Z"/></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 202.1486,346.0007 l -0.0000,10.7999 h -4.5819 l -0.0000,-10.7999 Z"/></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 197.5667,346.0007 l -0.0000,12.6781 h -4.5819 l -0.0000,-12.6781 Z"/></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.9848,346.0007 l -0.0000,11.2694 h -4.5819 l -0.0000,-11.2694 Z"/></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 188.4029,346.0007 l -0.0000,15.0259 h -4.5819 l -0.0000,-15.0259 Z"/></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.8210,346.0007 l -0.0000,16.9041 h -4.5819 l -0.0000,-16.9041 Z"/></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 179.2391,346.0007 l -0.0000,13.6172 h -4.5819 l -0.0000,-13.6172 Z"/></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.6572,346.0007 l -0.0000,21.1302 h -4.5819 l -0.0000,-21.1302 Z"/></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 170.0753,346.0007 l -0.0000,27.2344 h -4.5819 l -0.0000,-27.2344 Z"/></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.4934,346.0007 l -0.0000,29.5822 h -4.5819 l -0.0000,-29.5822 Z"/></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.9115,346.0007 l -0.0000,25.8258 h -4.5819 l -0.0000,-25.8258 Z"/></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.3296,346.0007 l -0.0000,27.7040 h -4.5819 l -0.0000,-27.7040 Z"/></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.7477,346.0007 l -0.0000,25.8258 h -4.5819 l -0.0000,-25.8258 Z"/></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.1658,346.0007 l -0.0000,39.4430 h -4.5819 l -0.0000,-39.4430 Z"/></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.5839,346.0007 l -0.0000,53.9993 h -4.5819 l -0.0000,-53.9993 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 141.1822,195.6553 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2407,161.3853 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2321,197.1667 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3120,180.0944 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7895,155.0835 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3911,185.3508 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8868,248.3015 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7420,157.6178 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6067,213.0850 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3431,168.1837 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1342,243.3629 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 249.1007,94.1793 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8191,156.9343 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0985,192.8663 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0375,137.3439 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2232,201.4123 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8691,165.0594 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7879,166.8428 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9351,140.9433 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0302,208.0766 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2733,183.1672 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0364,224.9056 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5371,169.1249 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2960,224.7370 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8851,172.0861 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9337,140.3088 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0140,136.0313 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3530,123.1893 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2106,171.2743 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6702,202.4953 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9720,239.2391 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5885,142.1525 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5081,130.6984 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3093,230.8930 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8386,149.1961 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2555,152.8506 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6155,150.8230 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8293,238.4573 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1599,155.0409 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1160,199.1584 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4068,162.3829 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9548,181.2060 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1569,128.3919 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7536,176.8601 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9121,138.0867 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6098,164.8284 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6968,189.9571 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0401,242.4345 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2675,178.7639 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1160,201.8360 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5229,175.1368 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7627,204.1306 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.5040,160.9325 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5827,179.8059 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1255,137.4795 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5232,124.2951 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0790,158.0270 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0593,157.6585 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0190,148.7740 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0235,154.5481 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 305.0899,67.7682 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6226,239.7721 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1662,208.2300 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1092,189.7782 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6558,177.0590 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7023,227.4802 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7023,201.1677 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1490,241.5302 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0894,130.3255 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 328.2919,119.3291 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7292,183.9283 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9315,190.6980 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2937,148.3742 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5347,248.3227 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1840,198.7003 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8317,211.2473 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8564,242.0378 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4242,183.0536 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7029,254.8660 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2063,127.4977 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5295,166.6261 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2571,109.2991 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4935,199.0565 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2925,145.6595 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3014,240.8655 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2468,188.1498 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8313,210.4975 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9266,139.2888 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2383,123.3284 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5401,155.8550 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8822,222.8289 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7076,204.7694 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5744,163.8138 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9319,136.7020 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4540,196.0583 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8735,179.7195 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6538,198.6643 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0012,160.4361 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0706,166.8320 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5828,188.2795 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7497,151.3181 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5708,200.2253 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4564,222.7955 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9264,193.2046 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9898,96.6925 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4206,196.2965 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1609,227.4154 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4979,113.4070 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1871,180.6324 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7956,146.3694 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5928,184.6445 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3656,154.1601 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1654,216.4834 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7716,124.0360 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9202,135.8950 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5440,201.7572 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8602,139.0361 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5113,175.9618 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2639,143.6334 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3959,181.4557 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9154,261.1909 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6542,189.7994 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4602,216.2106 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9047,150.9159 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9789,152.7079 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0341,228.9174 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6827,243.4828 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4023,156.5880 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5455,194.4669 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5598,203.9480 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7434,181.0080 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6210,185.8358 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9078,158.0044 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6633,171.1311 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6988,198.5441 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5991,203.7658 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4218,218.1129 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4466,230.1776 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9576,165.7832 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3976,140.4779 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5189,185.0716 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2105,201.8456 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6427,194.2494 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4522,175.7053 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1433,207.7109 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2607,199.8289 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5878,206.6017 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1799,151.0202 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4562,178.8961 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9038,192.3217 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4459,165.0087 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9105,124.2925 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6562,136.4506 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2600,155.8592 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1459,107.6236 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8519,153.6624 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3846,205.3582 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8885,134.3584 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9913,171.8503 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1831,131.0995 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3950,221.8215 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7150,191.2195 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5072,166.7131 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5311,147.0173 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6707,163.1431 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6326,174.7246 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1063,178.2663 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8143,175.8991 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1276,198.6909 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2327,178.6293 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9585,222.9963 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9174,178.2508 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6227,156.1294 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9684,176.1167 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2688,220.3290 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5110,143.3713 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1705,115.1852 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3358,220.4477 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1115,196.0207 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6590,215.6497 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0748,126.7275 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1794,172.7143 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8406,291.9078 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4166,205.0083 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 344.1773,133.5861 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8575,187.3976 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1497,187.5207 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9081,112.7400 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7464,269.9757 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4292,214.8795 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0419,184.2251 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2109,150.0270 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4696,109.1776 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1812,164.1574 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2681,113.8358 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3781,215.7340 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1817,235.9223 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1181,223.3811 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6506,154.9115 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8209,144.3810 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0155,208.6846 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7402,192.1928 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2663,189.4620 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8896,213.8240 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9110,188.0819 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7861,207.3611 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2645,133.8547 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2766,129.8317 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3551,139.0868 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3208,117.0619 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4383,84.7535 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 321.4263,95.6428 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3316,168.7039 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5019,169.0027 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7153,131.8104 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0423,185.9359 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4460,78.1904 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0023,170.9801 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3803,177.1450 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0977,190.3569 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8298,205.2744 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3464,199.0148 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 250.0610,171.2931 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7988,168.3814 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9277,218.2145 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9719,184.4063 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3618,197.1974 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7373,240.9340 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7235,206.9722 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8692,153.6597 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0236,121.7388 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1499,158.6833 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8534,110.8606 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0926,282.7610 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1503,176.1028 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9825,216.8535 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0242,141.3158 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9468,184.6400 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4822,147.5269 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8285,259.5929 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1645,159.9685 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6541,140.3911 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0643,182.0812 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3954,250.5961 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4071,186.7764 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8733,177.1684 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3439,227.2798 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7156,221.7123 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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,232.4901 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0103,131.0865 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8332,191.8798 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5480,187.0350 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5502,203.8599 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2005,201.6118 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2094,258.9169 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6103,212.3555 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3691,131.7118 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7856,129.0725 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6329,207.1631 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5433,173.1121 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9656,221.9997 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5822,204.1565 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2405,184.1041 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0852,175.4289 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4549,227.6552 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7071,212.9383 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3619,187.5765 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5873,216.6347 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1779,126.0727 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3379,190.9598 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8192,151.9564 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1387,168.0841 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9834,156.6077 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0613,166.7037 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6943,197.3691 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3274,137.4484 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3187,225.0951 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5156,192.9296 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2926,186.7055 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7122,227.6506 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8438,171.2740 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3849,259.7150 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7046,201.4157 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9899,163.8990 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3250,189.5401 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9183,134.8778 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3693,90.3489 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3735,196.5895 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2517,144.2170 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7540,268.5706 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6627,177.8850 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6907,112.5075 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.0159,96.9470 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0622,210.0667 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8108,196.0811 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4016,210.8802 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5627,175.8062 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 297.9016,160.0403 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3432,144.1681 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9065,217.1742 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1054,122.7063 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6699,224.5367 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2152,217.2822 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4497,214.3151 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7921,232.5305 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1794,136.3446 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7844,160.8455 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3568,139.5805 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5860,217.2984 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1275,138.8533 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6990,190.7026 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2237,204.8642 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9215,239.4001 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0859,138.7921 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9309,202.6169 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8739,226.5117 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0327,122.5983 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2448,235.0159 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6012,216.9352 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6219,145.0899 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5812,187.8618 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1113,211.2494 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6148,162.7338 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2070,224.0560 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3951,223.0506 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9096,174.9625 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3569,167.7606 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8904,221.0363 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2583,224.2558 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9492,193.2081 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8372,168.7742 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5710,126.7510 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9278,137.1400 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6950,112.0641 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1969,214.7904 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3361,168.7032 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7031,178.2179 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2458,184.1406 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4193,138.3699 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5676,191.5466 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0604,120.0218 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8467,210.9478 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0691,199.4543 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9350,190.3740 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1366,186.2403 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8342,83.5073 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1462,174.4870 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1577,164.3043 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2842,192.8919 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4145,155.2588 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9718,202.0325 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1988,184.4677 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3990,204.8481 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5739,194.8239 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 365.7810,63.6023 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0688,118.7179 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1053,162.3263 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7200,192.9042 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2774,177.1492 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4612,175.6718 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7354,62.5042 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1530,144.0477 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3003,191.3400 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1018,172.8978 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7023,259.2358 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9763,171.2232 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8319,174.9987 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5458,90.0810 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1980,162.5582 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0533,164.8555 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2271,154.6954 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3479,187.8479 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2344,203.4223 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0529,165.8297 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1844,211.1704 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6357,97.0005 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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,153.7952 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3553,149.8645 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9788,206.2175 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8937,201.4730 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8097,171.4818 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9012,207.0130 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3574,184.9384 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6223,117.9659 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6324,200.3575 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6641,234.7647 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0709,112.7922 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9733,191.7562 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5433,172.7544 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8676,183.8741 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7985,192.9123 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4525,183.8265 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2877,181.9656 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1354,180.5598 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6832,231.2927 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.3459,130.8711 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8534,104.5593 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8750,149.9776 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7596,170.6502 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0661,132.4587 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8960,154.5238 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9271,241.7043 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2407,187.8224 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6355,177.4123 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9248,230.4660 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0650,138.8836 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1957,148.8355 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8819,252.9782 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7227,110.0083 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4838,172.5941 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9281,132.3246 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9890,180.1153 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5542,147.6082 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8315,224.3270 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7960,185.6102 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0813,186.5235 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4009,136.2158 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6406,181.0075 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2019,152.2043 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8738,203.4512 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0988,149.2141 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7226,180.0425 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0940,152.6357 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5414,131.5446 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9434,201.0799 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3083,157.4720 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4151,189.6188 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3934,148.7309 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3550,177.2146 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0449,140.5420 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 250.2233,164.3360 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3900,186.3015 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1952,108.9915 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6323,115.9844 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4101,222.8737 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5331,158.4149 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5286,96.6200 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3610,126.9030 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2677,187.2701 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6848,191.8310 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3511,166.4913 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2694,195.7219 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7029,121.6892 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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,167.9308 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1308,208.7782 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1721,177.5325 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5973,207.2484 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9939,205.0844 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0386,178.5226 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1235,175.2394 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1738,186.8639 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8925,191.7876 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8490,172.6548 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7069,255.2641 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4720,172.8379 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3501,193.2799 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2937,204.5246 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8355,233.5060 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9786,110.8969 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0250,173.9630 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7227,210.8382 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7513,221.1273 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1758,220.6767 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9433,240.7211 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9582,140.5162 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4435,189.0470 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8412,163.6509 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0599,160.5121 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9808,106.3068 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0155,131.0543 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0041,156.0022 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8608,171.6462 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2216,160.8880 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6997,132.6253 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4321,202.2470 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7622,191.5145 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8134,193.0194 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7029,247.6576 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7692,75.1738 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1555,190.6144 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9316,224.2400 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5184,232.7249 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2840,124.7298 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8205,136.6660 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4504,187.7469 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0422,166.1058 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7896,112.2842 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3665,143.8196 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5005,257.3200 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7264,192.9190 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5311,234.2223 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9202,176.4087 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4601,181.8516 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7666,201.9678 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7592,181.8269 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4346,196.1817 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7463,167.0071 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4533,213.9481 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3854,206.3648 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8130,183.2815 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9720,171.6343 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4185,175.9921 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0771,228.0118 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3284,151.3624 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7879,226.6854 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8478,228.3426 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5339,151.8661 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2102,240.6180 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3560,171.3564 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.7027,124.5278 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2579,112.9013 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6454,87.2128 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4490,162.3493 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4487,201.8934 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8768,179.3294 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0328,222.6244 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3242,143.7607 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8256,103.4864 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9535,119.6849 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6620,204.2626 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7052,170.9548 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8268,200.1942 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8055,154.3673 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0905,189.8666 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0105,117.5403 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1472,209.0499 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4865,206.9279 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7798,194.8342 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1081,187.2683 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1294,165.1592 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6565,191.3565 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9743,122.6433 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7400,186.1992 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2577,151.2386 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2614,124.5461 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9819,150.2983 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2947,158.5193 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8101,151.2558 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0916,207.0246 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4584,150.5745 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0949,175.8372 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0022,160.6929 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4811,206.3267 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4746,174.8705 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3233,170.4079 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7093,174.7270 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8398,233.5571 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5542,197.9430 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2247,227.4258 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0619,205.9635 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9806,204.6269 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3891,186.3413 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4900,162.3687 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1961,129.6717 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8630,116.6761 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7475,165.0370 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2149,240.2123 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3730,207.0777 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7538,179.8008 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2395,149.2937 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1626,250.7892 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7859,194.7088 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0432,146.4311 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7526,244.9887 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2124,172.6737 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3518,165.0817 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8310,184.0808 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6942,150.0358 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1654,119.4514 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.7306,150.1985 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3457,174.4674 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2059,189.9949 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9645,161.4393 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5259,140.8197 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0311,224.1929 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4719,188.3797 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4270,192.4365 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5975,140.9738 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9685,146.6795 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9714,211.0055 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8275,237.9657 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2897,176.0032 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3174,129.0778 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9369,215.7131 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5717,155.7514 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.7845,131.5477 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 325.3980,145.1941 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9678,185.5152 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7514,170.8060 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9181,165.0493 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2219,154.9835 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4482,213.3714 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6625,194.3850 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2143,160.6534 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9163,253.1116 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2731,242.1489 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8068,265.5048 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2957,199.4502 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9609,167.3113 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8629,280.2649 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5182,173.7282 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6853,234.1162 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9076,170.2351 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4701,250.3471 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7922,115.2256 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8477,172.1189 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3884,163.3780 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7026,160.2776 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2184,227.9070 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9138,158.3366 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0537,112.7270 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8558,122.7000 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7483,216.9066 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9623,176.2297 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0178,160.7536 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5577,261.1611 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7164,190.4935 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5786,196.3022 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8887,118.4976 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8162,238.1246 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5308,172.6011 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5431,174.9388 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 275.2077,156.0427 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5253,187.2356 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2542,165.1602 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3886,148.5702 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2211,151.1419 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7731,207.4993 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4907,234.9308 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1072,158.2735 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4238,133.5577 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2564,289.1050 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7475,223.1286 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9270,174.7260 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6120,175.8379 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0023,207.1340 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2499,136.4986 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0769,192.0450 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3068,198.1541 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3993,124.4461 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3838,191.6634 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5152,128.9544 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1962,144.5942 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9605,142.8015 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5342,129.0235 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5499,211.4709 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8635,161.4772 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1696,191.2928 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8862,142.4856 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2334,259.1494 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6672,181.5123 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3034,165.1174 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7252,186.6056 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7014,212.9269 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8260,213.4680 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4033,226.2192 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3516,151.2476 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2909,151.0096 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8782,225.0396 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2750,208.3420 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8017,201.7073 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7552,193.8522 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7977,220.1398 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3055,157.4066 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0557,182.0753 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5457,207.4794 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7271,153.4169 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7752,226.5091 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1916,186.4550 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1175,163.9981 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2009,227.0778 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1852,180.2022 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7542,183.1828 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4394,162.3407 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7209,220.2816 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8308,126.5693 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4251,149.4488 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1438,191.7341 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9057,192.2827 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4300,127.4328 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3456,167.1107 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4615,145.6658 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9683,201.6391 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3398,228.7003 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5562,207.9419 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6588,216.4894 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5207,231.2524 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8353,215.1850 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8618,191.5983 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4310,133.3843 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8180,183.8536 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2521,132.6054 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5907,170.9685 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8973,180.0964 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9800,157.1298 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5266,263.2782 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5315,137.6468 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2813,218.5448 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4029,171.6395 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4432,150.0330 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4052,199.4766 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8038,191.9283 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8566,181.8664 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3392,193.0870 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1055,123.4353 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1165,118.4432 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3151,126.1976 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8024,278.3641 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9797,199.1096 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0044,170.5784 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1196,195.8792 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3131,251.1762 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4499,150.1190 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3938,212.6320 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7610,219.3022 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3396,254.5972 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2465,183.2264 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3604,166.9992 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5787,160.1828 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6083,192.2785 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6630,193.0016 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9570,210.2170 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8369,135.8714 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2201,224.4853 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0980,188.1300 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7968,236.7181 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9280,194.4414 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1971,225.6235 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9958,210.6146 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7796,167.5481 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0760,192.9763 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0595,132.7413 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6650,220.4800 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0909,191.1220 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9890,154.8301 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8032,140.8033 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9584,280.2080 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9825,216.7521 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8324,178.3787 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4492,125.5559 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7068,271.5840 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9365,90.9768 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0382,189.9100 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6225,145.2903 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6639,99.6461 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7469,176.9403 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6854,115.2447 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 297.8946,113.4370 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2878,135.0218 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0428,199.2180 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1847,186.3268 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8633,114.1757 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2521,203.4483 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9526,178.7842 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2352,216.2904 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0999,105.0156 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6031,138.2865 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4290,151.6641 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2884,205.0890 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7021,185.5613 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1455,193.8504 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6151,76.1113 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6218,190.0531 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3481,154.0149 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4751,145.5627 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5452,194.6207 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7020,216.8270 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7170,134.8275 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3535,151.0869 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0036,194.9978 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3572,131.0589 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6306,244.0995 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3853,185.9316 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2236,262.7562 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4683,124.1336 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7131,199.4768 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8008,86.9371 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8224,205.5971 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4654,175.5143 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 274.3845,142.2621 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8659,128.0246 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1913,152.0405 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6745,223.2885 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4279,172.1410 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8824,164.5527 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 288.3219,130.0461 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3410,175.5497 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1910,159.1218 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7980,189.6865 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2297,166.1990 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9825,244.3230 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3367,149.7006 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4636,132.6620 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3425,153.2925 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4109,227.3236 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1570,236.7148 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0073,169.4169 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0738,206.5272 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4615,206.3150 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0120,205.0253 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1945,202.4390 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5938,133.3542 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6089,137.9886 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2698,244.8970 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9782,223.9519 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7749,164.9900 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4137,191.2277 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5558,147.3240 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7934,183.4546 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4841,182.8819 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2528,150.1739 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0173,158.1195 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2046,182.7457 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6382,191.1215 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2828,122.7368 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8534,181.7543 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0371,236.6357 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0698,114.8763 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4806,202.8488 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2166,149.7281 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7414,218.9917 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0181,196.9287 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4239,213.9880 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2978,140.3644 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7563,112.6542 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8237,159.8930 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9017,209.8013 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5752,161.1471 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4989,163.1903 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5398,176.4758 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1611,185.2699 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7384,155.8932 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1051,190.4405 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1599,155.3506 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6705,136.0539 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1034,219.3975 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9058,89.9907 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7408,197.1661 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8176,188.6825 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6970,173.3963 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9306,172.0728 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4939,200.0344 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8778,258.4640 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8789,149.4255 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4921,127.5188 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8478,218.3013 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3143,207.9656 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3777,104.6832 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8154,159.2017 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5471,255.2881 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3227,264.6475 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6157,256.7886 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9066,197.4078 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9881,186.0953 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5647,193.2789 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9747,218.5061 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0153,161.1368 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5217,134.8323 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8684,160.0143 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1599,161.3777 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2978,207.8107 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4927,109.4432 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7608,169.5596 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4825,144.4630 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5317,224.9730 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9028,204.3580 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0984,218.1968 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6805,145.4703 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8118,122.8796 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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,180.2313 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3027,184.2293 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0952,188.3164 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5043,199.4317 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5803,181.0312 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3805,144.8097 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3870,213.7944 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5304,149.2331 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8096,189.7034 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5947,185.8617 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0680,243.4473 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3643,169.8768 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2783,186.3188 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8015,138.5081 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0697,221.9758 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9797,191.9114 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4423,196.8836 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0241,130.6674 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6253,125.1809 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6441,174.6314 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8009,181.5739 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2274,175.3341 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0308,291.8725 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5561,111.7656 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0983,171.5275 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8145,141.0315 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8941,165.4290 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 249.6818,135.7993 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1635,239.8342 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1406,168.6157 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7199,130.8594 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3920,181.7762 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6609,218.3819 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7253,267.4327 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8938,197.6349 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1668,209.1476 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8219,95.2261 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1860,153.2091 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0499,167.6994 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1285,179.1297 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3755,200.8789 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 269.8428,75.0405 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0044,175.2966 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2659,174.8174 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5493,200.6205 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7606,172.3218 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3391,168.4745 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2794,177.6317 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7049,196.3933 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6556,189.7211 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3733,152.7422 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8893,200.2649 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6540,188.4391 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1226,147.0595 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2214,205.6836 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2556,195.2592 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3262,192.9867 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0199,159.8868 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8542,164.9614 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8876,190.4304 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5674,164.7984 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6103,136.6580 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7771,167.9469 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7155,104.6696 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0121,183.3515 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3923,230.4195 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8034,204.1079 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5304,205.9935 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9129,157.2107 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0951,170.6270 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5010,175.7780 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1288,231.3151 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4094,190.0251 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5206,173.5897 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8410,177.5124 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3468,173.0345 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4484,169.3135 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7991,156.9247 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5346,170.9979 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.6279,175.4149 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1242,202.4259 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3873,183.4097 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0177,147.0835 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0667,169.3175 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0324,208.5120 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4012,235.7606 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3510,181.1387 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5868,207.5542 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4349,149.8246 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9348,182.0440 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5539,125.0847 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1726,126.9578 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7139,228.5645 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4580,135.6044 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9101,242.8134 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9412,198.8418 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5186,196.7137 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2309,162.9971 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5531,158.2132 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9438,224.7163 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4175,194.3177 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7031,191.2244 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0077,159.0112 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7543,156.9662 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1703,222.7575 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0955,114.7374 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 281.9513,121.3026 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7495,138.8418 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4995,190.1361 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9212,159.6947 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.7693,155.1770 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4087,122.6752 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4508,127.7969 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3427,164.2318 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9508,151.9702 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8664,206.2083 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3265,221.8599 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.3082,293.3015 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.5555,226.7855 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 309.5161,74.8331 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0346,227.4761 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.2196,228.2397 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.1757,148.4877 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9647,173.0508 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.0793,220.8481 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" stroke="rgb(0,0,0)" stroke-width="0.0" fill="rgb(227,119,194)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 289.0686,75.3281 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.4007,188.8854 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9311,214.7178 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.8067,213.0583 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9724,235.6506 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.0" fill-opacity="0.3" 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.9190,165.9998 c 0.0000,-1.4912 -1.2088,-2.7000 -2.7000 -2.7000c -1.4912,-0.0000 -2.7000,1.2088 -2.7000 2.7000c -0.0000,1.4912 1.2088,2.7000 2.7000 2.7000c 1.4912,0.0000 2.7000,-1.2088 2.7000 -2.7000Z"/></g></svg>
diff --git a/other/schoolbookExample.svg b/other/schoolbookExample.svg
new file mode 100644
--- /dev/null
+++ b/other/schoolbookExample.svg
@@ -0,0 +1,3 @@
+<?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 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="0.8" fill-opacity="0.0" stroke="rgb(102,128,51)" stroke-width="0.4" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.1818,18.1818 h 363.6364 "/></g><g stroke-linejoin="miter" stroke-opacity="0.8" fill-opacity="0.0" stroke="rgb(102,128,51)" stroke-width="0.4" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.1818,54.5455 h 363.6364 "/></g><g stroke-linejoin="miter" stroke-opacity="0.8" fill-opacity="0.0" stroke="rgb(102,128,51)" stroke-width="0.4" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.1818,90.9091 h 363.6364 "/></g><g stroke-linejoin="miter" stroke-opacity="0.8" fill-opacity="0.0" stroke="rgb(102,128,51)" stroke-width="0.4" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.1818,127.2727 h 363.6364 "/></g><g stroke-linejoin="miter" stroke-opacity="0.8" fill-opacity="0.0" stroke="rgb(102,128,51)" stroke-width="0.4" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.1818,163.6364 h 363.6364 "/></g><g stroke-linejoin="miter" stroke-opacity="0.8" fill-opacity="0.0" stroke="rgb(102,128,51)" stroke-width="0.4" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.1818,200.0000 h 363.6364 "/></g><g stroke-linejoin="miter" stroke-opacity="0.8" fill-opacity="0.0" stroke="rgb(102,128,51)" stroke-width="0.4" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.1818,236.3636 h 363.6364 "/></g><g stroke-linejoin="miter" stroke-opacity="0.8" fill-opacity="0.0" stroke="rgb(102,128,51)" stroke-width="0.4" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.1818,272.7273 h 363.6364 "/></g><g stroke-linejoin="miter" stroke-opacity="0.8" fill-opacity="0.0" stroke="rgb(102,128,51)" stroke-width="0.4" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.1818,309.0909 h 363.6364 "/></g><g stroke-linejoin="miter" stroke-opacity="0.8" fill-opacity="0.0" stroke="rgb(102,128,51)" stroke-width="0.4" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.1818,345.4545 h 363.6364 "/></g><g stroke-linejoin="miter" stroke-opacity="0.8" fill-opacity="0.0" stroke="rgb(102,128,51)" stroke-width="0.4" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 18.1818,381.8182 h 363.6364 "/></g></svg>
diff --git a/other/skinnyExample.svg b/other/skinnyExample.svg
new file mode 100644
--- /dev/null
+++ b/other/skinnyExample.svg
@@ -0,0 +1,3 @@
+<?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="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,81.7160 ZM 561.7229,73.6309 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,72.6127 ZM 565.0169,66.1925 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,66.1925 ZM 568.8618,68.5043 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,67.2107 ZM 567.4125,60.0358 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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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,81.7160 ZM 333.7170,73.7507 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,76.4697 ZM 341.2631,74.2777 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,72.0258 ZM 344.1498,65.3780 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,65.4140 ZM 350.0071,53.9390 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,53.9390 ZM 357.4694,53.5437 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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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,81.7160 ZM 306.1480,73.6309 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,72.6127 ZM 306.9385,67.9293 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,67.9293 ZM 312.3047,66.9711 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,68.0731 ZM 316.3652,63.0064 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,63.0064 ZM 309.9690,54.8134 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,62.1559 ZM 313.4426,54.3822 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,54.3822 ZM 320.5575,59.2213 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,58.9937 ZM 323.0610,52.5735 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,52.5735 ZM 326.9059,54.8853 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,53.5916 ZM 331.4096,48.3692 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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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,81.7160 ZM 258.1545,72.5768 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,76.4697 ZM 267.5693,74.5412 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,72.3133 ZM 274.4566,67.2466 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,67.2466 ZM 268.0604,59.0536 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,63.4016 ZM 276.9600,51.9267 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,51.9267 ZM 284.4223,51.5314 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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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,81.7160 ZM 50.9977,73.6309 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,72.6127 ZM 47.8355,64.8390 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,64.8390 ZM 54.9505,69.6781 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,69.4505 ZM 60.4005,64.2281 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><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 558.4270,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 394.4170,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 373.9455,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 360.3649,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 349.4548,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 340.2430,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 331.7830,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 324.2436,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 316.9766,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 309.8927,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 302.8520,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 295.8689,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 288.8309,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 281.3602,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 273.5684,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 265.1836,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 256.0084,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 245.2814,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 231.7821,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 211.6116,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.5" fill-opacity="0.5" stroke="rgb(128,128,128)" stroke-width="4.354385623403532" fill="rgb(93,165,218)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 47.7017,97.0378 c 0.0000,-1.6924 -1.3720,-3.0644 -3.0644 -3.0644c -1.6924,-0.0000 -3.0644,1.3720 -3.0644 3.0644c -0.0000,1.6924 1.3720,3.0644 3.0644 3.0644c 1.6924,0.0000 3.0644,-1.3720 3.0644 -3.0644Z"/></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"/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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><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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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><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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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><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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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><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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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><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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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><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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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><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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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><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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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><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><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"/></g></svg>
diff --git a/other/textChart_Example.svg b/other/textChart_Example.svg
new file mode 100644
--- /dev/null
+++ b/other/textChart_Example.svg
@@ -0,0 +1,3 @@
+<?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"><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 167.8254,18.3930 ZM 170.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.1911,21.4005 ZM 188.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.1654,24.4080 ZM 204.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.7940,27.4156 ZM 215.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.6814,30.4231 ZM 233.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.8759,33.4306 ZM 245.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.4376,36.4381 ZM 250.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.9442,39.4456 ZM 253.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.2117,42.4531 ZM 259.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.4945,45.4607 ZM 264.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 264.4484,38.5479 ZM 264.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.1694,48.4682 ZM 260.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 260.2349,42.0080 ZM 258.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 254.4513,51.4757 ZM 255.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 255.1508,47.2581 ZM 259.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.0895,54.4832 ZM 256.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.5080,57.4907 ZM 251.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.4374,60.4983 ZM 237.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.9610,63.5058 ZM 225.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 210.9182,66.5133 ZM 213.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 213.0579,54.7656 ZM 211.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.1649,69.5208 ZM 197.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 197.7697,57.7732 ZM 199.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.0476,72.5283 ZM 180.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 159.4404,75.5359 ZM 165.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 165.9418,69.7135 ZM 162.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 162.0945,75.6799 ZM 168.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.0620,78.5434 ZM 143.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.4754,81.5509 ZM 122.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 122.8208,75.8519 ZM 128.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.6074,84.5584 ZM 105.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 105.4791,82.7273 ZM 107.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.6881,87.5659 ZM 85.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.6133,90.5734 ZM 57.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 57.6788,89.4419 ZM 56.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><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.33" stroke="rgb(0,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.3626,93.5810 ZM 38.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 38.3496,88.5404 ZM 39.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></svg>
diff --git a/other/textHudExample.svg b/other/textHudExample.svg
new file mode 100644
--- /dev/null
+++ b/other/textHudExample.svg
@@ -0,0 +1,3 @@
+<?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="1.0" fill-opacity="0.33" stroke="rgb(0,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.9973,103.3421 ZM 383.4798,85.1581 h 8.2885 c 1.2264,-0.0000 2.7065,-0.2114 2.8333 -0.2114c 0.2960,-0.0000 0.5497,0.0846 0.5497 0.2537c 0.0000,0.1692 -0.2114,0.6766 -0.9303 1.7761l -9.9801,14.7164 h 5.4552 c 2.4950,-0.0000 3.1716,-0.9303 4.1865 -3.1716l 0.5497,-1.2264 l 1.1418,0.2960 c -0.7189,2.4527 -1.1841,4.4403 -1.3955 5.7512h -12.8134 c -0.6343,-0.0000 -0.9726,-0.2114 -0.9726 -0.5075c 0.0000,-0.2114 0.0423,-0.3383 0.3806 -0.8458l 10.2761,-15.1815 h -5.7089 c -1.2687,-0.0000 -2.7065,0.7189 -3.5522 3.8060l -1.0995,-0.1269 c 0.3383,-2.0721 0.5920,-3.9328 0.6343 -5.8358h 1.0572 c 0.0846,0.2537 0.4652,0.5075 1.0995 0.5075Z"/></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 412.6361,109.5239 ZM 421.4320,92.1856 c 0.0000,0.2114 -0.2537,0.3383 -0.4652 0.3383c -1.2687,-0.0000 -1.8184,0.2537 -1.8184 0.9303c 0.0000,0.2537 0.0846,0.5920 0.2537 0.9726l 4.6517,10.9104 l 4.6940,-10.7412 c 0.2114,-0.3806 0.2960,-0.7189 0.2960 -0.9726c 0.0000,-0.8881 -0.8458,-1.0995 -1.7761 -1.0995h -0.1692 c -0.2114,-0.0000 -0.4229,-0.1692 -0.4229 -0.2960v -0.8035 l 0.0846,-0.1269 c 0.0000,-0.0000 2.4950,0.0846 3.9751 0.0846c 1.1841,-0.0000 2.9179,-0.0846 2.9179 -0.0846l 0.1269,0.0846 v 0.8035 c 0.0000,0.2114 -0.1692,0.3383 -0.4652 0.3383c -1.6070,-0.0000 -2.4104,1.6492 -3.0025 2.8756c -2.2413,4.7363 -4.1020,9.0920 -7.4850 17.2537c -1.2687,3.0448 -2.7910,6.5970 -5.7935 6.5970c -0.8035,-0.0000 -2.4527,-0.4652 -2.4527 -1.9876c 0.0000,-1.2687 0.9303,-1.6492 1.6070 -1.6492c 0.6343,-0.0000 1.0572,0.2537 1.3109 0.5920c 0.4229,0.4229 0.7189,0.7189 1.1418 0.7189c 0.6343,-0.0000 2.1144,-3.6368 3.1716 -6.2164c 0.2537,-0.5075 0.3383,-0.9303 0.3383 -1.3109c 0.0000,-0.4229 -0.3806,-1.5647 -0.7189 -2.4104l -5.3283,-12.3905 c -0.6766,-1.6070 -1.1418,-2.0721 -2.5796 -2.0721c -0.2537,-0.0000 -0.4229,-0.1269 -0.4229 -0.2960v -0.8458 l 0.0846,-0.0846 c 0.0000,-0.0000 1.8607,0.0846 3.1293 0.0846c 1.9876,-0.0000 5.0323,-0.0846 5.0323 -0.0846l 0.0846,0.1269 v 0.7612 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 445.4703,115.7056 ZM 453.8011,98.7057 c -0.8458,-0.0000 -1.0149,0.2114 -1.0149 0.5075c 0.0000,0.2114 0.1692,0.5920 0.6343 1.3532l 2.5796,3.8060 c 0.1269,0.2537 0.2537,0.3806 0.4229 0.3806c 0.1269,-0.0000 0.2114,-0.0846 0.3806 -0.2960l 2.7487,-3.8482 c 0.4652,-0.5920 0.7189,-1.0572 0.7189 -1.3955c 0.0000,-0.3383 -0.2960,-0.5075 -0.8881 -0.5075h -0.6766 c -0.1269,-0.0000 -0.2537,-0.0846 -0.2537 -0.2960v -0.8035 l 0.1269,-0.1269 c 0.0000,-0.0000 1.9876,0.0846 3.2985 0.0846c 1.3532,-0.0000 3.4254,-0.0846 3.4254 -0.0846l 0.0423,0.0846 v 0.8035 c 0.0000,0.2960 -0.2537,0.3383 -0.5075 0.3383c -1.5647,-0.0000 -2.1990,0.5075 -3.7637 2.4950l -3.5522,4.5249 c -0.0846,0.1269 -0.1269,0.2114 -0.1269 0.2960c 0.0000,0.0846 0.0423,0.2114 0.1269 0.3383l 3.8060,5.3706 c 1.9453,2.7487 2.4950,2.7910 3.8482 2.7910c 0.4229,-0.0000 0.5920,0.0846 0.5920 0.3383v 0.8035 l -0.0423,0.0846 c 0.0000,-0.0000 -2.2836,-0.0846 -3.7214 -0.0846c -1.7338,-0.0000 -4.3980,0.0846 -4.3980 0.0846l -0.0846,-0.0846 v -0.8035 c 0.0000,-0.2114 0.0846,-0.3383 0.2960 -0.3383h 0.5075 c 0.6766,-0.0000 0.9726,-0.1269 0.9726 -0.4652c 0.0000,-0.3806 -0.4652,-1.0149 -1.1418 -1.9030l -2.4527,-3.3831 c -0.1692,-0.2114 -0.2537,-0.2960 -0.3806 -0.2960c -0.0846,-0.0000 -0.2114,0.1269 -0.3806 0.3806l -2.6642,3.8482 c -0.6343,0.8458 -0.7612,1.0572 -0.7612 1.3532c 0.0000,0.2960 0.2537,0.4652 0.8881 0.4652h 0.5920 c 0.2114,-0.0000 0.2960,0.1269 0.2960 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -2.1990,-0.0846 -3.5522 -0.0846c -1.2264,-0.0000 -3.1716,0.0846 -3.1716 0.0846l -0.0846,-0.0846 v -0.7189 c 0.0000,-0.2537 0.1692,-0.4229 0.5497 -0.4229c 1.0149,-0.0000 1.9876,-0.2114 3.7637 -2.4950l 3.5522,-4.5671 c 0.0423,-0.0846 0.0846,-0.1692 0.0846 -0.2960c 0.0000,-0.1269 -0.0423,-0.2114 -0.1269 -0.3383l -3.6791,-5.3706 c -1.1841,-1.7338 -1.9453,-2.7487 -3.4254 -2.7487c -0.2960,-0.0000 -0.5920,-0.1269 -0.5920 -0.2960v -0.8035 l 0.0846,-0.1269 l 3.3408,0.0846 l 4.6940,-0.0846 l 0.1269,0.1269 v 0.7612 c 0.0000,0.2114 -0.1692,0.3383 -0.3383 0.3383h -0.6343 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 469.3722,121.8874 ZM 477.9145,104.5492 c 0.0000,0.2114 -0.1692,0.3383 -0.3806 0.3383h -0.6343 c -0.9303,-0.0000 -1.2264,0.2537 -1.2264 0.6766c 0.0000,0.2960 0.1692,0.6766 0.3806 1.2687l 4.4403,11.1641 l 3.6791,-9.1766 l -0.7612,-1.9030 c -0.5497,-1.4378 -1.4378,-2.0298 -2.7065 -2.0298c -0.2114,-0.0000 -0.4229,-0.0846 -0.4229 -0.2960v -0.8458 l 0.0846,-0.0846 c 0.0000,-0.0000 2.3681,0.0846 3.8482 0.0846l 4.2288,-0.0846 l 0.1269,0.0846 v 0.8035 c 0.0000,0.2114 -0.2114,0.3383 -0.4229 0.3383h -0.7612 c -0.8458,-0.0000 -1.2264,0.1692 -1.2264 0.5920c 0.0000,0.3383 0.1692,0.7612 0.4229 1.3532l 4.3980,11.1641 l 4.3980,-10.9527 c 0.1269,-0.2537 0.2114,-0.5920 0.2114 -0.9303c 0.0000,-0.7189 -0.4652,-1.2264 -1.9030 -1.2264h -0.6343 c -0.2114,-0.0000 -0.3806,-0.1692 -0.3806 -0.2960v -0.8458 l 0.1269,-0.0846 c 0.0000,-0.0000 2.7910,0.0846 4.3557 0.0846c 1.4378,-0.0000 3.1293,-0.0846 3.1293 -0.0846l 0.0423,0.0846 v 0.8035 c 0.0000,0.2537 -0.2537,0.3383 -0.5075 0.3383c -1.0572,-0.0000 -2.1567,0.4652 -2.9179 2.3259l -5.7512,14.2935 c -0.2537,0.6343 -0.5920,0.8881 -0.9726 0.8881c -0.4229,-0.0000 -0.7612,-0.2537 -1.0149 -0.8458l -4.2288,-10.5721 l -4.2288,10.4875 c -0.2960,0.6766 -0.6343,0.9303 -1.0149 0.9303c -0.4229,-0.0000 -0.7612,-0.2537 -1.0149 -0.8458l -5.7935,-14.6318 c -0.6343,-1.6492 -1.3955,-2.0298 -2.6642 -2.0298c -0.2114,-0.0000 -0.5075,-0.0846 -0.5075 -0.2960v -0.8458 l 0.0846,-0.0846 c 0.0000,-0.0000 1.9876,0.0846 3.8482 0.0846c 1.9453,-0.0000 4.1865,-0.0846 4.1865 -0.0846l 0.0846,0.1269 v 0.7612 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 499.9725,128.0692 ZM 513.9276,111.0693 h -0.2114 c -0.2114,-0.0000 -0.3383,-0.1692 -0.3383 -0.2960v -0.8458 l 0.1692,-0.0846 c 0.0000,-0.0000 2.4104,0.0846 3.9751 0.0846c 1.0995,-0.0000 2.8756,-0.0846 2.8756 -0.0846l 0.0846,0.0846 v 0.7612 c 0.0000,0.2114 -0.2114,0.3806 -0.4652 0.3806c -1.2264,-0.0000 -2.1990,0.5497 -2.8756 2.1990l -5.8358,14.3358 c -0.2960,0.7189 -0.5920,0.9726 -1.0149 0.9726c -0.5497,-0.0000 -0.8035,-0.2537 -1.0572 -0.8881l -5.7512,-14.5895 c -0.5920,-1.5224 -1.4801,-2.0298 -2.7065 -2.0298c -0.2114,-0.0000 -0.4229,-0.0846 -0.4229 -0.2960v -0.8458 l 0.1269,-0.0846 c 0.0000,-0.0000 2.2413,0.0846 3.6791 0.0846c 1.6492,-0.0000 4.2288,-0.0846 4.2288 -0.0846l 0.1692,0.0846 v 0.8035 c 0.0000,0.2960 -0.2537,0.3383 -0.3806 0.3383h -0.7189 c -0.8458,0.0423 -1.2264,0.2960 -1.2264 0.7189c 0.0000,0.2960 0.1692,0.6343 0.4229 1.2264l 3.6368,9.2189 l 0.7189,1.9453 l 0.7189,-1.8184 l 3.7637,-9.2612 c 0.2114,-0.4652 0.3383,-0.8458 0.3383 -1.1418c 0.0000,-0.6343 -0.4652,-0.8881 -1.9030 -0.8881Z"/></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 520.9267,134.2510 ZM 539.0684,129.3456 c 0.0000,2.1144 0.2114,2.7910 1.0572 2.7910c 0.5075,-0.0000 1.4378,-0.0846 2.1567 -0.2114l 0.1692,1.1841 c -2.5796,0.4652 -4.6517,0.8881 -5.6244 1.6492h -0.9303 l 0.1269,-3.1293 h -0.1269 c -2.3259,2.5373 -4.2288,3.1293 -5.9627 3.1293c -4.1865,-0.0000 -5.2860,-2.8333 -5.2860 -5.7512v -9.6417 c 0.0000,-1.3955 -0.2960,-2.1144 -1.8607 -2.1144c -0.1692,-0.0000 -0.4652,0.0423 -0.7189 0.0423l -0.1269,-0.0423 v -1.0995 l 0.1269,-0.1269 c 0.0000,-0.0000 2.8756,0.0846 4.2288 0.0846c 0.5920,-0.0000 1.5647,-0.0846 1.5647 -0.0846l -0.0423,3.3831 v 9.0074 c 0.0000,3.7637 1.9453,4.4403 3.2139 4.4403c 0.9726,-0.0000 1.8607,-0.3806 2.7487 -1.0149c 1.0149,-0.7612 1.6915,-1.3532 2.1144 -1.9030v -10.4452 c 0.0000,-1.5224 -0.2114,-2.2413 -1.7761 -2.2413c -0.2537,-0.0000 -0.7189,0.0423 -0.8458 0.0423l -0.0846,-0.0846 v -1.0572 l 0.0846,-0.1269 c 0.0000,-0.0000 3.0025,0.0846 4.1865 0.0846c 0.9726,-0.0000 1.6492,-0.0846 1.6492 -0.0846l -0.0423,3.3408 v 9.9801 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 542.6357,140.4328 ZM 549.5710,123.8981 v 10.8258 c 0.0000,2.6219 0.2537,3.8905 1.3955 3.8905c 1.0995,-0.0000 1.9453,-0.3383 3.0448 -1.1841l 0.7612,0.7189 c -1.6492,1.8607 -3.3408,2.7910 -5.2860 2.7910c -1.9453,-0.0000 -3.0871,-1.1841 -3.0871 -4.1865v -12.8557 h -2.7487 c -0.1269,-0.0000 -0.1692,-0.0423 -0.1692 -0.1692v -1.3109 c 0.0000,-0.1269 0.0423,-0.1692 0.1269 -0.1692c 2.8333,-0.0000 3.5099,-1.6492 3.5099 -4.8632v -0.8035 l 2.4527,-0.8458 v 6.5124 h 4.6517 c 0.2114,-0.0000 0.3383,0.0846 0.3383 0.2537v 0.8458 c 0.0000,0.3806 -0.5920,0.5497 -1.0149 0.5497h -3.9751 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 553.9542,146.6146 ZM 555.7726,140.6942 l 1.1418,-0.0423 c 0.1269,1.0572 0.5920,3.0871 1.5224 4.0597c 0.4229,0.4652 1.5647,1.2264 3.1293 1.2264c 1.4801,-0.0000 3.6791,-1.1841 3.6791 -3.2562c 0.0000,-1.8184 -1.0149,-3.0448 -4.3557 -4.4826c -3.0871,-1.3532 -4.6940,-2.2413 -4.6940 -5.4129c 0.0000,-2.8333 2.4950,-4.8632 5.8358 -4.8632c 2.1144,-0.0000 3.6791,0.3806 4.9900 1.0572c 0.2537,1.3532 0.3806,2.7910 0.4652 4.3134l -1.1418,0.0423 c -0.8881,-3.4676 -3.4254,-4.1443 -4.3134 -4.1443c -1.6070,-0.0000 -3.2562,0.6343 -3.2562 2.9602c 0.0000,1.6915 0.8035,2.5373 3.1293 3.3831c 3.4254,1.2687 6.1741,2.7910 6.1741 6.1741c 0.0000,4.1865 -4.4403,5.4129 -6.4278 5.4129c -1.4801,-0.0000 -2.7065,-0.1692 -3.8060 -0.4652c -0.2960,-0.0423 -0.5075,-0.0846 -0.8035 -0.0846c -0.2114,-0.0000 -0.5497,0.0423 -0.9726 0.1269c 0.0000,-1.7761 -0.1269,-3.9328 -0.2960 -6.0049Z"/></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 562.7259,152.7964 ZM 566.4895,149.7516 v -10.5298 c 0.0000,-2.1144 -0.2960,-2.5796 -0.9303 -2.5796c -0.5497,-0.0000 -1.0572,0.0423 -1.7761 0.2114l -0.2114,-1.1841 c 2.6642,-0.4652 3.1293,-0.5920 4.3980 -1.2264c 0.4229,-0.2114 0.7612,-0.3383 1.0572 -0.3383h 0.6343 l -0.1269,3.8060 h 0.1269 c 1.0995,-1.6492 2.9602,-3.8060 4.9477 -3.8060c 1.7338,-0.0000 2.3681,0.8458 2.3681 1.9453c 0.0000,1.0995 -0.7189,1.7761 -1.8184 1.7761c -0.8458,-0.0000 -1.3109,-0.3383 -1.7338 -0.7612c -0.2537,-0.2537 -0.5497,-0.3806 -0.8458 -0.3806c -0.4652,-0.0000 -1.3955,0.7612 -2.4104 2.1990c -0.2960,0.3806 -0.5075,0.9303 -0.5075 1.4801v 9.3880 c 0.0000,1.2264 0.4229,1.8607 1.8184 1.8607h 1.2264 c 0.2114,-0.0000 0.3806,0.1269 0.3806 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -3.3408,-0.0846 -4.9900 -0.0846c -1.5224,-0.0000 -4.3980,0.0846 -4.3980 0.0846l -0.0423,-0.0846 v -0.8035 c 0.0000,-0.2114 0.0846,-0.3383 0.2960 -0.3383h 0.8035 c 1.4378,-0.0000 1.8184,-0.6343 1.8184 -1.8607Z"/></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 563.3072,158.9782 ZM 577.6006,144.7693 c -1.1418,-1.9030 -2.5796,-3.0448 -4.3557 -3.0448c -3.3831,-0.0000 -5.2015,3.2562 -5.2015 7.6542c 0.0000,6.3855 3.7214,8.2462 6.1741 8.2462c 0.8035,-0.0000 2.2836,-0.0846 3.3831 -0.9303v -11.9253 ZM 577.6006,144.7693 ZM 577.6006,165.6597 v -7.5696 c -0.6343,0.5497 -1.9876,1.3955 -4.3980 1.3955c -6.0895,-0.0000 -8.3731,-5.3283 -8.3731 -9.2612c 0.0000,-5.5821 3.4254,-9.9378 8.5845 -9.9378c 2.0721,-0.0000 3.8905,0.5920 5.2860 1.8184l 0.6343,-1.0149 c 0.2960,-0.5075 0.5920,-0.8035 0.8881 -0.8035c 0.4652,-0.0000 0.5497,0.4652 0.5497 1.0572v 24.3158 c 0.0000,1.2264 0.4229,1.8607 1.8184 1.8607h 0.8035 c 0.1692,-0.0000 0.3383,0.1269 0.3383 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -2.8756,-0.0846 -4.5249 -0.0846c -1.5224,-0.0000 -4.8209,0.0846 -4.8209 0.0846l -0.0846,-0.0846 v -0.8035 c 0.0000,-0.2114 0.1269,-0.3383 0.3383 -0.3383h 1.2264 c 1.4378,-0.0000 1.8184,-0.6343 1.8184 -1.8607Z"/></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 562.6390,165.1600 ZM 568.9400,151.8814 v 10.5298 c 1.4801,1.7338 2.8756,1.8184 3.5522 1.8184c 4.5249,-0.0000 5.5398,-4.2288 5.5398 -7.8656c 0.0000,-5.1169 -2.0721,-7.9502 -4.6517 -7.9502c -1.4378,-0.0000 -3.5099,1.2264 -4.4403 3.4676ZM 568.9400,151.8814 ZM 565.8107,171.8415 v -20.9327 c 0.0000,-1.6070 -0.3806,-1.9030 -0.9726 -1.9030c -0.5497,-0.0000 -1.0572,0.0423 -1.7761 0.2114l -0.2114,-1.1841 c 2.7065,-0.4652 3.2139,-0.6343 4.3980 -1.2264c 0.4652,-0.2114 0.7612,-0.3383 1.0572 -0.3383h 0.6343 l -0.1269,3.3831 h 0.1269 c 1.9453,-2.9602 4.2288,-3.3831 5.5821 -3.3831c 4.1020,-0.0000 6.8084,4.2711 6.8084 8.7537c 0.0000,3.4254 -1.0572,6.0472 -2.9602 7.9925c -1.6492,1.6492 -3.3831,2.4527 -5.6244 2.4527c -1.5224,-0.0000 -2.7065,-0.3383 -3.8060 -0.9303v 7.1044 c 0.0000,1.2264 0.4652,1.8607 1.8184 1.8607h 0.8035 c 0.2114,-0.0000 0.3806,0.1269 0.3806 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -2.9179,-0.0846 -4.5671 -0.0846c -1.4801,-0.0000 -4.3557,0.0846 -4.3557 0.0846l -0.0846,-0.0846 v -0.8035 c 0.0000,-0.2114 0.1269,-0.3383 0.3383 -0.3383h 0.8035 c 1.3955,-0.0000 1.8184,-0.6343 1.8184 -1.8607Z"/></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 557.0521,171.3418 ZM 558.4899,162.6726 c 0.0000,-5.7935 3.1293,-10.0223 8.7537 -10.0223c 6.2587,-0.0000 8.6691,5.2438 8.6691 9.6417c 0.0000,4.2288 -2.7487,9.5572 -8.7537 9.5572c -5.6666,-0.0000 -8.6691,-4.8632 -8.6691 -9.1766ZM 558.4899,162.6726 ZM 566.7784,154.0458 c -3.3831,-0.0000 -4.9477,3.9751 -4.9477 7.6542c 0.0000,3.2562 1.8607,8.6691 6.0472 8.6691c 1.9030,-0.0000 4.6940,-1.1418 4.6940 -6.7238c 0.0000,-6.2164 -2.3259,-9.5995 -5.7935 -9.5995Z"/></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 546.0312,177.5235 ZM 561.4241,174.4788 v -9.2612 c 0.0000,-2.9602 -0.5075,-4.3557 -2.7487 -4.3557c -1.8607,-0.0000 -3.4676,0.7189 -5.6244 3.2562v 10.3606 c 0.0000,1.2264 0.4229,1.8607 1.8184 1.8607h 0.5920 c 0.2114,-0.0000 0.3383,0.1269 0.3383 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -2.6642,-0.0846 -4.3134 -0.0846c -1.5224,-0.0000 -4.3980,0.0846 -4.3980 0.0846l -0.0846,-0.0846 v -0.8035 c 0.0000,-0.2114 0.1269,-0.3383 0.3383 -0.3383h 0.8035 c 1.4378,-0.0000 1.8184,-0.6343 1.8184 -1.8607v -10.5298 c 0.0000,-2.2836 -0.3383,-2.5796 -0.9303 -2.5796c -0.5497,-0.0000 -1.0572,0.0423 -1.7761 0.2114l -0.2114,-1.1841 c 1.7761,-0.2960 3.0448,-0.5075 4.3557 -1.2264c 0.4652,-0.2114 0.8035,-0.3383 1.0995 -0.3383h 0.6343 l -0.1269,3.7637 h 0.1269 c 2.7065,-3.1716 4.7363,-3.7637 6.8930 -3.7637c 3.8060,-0.0000 4.6094,2.9179 4.6094 6.6816v 8.9651 c 0.0000,1.2264 0.4652,1.8607 1.8184 1.8607h 0.8035 c 0.2114,-0.0000 0.3806,0.1269 0.3806 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -2.9179,-0.0846 -4.5671 -0.0846c -1.4801,-0.0000 -4.1443,0.0846 -4.1443 0.0846l -0.0846,-0.0846 v -0.8035 c 0.0000,-0.2114 0.1269,-0.3383 0.3383 -0.3383h 0.5920 c 1.3955,-0.0000 1.8184,-0.6343 1.8184 -1.8607Z"/></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 526.3370,183.7053 ZM 551.8369,180.6606 v -9.7263 c 0.0000,-2.8333 -1.0995,-3.8905 -2.7065 -3.8905c -1.6492,-0.0000 -2.9602,0.8458 -4.9900 3.0871c 0.0846,0.5075 0.0846,1.0995 0.0846 1.6915v 8.8383 c 0.0000,1.2264 0.4229,1.8607 1.8184 1.8607h 0.7189 c 0.2114,-0.0000 0.3806,0.1269 0.3806 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -2.8333,-0.0846 -4.4826 -0.0846c -1.5224,-0.0000 -4.4403,0.0846 -4.4403 0.0846l -0.0846,-0.0846 v -0.8035 c 0.0000,-0.2114 0.1269,-0.3383 0.3383 -0.3383h 0.8458 c 1.4378,-0.0000 1.8184,-0.6343 1.8184 -1.8607v -9.6417 c 0.0000,-2.8333 -1.1418,-3.9751 -2.7487 -3.9751c -1.4801,-0.0000 -2.8756,1.0572 -4.8632 3.1293v 10.4875 c 0.0000,1.2264 0.4229,1.8607 1.8184 1.8607h 0.8035 c 0.1692,-0.0000 0.3383,0.1269 0.3383 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -2.8756,-0.0846 -4.5249 -0.0846c -1.5224,-0.0000 -4.3980,0.0846 -4.3980 0.0846l -0.0846,-0.0846 v -0.8035 c 0.0000,-0.2114 0.1269,-0.3383 0.3383 -0.3383h 0.8035 c 1.4378,-0.0000 1.8184,-0.6343 1.8184 -1.8607v -10.5298 c 0.0000,-2.4104 -0.3806,-2.5796 -0.9303 -2.5796c -0.5497,-0.0000 -1.0572,0.0423 -1.7761 0.2114l -0.2114,-1.1841 c 2.6642,-0.4652 3.2562,-0.6343 4.3980 -1.2264c 0.4229,-0.2114 0.7612,-0.3383 1.0572 -0.3383h 0.6343 l -0.1269,3.6791 h 0.1269 c 1.9876,-2.1144 3.7637,-3.6791 6.3855 -3.6791c 2.3681,-0.0000 3.8482,1.7338 4.1020 3.6368c 2.4527,-2.5373 4.4403,-3.6368 6.7238 -3.6368c 3.7214,-0.0000 4.3557,3.0871 4.3557 6.8507v 8.7960 c 0.0000,1.2264 0.4229,1.8607 1.8184 1.8607h 0.8035 c 0.1692,-0.0000 0.3383,0.1269 0.3383 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -2.8756,-0.0846 -4.5249 -0.0846c -1.5224,-0.0000 -4.3980,0.0846 -4.3980 0.0846l -0.0846,-0.0846 v -0.8035 c 0.0000,-0.2114 0.1269,-0.3383 0.3383 -0.3383h 0.8035 c 1.3955,-0.0000 1.8184,-0.6343 1.8184 -1.8607Z"/></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 517.9700,189.8871 ZM 521.9874,186.8424 v -21.1865 c 0.0000,-2.4104 -0.4229,-3.0871 -1.2687 -3.0871l -1.3532,0.1692 c -0.1269,-0.0000 -0.2537,-0.0846 -0.2537 -0.2114l -0.0846,-1.0572 c 0.6766,-0.0000 2.2413,-0.2537 2.9602 -0.3806c 0.7612,-0.1692 1.3532,-0.3383 2.1990 -0.7189h 0.9303 v 26.4725 c 0.0000,1.2264 0.4652,1.8607 1.8184 1.8607h 1.0149 c 0.1692,-0.0000 0.3383,0.1269 0.3383 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -3.0871,-0.0846 -4.7363 -0.0846c -1.4801,-0.0000 -4.5671,0.0846 -4.5671 0.0846l -0.0423,-0.0846 v -0.8035 c 0.0000,-0.2114 0.0846,-0.3383 0.2960 -0.3383h 1.0149 c 1.3955,-0.0000 1.8184,-0.6343 1.8184 -1.8607Z"/></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 490.2701,196.0689 ZM 497.1631,187.1038 v 5.9204 c 0.0000,1.2264 0.4229,1.8607 1.8184 1.8607h 0.0846 c 0.1692,-0.0000 0.3383,0.1269 0.3383 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -2.1567,-0.0846 -3.8060 -0.0846c -1.5224,-0.0000 -4.3557,0.0846 -4.3557 0.0846l -0.0846,-0.0846 v -0.8035 c 0.0000,-0.2114 0.0846,-0.3383 0.2960 -0.3383h 0.8035 c 1.4378,-0.0000 1.8184,-0.6343 1.8184 -1.8607v -21.1865 c 0.0000,-2.4104 -0.3806,-3.0871 -1.2264 -3.0871l -1.3955,0.1692 c -0.1269,-0.0000 -0.2114,-0.0846 -0.2114 -0.2114l -0.0846,-1.0572 c 0.6766,-0.0000 2.1990,-0.2537 2.9179 -0.3806c 0.7612,-0.1692 1.3955,-0.3383 2.2413 -0.7189h 0.9303 v 19.4949 c 1.0995,-0.2537 3.2562,-2.1567 5.5398 -4.6517c 0.6766,-0.6766 0.8458,-1.2264 0.8458 -1.6492c 0.0000,-0.3383 -0.2114,-0.6766 -1.2264 -0.6766h -0.1692 c -0.2114,-0.0000 -0.3383,-0.1692 -0.3383 -0.3383v -0.8035 l 0.1269,-0.0846 c 0.0000,-0.0000 2.0298,0.0846 3.5099 0.0846c 1.6492,-0.0000 3.9328,-0.0846 3.9328 -0.0846l 0.1692,0.0846 v 0.8035 c 0.0000,0.2114 -0.2537,0.3383 -0.4652 0.3383h -0.2960 c -1.1418,-0.0000 -3.0025,0.9303 -4.0597 2.0298l -3.2139,3.5522 c -0.1269,0.1269 -0.1692,0.2537 -0.1692 0.4229c 0.0000,0.2114 0.0846,0.4229 0.2114 0.5920l 4.9477,7.3159 c 0.7612,1.1418 2.1144,1.9030 3.1716 1.9030h 0.2960 c 0.2960,-0.0000 0.3806,0.1269 0.3806 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -2.1567,-0.0846 -3.8060 -0.0846c -1.4801,-0.0000 -2.6219,0.0846 -2.6219 0.0846l -0.1269,-0.0846 v -0.8035 c 0.0000,-0.5497 -0.1269,-1.0149 -0.9726 -2.2413l -3.0871,-4.3557 c -0.8458,-1.2264 -1.4378,-1.5224 -2.4950 -1.5224Z"/></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 467.5722,202.2507 ZM 471.9701,178.1040 c 0.0000,-1.0995 0.8881,-2.0298 2.0298 -2.0298c 1.0995,-0.0000 2.0298,0.9303 2.0298 2.0298c 0.0000,1.1418 -0.9303,2.0298 -2.0298 2.0298c -1.1418,-0.0000 -2.0298,-0.8881 -2.0298 -2.0298ZM 471.9701,178.1040 ZM 469.7289,210.4546 c 1.8607,-0.0000 3.1293,-3.3408 3.1293 -9.3034v -12.4751 c 0.0000,-2.2413 -0.3806,-2.5796 -0.9303 -2.5796c -0.5920,-0.0000 -1.0572,0.0423 -1.7761 0.2114l -0.2114,-1.1841 c 3.0871,-0.5075 4.0174,-1.0149 4.5671 -1.3109c 0.2960,-0.1269 0.4652,-0.2537 0.8881 -0.2537h 0.6343 v 16.2810 c 0.0000,5.5398 -0.4229,7.8656 -2.7487 10.2338c -1.1418,1.0995 -2.3681,1.6070 -3.3831 1.6070c -1.7338,-0.0000 -3.9751,-0.8881 -3.9751 -2.1567c 0.0000,-1.0572 0.6343,-1.6070 1.3532 -1.6070c 1.0149,-0.0000 1.5647,0.9726 1.7761 1.8607c 0.1269,0.4229 0.3383,0.6766 0.6766 0.6766Z"/></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 437.2477,208.4325 ZM 440.5461,184.2858 c 0.0000,-1.0995 0.8881,-2.0298 1.9876 -2.0298c 1.1418,-0.0000 2.0298,0.9303 2.0298 2.0298c 0.0000,1.1418 -0.8881,2.0298 -2.0298 2.0298c -1.0995,-0.0000 -1.9876,-0.8881 -1.9876 -2.0298ZM 440.5461,184.2858 ZM 444.5635,205.3877 c 0.0000,1.2264 0.4652,1.8607 1.8184 1.8607h 0.8035 c 0.2114,-0.0000 0.3806,0.1269 0.3806 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -2.9179,-0.0846 -4.5671 -0.0846c -1.4801,-0.0000 -4.3557,0.0846 -4.3557 0.0846l -0.0846,-0.0846 v -0.8035 c 0.0000,-0.2114 0.1269,-0.3383 0.3383 -0.3383h 0.8035 c 1.3955,-0.0000 1.8184,-0.6343 1.8184 -1.8607v -10.5298 c 0.0000,-2.2413 -0.3806,-2.5796 -0.9726 -2.5796c -0.5497,-0.0000 -1.0572,0.0423 -1.7761 0.2114l -0.2114,-1.1841 c 2.7065,-0.4652 3.1716,-0.6343 4.3980 -1.2264c 0.4652,-0.1692 0.7612,-0.3383 1.0572 -0.3383h 0.6343 v 15.6467 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 397.9531,214.6143 ZM 404.8461,185.0970 v 14.3358 c 2.8333,-2.8333 5.3283,-3.5099 6.9776 -3.5099c 3.0448,-0.0000 4.5671,2.3259 4.5671 6.6816v 8.9651 c 0.0000,1.2264 0.4229,1.8607 1.8184 1.8607h 0.8035 c 0.1692,-0.0000 0.3383,0.1269 0.3383 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -2.8756,-0.0846 -4.5671 -0.0846c -1.4801,-0.0000 -4.3557,0.0846 -4.3557 0.0846l -0.0846,-0.0846 v -0.8035 c 0.0000,-0.2114 0.1269,-0.3383 0.3383 -0.3383h 0.8035 c 1.4378,-0.0000 1.8184,-0.6343 1.8184 -1.8607v -9.4303 c 0.0000,-3.4254 -0.9303,-4.2288 -3.2985 -4.2288c -1.2264,-0.0000 -3.0448,1.0995 -5.0746 3.0871v 10.5721 c 0.0000,1.2264 0.4229,1.8607 1.8184 1.8607h 0.8035 c 0.1692,-0.0000 0.3383,0.1269 0.3383 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -2.8756,-0.0846 -4.5249 -0.0846c -1.5224,-0.0000 -4.3557,0.0846 -4.3557 0.0846l -0.0846,-0.0846 v -0.8035 c 0.0000,-0.2114 0.0846,-0.3383 0.2960 -0.3383h 0.8035 c 1.4378,-0.0000 1.8184,-0.6343 1.8184 -1.8607v -21.1865 c 0.0000,-2.4104 -0.3806,-3.0871 -1.2264 -3.0871l -1.3955,0.1692 c -0.1269,-0.0000 -0.2114,-0.0846 -0.2114 -0.2114l -0.0846,-1.0572 c 0.6766,-0.0000 2.1990,-0.2537 2.9179 -0.3806c 0.7612,-0.1692 1.3955,-0.3383 2.2413 -0.7189h 0.9303 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.7625,220.7961 ZM 375.1256,208.8285 c 0.0000,-3.5099 -1.6492,-5.5398 -4.1865 -5.5398c -2.1990,-0.0000 -3.6791,1.5224 -3.6791 4.8209c 0.0000,2.1990 0.8458,5.6666 4.2288 5.6666c 1.4801,-0.0000 3.6368,-0.7189 3.6368 -4.9477ZM 375.1256,208.8285 ZM 367.2177,221.0921 c -1.3109,1.2264 -1.6070,2.5373 -1.6070 3.9751c 0.0000,3.1716 3.8060,4.1020 5.2438 4.1020c 3.6368,-0.0000 8.2462,-1.2687 8.2462 -4.3134c 0.0000,-1.0995 -0.5920,-1.8184 -2.2413 -2.6219c -1.1841,-0.5920 -2.9179,-1.0572 -4.9477 -1.0572c -0.3383,-0.0000 -0.8035,0.0423 -1.3955 0.0846c -0.5920,0.0423 -1.2264,0.0423 -1.6915 0.0423c -0.6766,-0.0000 -1.0149,-0.0846 -1.6070 -0.2114ZM 367.2177,221.0921 ZM 380.0733,204.3882 c -0.6766,-0.0000 -1.0995,-0.3806 -1.2687 -0.7189c -0.2537,-0.3806 -0.4229,-0.5075 -0.7189 -0.5075c -0.5075,-0.0000 -1.3109,0.5920 -1.6070 1.0149c 1.1841,1.2687 1.7338,2.4950 1.7338 4.4826c 0.0000,4.1443 -3.3831,6.3855 -6.9353 6.3855c -1.5647,-0.0000 -2.8333,-0.2960 -3.8060 -0.8881c -0.4652,0.7189 -0.7189,1.6070 -0.7189 2.4527c 0.0000,1.8184 1.3955,2.2836 2.5796 2.2836c 0.2114,-0.0000 0.7189,-0.0423 1.3109 -0.0846c 0.9726,-0.1269 2.0298,-0.2114 2.7487 -0.2114c 1.4801,-0.0000 4.2711,0.2960 5.9627 1.7338c 1.1418,1.0572 1.7761,2.0721 1.7761 3.4254c 0.0000,4.5671 -6.0049,6.9776 -11.4601 6.9776c -3.0871,-0.0000 -6.5124,-1.1418 -6.5124 -4.8209c 0.0000,-1.8184 1.1418,-3.7637 3.2985 -5.1169c -1.0572,-0.5497 -1.8184,-1.6070 -1.8184 -3.1293c 0.0000,-1.4378 0.6343,-3.2562 1.7761 -4.2711c -1.1418,-1.1418 -2.1144,-2.5796 -2.1144 -4.9055c 0.0000,-3.8905 3.4254,-6.3855 7.0199 -6.3855c 2.3681,-0.0000 3.8482,0.9726 4.3134 1.3109c 1.0572,-1.4378 2.9602,-2.1567 4.0174 -2.1567c 1.0995,-0.0000 1.8607,0.7189 1.8607 1.6070c 0.0000,0.9303 -0.5920,1.5224 -1.4378 1.5224Z"/></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 326.0421,226.9779 ZM 329.9326,223.9331 v -13.4900 h -2.9179 c -0.1692,-0.0000 -0.2114,-0.0423 -0.2114 -0.2114v -0.5920 c 0.0000,-0.3383 0.2114,-0.8458 0.9726 -0.8458h 2.1567 v -1.6492 c 0.0000,-6.5970 3.4254,-9.6840 6.9776 -9.6840c 1.6070,-0.0000 2.7065,0.4229 3.7637 1.1418c 0.8458,0.6343 1.2264,1.3532 1.2264 2.0298c 0.0000,0.8881 -0.6343,1.5224 -1.4378 1.5224c -0.8458,-0.0000 -1.3955,-0.4652 -1.7338 -1.1841c -0.5497,-1.3955 -1.3532,-2.0721 -2.6219 -2.0721c -1.3955,-0.0000 -3.0025,1.0149 -3.0025 7.5273v 2.3681 h 4.6517 c 0.2114,-0.0000 0.3383,0.0846 0.3383 0.2537v 0.8458 c 0.0000,0.3806 -0.5920,0.5497 -0.9726 0.5497h -4.0174 v 13.4900 c 0.0000,1.2264 0.4229,1.8607 1.8184 1.8607h 1.3955 c 0.1692,-0.0000 0.3383,0.1269 0.3383 0.3383v 0.8035 l -0.0846,0.0846 c 0.0000,-0.0000 -3.4676,-0.0846 -5.1169 -0.0846c -1.5224,-0.0000 -4.3980,0.0846 -4.3980 0.0846l -0.0846,-0.0846 v -0.8035 c 0.0000,-0.2114 0.1269,-0.3383 0.3383 -0.3383h 0.8035 c 1.4378,-0.0000 1.8184,-0.6343 1.8184 -1.8607Z"/></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 281.6720,233.1597 ZM 286.4928,221.4458 h 7.7811 c 0.4229,-0.0000 0.5920,-0.2114 0.5920 -0.5920c 0.0000,-3.9328 -1.9876,-4.9477 -3.5099 -4.9477c -0.9726,-0.0000 -4.1443,0.3806 -4.8632 5.5398ZM 286.4928,221.4458 ZM 297.6570,229.2268 l 0.8458,0.6766 c -1.6070,2.1990 -4.1020,3.7637 -7.1467 3.7637c -5.7935,-0.0000 -8.2462,-4.3134 -8.2462 -8.9228c 0.0000,-6.4278 4.2288,-10.2761 8.2462 -10.2761c 5.5821,-0.0000 6.8930,4.3557 6.8930 7.9079c 0.0000,0.4652 -0.2960,0.7189 -0.7612 0.7189h -11.1218 c -0.0423,0.2537 -0.0423,0.5075 -0.0423 0.8458c 0.0000,4.3134 3.0025,7.6542 6.0472 7.6542c 2.3259,-0.0000 3.8060,-0.7612 5.2860 -2.3681Z"/></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 236.7235,239.3414 ZM 250.8478,235.5778 v -10.9527 c -1.0149,-1.6070 -2.1567,-2.4950 -4.1443 -2.4950c -0.8458,-0.0000 -2.5796,0.1269 -3.9328 2.1144c -0.5920,0.8881 -1.3109,2.7065 -1.3109 5.7512c 0.0000,5.5398 2.8756,8.0771 5.1592 8.0771c 1.3955,-0.0000 2.5373,-0.8458 4.2288 -2.4950ZM 250.8478,235.5778 ZM 254.0194,209.8242 v 24.4427 c 0.0000,1.2687 0.0846,1.9453 0.1692 2.2413c 0.1269,0.3806 0.5920,0.6343 0.9303 0.6343c 0.5075,-0.0000 1.4378,-0.0000 2.0721 -0.1269l 0.1692,1.1841 c -2.4527,0.4229 -4.6517,0.8881 -5.5398 1.6492h -1.0149 l 0.1269,-2.9179 c -1.6070,1.6492 -3.2562,2.9179 -5.4129 2.9179c -4.5671,-0.0000 -7.3582,-3.8905 -7.3582 -9.0920c 0.0000,-3.1293 0.8458,-5.7512 2.6642 -7.5696c 1.6915,-1.6070 3.5522,-2.5373 6.3433 -2.5373c 0.8458,-0.0000 2.7065,0.3806 3.6791 0.9303v -6.4701 c 0.0000,-2.4104 -0.3806,-3.0871 -1.2264 -3.0871l -1.3955,0.1692 c -0.0846,-0.0000 -0.2114,-0.0846 -0.2114 -0.2114l -0.0846,-1.0572 c 0.6766,-0.0000 2.1990,-0.2537 2.9179 -0.3806c 0.8035,-0.1692 1.3955,-0.3383 2.2413 -0.7189h 0.9303 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.7251,245.5232 ZM 209.9638,241.6750 c -1.8607,3.2139 -3.8905,4.3557 -6.4278 4.3557c -5.0746,-0.0000 -8.2462,-3.8482 -8.2462 -9.3034c 0.0000,-6.0049 3.7637,-9.8955 8.3308 -9.8955c 4.0597,-0.0000 6.2164,2.0721 6.2164 4.3134c 0.0000,1.2264 -0.7612,1.8607 -1.6492 1.8607c -0.8881,-0.0000 -1.7338,-0.4652 -1.8607 -1.5224c -0.1692,-1.3955 -0.4229,-3.2139 -2.9179 -3.2139c -2.7910,-0.0000 -4.8632,2.9602 -4.8632 7.5273c 0.0000,4.9477 2.6642,8.3731 5.9204 8.3731c 1.8184,-0.0000 3.4254,-1.1841 4.7363 -3.0871Z"/></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 146.2960,251.7050 ZM 152.5970,249.3792 c 0.8458,1.0149 1.7338,1.3532 3.0448 1.3532c 4.0174,-0.0000 6.0472,-3.7214 6.0472 -8.5422c 0.0000,-4.3134 -2.1990,-7.4005 -4.7786 -7.4005c -0.4652,-0.0000 -2.6642,0.0846 -4.3134 1.8184v 12.7711 ZM 152.5970,249.3792 ZM 149.4253,227.4738 c 0.0000,-2.4104 -0.4229,-3.0871 -1.2687 -3.0871l -1.3532,0.1692 c -0.1269,-0.0000 -0.2114,-0.0846 -0.2114 -0.2114l -0.0846,-1.0572 c 0.6766,-0.0000 2.1990,-0.2537 2.9179 -0.3806c 0.7612,-0.1692 1.3955,-0.3383 2.2413 -0.7189h 0.9303 v 13.1094 c 1.4378,-1.5647 3.1293,-2.3259 5.1592 -2.3259c 3.6791,-0.0000 7.1890,3.5099 7.1890 8.6691c 0.0000,6.7238 -4.7363,10.5298 -9.0497 10.5298c -1.8184,-0.0000 -3.1716,-0.5075 -4.3980 -1.5647c -0.3806,0.5075 -0.9303,1.1418 -1.3109 1.5647l -0.8881,-0.2114 c 0.1269,-1.0149 0.1269,-1.6915 0.1269 -3.3408v -21.1442 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 100.5610,257.8868 ZM 112.8669,247.5262 l -3.3408,0.8458 c -3.7214,1.1418 -4.2711,3.0871 -4.2711 4.9900c 0.0000,1.3109 0.6343,3.2985 3.2985 3.2985c 1.2687,-0.0000 3.2139,-1.2264 4.3134 -2.1567v -6.9776 ZM 112.8669,247.5262 ZM 115.5733,258.3943 c -1.6070,-0.0000 -2.4950,-1.4378 -2.6642 -2.4527l -0.9726,0.6766 c -1.9453,1.3532 -2.6642,1.7761 -4.6094 1.7761c -2.9602,-0.0000 -5.1169,-1.6915 -5.1169 -4.8632c 0.0000,-3.2139 2.7487,-5.4129 6.7661 -6.4278l 3.8905,-0.9726 c 0.0000,-4.7786 -2.1990,-5.6666 -3.6368 -5.6666c -1.6070,-0.0000 -3.4676,0.7189 -3.4676 2.0298c 0.0000,0.4652 0.0846,0.7189 0.1269 0.8458c 0.0846,0.1692 0.1269,0.4652 0.1269 0.7612c 0.0000,0.5497 -0.4229,1.3955 -1.6492 1.3955c -1.0149,-0.0000 -1.6915,-0.6766 -1.6915 -1.6915c 0.0000,-2.4527 3.9751,-4.6094 6.6816 -4.6094c 3.0871,-0.0000 6.6393,1.2687 6.6393 7.2736v 6.2164 c 0.0000,2.5796 0.0423,3.6791 1.0149 3.6791c 0.9303,-0.0000 1.1841,-1.1841 1.2264 -2.1144l 1.0572,0.2114 c -0.2537,3.0871 -1.5647,3.9328 -3.7214 3.9328Z"/></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 329.8837,314.8800 ZM 332.8260,307.8653 v 4.5928 c 0.0000,1.1123 0.1076,1.6505 0.5920 1.6505c 0.4665,-0.0000 0.8253,-0.1435 1.2917 -0.5023l 0.3229,0.3050 c -0.6997,0.7894 -1.4173,1.1841 -2.2426 1.1841c -0.8253,-0.0000 -1.3097,-0.5023 -1.3097 -1.7761v -5.4539 h -1.1661 c -0.0538,-0.0000 -0.0718,-0.0179 -0.0718 -0.0718v -0.5562 c 0.0000,-0.0538 0.0179,-0.0718 0.0538 -0.0718c 1.2020,-0.0000 1.4891,-0.6997 1.4891 -2.0632v -0.3409 l 1.0406,-0.3588 v 2.7628 h 1.9735 c 0.0897,-0.0000 0.1435,0.0359 0.1435 0.1076v 0.3588 c 0.0000,0.1615 -0.2512,0.2332 -0.4306 0.2332h -1.6864 ZM 335.3017,314.8800 ZM 337.3470,309.9105 h 3.3011 c 0.1794,-0.0000 0.2512,-0.0897 0.2512 -0.2512c 0.0000,-1.6685 -0.8432,-2.0990 -1.4891 -2.0990c -0.4126,-0.0000 -1.7582,0.1615 -2.0632 2.3502ZM 337.3470,309.9105 ZM 342.0833,313.2115 l 0.3588,0.2870 c -0.6817,0.9329 -1.7402,1.5967 -3.0319 1.5967c -2.4579,-0.0000 -3.4984,-1.8299 -3.4984 -3.7854c 0.0000,-2.7270 1.7941,-4.3595 3.4984 -4.3595c 2.3681,-0.0000 2.9243,1.8479 2.9243 3.3549c 0.0000,0.1973 -0.1256,0.3050 -0.3229 0.3050h -4.7184 c -0.0179,0.1076 -0.0179,0.2153 -0.0179 0.3588c 0.0000,1.8299 1.2738,3.2472 2.5655 3.2472c 0.9867,-0.0000 1.6146,-0.3229 2.2426 -1.0047ZM 342.9803,314.8800 ZM 346.5146,307.6679 c -0.3588,-0.0000 -0.4306,0.0897 -0.4306 0.2153c 0.0000,0.0897 0.0718,0.2512 0.2691 0.5741l 1.0944,1.6146 c 0.0538,0.1076 0.1076,0.1615 0.1794 0.1615c 0.0538,-0.0000 0.0897,-0.0359 0.1615 -0.1256l 1.1661,-1.6326 c 0.1973,-0.2512 0.3050,-0.4485 0.3050 -0.5920c 0.0000,-0.1435 -0.1256,-0.2153 -0.3768 -0.2153h -0.2870 c -0.0538,-0.0000 -0.1076,-0.0359 -0.1076 -0.1256v -0.3409 l 0.0538,-0.0538 c 0.0000,-0.0000 0.8432,0.0359 1.3994 0.0359c 0.5741,-0.0000 1.4532,-0.0359 1.4532 -0.0359l 0.0179,0.0359 v 0.3409 c 0.0000,0.1256 -0.1076,0.1435 -0.2153 0.1435c -0.6638,-0.0000 -0.9329,0.2153 -1.5967 1.0585l -1.5070,1.9196 c -0.0359,0.0538 -0.0538,0.0897 -0.0538 0.1256c 0.0000,0.0359 0.0179,0.0897 0.0538 0.1435l 1.6146,2.2784 c 0.8253,1.1661 1.0585,1.1841 1.6326 1.1841c 0.1794,-0.0000 0.2512,0.0359 0.2512 0.1435v 0.3409 l -0.0179,0.0359 c 0.0000,-0.0000 -0.9688,-0.0359 -1.5788 -0.0359c -0.7356,-0.0000 -1.8658,0.0359 -1.8658 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0359,-0.1435 0.1256 -0.1435h 0.2153 c 0.2870,-0.0000 0.4126,-0.0538 0.4126 -0.1973c 0.0000,-0.1615 -0.1973,-0.4306 -0.4844 -0.8073l -1.0406,-1.4352 c -0.0718,-0.0897 -0.1076,-0.1256 -0.1615 -0.1256c -0.0359,-0.0000 -0.0897,0.0538 -0.1615 0.1615l -1.1303,1.6326 c -0.2691,0.3588 -0.3229,0.4485 -0.3229 0.5741c 0.0000,0.1256 0.1076,0.1973 0.3768 0.1973h 0.2512 c 0.0897,-0.0000 0.1256,0.0538 0.1256 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -0.9329,-0.0359 -1.5070 -0.0359c -0.5203,-0.0000 -1.3455,0.0359 -1.3455 0.0359l -0.0359,-0.0359 v -0.3050 c 0.0000,-0.1076 0.0718,-0.1794 0.2332 -0.1794c 0.4306,-0.0000 0.8432,-0.0897 1.5967 -1.0585l 1.5070,-1.9376 c 0.0179,-0.0359 0.0359,-0.0718 0.0359 -0.1256c 0.0000,-0.0538 -0.0179,-0.0897 -0.0538 -0.1435l -1.5608,-2.2784 c -0.5023,-0.7356 -0.8253,-1.1661 -1.4532 -1.1661c -0.1256,-0.0000 -0.2512,-0.0538 -0.2512 -0.1256v -0.3409 l 0.0359,-0.0538 l 1.4173,0.0359 l 1.9914,-0.0359 l 0.0538,0.0538 v 0.3229 c 0.0000,0.0897 -0.0718,0.1435 -0.1435 0.1435h -0.2691 ZM 351.8967,314.8800 ZM 354.8390,307.8653 v 4.5928 c 0.0000,1.1123 0.1076,1.6505 0.5920 1.6505c 0.4665,-0.0000 0.8253,-0.1435 1.2917 -0.5023l 0.3229,0.3050 c -0.6997,0.7894 -1.4173,1.1841 -2.2426 1.1841c -0.8253,-0.0000 -1.3097,-0.5023 -1.3097 -1.7761v -5.4539 h -1.1661 c -0.0538,-0.0000 -0.0718,-0.0179 -0.0718 -0.0718v -0.5562 c 0.0000,-0.0538 0.0179,-0.0718 0.0538 -0.0718c 1.2020,-0.0000 1.4891,-0.6997 1.4891 -2.0632v -0.3409 l 1.0406,-0.3588 v 2.7628 h 1.9735 c 0.0897,-0.0000 0.1435,0.0359 0.1435 0.1076v 0.3588 c 0.0000,0.1615 -0.2512,0.2332 -0.4306 0.2332h -1.6864 ZM 361.7999,314.8800 ZM 367.0206,310.4846 l -1.4173,0.3588 c -1.5788,0.4844 -1.8120,1.3097 -1.8120 2.1170c 0.0000,0.5562 0.2691,1.3994 1.3994 1.3994c 0.5382,-0.0000 1.3635,-0.5203 1.8299 -0.9150v -2.9602 ZM 367.0206,310.4846 ZM 368.1688,315.0953 c -0.6817,-0.0000 -1.0585,-0.6100 -1.1303 -1.0406l -0.4126,0.2870 c -0.8253,0.5741 -1.1303,0.7535 -1.9555 0.7535c -1.2558,-0.0000 -2.1708,-0.7176 -2.1708 -2.0632c 0.0000,-1.3635 1.1661,-2.2964 2.8705 -2.7270l 1.6505,-0.4126 c 0.0000,-2.0273 -0.9329,-2.4040 -1.5429 -2.4040c -0.6817,-0.0000 -1.4711,0.3050 -1.4711 0.8611c 0.0000,0.1973 0.0359,0.3050 0.0538 0.3588c 0.0359,0.0718 0.0538,0.1973 0.0538 0.3229c 0.0000,0.2332 -0.1794,0.5920 -0.6997 0.5920c -0.4306,-0.0000 -0.7176,-0.2870 -0.7176 -0.7176c 0.0000,-1.0406 1.6864,-1.9555 2.8346 -1.9555c 1.3097,-0.0000 2.8167,0.5382 2.8167 3.0858v 2.6373 c 0.0000,1.0944 0.0179,1.5608 0.4306 1.5608c 0.3947,-0.0000 0.5023,-0.5023 0.5203 -0.8970l 0.4485,0.0897 c -0.1076,1.3097 -0.6638,1.6685 -1.5788 1.6685ZM 369.8911,314.8800 ZM 376.4214,313.5883 v -3.9290 c 0.0000,-1.2558 -0.2153,-1.8479 -1.1661 -1.8479c -0.7894,-0.0000 -1.4711,0.3050 -2.3861 1.3814v 4.3954 c 0.0000,0.5203 0.1794,0.7894 0.7714 0.7894h 0.2512 c 0.0897,-0.0000 0.1435,0.0538 0.1435 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.1303,-0.0359 -1.8299 -0.0359c -0.6459,-0.0000 -1.8658,0.0359 -1.8658 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0538,-0.1435 0.1435 -0.1435h 0.3409 c 0.6100,-0.0000 0.7714,-0.2691 0.7714 -0.7894v -4.4672 c 0.0000,-0.9688 -0.1435,-1.0944 -0.3947 -1.0944c -0.2332,-0.0000 -0.4485,0.0179 -0.7535 0.0897l -0.0897,-0.5023 c 0.7535,-0.1256 1.2917,-0.2153 1.8479 -0.5203c 0.1973,-0.0897 0.3409,-0.1435 0.4665 -0.1435h 0.2691 l -0.0538,1.5967 h 0.0538 c 1.1482,-1.3455 2.0093,-1.5967 2.9243 -1.5967c 1.6146,-0.0000 1.9555,1.2379 1.9555 2.8346v 3.8034 c 0.0000,0.5203 0.1973,0.7894 0.7714 0.7894h 0.3409 c 0.0897,-0.0000 0.1615,0.0538 0.1615 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.2379,-0.0359 -1.9376 -0.0359c -0.6279,-0.0000 -1.7582,0.0359 -1.7582 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0538,-0.1435 0.1435 -0.1435h 0.2512 c 0.5920,-0.0000 0.7714,-0.2691 0.7714 -0.7894ZM 379.2201,314.8800 ZM 385.2123,313.2833 v -4.6466 c -0.4306,-0.6817 -0.9150,-1.0585 -1.7582 -1.0585c -0.3588,-0.0000 -1.0944,0.0538 -1.6685 0.8970c -0.2512,0.3768 -0.5562,1.1482 -0.5562 2.4399c 0.0000,2.3502 1.2200,3.4266 2.1887 3.4266c 0.5920,-0.0000 1.0764,-0.3588 1.7941 -1.0585ZM 385.2123,313.2833 ZM 386.5578,302.3575 v 10.3696 c 0.0000,0.5382 0.0359,0.8253 0.0718 0.9508c 0.0538,0.1615 0.2512,0.2691 0.3947 0.2691c 0.2153,-0.0000 0.6100,-0.0000 0.8791 -0.0538l 0.0718,0.5023 c -1.0406,0.1794 -1.9735,0.3768 -2.3502 0.6997h -0.4306 l 0.0538,-1.2379 c -0.6817,0.6997 -1.3814,1.2379 -2.2964 1.2379c -1.9376,-0.0000 -3.1217,-1.6505 -3.1217 -3.8572c 0.0000,-1.3276 0.3588,-2.4399 1.1303 -3.2114c 0.7176,-0.6817 1.5070,-1.0764 2.6911 -1.0764c 0.3588,-0.0000 1.1482,0.1615 1.5608 0.3947v -2.7449 c 0.0000,-1.0226 -0.1615,-1.3097 -0.5203 -1.3097l -0.5920,0.0718 c -0.0359,-0.0000 -0.0897,-0.0359 -0.0897 -0.0897l -0.0359,-0.4485 c 0.2870,-0.0000 0.9329,-0.1076 1.2379 -0.1615c 0.3409,-0.0718 0.5920,-0.1435 0.9508 -0.3050h 0.3947 ZM 392.5679,314.8800 ZM 398.2371,309.8028 c 0.0000,-1.4891 -0.6997,-2.3502 -1.7761 -2.3502c -0.9329,-0.0000 -1.5608,0.6459 -1.5608 2.0452c 0.0000,0.9329 0.3588,2.4040 1.7941 2.4040c 0.6279,-0.0000 1.5429,-0.3050 1.5429 -2.0990ZM 398.2371,309.8028 ZM 394.8822,315.0056 c -0.5562,0.5203 -0.6817,1.0764 -0.6817 1.6864c 0.0000,1.3455 1.6146,1.7402 2.2246 1.7402c 1.5429,-0.0000 3.4984,-0.5382 3.4984 -1.8299c 0.0000,-0.4665 -0.2512,-0.7714 -0.9508 -1.1123c -0.5023,-0.2512 -1.2379,-0.4485 -2.0990 -0.4485c -0.1435,-0.0000 -0.3409,0.0179 -0.5920 0.0359c -0.2512,0.0179 -0.5203,0.0179 -0.7176 0.0179c -0.2870,-0.0000 -0.4306,-0.0359 -0.6817 -0.0897ZM 394.8822,315.0056 ZM 400.3361,307.9191 c -0.2870,-0.0000 -0.4665,-0.1615 -0.5382 -0.3050c -0.1076,-0.1615 -0.1794,-0.2153 -0.3050 -0.2153c -0.2153,-0.0000 -0.5562,0.2512 -0.6817 0.4306c 0.5023,0.5382 0.7356,1.0585 0.7356 1.9017c 0.0000,1.7582 -1.4352,2.7090 -2.9422 2.7090c -0.6638,-0.0000 -1.2020,-0.1256 -1.6146 -0.3768c -0.1973,0.3050 -0.3050,0.6817 -0.3050 1.0406c 0.0000,0.7714 0.5920,0.9688 1.0944 0.9688c 0.0897,-0.0000 0.3050,-0.0179 0.5562 -0.0359c 0.4126,-0.0538 0.8611,-0.0897 1.1661 -0.0897c 0.6279,-0.0000 1.8120,0.1256 2.5296 0.7356c 0.4844,0.4485 0.7535,0.8791 0.7535 1.4532c 0.0000,1.9376 -2.5476,2.9602 -4.8619 2.9602c -1.3097,-0.0000 -2.7628,-0.4844 -2.7628 -2.0452c 0.0000,-0.7714 0.4844,-1.5967 1.3994 -2.1708c -0.4485,-0.2332 -0.7714,-0.6817 -0.7714 -1.3276c 0.0000,-0.6100 0.2691,-1.3814 0.7535 -1.8120c -0.4844,-0.4844 -0.8970,-1.0944 -0.8970 -2.0811c 0.0000,-1.6505 1.4532,-2.7090 2.9781 -2.7090c 1.0047,-0.0000 1.6326,0.4126 1.8299 0.5562c 0.4485,-0.6100 1.2558,-0.9150 1.7043 -0.9150c 0.4665,-0.0000 0.7894,0.3050 0.7894 0.6817c 0.0000,0.3947 -0.2512,0.6459 -0.6100 0.6459ZM 401.1614,314.8800 ZM 402.8657,313.5883 v -8.9882 c 0.0000,-1.0226 -0.1794,-1.3097 -0.5382 -1.3097l -0.5741,0.0718 c -0.0538,-0.0000 -0.1076,-0.0359 -0.1076 -0.0897l -0.0359,-0.4485 c 0.2870,-0.0000 0.9508,-0.1076 1.2558 -0.1615c 0.3229,-0.0718 0.5741,-0.1435 0.9329 -0.3050h 0.3947 v 11.2308 c 0.0000,0.5203 0.1973,0.7894 0.7714 0.7894h 0.4306 c 0.0718,-0.0000 0.1435,0.0538 0.1435 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.3097,-0.0359 -2.0093 -0.0359c -0.6279,-0.0000 -1.9376,0.0359 -1.9376 0.0359l -0.0179,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0359,-0.1435 0.1256 -0.1435h 0.4306 c 0.5920,-0.0000 0.7714,-0.2691 0.7714 -0.7894ZM 405.8259,314.8800 ZM 409.5576,307.5244 c 0.0000,0.0897 -0.1076,0.1435 -0.1973 0.1435c -0.5382,-0.0000 -0.7714,0.1076 -0.7714 0.3947c 0.0000,0.1076 0.0359,0.2512 0.1076 0.4126l 1.9735,4.6287 l 1.9914,-4.5569 c 0.0897,-0.1615 0.1256,-0.3050 0.1256 -0.4126c 0.0000,-0.3768 -0.3588,-0.4665 -0.7535 -0.4665h -0.0718 c -0.0897,-0.0000 -0.1794,-0.0718 -0.1794 -0.1256v -0.3409 l 0.0359,-0.0538 c 0.0000,-0.0000 1.0585,0.0359 1.6864 0.0359c 0.5023,-0.0000 1.2379,-0.0359 1.2379 -0.0359l 0.0538,0.0359 v 0.3409 c 0.0000,0.0897 -0.0718,0.1435 -0.1973 0.1435c -0.6817,-0.0000 -1.0226,0.6997 -1.2738 1.2200c -0.9508,2.0093 -1.7402,3.8572 -3.1755 7.3197c -0.5382,1.2917 -1.1841,2.7987 -2.4579 2.7987c -0.3409,-0.0000 -1.0406,-0.1973 -1.0406 -0.8432c 0.0000,-0.5382 0.3947,-0.6997 0.6817 -0.6997c 0.2691,-0.0000 0.4485,0.1076 0.5562 0.2512c 0.1794,0.1794 0.3050,0.3050 0.4844 0.3050c 0.2691,-0.0000 0.8970,-1.5429 1.3455 -2.6373c 0.1076,-0.2153 0.1435,-0.3947 0.1435 -0.5562c 0.0000,-0.1794 -0.1615,-0.6638 -0.3050 -1.0226l -2.2605,-5.2566 c -0.2870,-0.6817 -0.4844,-0.8791 -1.0944 -0.8791c -0.1076,-0.0000 -0.1794,-0.0538 -0.1794 -0.1256v -0.3588 l 0.0359,-0.0359 c 0.0000,-0.0000 0.7894,0.0359 1.3276 0.0359c 0.8432,-0.0000 2.1349,-0.0359 2.1349 -0.0359l 0.0359,0.0538 v 0.3229 ZM 414.9577,314.8800 ZM 417.6308,309.2467 v 4.4672 c 0.6279,0.7356 1.2200,0.7714 1.5070 0.7714c 1.9196,-0.0000 2.3502,-1.7941 2.3502 -3.3369c 0.0000,-2.1708 -0.8791,-3.3728 -1.9735 -3.3728c -0.6100,-0.0000 -1.4891,0.5203 -1.8838 1.4711ZM 417.6308,309.2467 ZM 416.3032,317.7146 v -8.8806 c 0.0000,-0.6817 -0.1615,-0.8073 -0.4126 -0.8073c -0.2332,-0.0000 -0.4485,0.0179 -0.7535 0.0897l -0.0897,-0.5023 c 1.1482,-0.1973 1.3635,-0.2691 1.8658 -0.5203c 0.1973,-0.0897 0.3229,-0.1435 0.4485 -0.1435h 0.2691 l -0.0538,1.4352 h 0.0538 c 0.8253,-1.2558 1.7941,-1.4352 2.3681 -1.4352c 1.7402,-0.0000 2.8884,1.8120 2.8884 3.7137c 0.0000,1.4532 -0.4485,2.5655 -1.2558 3.3908c -0.6997,0.6997 -1.4352,1.0406 -2.3861 1.0406c -0.6459,-0.0000 -1.1482,-0.1435 -1.6146 -0.3947v 3.0140 c 0.0000,0.5203 0.1973,0.7894 0.7714 0.7894h 0.3409 c 0.0897,-0.0000 0.1615,0.0538 0.1615 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.2379,-0.0359 -1.9376 -0.0359c -0.6279,-0.0000 -1.8479,0.0359 -1.8479 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0538,-0.1435 0.1435 -0.1435h 0.3409 c 0.5920,-0.0000 0.7714,-0.2691 0.7714 -0.7894ZM 423.5512,314.8800 ZM 426.4755,302.3575 v 6.0818 c 1.2020,-1.2020 2.2605,-1.4891 2.9602 -1.4891c 1.2917,-0.0000 1.9376,0.9867 1.9376 2.8346v 3.8034 c 0.0000,0.5203 0.1794,0.7894 0.7714 0.7894h 0.3409 c 0.0718,-0.0000 0.1435,0.0538 0.1435 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.2200,-0.0359 -1.9376 -0.0359c -0.6279,-0.0000 -1.8479,0.0359 -1.8479 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0538,-0.1435 0.1435 -0.1435h 0.3409 c 0.6100,-0.0000 0.7714,-0.2691 0.7714 -0.7894v -4.0007 c 0.0000,-1.4532 -0.3947,-1.7941 -1.3994 -1.7941c -0.5203,-0.0000 -1.2917,0.4665 -2.1529 1.3097v 4.4851 c 0.0000,0.5203 0.1794,0.7894 0.7714 0.7894h 0.3409 c 0.0718,-0.0000 0.1435,0.0538 0.1435 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.2200,-0.0359 -1.9196 -0.0359c -0.6459,-0.0000 -1.8479,0.0359 -1.8479 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0359,-0.1435 0.1256 -0.1435h 0.3409 c 0.6100,-0.0000 0.7714,-0.2691 0.7714 -0.7894v -8.9882 c 0.0000,-1.0226 -0.1615,-1.3097 -0.5203 -1.3097l -0.5920,0.0718 c -0.0538,-0.0000 -0.0897,-0.0359 -0.0897 -0.0897l -0.0359,-0.4485 c 0.2870,-0.0000 0.9329,-0.1076 1.2379 -0.1615c 0.3229,-0.0718 0.5920,-0.1435 0.9508 -0.3050h 0.3947 ZM 432.8443,314.8800 ZM 433.6158,312.3683 l 0.4844,-0.0179 c 0.0538,0.4485 0.2512,1.3097 0.6459 1.7223c 0.1794,0.1973 0.6638,0.5203 1.3276 0.5203c 0.6279,-0.0000 1.5608,-0.5023 1.5608 -1.3814c 0.0000,-0.7714 -0.4306,-1.2917 -1.8479 -1.9017c -1.3097,-0.5741 -1.9914,-0.9508 -1.9914 -2.2964c 0.0000,-1.2020 1.0585,-2.0632 2.4758 -2.0632c 0.8970,-0.0000 1.5608,0.1615 2.1170 0.4485c 0.1076,0.5741 0.1615,1.1841 0.1973 1.8299l -0.4844,0.0179 c -0.3768,-1.4711 -1.4532,-1.7582 -1.8299 -1.7582c -0.6817,-0.0000 -1.3814,0.2691 -1.3814 1.2558c 0.0000,0.7176 0.3409,1.0764 1.3276 1.4352c 1.4532,0.5382 2.6193,1.1841 2.6193 2.6193c 0.0000,1.7761 -1.8838,2.2964 -2.7270 2.2964c -0.6279,-0.0000 -1.1482,-0.0718 -1.6146 -0.1973c -0.1256,-0.0179 -0.2153,-0.0359 -0.3409 -0.0359c -0.0897,-0.0000 -0.2332,0.0179 -0.4126 0.0538c 0.0000,-0.7535 -0.0538,-1.6685 -0.1256 -2.5476ZM 443.9854,314.8800 ZM 446.9097,302.3575 v 6.0818 c 1.2020,-1.2020 2.2605,-1.4891 2.9602 -1.4891c 1.2917,-0.0000 1.9376,0.9867 1.9376 2.8346v 3.8034 c 0.0000,0.5203 0.1794,0.7894 0.7714 0.7894h 0.3409 c 0.0718,-0.0000 0.1435,0.0538 0.1435 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.2200,-0.0359 -1.9376 -0.0359c -0.6279,-0.0000 -1.8479,0.0359 -1.8479 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0538,-0.1435 0.1435 -0.1435h 0.3409 c 0.6100,-0.0000 0.7714,-0.2691 0.7714 -0.7894v -4.0007 c 0.0000,-1.4532 -0.3947,-1.7941 -1.3994 -1.7941c -0.5203,-0.0000 -1.2917,0.4665 -2.1529 1.3097v 4.4851 c 0.0000,0.5203 0.1794,0.7894 0.7714 0.7894h 0.3409 c 0.0718,-0.0000 0.1435,0.0538 0.1435 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.2200,-0.0359 -1.9196 -0.0359c -0.6459,-0.0000 -1.8479,0.0359 -1.8479 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0359,-0.1435 0.1256 -0.1435h 0.3409 c 0.6100,-0.0000 0.7714,-0.2691 0.7714 -0.7894v -8.9882 c 0.0000,-1.0226 -0.1615,-1.3097 -0.5203 -1.3097l -0.5920,0.0718 c -0.0538,-0.0000 -0.0897,-0.0359 -0.0897 -0.0897l -0.0359,-0.4485 c 0.2870,-0.0000 0.9329,-0.1076 1.2379 -0.1615c 0.3229,-0.0718 0.5920,-0.1435 0.9508 -0.3050h 0.3947 ZM 453.2786,314.8800 ZM 458.4993,310.4846 l -1.4173,0.3588 c -1.5788,0.4844 -1.8120,1.3097 -1.8120 2.1170c 0.0000,0.5562 0.2691,1.3994 1.3994 1.3994c 0.5382,-0.0000 1.3635,-0.5203 1.8299 -0.9150v -2.9602 ZM 458.4993,310.4846 ZM 459.6475,315.0953 c -0.6817,-0.0000 -1.0585,-0.6100 -1.1303 -1.0406l -0.4126,0.2870 c -0.8253,0.5741 -1.1303,0.7535 -1.9555 0.7535c -1.2558,-0.0000 -2.1708,-0.7176 -2.1708 -2.0632c 0.0000,-1.3635 1.1661,-2.2964 2.8705 -2.7270l 1.6505,-0.4126 c 0.0000,-2.0273 -0.9329,-2.4040 -1.5429 -2.4040c -0.6817,-0.0000 -1.4711,0.3050 -1.4711 0.8611c 0.0000,0.1973 0.0359,0.3050 0.0538 0.3588c 0.0359,0.0718 0.0538,0.1973 0.0538 0.3229c 0.0000,0.2332 -0.1794,0.5920 -0.6997 0.5920c -0.4306,-0.0000 -0.7176,-0.2870 -0.7176 -0.7176c 0.0000,-1.0406 1.6864,-1.9555 2.8346 -1.9555c 1.3097,-0.0000 2.8167,0.5382 2.8167 3.0858v 2.6373 c 0.0000,1.0944 0.0179,1.5608 0.4306 1.5608c 0.3947,-0.0000 0.5023,-0.5023 0.5203 -0.8970l 0.4485,0.0897 c -0.1076,1.3097 -0.6638,1.6685 -1.5788 1.6685ZM 461.3698,314.8800 ZM 467.2901,307.6679 h -0.0897 c -0.0897,-0.0000 -0.1435,-0.0718 -0.1435 -0.1256v -0.3588 l 0.0718,-0.0359 c 0.0000,-0.0000 1.0226,0.0359 1.6864 0.0359c 0.4665,-0.0000 1.2200,-0.0359 1.2200 -0.0359l 0.0359,0.0359 v 0.3229 c 0.0000,0.0897 -0.0897,0.1615 -0.1973 0.1615c -0.5203,-0.0000 -0.9329,0.2332 -1.2200 0.9329l -2.4758,6.0818 c -0.1256,0.3050 -0.2512,0.4126 -0.4306 0.4126c -0.2332,-0.0000 -0.3409,-0.1076 -0.4485 -0.3768l -2.4399,-6.1895 c -0.2512,-0.6459 -0.6279,-0.8611 -1.1482 -0.8611c -0.0897,-0.0000 -0.1794,-0.0359 -0.1794 -0.1256v -0.3588 l 0.0538,-0.0359 c 0.0000,-0.0000 0.9508,0.0359 1.5608 0.0359c 0.6997,-0.0000 1.7941,-0.0359 1.7941 -0.0359l 0.0718,0.0359 v 0.3409 c 0.0000,0.1256 -0.1076,0.1435 -0.1615 0.1435h -0.3050 c -0.3588,0.0179 -0.5203,0.1256 -0.5203 0.3050c 0.0000,0.1256 0.0718,0.2691 0.1794 0.5203l 1.5429,3.9110 l 0.3050,0.8253 l 0.3050,-0.7714 l 1.5967,-3.9290 c 0.0897,-0.1973 0.1435,-0.3588 0.1435 -0.4844c 0.0000,-0.2691 -0.1973,-0.3768 -0.8073 -0.3768ZM 470.2862,314.8800 ZM 472.3314,309.9105 h 3.3011 c 0.1794,-0.0000 0.2512,-0.0897 0.2512 -0.2512c 0.0000,-1.6685 -0.8432,-2.0990 -1.4891 -2.0990c -0.4126,-0.0000 -1.7582,0.1615 -2.0632 2.3502ZM 472.3314,309.9105 ZM 477.0677,313.2115 l 0.3588,0.2870 c -0.6817,0.9329 -1.7402,1.5967 -3.0319 1.5967c -2.4579,-0.0000 -3.4984,-1.8299 -3.4984 -3.7854c 0.0000,-2.7270 1.7941,-4.3595 3.4984 -4.3595c 2.3681,-0.0000 2.9243,1.8479 2.9243 3.3549c 0.0000,0.1973 -0.1256,0.3050 -0.3229 0.3050h -4.7184 c -0.0179,0.1076 -0.0179,0.2153 -0.0179 0.3588c 0.0000,1.8299 1.2738,3.2472 2.5655 3.2472c 0.9867,-0.0000 1.6146,-0.3229 2.2426 -1.0047ZM 482.4499,314.8800 ZM 487.6706,310.4846 l -1.4173,0.3588 c -1.5788,0.4844 -1.8120,1.3097 -1.8120 2.1170c 0.0000,0.5562 0.2691,1.3994 1.3994 1.3994c 0.5382,-0.0000 1.3635,-0.5203 1.8299 -0.9150v -2.9602 ZM 487.6706,310.4846 ZM 488.8188,315.0953 c -0.6817,-0.0000 -1.0585,-0.6100 -1.1303 -1.0406l -0.4126,0.2870 c -0.8253,0.5741 -1.1303,0.7535 -1.9555 0.7535c -1.2558,-0.0000 -2.1708,-0.7176 -2.1708 -2.0632c 0.0000,-1.3635 1.1661,-2.2964 2.8705 -2.7270l 1.6505,-0.4126 c 0.0000,-2.0273 -0.9329,-2.4040 -1.5429 -2.4040c -0.6817,-0.0000 -1.4711,0.3050 -1.4711 0.8611c 0.0000,0.1973 0.0359,0.3050 0.0538 0.3588c 0.0359,0.0718 0.0538,0.1973 0.0538 0.3229c 0.0000,0.2332 -0.1794,0.5920 -0.6997 0.5920c -0.4306,-0.0000 -0.7176,-0.2870 -0.7176 -0.7176c 0.0000,-1.0406 1.6864,-1.9555 2.8346 -1.9555c 1.3097,-0.0000 2.8167,0.5382 2.8167 3.0858v 2.6373 c 0.0000,1.0944 0.0179,1.5608 0.4306 1.5608c 0.3947,-0.0000 0.5023,-0.5023 0.5203 -0.8970l 0.4485,0.0897 c -0.1076,1.3097 -0.6638,1.6685 -1.5788 1.6685ZM 495.0262,314.8800 ZM 495.7976,312.3683 l 0.4844,-0.0179 c 0.0538,0.4485 0.2512,1.3097 0.6459 1.7223c 0.1794,0.1973 0.6638,0.5203 1.3276 0.5203c 0.6279,-0.0000 1.5608,-0.5023 1.5608 -1.3814c 0.0000,-0.7714 -0.4306,-1.2917 -1.8479 -1.9017c -1.3097,-0.5741 -1.9914,-0.9508 -1.9914 -2.2964c 0.0000,-1.2020 1.0585,-2.0632 2.4758 -2.0632c 0.8970,-0.0000 1.5608,0.1615 2.1170 0.4485c 0.1076,0.5741 0.1615,1.1841 0.1973 1.8299l -0.4844,0.0179 c -0.3768,-1.4711 -1.4532,-1.7582 -1.8299 -1.7582c -0.6817,-0.0000 -1.3814,0.2691 -1.3814 1.2558c 0.0000,0.7176 0.3409,1.0764 1.3276 1.4352c 1.4532,0.5382 2.6193,1.1841 2.6193 2.6193c 0.0000,1.7761 -1.8838,2.2964 -2.7270 2.2964c -0.6279,-0.0000 -1.1482,-0.0718 -1.6146 -0.1973c -0.1256,-0.0179 -0.2153,-0.0359 -0.3409 -0.0359c -0.0897,-0.0000 -0.2332,0.0179 -0.4126 0.0538c 0.0000,-0.7535 -0.0538,-1.6685 -0.1256 -2.5476ZM 501.6821,314.8800 ZM 503.0815,304.6360 c 0.0000,-0.4665 0.3768,-0.8611 0.8432 -0.8611c 0.4844,-0.0000 0.8611,0.3947 0.8611 0.8611c 0.0000,0.4844 -0.3768,0.8611 -0.8611 0.8611c -0.4665,-0.0000 -0.8432,-0.3768 -0.8432 -0.8611ZM 503.0815,304.6360 ZM 504.7858,313.5883 c 0.0000,0.5203 0.1973,0.7894 0.7714 0.7894h 0.3409 c 0.0897,-0.0000 0.1615,0.0538 0.1615 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.2379,-0.0359 -1.9376 -0.0359c -0.6279,-0.0000 -1.8479,0.0359 -1.8479 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0538,-0.1435 0.1435 -0.1435h 0.3409 c 0.5920,-0.0000 0.7714,-0.2691 0.7714 -0.7894v -4.4672 c 0.0000,-0.9508 -0.1615,-1.0944 -0.4126 -1.0944c -0.2332,-0.0000 -0.4485,0.0179 -0.7535 0.0897l -0.0897,-0.5023 c 1.1482,-0.1973 1.3455,-0.2691 1.8658 -0.5203c 0.1973,-0.0718 0.3229,-0.1435 0.4485 -0.1435h 0.2691 v 6.6380 ZM 506.4184,314.8800 ZM 517.2365,313.5883 v -4.1263 c 0.0000,-1.2020 -0.4665,-1.6505 -1.1482 -1.6505c -0.6997,-0.0000 -1.2558,0.3588 -2.1170 1.3097c 0.0359,0.2153 0.0359,0.4665 0.0359 0.7176v 3.7496 c 0.0000,0.5203 0.1794,0.7894 0.7714 0.7894h 0.3050 c 0.0897,-0.0000 0.1615,0.0538 0.1615 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.2020,-0.0359 -1.9017 -0.0359c -0.6459,-0.0000 -1.8838,0.0359 -1.8838 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0538,-0.1435 0.1435 -0.1435h 0.3588 c 0.6100,-0.0000 0.7714,-0.2691 0.7714 -0.7894v -4.0904 c 0.0000,-1.2020 -0.4844,-1.6864 -1.1661 -1.6864c -0.6279,-0.0000 -1.2200,0.4485 -2.0632 1.3276v 4.4492 c 0.0000,0.5203 0.1794,0.7894 0.7714 0.7894h 0.3409 c 0.0718,-0.0000 0.1435,0.0538 0.1435 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.2200,-0.0359 -1.9196 -0.0359c -0.6459,-0.0000 -1.8658,0.0359 -1.8658 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0538,-0.1435 0.1435 -0.1435h 0.3409 c 0.6100,-0.0000 0.7714,-0.2691 0.7714 -0.7894v -4.4672 c 0.0000,-1.0226 -0.1615,-1.0944 -0.3947 -1.0944c -0.2332,-0.0000 -0.4485,0.0179 -0.7535 0.0897l -0.0897,-0.5023 c 1.1303,-0.1973 1.3814,-0.2691 1.8658 -0.5203c 0.1794,-0.0897 0.3229,-0.1435 0.4485 -0.1435h 0.2691 l -0.0538,1.5608 h 0.0538 c 0.8432,-0.8970 1.5967,-1.5608 2.7090 -1.5608c 1.0047,-0.0000 1.6326,0.7356 1.7402 1.5429c 1.0406,-1.0764 1.8838,-1.5429 2.8525 -1.5429c 1.5788,-0.0000 1.8479,1.3097 1.8479 2.9064v 3.7316 c 0.0000,0.5203 0.1794,0.7894 0.7714 0.7894h 0.3409 c 0.0718,-0.0000 0.1435,0.0538 0.1435 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.2200,-0.0359 -1.9196 -0.0359c -0.6459,-0.0000 -1.8658,0.0359 -1.8658 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0538,-0.1435 0.1435 -0.1435h 0.3409 c 0.5920,-0.0000 0.7714,-0.2691 0.7714 -0.7894ZM 520.0532,314.8800 ZM 521.4526,304.6360 c 0.0000,-0.4665 0.3768,-0.8611 0.8432 -0.8611c 0.4844,-0.0000 0.8611,0.3947 0.8611 0.8611c 0.0000,0.4844 -0.3768,0.8611 -0.8611 0.8611c -0.4665,-0.0000 -0.8432,-0.3768 -0.8432 -0.8611ZM 521.4526,304.6360 ZM 523.1569,313.5883 c 0.0000,0.5203 0.1973,0.7894 0.7714 0.7894h 0.3409 c 0.0897,-0.0000 0.1615,0.0538 0.1615 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.2379,-0.0359 -1.9376 -0.0359c -0.6279,-0.0000 -1.8479,0.0359 -1.8479 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0538,-0.1435 0.1435 -0.1435h 0.3409 c 0.5920,-0.0000 0.7714,-0.2691 0.7714 -0.7894v -4.4672 c 0.0000,-0.9508 -0.1615,-1.0944 -0.4126 -1.0944c -0.2332,-0.0000 -0.4485,0.0179 -0.7535 0.0897l -0.0897,-0.5023 c 1.1482,-0.1973 1.3455,-0.2691 1.8658 -0.5203c 0.1973,-0.0718 0.3229,-0.1435 0.4485 -0.1435h 0.2691 v 6.6380 ZM 524.7895,314.8800 ZM 526.4939,313.5883 v -8.9882 c 0.0000,-1.0226 -0.1794,-1.3097 -0.5382 -1.3097l -0.5741,0.0718 c -0.0538,-0.0000 -0.1076,-0.0359 -0.1076 -0.0897l -0.0359,-0.4485 c 0.2870,-0.0000 0.9508,-0.1076 1.2558 -0.1615c 0.3229,-0.0718 0.5741,-0.1435 0.9329 -0.3050h 0.3947 v 11.2308 c 0.0000,0.5203 0.1973,0.7894 0.7714 0.7894h 0.4306 c 0.0718,-0.0000 0.1435,0.0538 0.1435 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.3097,-0.0359 -2.0093 -0.0359c -0.6279,-0.0000 -1.9376,0.0359 -1.9376 0.0359l -0.0179,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0359,-0.1435 0.1256 -0.1435h 0.4306 c 0.5920,-0.0000 0.7714,-0.2691 0.7714 -0.7894ZM 529.4540,314.8800 ZM 534.6747,310.4846 l -1.4173,0.3588 c -1.5788,0.4844 -1.8120,1.3097 -1.8120 2.1170c 0.0000,0.5562 0.2691,1.3994 1.3994 1.3994c 0.5382,-0.0000 1.3635,-0.5203 1.8299 -0.9150v -2.9602 ZM 534.6747,310.4846 ZM 535.8229,315.0953 c -0.6817,-0.0000 -1.0585,-0.6100 -1.1303 -1.0406l -0.4126,0.2870 c -0.8253,0.5741 -1.1303,0.7535 -1.9555 0.7535c -1.2558,-0.0000 -2.1708,-0.7176 -2.1708 -2.0632c 0.0000,-1.3635 1.1661,-2.2964 2.8705 -2.7270l 1.6505,-0.4126 c 0.0000,-2.0273 -0.9329,-2.4040 -1.5429 -2.4040c -0.6817,-0.0000 -1.4711,0.3050 -1.4711 0.8611c 0.0000,0.1973 0.0359,0.3050 0.0538 0.3588c 0.0359,0.0718 0.0538,0.1973 0.0538 0.3229c 0.0000,0.2332 -0.1794,0.5920 -0.6997 0.5920c -0.4306,-0.0000 -0.7176,-0.2870 -0.7176 -0.7176c 0.0000,-1.0406 1.6864,-1.9555 2.8346 -1.9555c 1.3097,-0.0000 2.8167,0.5382 2.8167 3.0858v 2.6373 c 0.0000,1.0944 0.0179,1.5608 0.4306 1.5608c 0.3947,-0.0000 0.5023,-0.5023 0.5203 -0.8970l 0.4485,0.0897 c -0.1076,1.3097 -0.6638,1.6685 -1.5788 1.6685ZM 537.5452,314.8800 ZM 539.1419,313.5883 v -4.4672 c 0.0000,-0.8970 -0.1256,-1.0944 -0.3947 -1.0944c -0.2332,-0.0000 -0.4485,0.0179 -0.7535 0.0897l -0.0897,-0.5023 c 1.1303,-0.1973 1.3276,-0.2512 1.8658 -0.5203c 0.1794,-0.0897 0.3229,-0.1435 0.4485 -0.1435h 0.2691 l -0.0538,1.6146 h 0.0538 c 0.4665,-0.6997 1.2558,-1.6146 2.0990 -1.6146c 0.7356,-0.0000 1.0047,0.3588 1.0047 0.8253c 0.0000,0.4665 -0.3050,0.7535 -0.7714 0.7535c -0.3588,-0.0000 -0.5562,-0.1435 -0.7356 -0.3229c -0.1076,-0.1076 -0.2332,-0.1615 -0.3588 -0.1615c -0.1973,-0.0000 -0.5920,0.3229 -1.0226 0.9329c -0.1256,0.1615 -0.2153,0.3947 -0.2153 0.6279v 3.9828 c 0.0000,0.5203 0.1794,0.7894 0.7714 0.7894h 0.5203 c 0.0897,-0.0000 0.1615,0.0538 0.1615 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.4173,-0.0359 -2.1170 -0.0359c -0.6459,-0.0000 -1.8658,0.0359 -1.8658 0.0359l -0.0179,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0359,-0.1435 0.1256 -0.1435h 0.3409 c 0.6100,-0.0000 0.7714,-0.2691 0.7714 -0.7894ZM 548.2557,314.8800 ZM 549.9062,313.5883 v -5.7230 h -1.2379 c -0.0718,-0.0000 -0.0897,-0.0179 -0.0897 -0.0897v -0.2512 c 0.0000,-0.1435 0.0897,-0.3588 0.4126 -0.3588h 0.9150 v -0.6997 c 0.0000,-2.7987 1.4532,-4.1084 2.9602 -4.1084c 0.6817,-0.0000 1.1482,0.1794 1.5967 0.4844c 0.3588,0.2691 0.5203,0.5741 0.5203 0.8611c 0.0000,0.3768 -0.2691,0.6459 -0.6100 0.6459c -0.3588,-0.0000 -0.5920,-0.1973 -0.7356 -0.5023c -0.2332,-0.5920 -0.5741,-0.8791 -1.1123 -0.8791c -0.5920,-0.0000 -1.2738,0.4306 -1.2738 3.1934v 1.0047 h 1.9735 c 0.0897,-0.0000 0.1435,0.0359 0.1435 0.1076v 0.3588 c 0.0000,0.1615 -0.2512,0.2332 -0.4126 0.2332h -1.7043 v 5.7230 c 0.0000,0.5203 0.1794,0.7894 0.7714 0.7894h 0.5920 c 0.0718,-0.0000 0.1435,0.0538 0.1435 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.4711,-0.0359 -2.1708 -0.0359c -0.6459,-0.0000 -1.8658,0.0359 -1.8658 0.0359l -0.0359,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0538,-0.1435 0.1435 -0.1435h 0.3409 c 0.6100,-0.0000 0.7714,-0.2691 0.7714 -0.7894ZM 553.7096,314.8800 ZM 555.7548,309.9105 h 3.3011 c 0.1794,-0.0000 0.2512,-0.0897 0.2512 -0.2512c 0.0000,-1.6685 -0.8432,-2.0990 -1.4891 -2.0990c -0.4126,-0.0000 -1.7582,0.1615 -2.0632 2.3502ZM 555.7548,309.9105 ZM 560.4911,313.2115 l 0.3588,0.2870 c -0.6817,0.9329 -1.7402,1.5967 -3.0319 1.5967c -2.4579,-0.0000 -3.4984,-1.8299 -3.4984 -3.7854c 0.0000,-2.7270 1.7941,-4.3595 3.4984 -4.3595c 2.3681,-0.0000 2.9243,1.8479 2.9243 3.3549c 0.0000,0.1973 -0.1256,0.3050 -0.3229 0.3050h -4.7184 c -0.0179,0.1076 -0.0179,0.2153 -0.0179 0.3588c 0.0000,1.8299 1.2738,3.2472 2.5655 3.2472c 0.9867,-0.0000 1.6146,-0.3229 2.2426 -1.0047ZM 561.3882,314.8800 ZM 563.4334,309.9105 h 3.3011 c 0.1794,-0.0000 0.2512,-0.0897 0.2512 -0.2512c 0.0000,-1.6685 -0.8432,-2.0990 -1.4891 -2.0990c -0.4126,-0.0000 -1.7582,0.1615 -2.0632 2.3502ZM 563.4334,309.9105 ZM 568.1697,313.2115 l 0.3588,0.2870 c -0.6817,0.9329 -1.7402,1.5967 -3.0319 1.5967c -2.4579,-0.0000 -3.4984,-1.8299 -3.4984 -3.7854c 0.0000,-2.7270 1.7941,-4.3595 3.4984 -4.3595c 2.3681,-0.0000 2.9243,1.8479 2.9243 3.3549c 0.0000,0.1973 -0.1256,0.3050 -0.3229 0.3050h -4.7184 c -0.0179,0.1076 -0.0179,0.2153 -0.0179 0.3588c 0.0000,1.8299 1.2738,3.2472 2.5655 3.2472c 0.9867,-0.0000 1.6146,-0.3229 2.2426 -1.0047ZM 569.0667,314.8800 ZM 570.7711,313.5883 v -8.9882 c 0.0000,-1.0226 -0.1794,-1.3097 -0.5382 -1.3097l -0.5741,0.0718 c -0.0538,-0.0000 -0.1076,-0.0359 -0.1076 -0.0897l -0.0359,-0.4485 c 0.2870,-0.0000 0.9508,-0.1076 1.2558 -0.1615c 0.3229,-0.0718 0.5741,-0.1435 0.9329 -0.3050h 0.3947 v 11.2308 c 0.0000,0.5203 0.1973,0.7894 0.7714 0.7894h 0.4306 c 0.0718,-0.0000 0.1435,0.0538 0.1435 0.1435v 0.3409 l -0.0359,0.0359 c 0.0000,-0.0000 -1.3097,-0.0359 -2.0093 -0.0359c -0.6279,-0.0000 -1.9376,0.0359 -1.9376 0.0359l -0.0179,-0.0359 v -0.3409 c 0.0000,-0.0897 0.0359,-0.1435 0.1256 -0.1435h 0.4306 c 0.5920,-0.0000 0.7714,-0.2691 0.7714 -0.7894Z"/></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 59.7239,257.8868 ZM 39.0282,255.4200 l 0.0000,-13.5515 c 0.0000,-0.6728 -0.5446,-0.7048 -0.7368 -0.7048l -0.1281,-0.8330 c 1.5698,-0.1281 3.2357,-0.3524 4.9336 -0.7048l 0.1602,0.9291 c -2.5629,0.6407 -2.9474,1.0892 -2.9474 2.8513l -0.0000,2.1144 c -0.0000,1.1533 0.2563,1.5378 1.3455 1.5378l 15.7620,0.0000 c 0.9931,0.0000 1.4096,-0.5126 1.4096 -1.7620l 0.0000,-0.8330 c 0.0000,-0.1602 0.0961,-0.2883 0.2563 -0.2883l 0.6087,0.0000 l 0.0641,0.0641 c 0.0000,-0.0000 -0.0641,2.8192 -0.0641 4.0687c -0.0000,1.1213 0.0641,4.1007 0.0641 4.1007l -0.0641,0.0641 l -0.6087,-0.0000 c -0.1602,-0.0000 -0.2563,-0.0961 -0.2563 -0.2563l 0.0000,-0.8330 c 0.0000,-1.3135 -0.5126,-1.7620 -1.4096 -1.7620l -15.8581,-0.0000 c -0.9931,-0.0000 -1.2494,0.3844 -1.2494 1.5698l -0.0000,2.6911 c -0.0000,1.7620 0.3844,2.1785 2.9474 2.8192l -0.1602,0.9611 c -1.6979,-0.3844 -3.3638,-0.5767 -4.9336 -0.7048l 0.1281,-0.8650 c 0.1922,0.0000 0.7368,0.0000 0.7368 -0.6728ZM 59.7239,240.9715 ZM 50.8497,237.3193 l 0.0000,-5.8947 c 0.0000,-0.3204 -0.1602,-0.4485 -0.4485 -0.4485c -2.9794,-0.0000 -3.7483,1.5057 -3.7483 2.6590c -0.0000,0.7368 0.2883,3.1396 4.1968 3.6842ZM 50.8497,237.3193 ZM 56.7444,228.8616 l 0.5126,-0.6407 c 1.6659,1.2174 2.8513,3.1076 2.8513 5.4142c -0.0000,4.3890 -3.2677,6.2471 -6.7597 6.2471c -4.8696,-0.0000 -7.7849,-3.2037 -7.7849 -6.2471c 0.0000,-4.2288 3.2998,-5.2220 5.9909 -5.2220c 0.3524,0.0000 0.5446,0.2243 0.5446 0.5767l -0.0000,8.4256 c 0.1922,0.0320 0.3844,0.0320 0.6407 0.0320c 3.2677,0.0000 5.7986,-2.2746 5.7986 -4.5812c 0.0000,-1.7620 -0.5767,-2.8833 -1.7941 -4.0046ZM 59.7239,227.2598 ZM 46.8451,220.9486 c -0.0000,0.6407 0.1602,0.7689 0.3844 0.7689c 0.1602,0.0000 0.4485,-0.1281 1.0252 -0.4805l 2.8833,-1.9542 c 0.1922,-0.0961 0.2883,-0.1922 0.2883 -0.3204c 0.0000,-0.0961 -0.0641,-0.1602 -0.2243 -0.2883l -2.9153,-2.0824 c -0.4485,-0.3524 -0.8009,-0.5446 -1.0572 -0.5446c -0.2563,-0.0000 -0.3844,0.2243 -0.3844 0.6728l -0.0000,0.5126 c -0.0000,0.0961 -0.0641,0.1922 -0.2243 0.1922l -0.6087,-0.0000 l -0.0961,-0.0961 c 0.0000,-0.0000 0.0641,-1.5057 0.0641 -2.4989c 0.0000,-1.0252 -0.0641,-2.5950 -0.0641 -2.5950l 0.0641,-0.0320 l 0.6087,0.0000 c 0.2243,0.0000 0.2563,0.1922 0.2563 0.3844c -0.0000,1.1854 0.3844,1.6659 1.8902 2.8513l 3.4279,2.6911 c 0.0961,0.0641 0.1602,0.0961 0.2243 0.0961c 0.0641,0.0000 0.1602,-0.0320 0.2563 -0.0961l 4.0687,-2.8833 c 2.0824,-1.4737 2.1144,-1.8902 2.1144 -2.9153c 0.0000,-0.3204 0.0641,-0.4485 0.2563 -0.4485l 0.6087,0.0000 l 0.0641,0.0320 c 0.0000,-0.0000 -0.0641,1.7300 -0.0641 2.8192c -0.0000,1.3135 0.0641,3.3318 0.0641 3.3318l -0.0641,0.0641 l -0.6087,-0.0000 c -0.1602,-0.0000 -0.2563,-0.0641 -0.2563 -0.2243l 0.0000,-0.3844 c 0.0000,-0.5126 -0.0961,-0.7368 -0.3524 -0.7368c -0.2883,-0.0000 -0.7689,0.3524 -1.4416 0.8650l -2.5629,1.8581 c -0.1602,0.1281 -0.2243,0.1922 -0.2243 0.2883c -0.0000,0.0641 0.0961,0.1602 0.2883 0.2883l 2.9153,2.0183 c 0.6407,0.4805 0.8009,0.5767 1.0252 0.5767c 0.2243,0.0000 0.3524,-0.1922 0.3524 -0.6728l 0.0000,-0.4485 c 0.0000,-0.1602 0.0961,-0.2243 0.2563 -0.2243l 0.6087,0.0000 l 0.0641,0.0641 c 0.0000,-0.0000 -0.0641,1.6659 -0.0641 2.6911c -0.0000,0.9291 0.0641,2.4027 0.0641 2.4027l -0.0641,0.0641 l -0.5446,-0.0000 c -0.1922,-0.0000 -0.3204,-0.1281 -0.3204 -0.4165c 0.0000,-0.7689 -0.1602,-1.5057 -1.8902 -2.8513l -3.4600,-2.6911 c -0.0641,-0.0320 -0.1281,-0.0641 -0.2243 -0.0641c -0.0961,-0.0000 -0.1602,0.0320 -0.2563 0.0961l -4.0687,2.7872 c -1.3135,0.8970 -2.0824,1.4737 -2.0824 2.5950c -0.0000,0.2243 -0.0961,0.4485 -0.2243 0.4485l -0.6087,-0.0000 l -0.0961,-0.0641 l 0.0641,-2.5309 l -0.0641,-3.5561 l 0.0961,-0.0961 l 0.5767,0.0000 c 0.1602,0.0000 0.2563,0.1281 0.2563 0.2563l -0.0000,0.4805 ZM 59.7239,211.3376 ZM 47.1975,206.0836 l 8.2014,0.0000 c 1.9863,0.0000 2.9474,-0.1922 2.9474 -1.0572c 0.0000,-0.8330 -0.2563,-1.4737 -0.8970 -2.3066l 0.5446,-0.5767 c 1.4096,1.2494 2.1144,2.5309 2.1144 4.0046c -0.0000,1.4737 -0.8970,2.3387 -3.1716 2.3387l -9.7391,-0.0000 l -0.0000,2.0824 c -0.0000,0.0961 -0.0320,0.1281 -0.1281 0.1281l -0.9931,-0.0000 c -0.0961,-0.0000 -0.1281,-0.0320 -0.1281 -0.0961c 0.0000,-2.1465 -1.2494,-2.6590 -3.6842 -2.6590l -0.6087,-0.0000 l -0.6407,-1.8581 l 4.9336,0.0000 l 0.0000,-3.5240 c 0.0000,-0.1602 0.0641,-0.2563 0.1922 -0.2563l 0.6407,0.0000 c 0.2883,0.0000 0.4165,0.4485 0.4165 0.7689l -0.0000,3.0114 ZM 59.7239,193.6533 ZM 60.1083,182.2803 c -0.0000,6.8879 -5.3181,10.1877 -10.4760 10.1877c -6.3112,-0.0000 -10.9886,-4.9016 -10.9886 -10.2197c 0.0000,-3.9405 1.3455,-5.1899 1.4416 -7.0160c 1.7620,-0.0961 3.2998,-0.3844 4.9657 -0.7048l 0.1281,0.9611 c -2.7552,0.8330 -5.3501,2.6911 -5.3501 7.1121c -0.0000,2.5309 2.6911,7.0801 9.1945 7.0801c 4.6773,0.0000 9.7712,-2.4027 9.7712 -7.3684c 0.0000,-2.9794 -1.0572,-5.1579 -3.5561 -7.4325l 0.4805,-0.7368 c 2.8513,2.1785 4.3890,5.0298 4.3890 8.1373ZM 59.7239,173.0218 ZM 37.3623,167.7998 l 10.8604,0.0000 c -2.1465,-2.1465 -2.6590,-4.0366 -2.6590 -5.2860c 0.0000,-2.3066 1.7620,-3.4600 5.0618 -3.4600l 6.7918,0.0000 c 0.9291,0.0000 1.4096,-0.3204 1.4096 -1.3776l 0.0000,-0.6087 c 0.0000,-0.1281 0.0961,-0.2563 0.2563 -0.2563l 0.6087,0.0000 l 0.0641,0.0641 c 0.0000,-0.0000 -0.0641,2.1785 -0.0641 3.4600c -0.0000,1.1213 0.0641,3.2998 0.0641 3.2998l -0.0641,0.0641 l -0.6087,-0.0000 c -0.1602,-0.0000 -0.2563,-0.0961 -0.2563 -0.2563l 0.0000,-0.6087 c 0.0000,-1.0892 -0.4805,-1.3776 -1.4096 -1.3776l -7.1442,-0.0000 c -2.5950,-0.0000 -3.2037,0.7048 -3.2037 2.4989c -0.0000,0.9291 0.8330,2.3066 2.3387 3.8444l 8.0092,0.0000 c 0.9291,0.0000 1.4096,-0.3204 1.4096 -1.3776l 0.0000,-0.6087 c 0.0000,-0.1281 0.0961,-0.2563 0.2563 -0.2563l 0.6087,0.0000 l 0.0641,0.0641 c 0.0000,-0.0000 -0.0641,2.1785 -0.0641 3.4279c -0.0000,1.1533 0.0641,3.2998 0.0641 3.2998l -0.0641,0.0641 l -0.6087,-0.0000 c -0.1602,-0.0000 -0.2563,-0.0641 -0.2563 -0.2243l 0.0000,-0.6087 c 0.0000,-1.0892 -0.4805,-1.3776 -1.4096 -1.3776l -16.0504,-0.0000 c -1.8261,-0.0000 -2.3387,0.2883 -2.3387 0.9291l 0.1281,1.0572 c -0.0000,0.0961 -0.0641,0.1602 -0.1602 0.1602l -0.8009,0.0641 c 0.0000,-0.5126 -0.1922,-1.6659 -0.2883 -2.2105c -0.1281,-0.5767 -0.2563,-1.0572 -0.5446 -1.6979l 0.0000,-0.7048 ZM 59.7239,156.4268 ZM 51.8749,147.1041 l 0.6407,2.5309 c 0.8650,2.8192 2.3387,3.2357 3.7803 3.2357c 0.9931,0.0000 2.4989,-0.4805 2.4989 -2.4989c 0.0000,-0.9611 -0.9291,-2.4348 -1.6339 -3.2677l -5.2860,-0.0000 ZM 51.8749,147.1041 ZM 60.1083,145.0538 c -0.0000,1.2174 -1.0892,1.8902 -1.8581 2.0183l 0.5126,0.7368 c 1.0252,1.4737 1.3455,2.0183 1.3455 3.4920c -0.0000,2.2426 -1.2815,3.8764 -3.6842 3.8764c -2.4348,-0.0000 -4.1007,-2.0824 -4.8696 -5.1259l -0.7368,-2.9474 c -3.6201,-0.0000 -4.2929,1.6659 -4.2929 2.7552c -0.0000,1.2174 0.5446,2.6270 1.5378 2.6270c 0.3524,0.0000 0.5446,-0.0641 0.6407 -0.0961c 0.1281,-0.0641 0.3524,-0.0961 0.5767 -0.0961c 0.4165,0.0000 1.0572,0.3204 1.0572 1.2494c -0.0000,0.7689 -0.5126,1.2815 -1.2815 1.2815c -1.8581,-0.0000 -3.4920,-3.0114 -3.4920 -5.0618c 0.0000,-2.3387 0.9611,-5.0298 5.5103 -5.0298l 4.7094,0.0000 c 1.9542,0.0000 2.7872,-0.0320 2.7872 -0.7689c 0.0000,-0.7048 -0.8970,-0.8970 -1.6018 -0.9291l 0.1602,-0.8009 c 2.3387,0.1922 2.9794,1.1854 2.9794 2.8192ZM 59.7239,141.9782 ZM 57.4172,139.1270 l -7.9771,-0.0000 c -1.6018,-0.0000 -1.9542,0.2243 -1.9542 0.7048c -0.0000,0.4165 0.0320,0.8009 0.1602 1.3455l -0.8970,0.1602 c -0.3524,-2.0183 -0.4485,-2.3707 -0.9291 -3.3318c -0.1602,-0.3204 -0.2563,-0.5767 -0.2563 -0.8009l 0.0000,-0.4805 l 2.8833,0.0961 l 0.0000,-0.0961 c -1.2494,-0.8330 -2.8833,-2.2426 -2.8833 -3.7483c 0.0000,-1.3135 0.6407,-1.7941 1.4737 -1.7941c 0.8330,0.0000 1.3455,0.5446 1.3455 1.3776c -0.0000,0.6407 -0.2563,0.9931 -0.5767 1.3135c -0.1922,0.1922 -0.2883,0.4165 -0.2883 0.6407c -0.0000,0.3524 0.5767,1.0572 1.6659 1.8261c 0.2883,0.2243 0.7048,0.3844 1.1213 0.3844l 7.1121,0.0000 c 0.9291,0.0000 1.4096,-0.3204 1.4096 -1.3776l 0.0000,-0.9291 c 0.0000,-0.1602 0.0961,-0.2883 0.2563 -0.2883l 0.6087,0.0000 l 0.0641,0.0641 c 0.0000,-0.0000 -0.0641,2.5309 -0.0641 3.7803c -0.0000,1.1533 0.0641,3.3318 0.0641 3.3318l -0.0641,0.0320 l -0.6087,-0.0000 c -0.1602,-0.0000 -0.2563,-0.0641 -0.2563 -0.2243l 0.0000,-0.6087 c 0.0000,-1.0892 -0.4805,-1.3776 -1.4096 -1.3776ZM 59.7239,130.8615 ZM 47.1975,125.6075 l 8.2014,0.0000 c 1.9863,0.0000 2.9474,-0.1922 2.9474 -1.0572c 0.0000,-0.8330 -0.2563,-1.4737 -0.8970 -2.3066l 0.5446,-0.5767 c 1.4096,1.2494 2.1144,2.5309 2.1144 4.0046c -0.0000,1.4737 -0.8970,2.3387 -3.1716 2.3387l -9.7391,-0.0000 l -0.0000,2.0824 c -0.0000,0.0961 -0.0320,0.1281 -0.1281 0.1281l -0.9931,-0.0000 c -0.0961,-0.0000 -0.1281,-0.0320 -0.1281 -0.0961c 0.0000,-2.1465 -1.2494,-2.6590 -3.6842 -2.6590l -0.6087,-0.0000 l -0.6407,-1.8581 l 4.9336,0.0000 l 0.0000,-3.5240 c 0.0000,-0.1602 0.0641,-0.2563 0.1922 -0.2563l 0.6407,0.0000 c 0.2883,0.0000 0.4165,0.4485 0.4165 0.7689l -0.0000,3.0114 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 91.8361,260.8701 l -0.0000,-154.5447 h -3.0909 l -0.0000,154.5447 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 75.9011,106.3253 ZM 76.4957,101.7838 c 0.0000,-0.5843 0.5638,-1.3840 1.6403 -1.3840c 0.7894,-0.0000 1.7120,0.2973 1.7120 1.4762c 0.0000,0.7791 -0.3998,1.1687 -0.9534 1.7018l -0.9739,0.9432 c -0.0513,0.0513 -0.7381,0.7279 -0.7381 1.2097h 1.7428 c 0.3486,-0.0000 0.5331,-0.1743 0.6766 -0.7381l 0.2563,0.0410 l -0.2050,1.2917 h -3.1678 c 0.0000,-0.5741 0.0923,-1.0149 1.0457 -1.9888l 0.7176,-0.7074 c 0.5741,-0.5843 0.8099,-1.0867 0.8099 -1.7120c 0.0000,-0.9329 -0.6356,-1.1995 -0.9842 -1.1995c -0.7074,-0.0000 -0.9022,0.3691 -0.9022 0.6151c 0.0000,0.0820 0.0205,0.1640 0.0410 0.2358c 0.0205,0.0718 0.0410,0.1435 0.0410 0.2255c 0.0000,0.2665 -0.2050,0.3691 -0.3691 0.3691c -0.2255,-0.0000 -0.3896,-0.1743 -0.3896 -0.3793ZM 80.3913,106.3253 ZM 83.5591,104.5928 c 0.0000,-1.0559 -0.5741,-1.5788 -1.2097 -1.5788c -0.4716,-0.0000 -0.8304,0.0718 -1.2302 0.2358l 0.3281,-2.7987 c 0.3383,0.0308 0.6869,0.0410 1.0457 0.0410c 0.5126,-0.0000 1.0457,-0.0308 1.5993 -0.0923l 0.0615,0.0308 l -0.1538,0.6664 c -0.3998,0.0410 -0.7279,0.0513 -1.0149 0.0513c -0.4613,-0.0000 -0.8099,-0.0410 -1.1687 -0.0820l -0.1948,1.6198 c 0.2153,-0.0820 0.5843,-0.1538 0.9842 -0.1538c 1.0867,-0.0000 1.6915,0.9432 1.6915 1.8863c 0.0000,1.1482 -0.7996,2.0298 -1.9581 2.0298c -0.5843,-0.0000 -1.4352,-0.3281 -1.4352 -0.7279c 0.0000,-0.1948 0.1640,-0.3281 0.3486 -0.3281c 0.2050,-0.0000 0.3383,0.1538 0.4613 0.3178c 0.1538,0.1845 0.3178,0.3896 0.6459 0.3896c 0.6561,-0.0000 1.1995,-0.6151 1.1995 -1.5070Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 87.1998,106.3253 h 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9011,137.2343 ZM 76.4957,132.6928 c 0.0000,-0.5843 0.5638,-1.3840 1.6403 -1.3840c 0.7894,-0.0000 1.7120,0.2973 1.7120 1.4762c 0.0000,0.7791 -0.3998,1.1687 -0.9534 1.7018l -0.9739,0.9432 c -0.0513,0.0513 -0.7381,0.7279 -0.7381 1.2097h 1.7428 c 0.3486,-0.0000 0.5331,-0.1743 0.6766 -0.7381l 0.2563,0.0410 l -0.2050,1.2917 h -3.1678 c 0.0000,-0.5741 0.0923,-1.0149 1.0457 -1.9888l 0.7176,-0.7074 c 0.5741,-0.5843 0.8099,-1.0867 0.8099 -1.7120c 0.0000,-0.9329 -0.6356,-1.1995 -0.9842 -1.1995c -0.7074,-0.0000 -0.9022,0.3691 -0.9022 0.6151c 0.0000,0.0820 0.0205,0.1640 0.0410 0.2358c 0.0205,0.0718 0.0410,0.1435 0.0410 0.2255c 0.0000,0.2665 -0.2050,0.3691 -0.3691 0.3691c -0.2255,-0.0000 -0.3896,-0.1743 -0.3896 -0.3793ZM 80.3913,137.2343 ZM 82.6365,131.6676 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 82.6365,131.6676 ZM 82.5955,137.3573 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 87.1998,137.2343 h 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9011,168.1432 ZM 77.8284,163.2531 c -0.1948,-0.0000 -0.6459,0.1845 -0.8714 0.2870l -0.1230,-0.3178 c 0.9022,-0.4203 1.2507,-0.6356 1.7633 -1.0047h 0.1948 v 5.1566 c 0.0000,0.3691 0.0513,0.4716 0.3896 0.4716h 0.5331 c 0.0308,-0.0000 0.0820,0.0205 0.0820 0.0820v 0.2255 l -1.4045,-0.0205 l -1.4250,0.0205 v -0.2255 c 0.0103,-0.0308 0.0205,-0.0820 0.0820 -0.0820h 0.6151 c 0.3896,-0.0000 0.3896,-0.1743 0.3896 -0.4716v -3.5266 c 0.0000,-0.3486 0.0000,-0.5946 -0.2255 -0.5946ZM 80.3913,168.1432 ZM 83.5591,166.4107 c 0.0000,-1.0559 -0.5741,-1.5788 -1.2097 -1.5788c -0.4716,-0.0000 -0.8304,0.0718 -1.2302 0.2358l 0.3281,-2.7987 c 0.3383,0.0308 0.6869,0.0410 1.0457 0.0410c 0.5126,-0.0000 1.0457,-0.0308 1.5993 -0.0923l 0.0615,0.0308 l -0.1538,0.6664 c -0.3998,0.0410 -0.7279,0.0513 -1.0149 0.0513c -0.4613,-0.0000 -0.8099,-0.0410 -1.1687 -0.0820l -0.1948,1.6198 c 0.2153,-0.0820 0.5843,-0.1538 0.9842 -0.1538c 1.0867,-0.0000 1.6915,0.9432 1.6915 1.8863c 0.0000,1.1482 -0.7996,2.0298 -1.9581 2.0298c -0.5843,-0.0000 -1.4352,-0.3281 -1.4352 -0.7279c 0.0000,-0.1948 0.1640,-0.3281 0.3486 -0.3281c 0.2050,-0.0000 0.3383,0.1538 0.4613 0.3178c 0.1538,0.1845 0.3178,0.3896 0.6459 0.3896c 0.6561,-0.0000 1.1995,-0.6151 1.1995 -1.5070Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 87.1998,168.1432 h 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.9011,199.0522 ZM 77.8284,194.1621 c -0.1948,-0.0000 -0.6459,0.1845 -0.8714 0.2870l -0.1230,-0.3178 c 0.9022,-0.4203 1.2507,-0.6356 1.7633 -1.0047h 0.1948 v 5.1566 c 0.0000,0.3691 0.0513,0.4716 0.3896 0.4716h 0.5331 c 0.0308,-0.0000 0.0820,0.0205 0.0820 0.0820v 0.2255 l -1.4045,-0.0205 l -1.4250,0.0205 v -0.2255 c 0.0103,-0.0308 0.0205,-0.0820 0.0820 -0.0820h 0.6151 c 0.3896,-0.0000 0.3896,-0.1743 0.3896 -0.4716v -3.5266 c 0.0000,-0.3486 0.0000,-0.5946 -0.2255 -0.5946ZM 80.3913,199.0522 ZM 82.6365,193.4855 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 82.6365,193.4855 ZM 82.5955,199.1752 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 87.1998,199.0522 h 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3913,229.9611 ZM 83.5591,228.2286 c 0.0000,-1.0559 -0.5741,-1.5788 -1.2097 -1.5788c -0.4716,-0.0000 -0.8304,0.0718 -1.2302 0.2358l 0.3281,-2.7987 c 0.3383,0.0308 0.6869,0.0410 1.0457 0.0410c 0.5126,-0.0000 1.0457,-0.0308 1.5993 -0.0923l 0.0615,0.0308 l -0.1538,0.6664 c -0.3998,0.0410 -0.7279,0.0513 -1.0149 0.0513c -0.4613,-0.0000 -0.8099,-0.0410 -1.1687 -0.0820l -0.1948,1.6198 c 0.2153,-0.0820 0.5843,-0.1538 0.9842 -0.1538c 1.0867,-0.0000 1.6915,0.9432 1.6915 1.8863c 0.0000,1.1482 -0.7996,2.0298 -1.9581 2.0298c -0.5843,-0.0000 -1.4352,-0.3281 -1.4352 -0.7279c 0.0000,-0.1948 0.1640,-0.3281 0.3486 -0.3281c 0.2050,-0.0000 0.3383,0.1538 0.4613 0.3178c 0.1538,0.1845 0.3178,0.3896 0.6459 0.3896c 0.6561,-0.0000 1.1995,-0.6151 1.1995 -1.5070Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 87.1998,229.9611 h 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3913,260.8701 ZM 82.6365,255.3034 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 82.6365,255.3034 ZM 82.5955,260.9931 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 87.1998,260.8701 h 4.6363 "/></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.5376,276.4322 l -0.0000,-3.0909 h -463.6342 l -0.0000,3.0909 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 524.7394,289.4608 ZM 526.9845,283.8942 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 526.9845,283.8942 ZM 526.9435,289.5839 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653ZM 529.2297,289.4608 ZM 529.8140,289.0405 c 0.0000,-0.2973 0.2460,-0.5433 0.5433 -0.5433c 0.2973,-0.0000 0.5433,0.2460 0.5433 0.5433c 0.0000,0.2973 -0.2460,0.5433 -0.5433 0.5433c -0.2973,-0.0000 -0.5433,-0.2460 -0.5433 -0.5433ZM 531.4748,289.4608 ZM 534.7451,286.3443 c 0.0000,-0.1025 0.0103,-0.2563 0.0103 -0.3588c 0.0000,-1.7223 -0.7689,-2.1529 -1.2917 -2.1529c -0.4716,-0.0000 -0.9637,0.4408 -0.9637 1.5070c 0.0000,0.4921 0.2460,1.4660 1.2200 1.4660c 0.2153,-0.0000 0.6049,-0.0205 1.0252 -0.4613ZM 534.7451,286.3443 ZM 532.0489,289.3173 c 0.6766,-0.0615 1.2405,-0.2358 1.7428 -0.7176c 0.4613,-0.4613 0.7996,-1.1482 0.9227 -1.9683c -0.2358,0.2870 -0.8099,0.5023 -1.1892 0.5023c -1.5173,-0.0000 -1.7223,-1.2507 -1.7223 -1.7223c 0.0000,-0.6971 0.3486,-1.8761 1.7633 -1.8761c 0.7586,-0.0000 1.8966,0.4408 1.8966 2.4809c 0.0000,0.9432 -0.3281,1.8658 -1.0252 2.5732c -0.6561,0.6664 -1.3532,0.9432 -2.3579 0.9944Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 530.3522,273.3413 v 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.3562,289.4608 ZM 480.6013,283.8942 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 480.6013,283.8942 ZM 480.5603,289.5839 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653ZM 482.8465,289.4608 ZM 483.4308,289.0405 c 0.0000,-0.2973 0.2460,-0.5433 0.5433 -0.5433c 0.2973,-0.0000 0.5433,0.2460 0.5433 0.5433c 0.0000,0.2973 -0.2460,0.5433 -0.5433 0.5433c -0.2973,-0.0000 -0.5433,-0.2460 -0.5433 -0.5433ZM 485.0916,289.4608 ZM 487.3675,283.7814 c -0.5843,-0.0000 -0.9637,0.4613 -0.9637 0.9124c 0.0000,0.2973 0.1230,0.6561 0.7381 1.0559l 0.2973,0.1845 c 0.2665,-0.1948 0.8919,-0.6664 0.8919 -1.1892c 0.0000,-0.4511 -0.3281,-0.9637 -0.9637 -0.9637ZM 487.3675,283.7814 ZM 488.9360,284.7553 c 0.0000,0.6254 -0.7074,1.1174 -1.1379 1.4045l 0.5946,0.3896 c 0.5023,0.3281 0.7586,0.7791 0.7586 1.3430c 0.0000,0.7381 -0.6049,1.6915 -1.8761 1.6915c -1.0252,-0.0000 -1.7325,-0.5433 -1.7325 -1.5378c 0.0000,-0.3793 0.1640,-0.8201 0.5638 -1.1687c 0.2460,-0.2153 0.4613,-0.3998 0.7074 -0.5843l -0.1743,-0.1025 c -0.5946,-0.3691 -0.8919,-0.7689 -0.8919 -1.3122c 0.0000,-0.7484 0.6766,-1.3430 1.6710 -1.3430c 0.9534,-0.0000 1.5173,0.5228 1.5173 1.2200ZM 488.9360,284.7553 ZM 487.2957,289.2968 c 0.4408,-0.0000 1.2097,-0.2358 1.2097 -1.2097c 0.0000,-0.4613 -0.2870,-0.9227 -0.8919 -1.2917l -0.4511,-0.2768 c -0.8304,0.5536 -1.0149,1.2405 -1.0149 1.5275c 0.0000,0.8714 0.7074,1.2507 1.1482 1.2507Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 483.9690,273.3413 v 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 431.9730,289.4608 ZM 434.2181,283.8942 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 434.2181,283.8942 ZM 434.1771,289.5839 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653ZM 436.4633,289.4608 ZM 437.0476,289.0405 c 0.0000,-0.2973 0.2460,-0.5433 0.5433 -0.5433c 0.2973,-0.0000 0.5433,0.2460 0.5433 0.5433c 0.0000,0.2973 -0.2460,0.5433 -0.5433 0.5433c -0.2973,-0.0000 -0.5433,-0.2460 -0.5433 -0.5433ZM 438.7084,289.4608 ZM 440.2461,284.2530 c -0.4511,-0.0000 -0.6049,0.1845 -0.7996 0.7074l -0.2665,-0.0410 c 0.1230,-0.4203 0.2255,-0.8099 0.2563 -1.3840h 0.2153 c 0.0410,0.0615 0.0718,0.1128 0.3076 0.1128h 1.9478 c 0.3691,-0.0000 0.5843,-0.0103 0.7484 -0.0615l 0.1538,0.0718 c -1.0867,2.6449 -1.6608,4.2442 -2.2144 5.8947l -0.6664,0.0308 l -0.0308,-0.0615 c 0.6561,-1.4762 1.4352,-3.3831 2.1939 -5.2694h -1.8453 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 437.5858,273.3413 v 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,0,0)" fill-rule="evenodd" stroke-width="0.0" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 385.5898,289.4608 ZM 387.8349,283.8942 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 387.8349,283.8942 ZM 387.7939,289.5839 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653ZM 390.0800,289.4608 ZM 390.6644,289.0405 c 0.0000,-0.2973 0.2460,-0.5433 0.5433 -0.5433c 0.2973,-0.0000 0.5433,0.2460 0.5433 0.5433c 0.0000,0.2973 -0.2460,0.5433 -0.5433 0.5433c -0.2973,-0.0000 -0.5433,-0.2460 -0.5433 -0.5433ZM 392.3252,289.4608 ZM 393.5144,286.7749 c -0.0103,0.1025 -0.0103,0.2563 -0.0103 0.3588c 0.0000,1.7223 0.7689,2.1529 1.2815 2.1529c 0.4716,-0.0000 0.9739,-0.4408 0.9739 -1.5070c 0.0000,-0.4818 -0.2460,-1.4660 -1.2302 -1.4660c -0.2153,-0.0000 -0.6049,0.0205 -1.0149 0.4613ZM 393.5144,286.7749 ZM 396.2003,283.8019 c -0.6664,0.0615 -1.2405,0.2358 -1.7325 0.7176c -0.4716,0.4613 -0.8099,1.1482 -0.9227 1.9683c 0.2358,-0.2870 0.7996,-0.5023 1.1892 -0.5023c 1.5173,-0.0000 1.7120,1.2507 1.7120 1.7223c 0.0000,0.6971 -0.3486,1.8761 -1.7633 1.8761c -0.7484,-0.0000 -1.8863,-0.4408 -1.8863 -2.4809c 0.0000,-0.9432 0.3178,-1.8658 1.0252 -2.5732c 0.6561,-0.6664 1.3430,-0.9432 2.3476 -0.9944Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 391.2026,273.3413 v 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2066,289.4608 ZM 341.4517,283.8942 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 341.4517,283.8942 ZM 341.4107,289.5839 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653ZM 343.6968,289.4608 ZM 344.2812,289.0405 c 0.0000,-0.2973 0.2460,-0.5433 0.5433 -0.5433c 0.2973,-0.0000 0.5433,0.2460 0.5433 0.5433c 0.0000,0.2973 -0.2460,0.5433 -0.5433 0.5433c -0.2973,-0.0000 -0.5433,-0.2460 -0.5433 -0.5433ZM 345.9420,289.4608 ZM 349.1098,287.7283 c 0.0000,-1.0559 -0.5741,-1.5788 -1.2097 -1.5788c -0.4716,-0.0000 -0.8304,0.0718 -1.2302 0.2358l 0.3281,-2.7987 c 0.3383,0.0308 0.6869,0.0410 1.0457 0.0410c 0.5126,-0.0000 1.0457,-0.0308 1.5993 -0.0923l 0.0615,0.0308 l -0.1538,0.6664 c -0.3998,0.0410 -0.7279,0.0513 -1.0149 0.0513c -0.4613,-0.0000 -0.8099,-0.0410 -1.1687 -0.0820l -0.1948,1.6198 c 0.2153,-0.0820 0.5843,-0.1538 0.9842 -0.1538c 1.0867,-0.0000 1.6915,0.9432 1.6915 1.8863c 0.0000,1.1482 -0.7996,2.0298 -1.9581 2.0298c -0.5843,-0.0000 -1.4352,-0.3281 -1.4352 -0.7279c 0.0000,-0.1948 0.1640,-0.3281 0.3486 -0.3281c 0.2050,-0.0000 0.3383,0.1538 0.4613 0.3178c 0.1538,0.1845 0.3178,0.3896 0.6459 0.3896c 0.6561,-0.0000 1.1995,-0.6151 1.1995 -1.5070Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 344.8194,273.3413 v 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.8234,289.4608 ZM 295.0685,283.8942 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 295.0685,283.8942 ZM 295.0275,289.5839 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653ZM 297.3136,289.4608 ZM 297.8980,289.0405 c 0.0000,-0.2973 0.2460,-0.5433 0.5433 -0.5433c 0.2973,-0.0000 0.5433,0.2460 0.5433 0.5433c 0.0000,0.2973 -0.2460,0.5433 -0.5433 0.5433c -0.2973,-0.0000 -0.5433,-0.2460 -0.5433 -0.5433ZM 299.5588,289.4608 ZM 302.2037,285.8215 c 0.0000,-0.0718 0.0103,-0.1538 0.1025 -0.2050c 0.1128,-0.0820 0.2973,-0.1743 0.4511 -0.1743c 0.1333,-0.0000 0.1435,0.1128 0.1435 0.3178v 1.6505 h 0.8304 l -0.0615,0.4818 h -0.7689 v 0.8509 c 0.0000,0.2870 0.0410,0.4306 0.3383 0.4306h 0.2768 c 0.0615,-0.0000 0.0718,0.0513 0.0718 0.0718v 0.2255 c 0.0000,-0.0000 -0.6561,-0.0205 -1.0867 -0.0205c -0.3896,-0.0000 -0.9944,0.0205 -0.9944 0.0205v -0.2255 c 0.0000,-0.0205 0.0103,-0.0718 0.0718 -0.0718h 0.2768 c 0.3178,-0.0000 0.3486,-0.1333 0.3486 -0.4306v -0.8509 h -2.0093 c -0.0410,-0.0000 -0.0615,-0.0205 -0.0923 -0.0615l -0.0820,-0.1128 l -0.1230,-0.2153 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.6664,-0.7381 1.8453,-3.0243 2.2144 -3.8649c 0.0103,-0.0410 0.0308,-0.0513 0.0718 -0.0513c 0.0103,-0.0000 0.2358,0.0923 0.3588 0.1128c -0.4613,1.2405 -1.2200,2.5732 -1.9683 3.7624h 1.6198 v -1.5890 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 298.4362,273.3413 v 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4402,289.4608 ZM 248.6853,283.8942 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 248.6853,283.8942 ZM 248.6443,289.5839 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653ZM 250.9304,289.4608 ZM 251.5148,289.0405 c 0.0000,-0.2973 0.2460,-0.5433 0.5433 -0.5433c 0.2973,-0.0000 0.5433,0.2460 0.5433 0.5433c 0.0000,0.2973 -0.2460,0.5433 -0.5433 0.5433c -0.2973,-0.0000 -0.5433,-0.2460 -0.5433 -0.5433ZM 253.1756,289.4608 ZM 255.3899,283.8531 c -0.2563,-0.0000 -1.0047,0.1435 -1.0047 0.7689c 0.0000,0.1845 -0.0718,0.5023 -0.3486 0.5023c -0.2665,-0.0000 -0.2870,-0.2973 -0.2870 -0.3281c 0.0000,-0.3178 0.4203,-1.2610 1.8453 -1.2610c 0.9944,-0.0000 1.2917,0.6254 1.2917 1.0354c 0.0000,0.2563 -0.0820,0.7689 -1.0047 1.3532c 0.5741,0.0923 1.3327,0.5126 1.3327 1.5788c 0.0000,1.3532 -1.0252,2.0811 -2.1836 2.0811c -0.5843,-0.0000 -1.4045,-0.2563 -1.4045 -0.6459c 0.0000,-0.1538 0.1538,-0.3281 0.3588 -0.3281c 0.1948,-0.0000 0.2870,0.1025 0.3793 0.2358c 0.1128,0.1743 0.2973,0.4203 0.7894 0.4203c 0.3383,-0.0000 1.3020,-0.3383 1.3020 -1.6300c 0.0000,-1.0969 -0.7689,-1.2712 -1.3225 -1.2712c -0.0923,-0.0000 -0.2050,0.0205 -0.3178 0.0410l -0.0410,-0.3076 c 0.7894,-0.1333 1.4455,-0.9022 1.4455 -1.3737c 0.0000,-0.5843 -0.4101,-0.8714 -0.8304 -0.8714Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 252.0530,273.3413 v 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0570,289.4608 ZM 202.3021,283.8942 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 202.3021,283.8942 ZM 202.2611,289.5839 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653ZM 204.5472,289.4608 ZM 205.1316,289.0405 c 0.0000,-0.2973 0.2460,-0.5433 0.5433 -0.5433c 0.2973,-0.0000 0.5433,0.2460 0.5433 0.5433c 0.0000,0.2973 -0.2460,0.5433 -0.5433 0.5433c -0.2973,-0.0000 -0.5433,-0.2460 -0.5433 -0.5433ZM 206.7924,289.4608 ZM 207.3870,284.9193 c 0.0000,-0.5843 0.5638,-1.3840 1.6403 -1.3840c 0.7894,-0.0000 1.7120,0.2973 1.7120 1.4762c 0.0000,0.7791 -0.3998,1.1687 -0.9534 1.7018l -0.9739,0.9432 c -0.0513,0.0513 -0.7381,0.7279 -0.7381 1.2097h 1.7428 c 0.3486,-0.0000 0.5331,-0.1743 0.6766 -0.7381l 0.2563,0.0410 l -0.2050,1.2917 h -3.1678 c 0.0000,-0.5741 0.0923,-1.0149 1.0457 -1.9888l 0.7176,-0.7074 c 0.5741,-0.5843 0.8099,-1.0867 0.8099 -1.7120c 0.0000,-0.9329 -0.6356,-1.1995 -0.9842 -1.1995c -0.7074,-0.0000 -0.9022,0.3691 -0.9022 0.6151c 0.0000,0.0820 0.0205,0.1640 0.0410 0.2358c 0.0205,0.0718 0.0410,0.1435 0.0410 0.2255c 0.0000,0.2665 -0.2050,0.3691 -0.3691 0.3691c -0.2255,-0.0000 -0.3896,-0.1743 -0.3896 -0.3793Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 205.6698,273.3413 v 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.6738,289.4608 ZM 155.9189,283.8942 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 155.9189,283.8942 ZM 155.8779,289.5839 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653ZM 158.1640,289.4608 ZM 158.7484,289.0405 c 0.0000,-0.2973 0.2460,-0.5433 0.5433 -0.5433c 0.2973,-0.0000 0.5433,0.2460 0.5433 0.5433c 0.0000,0.2973 -0.2460,0.5433 -0.5433 0.5433c -0.2973,-0.0000 -0.5433,-0.2460 -0.5433 -0.5433ZM 160.4092,289.4608 ZM 162.3365,284.5708 c -0.1948,-0.0000 -0.6459,0.1845 -0.8714 0.2870l -0.1230,-0.3178 c 0.9022,-0.4203 1.2507,-0.6356 1.7633 -1.0047h 0.1948 v 5.1566 c 0.0000,0.3691 0.0513,0.4716 0.3896 0.4716h 0.5331 c 0.0308,-0.0000 0.0820,0.0205 0.0820 0.0820v 0.2255 l -1.4045,-0.0205 l -1.4250,0.0205 v -0.2255 c 0.0103,-0.0308 0.0205,-0.0820 0.0820 -0.0820h 0.6151 c 0.3896,-0.0000 0.3896,-0.1743 0.3896 -0.4716v -3.5266 c 0.0000,-0.3486 0.0000,-0.5946 -0.2255 -0.5946Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 159.2866,273.3413 v 4.6363 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.2906,289.4608 ZM 109.5357,283.8942 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 109.5357,283.8942 ZM 109.4947,289.5839 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653ZM 111.7808,289.4608 ZM 112.3652,289.0405 c 0.0000,-0.2973 0.2460,-0.5433 0.5433 -0.5433c 0.2973,-0.0000 0.5433,0.2460 0.5433 0.5433c 0.0000,0.2973 -0.2460,0.5433 -0.5433 0.5433c -0.2973,-0.0000 -0.5433,-0.2460 -0.5433 -0.5433ZM 114.0260,289.4608 ZM 116.2711,283.8942 c -0.4408,-0.0000 -1.0867,0.4306 -1.0867 2.8192c 0.0000,0.8406 0.1538,2.5322 1.0559 2.5322c 0.1743,-0.0000 0.6664,-0.1128 0.8816 -0.9124c 0.1333,-0.4921 0.2050,-1.1072 0.2050 -1.9991c 0.0000,-1.3020 -0.3281,-2.0298 -0.6254 -2.2861c -0.1128,-0.1025 -0.2665,-0.1538 -0.4306 -0.1538ZM 116.2711,283.8942 ZM 116.2301,289.5839 c -1.0969,-0.0000 -1.8351,-1.4045 -1.8351 -2.9730c 0.0000,-1.9171 0.9124,-3.0755 1.8761 -3.0755c 0.4408,-0.0000 0.8816,0.2768 1.1789 0.6766c 0.4306,0.5741 0.6561,1.3430 0.6561 2.3066c 0.0000,2.2759 -1.1277,3.0653 -1.8761 3.0653Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="2.0084601227183936" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 112.9034,273.3413 v 4.6363 "/></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 573.7312,257.8868 l -0.0000,-154.5447 h -463.6342 l -0.0000,154.5447 Z"/></g></svg>
diff --git a/other/text_Example.svg b/other/text_Example.svg
new file mode 100644
--- /dev/null
+++ b/other/text_Example.svg
@@ -0,0 +1,3 @@
+<?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,62.8039 ZM 14.2119,62.2759 c -0.1760,0.6160 -0.6160,1.0560 -1.2320 1.0560c -0.6600,-0.0000 -1.1880,-0.3520 -1.4520 -1.0560l -8.0079,-24.1998 c -0.3960,-1.1000 -1.1880,-2.4640 -2.4200 -2.4640h -0.5720 c -0.3080,-0.0000 -0.5280,-0.1320 -0.5280 -0.3080v -0.8360 l 0.0880,-0.0880 c 0.0000,-0.0000 2.2880,0.0440 3.9600 0.0440c 2.2440,-0.0000 5.3239,-0.0440 5.3239 -0.0440l 0.0880,0.0880 v 0.7920 c 0.0000,0.2200 -0.1320,0.3520 -0.3960 0.3520h -0.9680 c -0.8360,-0.0000 -1.2320,0.3080 -1.2320 0.8800c 0.0000,0.3080 0.0880,0.6600 0.2640 1.1440l 6.6879,20.2838 l 4.6640,-14.5639 c 0.1760,-0.5280 0.3080,-1.1000 0.3080 -1.6720c 0.0000,-0.3960 -0.0440,-0.7920 -0.2200 -1.2320l -0.9240,-2.8160 c -0.3520,-1.1880 -1.1440,-2.0240 -2.8600 -2.0240h -0.1320 c -0.3080,-0.0000 -0.5280,-0.1320 -0.5280 -0.3080v -0.8360 l 0.0880,-0.0880 c 0.0000,-0.0000 2.4640,0.0440 4.2240 0.0440c 2.1560,-0.0000 5.6319,-0.0440 5.6319 -0.0440l 0.1320,0.0880 v 0.8360 c 0.0000,0.2200 -0.2200,0.3080 -0.3960 0.3080h -1.2760 c -0.8800,-0.0000 -1.2320,0.6160 -1.2320 1.3640c 0.0000,0.4400 0.0880,0.9240 0.2640 1.4520l 6.4679,19.5798 l 6.7319,-20.2398 c 0.0880,-0.3520 0.1760,-0.7040 0.1760 -1.0120c 0.0000,-0.6600 -0.3960,-1.1440 -1.4960 -1.1440h -1.1880 c -0.2200,-0.0000 -0.3520,-0.1760 -0.3520 -0.3080v -0.8360 l 0.0880,-0.0880 c 0.0000,-0.0000 2.6400,0.0440 4.4880 0.0440c 1.4080,-0.0000 3.7400,-0.0440 3.7400 -0.0440l 0.0440,0.0440 v 0.8360 c 0.0000,0.3520 -0.4840,0.3520 -0.4840 0.3520h -0.4840 c -1.2760,-0.0000 -2.1560,0.4840 -2.7280 2.2000l -8.0959,24.5078 c -0.2200,0.6600 -0.7040,1.0120 -1.3200 1.0120c -0.5720,-0.0000 -1.1440,-0.3080 -1.4080 -1.0560l -5.1479,-15.6198 c -0.2200,-0.6160 -0.4400,-1.2320 -0.6160 -1.2320c -0.2200,-0.0000 -0.4400,0.5720 -0.6160 1.1000ZM 40.2596,62.8039 ZM 45.2755,50.6160 h 8.0959 c 0.4400,-0.0000 0.6160,-0.2200 0.6160 -0.6160c 0.0000,-4.0920 -2.0680,-5.1479 -3.6520 -5.1479c -1.0120,-0.0000 -4.3120,0.3960 -5.0599 5.7639ZM 45.2755,50.6160 ZM 56.8914,58.7119 l 0.8800,0.7040 c -1.6720,2.2880 -4.2680,3.9160 -7.4359 3.9160c -6.0279,-0.0000 -8.5799,-4.4880 -8.5799 -9.2839c 0.0000,-6.6879 4.4000,-10.6919 8.5799 -10.6919c 5.8079,-0.0000 7.1719,4.5320 7.1719 8.2279c 0.0000,0.4840 -0.3080,0.7480 -0.7920 0.7480h -11.5719 c -0.0440,0.2640 -0.0440,0.5280 -0.0440 0.8800c 0.0000,4.4880 3.1240,7.9639 6.2919 7.9639c 2.4200,-0.0000 3.9600,-0.7920 5.4999 -2.4640ZM 59.0914,62.8039 ZM 63.2714,59.6359 v -22.0438 c 0.0000,-2.5080 -0.4400,-3.2120 -1.3200 -3.2120l -1.4080,0.1760 c -0.1320,-0.0000 -0.2640,-0.0880 -0.2640 -0.2200l -0.0880,-1.1000 c 0.7040,-0.0000 2.3320,-0.2640 3.0800 -0.3960c 0.7920,-0.1760 1.4080,-0.3520 2.2880 -0.7480h 0.9680 v 27.5437 c 0.0000,1.2760 0.4840,1.9360 1.8920 1.9360h 1.0560 c 0.1760,-0.0000 0.3520,0.1320 0.3520 0.3520v 0.8360 l -0.0880,0.0880 c 0.0000,-0.0000 -3.2120,-0.0880 -4.9280 -0.0880c -1.5400,-0.0000 -4.7520,0.0880 -4.7520 0.0880l -0.0440,-0.0880 v -0.8360 c 0.0000,-0.2200 0.0880,-0.3520 0.3080 -0.3520h 1.0560 c 1.4520,-0.0000 1.8920,-0.6600 1.8920 -1.9360ZM 70.5313,62.8039 ZM 87.4271,58.7999 c -1.9360,3.3440 -4.0480,4.5320 -6.6879 4.5320c -5.2799,-0.0000 -8.5799,-4.0040 -8.5799 -9.6799c 0.0000,-6.2479 3.9160,-10.2959 8.6679 -10.2959c 4.2240,-0.0000 6.4679,2.1560 6.4679 4.4880c 0.0000,1.2760 -0.7920,1.9360 -1.7160 1.9360c -0.9240,-0.0000 -1.8040,-0.4840 -1.9360 -1.5840c -0.1760,-1.4520 -0.4400,-3.3440 -3.0360 -3.3440c -2.9040,-0.0000 -5.0599,3.0800 -5.0599 7.8319c 0.0000,5.1479 2.7720,8.7119 6.1599 8.7119c 1.8920,-0.0000 3.5640,-1.2320 4.9280 -3.2120ZM 88.2631,62.8039 ZM 89.7591,53.7840 c 0.0000,-6.0279 3.2560,-10.4279 9.1079 -10.4279c 6.5119,-0.0000 9.0199,5.4559 9.0199 10.0319c 0.0000,4.4000 -2.8600,9.9439 -9.1079 9.9439c -5.8959,-0.0000 -9.0199,-5.0599 -9.0199 -9.5479ZM 89.7591,53.7840 ZM 98.3830,44.8081 c -3.5200,-0.0000 -5.1479,4.1360 -5.1479 7.9639c 0.0000,3.3880 1.9360,9.0199 6.2919 9.0199c 1.9800,-0.0000 4.8840,-1.1880 4.8840 -6.9959c 0.0000,-6.4679 -2.4200,-9.9879 -6.0279 -9.9879ZM 109.3389,62.8039 ZM 135.8706,59.6359 v -10.1199 c 0.0000,-2.9480 -1.1440,-4.0480 -2.8160 -4.0480c -1.7160,-0.0000 -3.0800,0.8800 -5.1919 3.2120c 0.0880,0.5280 0.0880,1.1440 0.0880 1.7600v 9.1959 c 0.0000,1.2760 0.4400,1.9360 1.8920 1.9360h 0.7480 c 0.2200,-0.0000 0.3960,0.1320 0.3960 0.3520v 0.8360 l -0.0880,0.0880 c 0.0000,-0.0000 -2.9480,-0.0880 -4.6640 -0.0880c -1.5840,-0.0000 -4.6200,0.0880 -4.6200 0.0880l -0.0880,-0.0880 v -0.8360 c 0.0000,-0.2200 0.1320,-0.3520 0.3520 -0.3520h 0.8800 c 1.4960,-0.0000 1.8920,-0.6600 1.8920 -1.9360v -10.0319 c 0.0000,-2.9480 -1.1880,-4.1360 -2.8600 -4.1360c -1.5400,-0.0000 -2.9920,1.1000 -5.0599 3.2560v 10.9119 c 0.0000,1.2760 0.4400,1.9360 1.8920 1.9360h 0.8360 c 0.1760,-0.0000 0.3520,0.1320 0.3520 0.3520v 0.8360 l -0.0880,0.0880 c 0.0000,-0.0000 -2.9920,-0.0880 -4.7080 -0.0880c -1.5840,-0.0000 -4.5760,0.0880 -4.5760 0.0880l -0.0880,-0.0880 v -0.8360 c 0.0000,-0.2200 0.1320,-0.3520 0.3520 -0.3520h 0.8360 c 1.4960,-0.0000 1.8920,-0.6600 1.8920 -1.9360v -10.9559 c 0.0000,-2.5080 -0.3960,-2.6840 -0.9680 -2.6840c -0.5720,-0.0000 -1.1000,0.0440 -1.8480 0.2200l -0.2200,-1.2320 c 2.7720,-0.4840 3.3880,-0.6600 4.5760 -1.2760c 0.4400,-0.2200 0.7920,-0.3520 1.1000 -0.3520h 0.6600 l -0.1320,3.8280 h 0.1320 c 2.0680,-2.2000 3.9160,-3.8280 6.6439 -3.8280c 2.4640,-0.0000 4.0040,1.8040 4.2680 3.7840c 2.5520,-2.6400 4.6200,-3.7840 6.9959 -3.7840c 3.8720,-0.0000 4.5320,3.2120 4.5320 7.1279v 9.1519 c 0.0000,1.2760 0.4400,1.9360 1.8920 1.9360h 0.8360 c 0.1760,-0.0000 0.3520,0.1320 0.3520 0.3520v 0.8360 l -0.0880,0.0880 c 0.0000,-0.0000 -2.9920,-0.0880 -4.7080 -0.0880c -1.5840,-0.0000 -4.5760,0.0880 -4.5760 0.0880l -0.0880,-0.0880 v -0.8360 c 0.0000,-0.2200 0.1320,-0.3520 0.3520 -0.3520h 0.8360 c 1.4520,-0.0000 1.8920,-0.6600 1.8920 -1.9360ZM 142.7786,62.8039 ZM 147.7945,50.6160 h 8.0959 c 0.4400,-0.0000 0.6160,-0.2200 0.6160 -0.6160c 0.0000,-4.0920 -2.0680,-5.1479 -3.6520 -5.1479c -1.0120,-0.0000 -4.3120,0.3960 -5.0599 5.7639ZM 147.7945,50.6160 ZM 159.4104,58.7119 l 0.8800,0.7040 c -1.6720,2.2880 -4.2680,3.9160 -7.4359 3.9160c -6.0279,-0.0000 -8.5799,-4.4880 -8.5799 -9.2839c 0.0000,-6.6879 4.4000,-10.6919 8.5799 -10.6919c 5.8079,-0.0000 7.1719,4.5320 7.1719 8.2279c 0.0000,0.4840 -0.3080,0.7480 -0.7920 0.7480h -11.5719 c -0.0440,0.2640 -0.0440,0.5280 -0.0440 0.8800c 0.0000,4.4880 3.1240,7.9639 6.2919 7.9639c 2.4200,-0.0000 3.9600,-0.7920 5.4999 -2.4640ZM 172.6103,62.8039 ZM 179.8262,45.6000 v 11.2639 c 0.0000,2.7280 0.2640,4.0480 1.4520 4.0480c 1.1440,-0.0000 2.0240,-0.3520 3.1680 -1.2320l 0.7920,0.7480 c -1.7160,1.9360 -3.4760,2.9040 -5.4999 2.9040c -2.0240,-0.0000 -3.2120,-1.2320 -3.2120 -4.3560v -13.3759 h -2.8600 c -0.1320,-0.0000 -0.1760,-0.0440 -0.1760 -0.1760v -1.3640 c 0.0000,-0.1320 0.0440,-0.1760 0.1320 -0.1760c 2.9480,-0.0000 3.6520,-1.7160 3.6520 -5.0599v -0.8360 l 2.5520,-0.8800 v 6.7759 h 4.8400 c 0.2200,-0.0000 0.3520,0.0880 0.3520 0.2640v 0.8800 c 0.0000,0.3960 -0.6160,0.5720 -1.0560 0.5720h -4.1360 ZM 185.8981,62.8039 ZM 187.3941,53.7840 c 0.0000,-6.0279 3.2560,-10.4279 9.1079 -10.4279c 6.5119,-0.0000 9.0199,5.4559 9.0199 10.0319c 0.0000,4.4000 -2.8600,9.9439 -9.1079 9.9439c -5.8959,-0.0000 -9.0199,-5.0599 -9.0199 -9.5479ZM 187.3941,53.7840 ZM 196.0180,44.8081 c -3.5200,-0.0000 -5.1479,4.1360 -5.1479 7.9639c 0.0000,3.3880 1.9360,9.0199 6.2919 9.0199c 1.9800,-0.0000 4.8840,-1.1880 4.8840 -6.9959c 0.0000,-6.4679 -2.4200,-9.9879 -6.0279 -9.9879ZM 217.9738,62.8039 ZM 249.5215,59.6359 v -8.9759 c 0.0000,-3.5640 -0.9240,-5.2359 -2.9480 -5.2359c -1.2760,-0.0000 -3.1680,0.7480 -5.7639 3.2120v 10.9999 c 0.0000,1.2760 0.4400,1.9360 1.8920 1.9360h 0.8360 c 0.1760,-0.0000 0.3520,0.1320 0.3520 0.3520v 0.8360 l -0.0880,0.0880 c 0.0000,-0.0000 -2.9920,-0.0880 -4.7080 -0.0880c -1.5840,-0.0000 -3.3440,0.0880 -3.3440 0.0880l -0.0880,-0.0880 v -0.8360 c 0.0000,-0.2200 0.1320,-0.3520 0.3520 -0.3520h 0.0880 c 1.1440,-0.0000 1.4080,-0.6600 1.4080 -1.9360v -22.2638 c 0.0000,-2.0680 -0.3960,-2.9920 -1.2760 -2.9920l -1.4520,0.1760 c -0.1320,-0.0000 -0.2200,-0.0880 -0.2200 -0.2200l -0.0880,-1.1000 c 0.7040,-0.0000 2.2880,-0.2640 3.0360 -0.3960c 0.7920,-0.1760 1.4520,-0.3520 2.3320 -0.7480h 0.9680 v 14.9159 c 2.9480,-2.9480 5.9839,-3.6520 7.6999 -3.6520c 3.2120,-0.0000 4.3120,2.4200 4.3120 6.9519v 9.3279 c 0.0000,1.2760 0.4400,1.9360 1.8480 1.9360h 0.8800 c 0.1760,-0.0000 0.3520,0.1320 0.3520 0.3520v 0.8360 l -0.0880,0.0880 c 0.0000,-0.0000 -2.9920,-0.0880 -4.7520 -0.0880c -1.5400,-0.0000 -4.5320,0.0880 -4.5320 0.0880l -0.0880,-0.0880 v -0.8360 c 0.0000,-0.2200 0.1320,-0.3520 0.3520 -0.3520h 0.8360 c 1.4960,-0.0000 1.8920,-0.6600 1.8920 -1.9360ZM 249.5215,59.6359 ZM 234.4297,58.6679 c -1.9360,3.3440 -4.0480,4.5320 -6.6439 4.5320c -5.2799,-0.0000 -8.1839,-4.0480 -8.1839 -9.7239c 0.0000,-6.2479 3.5200,-10.2079 8.2279 -10.2079c 4.2240,-0.0000 6.4679,2.1560 6.4679 4.4880c 0.0000,1.3200 -0.7920,1.9360 -1.6720 1.9360c -0.9680,-0.0000 -1.8480,-0.4840 -1.9800 -1.5400c -0.1320,-1.4960 -0.4400,-3.3880 -3.0360 -3.3880c -2.9040,-0.0000 -4.6200,2.9920 -4.6200 7.7439c 0.0000,5.1479 2.3320,8.7559 5.7639 8.7559c 1.8920,-0.0000 3.5200,-1.2320 4.8840 -3.2120ZM 256.4294,62.8039 ZM 269.2333,52.0240 l -3.4760,0.8800 c -3.8720,1.1880 -4.4440,3.2120 -4.4440 5.1919c 0.0000,1.3640 0.6600,3.4320 3.4320 3.4320c 1.3200,-0.0000 3.3440,-1.2760 4.4880 -2.2440v -7.2599 ZM 269.2333,52.0240 ZM 272.0493,63.3319 c -1.6720,-0.0000 -2.5960,-1.4960 -2.7720 -2.5520l -1.0120,0.7040 c -2.0240,1.4080 -2.7720,1.8480 -4.7960 1.8480c -3.0800,-0.0000 -5.3239,-1.7600 -5.3239 -5.0599c 0.0000,-3.3440 2.8600,-5.6319 7.0399 -6.6879l 4.0480,-1.0120 c 0.0000,-4.9720 -2.2880,-5.8959 -3.7840 -5.8959c -1.6720,-0.0000 -3.6080,0.7480 -3.6080 2.1120c 0.0000,0.4840 0.0880,0.7480 0.1320 0.8800c 0.0880,0.1760 0.1320,0.4840 0.1320 0.7920c 0.0000,0.5720 -0.4400,1.4520 -1.7160 1.4520c -1.0560,-0.0000 -1.7600,-0.7040 -1.7600 -1.7600c 0.0000,-2.5520 4.1360,-4.7960 6.9519 -4.7960c 3.2120,-0.0000 6.9079,1.3200 6.9079 7.5679v 6.4679 c 0.0000,2.6840 0.0440,3.8280 1.0560 3.8280c 0.9680,-0.0000 1.2320,-1.2320 1.2760 -2.2000l 1.1000,0.2200 c -0.2640,3.2120 -1.6280,4.0920 -3.8720 4.0920ZM 276.2732,62.8039 ZM 280.1892,59.6359 v -10.9559 c 0.0000,-2.2000 -0.3080,-2.6840 -0.9680 -2.6840c -0.5720,-0.0000 -1.1000,0.0440 -1.8480 0.2200l -0.2200,-1.2320 c 2.7720,-0.4840 3.2560,-0.6160 4.5760 -1.2760c 0.4400,-0.2200 0.7920,-0.3520 1.1000 -0.3520h 0.6600 l -0.1320,3.9600 h 0.1320 c 1.1440,-1.7160 3.0800,-3.9600 5.1479 -3.9600c 1.8040,-0.0000 2.4640,0.8800 2.4640 2.0240c 0.0000,1.1440 -0.7480,1.8480 -1.8920 1.8480c -0.8800,-0.0000 -1.3640,-0.3520 -1.8040 -0.7920c -0.2640,-0.2640 -0.5720,-0.3960 -0.8800 -0.3960c -0.4840,-0.0000 -1.4520,0.7920 -2.5080 2.2880c -0.3080,0.3960 -0.5280,0.9680 -0.5280 1.5400v 9.7679 c 0.0000,1.2760 0.4400,1.9360 1.8920 1.9360h 1.2760 c 0.2200,-0.0000 0.3960,0.1320 0.3960 0.3520v 0.8360 l -0.0880,0.0880 c 0.0000,-0.0000 -3.4760,-0.0880 -5.1919 -0.0880c -1.5840,-0.0000 -4.5760,0.0880 -4.5760 0.0880l -0.0440,-0.0880 v -0.8360 c 0.0000,-0.2200 0.0880,-0.3520 0.3080 -0.3520h 0.8360 c 1.4960,-0.0000 1.8920,-0.6600 1.8920 -1.9360ZM 291.5411,62.8039 ZM 298.7570,45.6000 v 11.2639 c 0.0000,2.7280 0.2640,4.0480 1.4520 4.0480c 1.1440,-0.0000 2.0240,-0.3520 3.1680 -1.2320l 0.7920,0.7480 c -1.7160,1.9360 -3.4760,2.9040 -5.4999 2.9040c -2.0240,-0.0000 -3.2120,-1.2320 -3.2120 -4.3560v -13.3759 h -2.8600 c -0.1320,-0.0000 -0.1760,-0.0440 -0.1760 -0.1760v -1.3640 c 0.0000,-0.1320 0.0440,-0.1760 0.1320 -0.1760c 2.9480,-0.0000 3.6520,-1.7160 3.6520 -5.0599v -0.8360 l 2.5520,-0.8800 v 6.7759 h 4.8400 c 0.2200,-0.0000 0.3520,0.0880 0.3520 0.2640v 0.8800 c 0.0000,0.3960 -0.6160,0.5720 -1.0560 0.5720h -4.1360 ZM 304.8290,62.8039 ZM 316.8848,52.4200 h -9.9439 c -0.3960,-0.0000 -0.6600,-0.3520 -0.6600 -0.7480c 0.0000,-0.7040 0.5720,-1.6280 1.1000 -1.6280h 10.0759 c 0.4400,-0.0000 0.6160,0.3960 0.6160 0.7920c 0.0000,0.4840 -0.6160,1.5840 -1.1880 1.5840ZM 319.4808,62.8039 ZM 338.3566,57.6999 c 0.0000,2.2000 0.2200,2.9040 1.1000 2.9040c 0.5280,-0.0000 1.4960,-0.0880 2.2440 -0.2200l 0.1760,1.2320 c -2.6840,0.4840 -4.8400,0.9240 -5.8519 1.7160h -0.9680 l 0.1320,-3.2560 h -0.1320 c -2.4200,2.6400 -4.4000,3.2560 -6.2039 3.2560c -4.3560,-0.0000 -5.4999,-2.9480 -5.4999 -5.9839v -10.0319 c 0.0000,-1.4520 -0.3080,-2.2000 -1.9360 -2.2000c -0.1760,-0.0000 -0.4840,0.0440 -0.7480 0.0440l -0.1320,-0.0440 v -1.1440 l 0.1320,-0.1320 c 0.0000,-0.0000 2.9920,0.0880 4.4000 0.0880c 0.6160,-0.0000 1.6280,-0.0880 1.6280 -0.0880l -0.0440,3.5200 v 9.3719 c 0.0000,3.9160 2.0240,4.6200 3.3440 4.6200c 1.0120,-0.0000 1.9360,-0.3960 2.8600 -1.0560c 1.0560,-0.7920 1.7600,-1.4080 2.2000 -1.9800v -10.8679 c 0.0000,-1.5840 -0.2200,-2.3320 -1.8480 -2.3320c -0.2640,-0.0000 -0.7480,0.0440 -0.8800 0.0440l -0.0880,-0.0880 v -1.1000 l 0.0880,-0.1320 c 0.0000,-0.0000 3.1240,0.0880 4.3560 0.0880c 1.0120,-0.0000 1.7160,-0.0880 1.7160 -0.0880l -0.0440,3.4760 v 10.3839 ZM 342.2286,62.8039 ZM 358.2444,59.6359 v -9.6359 c 0.0000,-3.0800 -0.5280,-4.5320 -2.8600 -4.5320c -1.9360,-0.0000 -3.6080,0.7480 -5.8519 3.3880v 10.7799 c 0.0000,1.2760 0.4400,1.9360 1.8920 1.9360h 0.6160 c 0.2200,-0.0000 0.3520,0.1320 0.3520 0.3520v 0.8360 l -0.0880,0.0880 c 0.0000,-0.0000 -2.7720,-0.0880 -4.4880 -0.0880c -1.5840,-0.0000 -4.5760,0.0880 -4.5760 0.0880l -0.0880,-0.0880 v -0.8360 c 0.0000,-0.2200 0.1320,-0.3520 0.3520 -0.3520h 0.8360 c 1.4960,-0.0000 1.8920,-0.6600 1.8920 -1.9360v -10.9559 c 0.0000,-2.3760 -0.3520,-2.6840 -0.9680 -2.6840c -0.5720,-0.0000 -1.1000,0.0440 -1.8480 0.2200l -0.2200,-1.2320 c 1.8480,-0.3080 3.1680,-0.5280 4.5320 -1.2760c 0.4840,-0.2200 0.8360,-0.3520 1.1440 -0.3520h 0.6600 l -0.1320,3.9160 h 0.1320 c 2.8160,-3.3000 4.9280,-3.9160 7.1719 -3.9160c 3.9600,-0.0000 4.7960,3.0360 4.7960 6.9519v 9.3279 c 0.0000,1.2760 0.4840,1.9360 1.8920 1.9360h 0.8360 c 0.2200,-0.0000 0.3960,0.1320 0.3960 0.3520v 0.8360 l -0.0880,0.0880 c 0.0000,-0.0000 -3.0360,-0.0880 -4.7520 -0.0880c -1.5400,-0.0000 -4.3120,0.0880 -4.3120 0.0880l -0.0880,-0.0880 v -0.8360 c 0.0000,-0.2200 0.1320,-0.3520 0.3520 -0.3520h 0.6160 c 1.4520,-0.0000 1.8920,-0.6600 1.8920 -1.9360ZM 365.1083,62.8039 ZM 368.5403,37.6801 c 0.0000,-1.1440 0.9240,-2.1120 2.0680 -2.1120c 1.1880,-0.0000 2.1120,0.9680 2.1120 2.1120c 0.0000,1.1880 -0.9240,2.1120 -2.1120 2.1120c -1.1440,-0.0000 -2.0680,-0.9240 -2.0680 -2.1120ZM 368.5403,37.6801 ZM 372.7203,59.6359 c 0.0000,1.2760 0.4840,1.9360 1.8920 1.9360h 0.8360 c 0.2200,-0.0000 0.3960,0.1320 0.3960 0.3520v 0.8360 l -0.0880,0.0880 c 0.0000,-0.0000 -3.0360,-0.0880 -4.7520 -0.0880c -1.5400,-0.0000 -4.5320,0.0880 -4.5320 0.0880l -0.0880,-0.0880 v -0.8360 c 0.0000,-0.2200 0.1320,-0.3520 0.3520 -0.3520h 0.8360 c 1.4520,-0.0000 1.8920,-0.6600 1.8920 -1.9360v -10.9559 c 0.0000,-2.3320 -0.3960,-2.6840 -1.0120 -2.6840c -0.5720,-0.0000 -1.1000,0.0440 -1.8480 0.2200l -0.2200,-1.2320 c 2.8160,-0.4840 3.3000,-0.6600 4.5760 -1.2760c 0.4840,-0.1760 0.7920,-0.3520 1.1000 -0.3520h 0.6600 v 16.2798 ZM 376.7242,62.8039 ZM 383.9402,45.6000 v 11.2639 c 0.0000,2.7280 0.2640,4.0480 1.4520 4.0480c 1.1440,-0.0000 2.0240,-0.3520 3.1680 -1.2320l 0.7920,0.7480 c -1.7160,1.9360 -3.4760,2.9040 -5.4999 2.9040c -2.0240,-0.0000 -3.2120,-1.2320 -3.2120 -4.3560v -13.3759 h -2.8600 c -0.1320,-0.0000 -0.1760,-0.0440 -0.1760 -0.1760v -1.3640 c 0.0000,-0.1320 0.0440,-0.1760 0.1320 -0.1760c 2.9480,-0.0000 3.6520,-1.7160 3.6520 -5.0599v -0.8360 l 2.5520,-0.8800 v 6.7759 h 4.8400 c 0.2200,-0.0000 0.3520,0.0880 0.3520 0.2640v 0.8800 c 0.0000,0.3960 -0.6160,0.5720 -1.0560 0.5720h -4.1360 ZM 390.0121,62.8039 ZM 394.9841,33.8522 c 1.1880,-0.0000 2.4640,1.0120 2.4640 3.2120c 0.0000,2.8600 -0.7040,4.7080 -1.1440 8.4919c -0.5720,4.7520 -0.6160,7.3919 -0.7040 8.0079c -0.0440,0.4840 -0.1760,0.8800 -0.6160 0.8800c -0.4840,-0.0000 -0.5720,-0.3080 -0.6160 -0.5720c -0.0880,-0.9240 -0.3080,-4.8840 -0.6600 -8.3159c -0.3960,-3.8720 -1.1000,-5.4119 -1.1000 -8.4919c 0.0000,-2.3760 1.4080,-3.2120 2.3760 -3.2120ZM 394.9841,33.8522 ZM 392.6521,60.9999 c 0.0000,-1.2760 1.0120,-2.3320 2.3320 -2.3320c 1.2760,-0.0000 2.3320,1.0560 2.3320 2.3320c 0.0000,1.2760 -1.0560,2.3320 -2.3320 2.3320c -1.3200,-0.0000 -2.3320,-1.0560 -2.3320 -2.3320Z"/></g></svg>
diff --git a/other/textsExample.svg b/other/textsExample.svg
new file mode 100644
--- /dev/null
+++ b/other/textsExample.svg
@@ -0,0 +1,3 @@
+<?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 346.6936,74.1294 ZM 354.3221,68.1592 v -26.4511 h -5.7214 c -0.3317,-0.0000 -0.4146,-0.0829 -0.4146 -0.4146v -1.1609 c 0.0000,-0.6633 0.4146,-1.6584 1.9071 -1.6584h 4.2289 v -3.2338 c 0.0000,-12.9353 6.7164,-18.9884 13.6816 -18.9884c 3.1509,-0.0000 5.3068,0.8292 7.3798 2.2388c 1.6584,1.2438 2.4046,2.6534 2.4046 3.9801c 0.0000,1.7413 -1.2438,2.9851 -2.8192 2.9851c -1.6584,-0.0000 -2.7363,-0.9121 -3.3997 -2.3217c -1.0779,-2.7363 -2.6534,-4.0630 -5.1410 -4.0630c -2.7363,-0.0000 -5.8872,1.9900 -5.8872 14.7595v 4.6434 h 9.1211 c 0.4146,-0.0000 0.6633,0.1658 0.6633 0.4975v 1.6584 c 0.0000,0.7463 -1.1609,1.0779 -1.9071 1.0779h -7.8773 v 26.4511 c 0.0000,2.4046 0.8292,3.6484 3.5655 3.6484h 2.7363 c 0.3317,-0.0000 0.6633,0.2488 0.6633 0.6633v 1.5755 l -0.1658,0.1658 c 0.0000,-0.0000 -6.7993,-0.1658 -10.0332 -0.1658c -2.9851,-0.0000 -8.6235,0.1658 -8.6235 0.1658l -0.1658,-0.1658 v -1.5755 c 0.0000,-0.4146 0.2488,-0.6633 0.6633 -0.6633h 1.5755 c 2.8192,-0.0000 3.5655,-1.2438 3.5655 -3.6484Z"/></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 279.0527,74.1294 ZM 288.5054,51.1609 h 15.2570 c 0.8292,-0.0000 1.1609,-0.4146 1.1609 -1.1609c 0.0000,-7.7114 -3.8972,-9.7015 -6.8823 -9.7015c -1.9071,-0.0000 -8.1260,0.7463 -9.5357 10.8624ZM 288.5054,51.1609 ZM 310.3959,66.4179 l 1.6584,1.3267 c -3.1509,4.3118 -8.0431,7.3798 -14.0133 7.3798c -11.3599,-0.0000 -16.1692,-8.4577 -16.1692 -17.4959c 0.0000,-12.6036 8.2919,-20.1493 16.1692 -20.1493c 10.9453,-0.0000 13.5158,8.5406 13.5158 15.5058c 0.0000,0.9121 -0.5804,1.4096 -1.4925 1.4096h -21.8076 c -0.0829,0.4975 -0.0829,0.9950 -0.0829 1.6584c 0.0000,8.4577 5.8872,15.0083 11.8574 15.0083c 4.5605,-0.0000 7.4627,-1.4925 10.3648 -4.6434Z"/></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 213.8163,74.1294 ZM 241.5112,66.7496 v -21.4760 c -1.9900,-3.1509 -4.2289,-4.8922 -8.1260 -4.8922c -1.6584,-0.0000 -5.0580,0.2488 -7.7114 4.1459c -1.1609,1.7413 -2.5705,5.3068 -2.5705 11.2769c 0.0000,10.8624 5.6385,15.8375 10.1161 15.8375c 2.7363,-0.0000 4.9751,-1.6584 8.2919 -4.8922ZM 241.5112,66.7496 ZM 247.7301,16.2521 v 47.9270 c 0.0000,2.4876 0.1658,3.8143 0.3317 4.3947c 0.2488,0.7463 1.1609,1.2438 1.8242 1.2438c 0.9950,-0.0000 2.8192,-0.0000 4.0630 -0.2488l 0.3317,2.3217 c -4.8093,0.8292 -9.1211,1.7413 -10.8624 3.2338h -1.9900 l 0.2488,-5.7214 c -3.1509,3.2338 -6.3847,5.7214 -10.6136 5.7214c -8.9552,-0.0000 -14.4279,-7.6285 -14.4279 -17.8275c 0.0000,-6.1360 1.6584,-11.2769 5.2239 -14.8425c 3.3167,-3.1509 6.9652,-4.9751 12.4378 -4.9751c 1.6584,-0.0000 5.3068,0.7463 7.2139 1.8242v -12.6866 c 0.0000,-4.7264 -0.7463,-6.0531 -2.4046 -6.0531l -2.7363,0.3317 c -0.1658,-0.0000 -0.4146,-0.1658 -0.4146 -0.4146l -0.1658,-2.0730 c 1.3267,-0.0000 4.3118,-0.4975 5.7214 -0.7463c 1.5755,-0.3317 2.7363,-0.6633 4.3947 -1.4096h 1.8242 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 155.0891,74.1294 ZM 186.9299,66.5837 c -3.6484,6.3018 -7.6285,8.5406 -12.6036 8.5406c -9.9502,-0.0000 -16.1692,-7.5456 -16.1692 -18.2421c 0.0000,-11.7745 7.3798,-19.4030 16.3350 -19.4030c 7.9602,-0.0000 12.1891,4.0630 12.1891 8.4577c 0.0000,2.4046 -1.4925,3.6484 -3.2338 3.6484c -1.7413,-0.0000 -3.3997,-0.9121 -3.6484 -2.9851c -0.3317,-2.7363 -0.8292,-6.3018 -5.7214 -6.3018c -5.4726,-0.0000 -9.5357,5.8043 -9.5357 14.7595c 0.0000,9.7015 5.2239,16.4179 11.6086 16.4179c 3.5655,-0.0000 6.7164,-2.3217 9.2869 -6.0531Z"/></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 89.4797,74.1294 ZM 101.8346,69.5688 c 1.6584,1.9900 3.3997,2.6534 5.9701 2.6534c 7.8773,-0.0000 11.8574,-7.2968 11.8574 -16.7496c 0.0000,-8.4577 -4.3118,-14.5108 -9.3698 -14.5108c -0.9121,-0.0000 -5.2239,0.1658 -8.4577 3.5655v 25.0415 ZM 101.8346,69.5688 ZM 95.6157,26.6169 c 0.0000,-4.7264 -0.8292,-6.0531 -2.4876 -6.0531l -2.6534,0.3317 c -0.2488,-0.0000 -0.4146,-0.1658 -0.4146 -0.4146l -0.1658,-2.0730 c 1.3267,-0.0000 4.3118,-0.4975 5.7214 -0.7463c 1.4925,-0.3317 2.7363,-0.6633 4.3947 -1.4096h 1.8242 v 25.7048 c 2.8192,-3.0680 6.1360,-4.5605 10.1161 -4.5605c 7.2139,-0.0000 14.0962,6.8823 14.0962 16.9983c 0.0000,13.1841 -9.2869,20.6468 -17.7446 20.6468c -3.5655,-0.0000 -6.2189,-0.9950 -8.6235 -3.0680c -0.7463,0.9950 -1.8242,2.2388 -2.5705 3.0680l -1.7413,-0.4146 c 0.2488,-1.9900 0.2488,-3.3167 0.2488 -6.5506v -41.4594 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 28.0991,74.1294 ZM 52.2284,53.8143 l -6.5506,1.6584 c -7.2968,2.2388 -8.3748,6.0531 -8.3748 9.7844c 0.0000,2.5705 1.2438,6.4677 6.4677 6.4677c 2.4876,-0.0000 6.3018,-2.4046 8.4577 -4.2289v -13.6816 ZM 52.2284,53.8143 ZM 57.5352,75.1244 c -3.1509,-0.0000 -4.8922,-2.8192 -5.2239 -4.8093l -1.9071,1.3267 c -3.8143,2.6534 -5.2239,3.4826 -9.0381 3.4826c -5.8043,-0.0000 -10.0332,-3.3167 -10.0332 -9.5357c 0.0000,-6.3018 5.3897,-10.6136 13.2670 -12.6036l 7.6285,-1.9071 c 0.0000,-9.3698 -4.3118,-11.1111 -7.1310 -11.1111c -3.1509,-0.0000 -6.7993,1.4096 -6.7993 3.9801c 0.0000,0.9121 0.1658,1.4096 0.2488 1.6584c 0.1658,0.3317 0.2488,0.9121 0.2488 1.4925c 0.0000,1.0779 -0.8292,2.7363 -3.2338 2.7363c -1.9900,-0.0000 -3.3167,-1.3267 -3.3167 -3.3167c 0.0000,-4.8093 7.7944,-9.0381 13.1012 -9.0381c 6.0531,-0.0000 13.0182,2.4876 13.0182 14.2620v 12.1891 c 0.0000,5.0580 0.0829,7.2139 1.9900 7.2139c 1.8242,-0.0000 2.3217,-2.3217 2.4046 -4.1459l 2.0730,0.4146 c -0.4975,6.0531 -3.0680,7.7114 -7.2968 7.7114Z"/></g></svg>
diff --git a/other/withHudExample.svg b/other/withHudExample.svg
new file mode 100644
--- /dev/null
+++ b/other/withHudExample.svg
@@ -0,0 +1,3 @@
+<?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="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.6" stroke="rgb(0,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.3783,21.1729 ZM 98.0556,15.7388 c 0.0000,0.0663 -0.0530,0.1060 -0.1193 0.1060h -0.1988 c -0.2916,-0.0000 -0.3844,0.0795 -0.3844 0.2121c 0.0000,0.0928 0.0530,0.2121 0.1193 0.3976l 1.3916,3.4990 l 1.1531,-2.8761 l -0.2386,-0.5964 c -0.1723,-0.4506 -0.4506,-0.6362 -0.8482 -0.6362c -0.0663,-0.0000 -0.1325,-0.0265 -0.1325 -0.0928v -0.2651 l 0.0265,-0.0265 c 0.0000,-0.0000 0.7422,0.0265 1.2061 0.0265l 1.3254,-0.0265 l 0.0398,0.0265 v 0.2518 c 0.0000,0.0663 -0.0663,0.1060 -0.1325 0.1060h -0.2386 c -0.2651,-0.0000 -0.3844,0.0530 -0.3844 0.1856c 0.0000,0.1060 0.0530,0.2386 0.1325 0.4241l 1.3784,3.4990 l 1.3784,-3.4327 c 0.0398,-0.0795 0.0663,-0.1856 0.0663 -0.2916c 0.0000,-0.2253 -0.1458,-0.3844 -0.5964 -0.3844h -0.1988 c -0.0663,-0.0000 -0.1193,-0.0530 -0.1193 -0.0928v -0.2651 l 0.0398,-0.0265 c 0.0000,-0.0000 0.8747,0.0265 1.3651 0.0265c 0.4506,-0.0000 0.9808,-0.0265 0.9808 -0.0265l 0.0133,0.0265 v 0.2518 c 0.0000,0.0795 -0.0795,0.1060 -0.1590 0.1060c -0.3313,-0.0000 -0.6759,0.1458 -0.9145 0.7290l -1.8025,4.4798 c -0.0795,0.1988 -0.1856,0.2783 -0.3048 0.2783c -0.1325,-0.0000 -0.2386,-0.0795 -0.3181 -0.2651l -1.3254,-3.3134 l -1.3254,3.2869 c -0.0928,0.2121 -0.1988,0.2916 -0.3181 0.2916c -0.1325,-0.0000 -0.2386,-0.0795 -0.3181 -0.2651l -1.8158,-4.5858 c -0.1988,-0.5169 -0.4374,-0.6362 -0.8350 -0.6362c -0.0663,-0.0000 -0.1590,-0.0265 -0.1590 -0.0928v -0.2651 l 0.0265,-0.0265 c 0.0000,-0.0000 0.6229,0.0265 1.2061 0.0265c 0.6097,-0.0000 1.3121,-0.0265 1.3121 -0.0265l 0.0265,0.0398 v 0.2386 ZM 105.2391,21.1729 ZM 106.2729,13.6050 c 0.0000,-0.3446 0.2783,-0.6362 0.6229 -0.6362c 0.3579,-0.0000 0.6362,0.2916 0.6362 0.6362c 0.0000,0.3579 -0.2783,0.6362 -0.6362 0.6362c -0.3446,-0.0000 -0.6229,-0.2783 -0.6229 -0.6362ZM 106.2729,13.6050 ZM 107.5320,20.2186 c 0.0000,0.3844 0.1458,0.5832 0.5699 0.5832h 0.2518 c 0.0663,-0.0000 0.1193,0.0398 0.1193 0.1060v 0.2518 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9145,-0.0265 -1.4314 -0.0265c -0.4639,-0.0000 -1.3651,0.0265 -1.3651 0.0265l -0.0265,-0.0265 v -0.2518 c 0.0000,-0.0663 0.0398,-0.1060 0.1060 -0.1060h 0.2518 c 0.4374,-0.0000 0.5699,-0.1988 0.5699 -0.5832v -3.3002 c 0.0000,-0.7024 -0.1193,-0.8085 -0.3048 -0.8085c -0.1723,-0.0000 -0.3313,0.0133 -0.5567 0.0663l -0.0663,-0.3711 c 0.8482,-0.1458 0.9940,-0.1988 1.3784 -0.3844c 0.1458,-0.0530 0.2386,-0.1060 0.3313 -0.1060h 0.1988 v 4.9039 ZM 108.7381,21.1729 ZM 110.9117,15.9906 v 3.3930 c 0.0000,0.8217 0.0795,1.2193 0.4374 1.2193c 0.3446,-0.0000 0.6097,-0.1060 0.9543 -0.3711l 0.2386,0.2253 c -0.5169,0.5832 -1.0470,0.8747 -1.6567 0.8747c -0.6097,-0.0000 -0.9675,-0.3711 -0.9675 -1.3121v -4.0291 h -0.8615 c -0.0398,-0.0000 -0.0530,-0.0133 -0.0530 -0.0530v -0.4109 c 0.0000,-0.0398 0.0133,-0.0530 0.0398 -0.0530c 0.8880,-0.0000 1.1001,-0.5169 1.1001 -1.5242v -0.2518 l 0.7687,-0.2651 v 2.0411 h 1.4579 c 0.0663,-0.0000 0.1060,0.0265 0.1060 0.0795v 0.2651 c 0.0000,0.1193 -0.1856,0.1723 -0.3181 0.1723h -1.2459 ZM 112.7407,21.1729 ZM 114.9011,11.9217 v 4.4930 c 0.8880,-0.8880 1.6700,-1.1001 2.1869 -1.1001c 0.9543,-0.0000 1.4314,0.7290 1.4314 2.0941v 2.8098 c 0.0000,0.3844 0.1325,0.5832 0.5699 0.5832h 0.2518 c 0.0530,-0.0000 0.1060,0.0398 0.1060 0.1060v 0.2518 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9013,-0.0265 -1.4314 -0.0265c -0.4639,-0.0000 -1.3651,0.0265 -1.3651 0.0265l -0.0265,-0.0265 v -0.2518 c 0.0000,-0.0663 0.0398,-0.1060 0.1060 -0.1060h 0.2518 c 0.4506,-0.0000 0.5699,-0.1988 0.5699 -0.5832v -2.9556 c 0.0000,-1.0736 -0.2916,-1.3254 -1.0338 -1.3254c -0.3844,-0.0000 -0.9543,0.3446 -1.5904 0.9675v 3.3134 c 0.0000,0.3844 0.1325,0.5832 0.5699 0.5832h 0.2518 c 0.0530,-0.0000 0.1060,0.0398 0.1060 0.1060v 0.2518 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9013,-0.0265 -1.4182 -0.0265c -0.4771,-0.0000 -1.3651,0.0265 -1.3651 0.0265l -0.0265,-0.0265 v -0.2518 c 0.0000,-0.0663 0.0265,-0.1060 0.0928 -0.1060h 0.2518 c 0.4506,-0.0000 0.5699,-0.1988 0.5699 -0.5832v -6.6401 c 0.0000,-0.7555 -0.1193,-0.9675 -0.3844 -0.9675l -0.4374,0.0530 c -0.0398,-0.0000 -0.0663,-0.0265 -0.0663 -0.0663l -0.0265,-0.3313 c 0.2121,-0.0000 0.6892,-0.0795 0.9145 -0.1193c 0.2386,-0.0530 0.4374,-0.1060 0.7024 -0.2253h 0.2916 ZM 119.6062,21.1729 ZM 126.4186,20.2186 v -3.3399 h -4.3340 v 3.3399 c 0.0000,0.4109 0.1988,0.5832 0.7290 0.5832h 0.3446 c 0.0530,-0.0000 0.1060,0.0398 0.1060 0.1060v 0.2518 l -0.0265,0.0265 c 0.0000,-0.0000 -1.1398,-0.0265 -1.6700 -0.0265c -0.4639,-0.0000 -1.6965,0.0265 -1.6965 0.0265l -0.0265,-0.0265 v -0.2518 c 0.0000,-0.0663 0.0398,-0.1060 0.0928 -0.1060h 0.3579 c 0.5434,-0.0000 0.7157,-0.2121 0.7157 -0.5832v -6.6534 c 0.0000,-0.3976 -0.1988,-0.5832 -0.7157 -0.5832h -0.3579 c -0.0530,-0.0000 -0.1060,-0.0398 -0.1060 -0.1060v -0.2518 l 0.0265,-0.0133 c 0.0000,-0.0000 1.1531,0.0133 1.6700 0.0133c 0.4771,-0.0000 1.7097,-0.0133 1.7097 -0.0133l 0.0265,0.0133 v 0.2518 c 0.0000,0.0663 -0.0398,0.1060 -0.1060 0.1060h -0.3446 c -0.5434,-0.0000 -0.7290,0.2121 -0.7290 0.5832v 2.7965 h 4.3340 v -2.7965 c 0.0000,-0.3976 -0.1988,-0.5832 -0.7290 -0.5832h -0.3446 c -0.0663,-0.0000 -0.1193,-0.0398 -0.1193 -0.1060v -0.2518 l 0.0265,-0.0133 c 0.0000,-0.0000 1.1531,0.0133 1.6700 0.0133c 0.4771,-0.0000 1.7097,-0.0133 1.7097 -0.0133l 0.0265,0.0133 v 0.2518 c 0.0000,0.0663 -0.0398,0.1060 -0.1060 0.1060h -0.3446 c -0.5434,-0.0000 -0.7290,0.2121 -0.7290 0.5832v 6.6534 c 0.0000,0.4109 0.1988,0.5832 0.7290 0.5832h 0.3446 c 0.0663,-0.0000 0.1193,0.0398 0.1193 0.1060v 0.2518 l -0.0265,0.0265 c 0.0000,-0.0000 -1.1531,-0.0265 -1.6700 -0.0265c -0.4771,-0.0000 -1.7097,0.0265 -1.7097 0.0265l -0.0265,-0.0265 v -0.2518 c 0.0000,-0.0663 0.0398,-0.1060 0.1060 -0.1060h 0.3446 c 0.5434,-0.0000 0.7290,-0.2121 0.7290 -0.5832ZM 128.8838,21.1729 ZM 134.5696,19.6354 c 0.0000,0.6627 0.0663,0.8747 0.3313 0.8747c 0.1590,-0.0000 0.4506,-0.0265 0.6759 -0.0663l 0.0530,0.3711 c -0.8085,0.1458 -1.4579,0.2783 -1.7627 0.5169h -0.2916 l 0.0398,-0.9808 h -0.0398 c -0.7290,0.7952 -1.3254,0.9808 -1.8688 0.9808c -1.3121,-0.0000 -1.6567,-0.8880 -1.6567 -1.8025v -3.0219 c 0.0000,-0.4374 -0.0928,-0.6627 -0.5832 -0.6627c -0.0530,-0.0000 -0.1458,0.0133 -0.2253 0.0133l -0.0398,-0.0133 v -0.3446 l 0.0398,-0.0398 c 0.0000,-0.0000 0.9013,0.0265 1.3254 0.0265c 0.1856,-0.0000 0.4904,-0.0265 0.4904 -0.0265l -0.0133,1.0603 v 2.8230 c 0.0000,1.1796 0.6097,1.3916 1.0073 1.3916c 0.3048,-0.0000 0.5832,-0.1193 0.8615 -0.3181c 0.3181,-0.2386 0.5301,-0.4241 0.6627 -0.5964v -3.2737 c 0.0000,-0.4771 -0.0663,-0.7024 -0.5567 -0.7024c -0.0795,-0.0000 -0.2253,0.0133 -0.2651 0.0133l -0.0265,-0.0265 v -0.3313 l 0.0265,-0.0398 c 0.0000,-0.0000 0.9410,0.0265 1.3121 0.0265c 0.3048,-0.0000 0.5169,-0.0265 0.5169 -0.0265l -0.0133,1.0470 v 3.1279 ZM 135.7360,21.1729 ZM 140.1627,19.9933 v -3.4327 c -0.3181,-0.5036 -0.6759,-0.7820 -1.2989 -0.7820c -0.2651,-0.0000 -0.8085,0.0398 -1.2326 0.6627c -0.1856,0.2783 -0.4109,0.8482 -0.4109 1.8025c 0.0000,1.7362 0.9013,2.5315 1.6170 2.5315c 0.4374,-0.0000 0.7952,-0.2651 1.3254 -0.7820ZM 140.1627,19.9933 ZM 141.1568,11.9217 v 7.6607 c 0.0000,0.3976 0.0265,0.6097 0.0530 0.7024c 0.0398,0.1193 0.1856,0.1988 0.2916 0.1988c 0.1590,-0.0000 0.4506,-0.0000 0.6494 -0.0398l 0.0530,0.3711 c -0.7687,0.1325 -1.4579,0.2783 -1.7362 0.5169h -0.3181 l 0.0398,-0.9145 c -0.5036,0.5169 -1.0205,0.9145 -1.6965 0.9145c -1.4314,-0.0000 -2.3062,-1.2193 -2.3062 -2.8496c 0.0000,-0.9808 0.2651,-1.8025 0.8350 -2.3724c 0.5301,-0.5036 1.1133,-0.7952 1.9881 -0.7952c 0.2651,-0.0000 0.8482,0.1193 1.1531 0.2916v -2.0278 c 0.0000,-0.7555 -0.1193,-0.9675 -0.3844 -0.9675l -0.4374,0.0530 c -0.0265,-0.0000 -0.0663,-0.0265 -0.0663 -0.0663l -0.0265,-0.3313 c 0.2121,-0.0000 0.6892,-0.0795 0.9145 -0.1193c 0.2518,-0.0530 0.4374,-0.1060 0.7024 -0.2253h 0.2916 ZM 145.5968,21.1729 ZM 150.2753,13.1411 h -1.7893 c -0.3181,-0.0000 -0.4771,0.1060 -0.4771 0.4241v 2.8230 h 1.8158 c 0.4639,-0.0000 0.5832,-0.2121 0.6627 -0.5832l 0.0928,-0.3976 c 0.0000,-0.0530 0.0398,-0.1060 0.0928 -0.1060h 0.2916 c 0.0398,-0.0000 0.0530,0.0265 0.0530 0.0530c -0.0530,0.3313 -0.1060,0.8217 -0.1060 1.2591c 0.0000,0.4506 0.0663,1.0470 0.1060 1.2724l -0.0398,0.0398 h -0.3048 c -0.0663,-0.0000 -0.1060,-0.0530 -0.1060 -0.0928l -0.0795,-0.4109 c -0.0663,-0.3844 -0.2121,-0.5832 -0.6627 -0.5832h -1.8158 v 3.3797 c 0.0000,0.3579 0.1856,0.4374 0.4771 0.4374h 2.2001 c 1.0073,-0.0000 1.3916,-0.7820 1.6567 -1.7362l 0.4109,0.0663 c -0.1590,0.6892 -0.2916,1.4447 -0.3579 2.1869h -3.8966 l -1.0205,-0.0133 l -1.6965,0.0265 l -0.0265,-0.0265 v -0.2651 c 0.0000,-0.0398 0.0265,-0.0928 0.1060 -0.0928h 0.3976 c 0.5301,-0.0000 0.6892,-0.2121 0.6892 -0.5832v -6.6401 c 0.0000,-0.4109 -0.1856,-0.5964 -0.6892 -0.5964h -0.3976 c -0.0928,-0.0000 -0.1060,-0.0530 -0.1060 -0.0928v -0.2651 l 0.0265,-0.0133 l 1.6965,0.0133 l 1.0338,-0.0133 h 3.3930 c 0.0530,0.7024 0.1723,1.5109 0.2783 2.0543l -0.3844,0.0663 c -0.2916,-0.9145 -0.5301,-1.5904 -1.5242 -1.5904ZM 153.1381,21.1729 ZM 155.7491,15.8449 c -0.2651,-0.0000 -0.3181,0.0663 -0.3181 0.1590c 0.0000,0.0663 0.0530,0.1856 0.1988 0.4241l 0.8085,1.1928 c 0.0398,0.0795 0.0795,0.1193 0.1325 0.1193c 0.0398,-0.0000 0.0663,-0.0265 0.1193 -0.0928l 0.8615,-1.2061 c 0.1458,-0.1856 0.2253,-0.3313 0.2253 -0.4374c 0.0000,-0.1060 -0.0928,-0.1590 -0.2783 -0.1590h -0.2121 c -0.0398,-0.0000 -0.0795,-0.0265 -0.0795 -0.0928v -0.2518 l 0.0398,-0.0398 c 0.0000,-0.0000 0.6229,0.0265 1.0338 0.0265c 0.4241,-0.0000 1.0736,-0.0265 1.0736 -0.0265l 0.0133,0.0265 v 0.2518 c 0.0000,0.0928 -0.0795,0.1060 -0.1590 0.1060c -0.4904,-0.0000 -0.6892,0.1590 -1.1796 0.7820l -1.1133,1.4182 c -0.0265,0.0398 -0.0398,0.0663 -0.0398 0.0928c 0.0000,0.0265 0.0133,0.0663 0.0398 0.1060l 1.1928,1.6832 c 0.6097,0.8615 0.7820,0.8747 1.2061 0.8747c 0.1325,-0.0000 0.1856,0.0265 0.1856 0.1060v 0.2518 l -0.0133,0.0265 c 0.0000,-0.0000 -0.7157,-0.0265 -1.1663 -0.0265c -0.5434,-0.0000 -1.3784,0.0265 -1.3784 0.0265l -0.0265,-0.0265 v -0.2518 c 0.0000,-0.0663 0.0265,-0.1060 0.0928 -0.1060h 0.1590 c 0.2121,-0.0000 0.3048,-0.0398 0.3048 -0.1458c 0.0000,-0.1193 -0.1458,-0.3181 -0.3579 -0.5964l -0.7687,-1.0603 c -0.0530,-0.0663 -0.0795,-0.0928 -0.1193 -0.0928c -0.0265,-0.0000 -0.0663,0.0398 -0.1193 0.1193l -0.8350,1.2061 c -0.1988,0.2651 -0.2386,0.3313 -0.2386 0.4241c 0.0000,0.0928 0.0795,0.1458 0.2783 0.1458h 0.1856 c 0.0663,-0.0000 0.0928,0.0398 0.0928 0.1060v 0.2518 l -0.0265,0.0265 c 0.0000,-0.0000 -0.6892,-0.0265 -1.1133 -0.0265c -0.3844,-0.0000 -0.9940,0.0265 -0.9940 0.0265l -0.0265,-0.0265 v -0.2253 c 0.0000,-0.0795 0.0530,-0.1325 0.1723 -0.1325c 0.3181,-0.0000 0.6229,-0.0663 1.1796 -0.7820l 1.1133,-1.4314 c 0.0133,-0.0265 0.0265,-0.0530 0.0265 -0.0928c 0.0000,-0.0398 -0.0133,-0.0663 -0.0398 -0.1060l -1.1531,-1.6832 c -0.3711,-0.5434 -0.6097,-0.8615 -1.0736 -0.8615c -0.0928,-0.0000 -0.1856,-0.0398 -0.1856 -0.0928v -0.2518 l 0.0265,-0.0398 l 1.0470,0.0265 l 1.4712,-0.0265 l 0.0398,0.0398 v 0.2386 c 0.0000,0.0663 -0.0530,0.1060 -0.1060 0.1060h -0.1988 ZM 159.7253,21.1729 ZM 163.5821,17.9257 l -1.0470,0.2651 c -1.1663,0.3579 -1.3386,0.9675 -1.3386 1.5639c 0.0000,0.4109 0.1988,1.0338 1.0338 1.0338c 0.3976,-0.0000 1.0073,-0.3844 1.3519 -0.6759v -2.1869 ZM 163.5821,17.9257 ZM 164.4303,21.3319 c -0.5036,-0.0000 -0.7820,-0.4506 -0.8350 -0.7687l -0.3048,0.2121 c -0.6097,0.4241 -0.8350,0.5567 -1.4447 0.5567c -0.9278,-0.0000 -1.6037,-0.5301 -1.6037 -1.5242c 0.0000,-1.0073 0.8615,-1.6965 2.1206 -2.0146l 1.2193,-0.3048 c 0.0000,-1.4977 -0.6892,-1.7760 -1.1398 -1.7760c -0.5036,-0.0000 -1.0868,0.2253 -1.0868 0.6362c 0.0000,0.1458 0.0265,0.2253 0.0398 0.2651c 0.0265,0.0530 0.0398,0.1458 0.0398 0.2386c 0.0000,0.1723 -0.1325,0.4374 -0.5169 0.4374c -0.3181,-0.0000 -0.5301,-0.2121 -0.5301 -0.5301c 0.0000,-0.7687 1.2459,-1.4447 2.0941 -1.4447c 0.9675,-0.0000 2.0808,0.3976 2.0808 2.2796v 1.9483 c 0.0000,0.8085 0.0133,1.1531 0.3181 1.1531c 0.2916,-0.0000 0.3711,-0.3711 0.3844 -0.6627l 0.3313,0.0663 c -0.0795,0.9675 -0.4904,1.2326 -1.1663 1.2326ZM 165.7027,21.1729 ZM 173.6947,20.2186 v -3.0484 c 0.0000,-0.8880 -0.3446,-1.2193 -0.8482 -1.2193c -0.5169,-0.0000 -0.9278,0.2651 -1.5639 0.9675c 0.0265,0.1590 0.0265,0.3446 0.0265 0.5301v 2.7700 c 0.0000,0.3844 0.1325,0.5832 0.5699 0.5832h 0.2253 c 0.0663,-0.0000 0.1193,0.0398 0.1193 0.1060v 0.2518 l -0.0265,0.0265 c 0.0000,-0.0000 -0.8880,-0.0265 -1.4049 -0.0265c -0.4771,-0.0000 -1.3916,0.0265 -1.3916 0.0265l -0.0265,-0.0265 v -0.2518 c 0.0000,-0.0663 0.0398,-0.1060 0.1060 -0.1060h 0.2651 c 0.4506,-0.0000 0.5699,-0.1988 0.5699 -0.5832v -3.0219 c 0.0000,-0.8880 -0.3579,-1.2459 -0.8615 -1.2459c -0.4639,-0.0000 -0.9013,0.3313 -1.5242 0.9808v 3.2869 c 0.0000,0.3844 0.1325,0.5832 0.5699 0.5832h 0.2518 c 0.0530,-0.0000 0.1060,0.0398 0.1060 0.1060v 0.2518 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9013,-0.0265 -1.4182 -0.0265c -0.4771,-0.0000 -1.3784,0.0265 -1.3784 0.0265l -0.0265,-0.0265 v -0.2518 c 0.0000,-0.0663 0.0398,-0.1060 0.1060 -0.1060h 0.2518 c 0.4506,-0.0000 0.5699,-0.1988 0.5699 -0.5832v -3.3002 c 0.0000,-0.7555 -0.1193,-0.8085 -0.2916 -0.8085c -0.1723,-0.0000 -0.3313,0.0133 -0.5567 0.0663l -0.0663,-0.3711 c 0.8350,-0.1458 1.0205,-0.1988 1.3784 -0.3844c 0.1325,-0.0663 0.2386,-0.1060 0.3313 -0.1060h 0.1988 l -0.0398,1.1531 h 0.0398 c 0.6229,-0.6627 1.1796,-1.1531 2.0013 -1.1531c 0.7422,-0.0000 1.2061,0.5434 1.2856 1.1398c 0.7687,-0.7952 1.3916,-1.1398 2.1073 -1.1398c 1.1663,-0.0000 1.3651,0.9675 1.3651 2.1471v 2.7568 c 0.0000,0.3844 0.1325,0.5832 0.5699 0.5832h 0.2518 c 0.0530,-0.0000 0.1060,0.0398 0.1060 0.1060v 0.2518 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9013,-0.0265 -1.4182 -0.0265c -0.4771,-0.0000 -1.3784,0.0265 -1.3784 0.0265l -0.0265,-0.0265 v -0.2518 c 0.0000,-0.0663 0.0398,-0.1060 0.1060 -0.1060h 0.2518 c 0.4374,-0.0000 0.5699,-0.1988 0.5699 -0.5832ZM 175.7755,21.1729 ZM 177.7503,17.0112 v 3.3002 c 0.4639,0.5434 0.9013,0.5699 1.1133 0.5699c 1.4182,-0.0000 1.7362,-1.3254 1.7362 -2.4652c 0.0000,-1.6037 -0.6494,-2.4917 -1.4579 -2.4917c -0.4506,-0.0000 -1.1001,0.3844 -1.3916 1.0868ZM 177.7503,17.0112 ZM 176.7696,23.2669 v -6.5606 c 0.0000,-0.5036 -0.1193,-0.5964 -0.3048 -0.5964c -0.1723,-0.0000 -0.3313,0.0133 -0.5567 0.0663l -0.0663,-0.3711 c 0.8482,-0.1458 1.0073,-0.1988 1.3784 -0.3844c 0.1458,-0.0663 0.2386,-0.1060 0.3313 -0.1060h 0.1988 l -0.0398,1.0603 h 0.0398 c 0.6097,-0.9278 1.3254,-1.0603 1.7495 -1.0603c 1.2856,-0.0000 2.1339,1.3386 2.1339 2.7435c 0.0000,1.0736 -0.3313,1.8953 -0.9278 2.5050c -0.5169,0.5169 -1.0603,0.7687 -1.7627 0.7687c -0.4771,-0.0000 -0.8482,-0.1060 -1.1928 -0.2916v 2.2266 c 0.0000,0.3844 0.1458,0.5832 0.5699 0.5832h 0.2518 c 0.0663,-0.0000 0.1193,0.0398 0.1193 0.1060v 0.2518 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9145,-0.0265 -1.4314 -0.0265c -0.4639,-0.0000 -1.3651,0.0265 -1.3651 0.0265l -0.0265,-0.0265 v -0.2518 c 0.0000,-0.0663 0.0398,-0.1060 0.1060 -0.1060h 0.2518 c 0.4374,-0.0000 0.5699,-0.1988 0.5699 -0.5832ZM 182.1241,21.1729 ZM 183.3832,20.2186 v -6.6401 c 0.0000,-0.7555 -0.1325,-0.9675 -0.3976 -0.9675l -0.4241,0.0530 c -0.0398,-0.0000 -0.0795,-0.0265 -0.0795 -0.0663l -0.0265,-0.3313 c 0.2121,-0.0000 0.7024,-0.0795 0.9278 -0.1193c 0.2386,-0.0530 0.4241,-0.1060 0.6892 -0.2253h 0.2916 v 8.2968 c 0.0000,0.3844 0.1458,0.5832 0.5699 0.5832h 0.3181 c 0.0530,-0.0000 0.1060,0.0398 0.1060 0.1060v 0.2518 l -0.0265,0.0265 c 0.0000,-0.0000 -0.9675,-0.0265 -1.4844 -0.0265c -0.4639,-0.0000 -1.4314,0.0265 -1.4314 0.0265l -0.0133,-0.0265 v -0.2518 c 0.0000,-0.0663 0.0265,-0.1060 0.0928 -0.1060h 0.3181 c 0.4374,-0.0000 0.5699,-0.1988 0.5699 -0.5832ZM 185.5701,21.1729 ZM 187.0810,17.5016 h 2.4387 c 0.1325,-0.0000 0.1856,-0.0663 0.1856 -0.1856c 0.0000,-1.2326 -0.6229,-1.5507 -1.1001 -1.5507c -0.3048,-0.0000 -1.2989,0.1193 -1.5242 1.7362ZM 187.0810,17.5016 ZM 190.5800,19.9403 l 0.2651,0.2121 c -0.5036,0.6892 -1.2856,1.1796 -2.2399 1.1796c -1.8158,-0.0000 -2.5845,-1.3519 -2.5845 -2.7965c 0.0000,-2.0146 1.3254,-3.2207 2.5845 -3.2207c 1.7495,-0.0000 2.1604,1.3651 2.1604 2.4785c 0.0000,0.1458 -0.0928,0.2253 -0.2386 0.2253h -3.4857 c -0.0133,0.0795 -0.0133,0.1590 -0.0133 0.2651c 0.0000,1.3519 0.9410,2.3989 1.8953 2.3989c 0.7290,-0.0000 1.1928,-0.2386 1.6567 -0.7422Z"/></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.2368,164.9538 ZM 265.9712,164.3971 v -3.8734 c 0.0000,-0.4407 -0.0773,-0.5644 -0.2319 -0.5644l -0.2474,0.0309 c -0.0232,-0.0000 -0.0464,-0.0155 -0.0464 -0.0387l -0.0155,-0.1933 c 0.1237,-0.0000 0.4098,-0.0464 0.5412 -0.0696c 0.1392,-0.0309 0.2474,-0.0619 0.4020 -0.1314h 0.1701 v 4.8398 c 0.0000,0.2242 0.0850,0.3402 0.3324 0.3402h 0.1856 c 0.0309,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1469 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5644,-0.0155 -0.8659 -0.0155c -0.2706,-0.0000 -0.8350,0.0155 -0.8350 0.0155l -0.0077,-0.0155 v -0.1469 c 0.0000,-0.0387 0.0155,-0.0619 0.0541 -0.0619h 0.1856 c 0.2551,-0.0000 0.3324,-0.1160 0.3324 -0.3402ZM 267.2469,164.9538 ZM 267.8500,160.5392 c 0.0000,-0.2010 0.1624,-0.3711 0.3634 -0.3711c 0.2087,-0.0000 0.3711,0.1701 0.3711 0.3711c 0.0000,0.2087 -0.1624,0.3711 -0.3711 0.3711c -0.2010,-0.0000 -0.3634,-0.1624 -0.3634 -0.3711ZM 267.8500,160.5392 ZM 268.5844,164.3971 c 0.0000,0.2242 0.0850,0.3402 0.3324 0.3402h 0.1469 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1469 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5335,-0.0155 -0.8350 -0.0155c -0.2706,-0.0000 -0.7963,0.0155 -0.7963 0.0155l -0.0155,-0.0155 v -0.1469 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1469 c 0.2551,-0.0000 0.3324,-0.1160 0.3324 -0.3402v -1.9251 c 0.0000,-0.4098 -0.0696,-0.4716 -0.1778 -0.4716c -0.1005,-0.0000 -0.1933,0.0077 -0.3247 0.0387l -0.0387,-0.2165 c 0.4948,-0.0850 0.5799,-0.1160 0.8041 -0.2242c 0.0850,-0.0309 0.1392,-0.0619 0.1933 -0.0619h 0.1160 v 2.8606 ZM 269.2880,164.9538 ZM 272.1022,164.3971 v -1.6932 c 0.0000,-0.5412 -0.0928,-0.7963 -0.5025 -0.7963c -0.3402,-0.0000 -0.6340,0.1314 -1.0283 0.5953v 1.8942 c 0.0000,0.2242 0.0773,0.3402 0.3324 0.3402h 0.1082 c 0.0387,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1469 l -0.0155,0.0155 c 0.0000,-0.0000 -0.4871,-0.0155 -0.7886 -0.0155c -0.2783,-0.0000 -0.8041,0.0155 -0.8041 0.0155l -0.0155,-0.0155 v -0.1469 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1469 c 0.2629,-0.0000 0.3324,-0.1160 0.3324 -0.3402v -1.9251 c 0.0000,-0.4175 -0.0619,-0.4716 -0.1701 -0.4716c -0.1005,-0.0000 -0.1933,0.0077 -0.3247 0.0387l -0.0387,-0.2165 c 0.3247,-0.0541 0.5567,-0.0928 0.7963 -0.2242c 0.0850,-0.0387 0.1469,-0.0619 0.2010 -0.0619h 0.1160 l -0.0232,0.6881 h 0.0232 c 0.4948,-0.5799 0.8659,-0.6881 1.2602 -0.6881c 0.6958,-0.0000 0.8427,0.5335 0.8427 1.2216v 1.6390 c 0.0000,0.2242 0.0850,0.3402 0.3324 0.3402h 0.1469 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1469 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5335,-0.0155 -0.8350 -0.0155c -0.2706,-0.0000 -0.7577,0.0155 -0.7577 0.0155l -0.0155,-0.0155 v -0.1469 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1082 c 0.2551,-0.0000 0.3324,-0.1160 0.3324 -0.3402ZM 273.3083,164.9538 ZM 274.1897,162.8122 h 1.4226 c 0.0773,-0.0000 0.1082,-0.0387 0.1082 -0.1082c 0.0000,-0.7190 -0.3634,-0.9046 -0.6417 -0.9046c -0.1778,-0.0000 -0.7577,0.0696 -0.8891 1.0128ZM 274.1897,162.8122 ZM 276.2308,164.2348 l 0.1546,0.1237 c -0.2938,0.4020 -0.7499,0.6881 -1.3066 0.6881c -1.0592,-0.0000 -1.5076,-0.7886 -1.5076 -1.6313c 0.0000,-1.1752 0.7731,-1.8787 1.5076 -1.8787c 1.0205,-0.0000 1.2602,0.7963 1.2602 1.4458c 0.0000,0.0850 -0.0541,0.1314 -0.1392 0.1314h -2.0333 c -0.0077,0.0464 -0.0077,0.0928 -0.0077 0.1546c 0.0000,0.7886 0.5489,1.3994 1.1056 1.3994c 0.4252,-0.0000 0.6958,-0.1392 0.9664 -0.4330ZM 276.6173,164.9538 ZM 278.2873,160.7247 c -0.1933,-0.0000 -0.7577,0.1082 -0.7577 0.5799c 0.0000,0.1392 -0.0541,0.3788 -0.2629 0.3788c -0.2010,-0.0000 -0.2165,-0.2242 -0.2165 -0.2474c 0.0000,-0.2397 0.3170,-0.9510 1.3916 -0.9510c 0.7499,-0.0000 0.9742,0.4716 0.9742 0.7809c 0.0000,0.1933 -0.0619,0.5799 -0.7577 1.0205c 0.4330,0.0696 1.0051,0.3866 1.0051 1.1906c 0.0000,1.0205 -0.7731,1.5695 -1.6468 1.5695c -0.4407,-0.0000 -1.0592,-0.1933 -1.0592 -0.4871c 0.0000,-0.1160 0.1160,-0.2474 0.2706 -0.2474c 0.1469,-0.0000 0.2165,0.0773 0.2861 0.1778c 0.0850,0.1314 0.2242,0.3170 0.5953 0.3170c 0.2551,-0.0000 0.9819,-0.2551 0.9819 -1.2293c 0.0000,-0.8273 -0.5799,-0.9587 -0.9973 -0.9587c -0.0696,-0.0000 -0.1546,0.0155 -0.2397 0.0309l -0.0309,-0.2319 c 0.5953,-0.1005 1.0901,-0.6804 1.0901 -1.0360c 0.0000,-0.4407 -0.3093,-0.6572 -0.6262 -0.6572Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9128,164.9538 h 6.6600 "/></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.2368,151.6338 ZM 265.9712,151.0771 v -3.8734 c 0.0000,-0.4407 -0.0773,-0.5644 -0.2319 -0.5644l -0.2474,0.0309 c -0.0232,-0.0000 -0.0464,-0.0155 -0.0464 -0.0387l -0.0155,-0.1933 c 0.1237,-0.0000 0.4098,-0.0464 0.5412 -0.0696c 0.1392,-0.0309 0.2474,-0.0619 0.4020 -0.1314h 0.1701 v 4.8398 c 0.0000,0.2242 0.0850,0.3402 0.3324 0.3402h 0.1856 c 0.0309,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1469 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5644,-0.0155 -0.8659 -0.0155c -0.2706,-0.0000 -0.8350,0.0155 -0.8350 0.0155l -0.0077,-0.0155 v -0.1469 c 0.0000,-0.0387 0.0155,-0.0619 0.0541 -0.0619h 0.1856 c 0.2551,-0.0000 0.3324,-0.1160 0.3324 -0.3402ZM 267.2469,151.6338 ZM 267.8500,147.2192 c 0.0000,-0.2010 0.1624,-0.3711 0.3634 -0.3711c 0.2087,-0.0000 0.3711,0.1701 0.3711 0.3711c 0.0000,0.2087 -0.1624,0.3711 -0.3711 0.3711c -0.2010,-0.0000 -0.3634,-0.1624 -0.3634 -0.3711ZM 267.8500,147.2192 ZM 268.5844,151.0771 c 0.0000,0.2242 0.0850,0.3402 0.3324 0.3402h 0.1469 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1469 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5335,-0.0155 -0.8350 -0.0155c -0.2706,-0.0000 -0.7963,0.0155 -0.7963 0.0155l -0.0155,-0.0155 v -0.1469 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1469 c 0.2551,-0.0000 0.3324,-0.1160 0.3324 -0.3402v -1.9251 c 0.0000,-0.4098 -0.0696,-0.4716 -0.1778 -0.4716c -0.1005,-0.0000 -0.1933,0.0077 -0.3247 0.0387l -0.0387,-0.2165 c 0.4948,-0.0850 0.5799,-0.1160 0.8041 -0.2242c 0.0850,-0.0309 0.1392,-0.0619 0.1933 -0.0619h 0.1160 v 2.8606 ZM 269.2880,151.6338 ZM 272.1022,151.0771 v -1.6932 c 0.0000,-0.5412 -0.0928,-0.7963 -0.5025 -0.7963c -0.3402,-0.0000 -0.6340,0.1314 -1.0283 0.5953v 1.8942 c 0.0000,0.2242 0.0773,0.3402 0.3324 0.3402h 0.1082 c 0.0387,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1469 l -0.0155,0.0155 c 0.0000,-0.0000 -0.4871,-0.0155 -0.7886 -0.0155c -0.2783,-0.0000 -0.8041,0.0155 -0.8041 0.0155l -0.0155,-0.0155 v -0.1469 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1469 c 0.2629,-0.0000 0.3324,-0.1160 0.3324 -0.3402v -1.9251 c 0.0000,-0.4175 -0.0619,-0.4716 -0.1701 -0.4716c -0.1005,-0.0000 -0.1933,0.0077 -0.3247 0.0387l -0.0387,-0.2165 c 0.3247,-0.0541 0.5567,-0.0928 0.7963 -0.2242c 0.0850,-0.0387 0.1469,-0.0619 0.2010 -0.0619h 0.1160 l -0.0232,0.6881 h 0.0232 c 0.4948,-0.5799 0.8659,-0.6881 1.2602 -0.6881c 0.6958,-0.0000 0.8427,0.5335 0.8427 1.2216v 1.6390 c 0.0000,0.2242 0.0850,0.3402 0.3324 0.3402h 0.1469 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1469 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5335,-0.0155 -0.8350 -0.0155c -0.2706,-0.0000 -0.7577,0.0155 -0.7577 0.0155l -0.0155,-0.0155 v -0.1469 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1082 c 0.2551,-0.0000 0.3324,-0.1160 0.3324 -0.3402ZM 273.3083,151.6338 ZM 274.1897,149.4922 h 1.4226 c 0.0773,-0.0000 0.1082,-0.0387 0.1082 -0.1082c 0.0000,-0.7190 -0.3634,-0.9046 -0.6417 -0.9046c -0.1778,-0.0000 -0.7577,0.0696 -0.8891 1.0128ZM 274.1897,149.4922 ZM 276.2308,150.9148 l 0.1546,0.1237 c -0.2938,0.4020 -0.7499,0.6881 -1.3066 0.6881c -1.0592,-0.0000 -1.5076,-0.7886 -1.5076 -1.6313c 0.0000,-1.1752 0.7731,-1.8787 1.5076 -1.8787c 1.0205,-0.0000 1.2602,0.7963 1.2602 1.4458c 0.0000,0.0850 -0.0541,0.1314 -0.1392 0.1314h -2.0333 c -0.0077,0.0464 -0.0077,0.0928 -0.0077 0.1546c 0.0000,0.7886 0.5489,1.3994 1.1056 1.3994c 0.4252,-0.0000 0.6958,-0.1392 0.9664 -0.4330ZM 276.6173,151.6338 ZM 277.0657,148.2088 c 0.0000,-0.4407 0.4252,-1.0437 1.2370 -1.0437c 0.5953,-0.0000 1.2911,0.2242 1.2911 1.1133c 0.0000,0.5876 -0.3015,0.8814 -0.7190 1.2834l -0.7345,0.7113 c -0.0387,0.0387 -0.5567,0.5489 -0.5567 0.9123h 1.3143 c 0.2629,-0.0000 0.4020,-0.1314 0.5103 -0.5567l 0.1933,0.0309 l -0.1546,0.9742 h -2.3890 c 0.0000,-0.4330 0.0696,-0.7654 0.7886 -1.4999l 0.5412,-0.5335 c 0.4330,-0.4407 0.6108,-0.8195 0.6108 -1.2911c 0.0000,-0.7036 -0.4793,-0.9046 -0.7422 -0.9046c -0.5335,-0.0000 -0.6804,0.2783 -0.6804 0.4639c 0.0000,0.0619 0.0155,0.1237 0.0309 0.1778c 0.0155,0.0541 0.0309,0.1082 0.0309 0.1701c 0.0000,0.2010 -0.1546,0.2783 -0.2783 0.2783c -0.1701,-0.0000 -0.2938,-0.1314 -0.2938 -0.2861Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="4.8166040318542285" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9128,151.6338 h 6.6600 "/></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.2368,138.3138 ZM 265.9712,137.7571 v -3.8734 c 0.0000,-0.4407 -0.0773,-0.5644 -0.2319 -0.5644l -0.2474,0.0309 c -0.0232,-0.0000 -0.0464,-0.0155 -0.0464 -0.0387l -0.0155,-0.1933 c 0.1237,-0.0000 0.4098,-0.0464 0.5412 -0.0696c 0.1392,-0.0309 0.2474,-0.0619 0.4020 -0.1314h 0.1701 v 4.8398 c 0.0000,0.2242 0.0850,0.3402 0.3324 0.3402h 0.1856 c 0.0309,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1469 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5644,-0.0155 -0.8659 -0.0155c -0.2706,-0.0000 -0.8350,0.0155 -0.8350 0.0155l -0.0077,-0.0155 v -0.1469 c 0.0000,-0.0387 0.0155,-0.0619 0.0541 -0.0619h 0.1856 c 0.2551,-0.0000 0.3324,-0.1160 0.3324 -0.3402ZM 267.2469,138.3138 ZM 267.8500,133.8992 c 0.0000,-0.2010 0.1624,-0.3711 0.3634 -0.3711c 0.2087,-0.0000 0.3711,0.1701 0.3711 0.3711c 0.0000,0.2087 -0.1624,0.3711 -0.3711 0.3711c -0.2010,-0.0000 -0.3634,-0.1624 -0.3634 -0.3711ZM 267.8500,133.8992 ZM 268.5844,137.7571 c 0.0000,0.2242 0.0850,0.3402 0.3324 0.3402h 0.1469 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1469 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5335,-0.0155 -0.8350 -0.0155c -0.2706,-0.0000 -0.7963,0.0155 -0.7963 0.0155l -0.0155,-0.0155 v -0.1469 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1469 c 0.2551,-0.0000 0.3324,-0.1160 0.3324 -0.3402v -1.9251 c 0.0000,-0.4098 -0.0696,-0.4716 -0.1778 -0.4716c -0.1005,-0.0000 -0.1933,0.0077 -0.3247 0.0387l -0.0387,-0.2165 c 0.4948,-0.0850 0.5799,-0.1160 0.8041 -0.2242c 0.0850,-0.0309 0.1392,-0.0619 0.1933 -0.0619h 0.1160 v 2.8606 ZM 269.2880,138.3138 ZM 272.1022,137.7571 v -1.6932 c 0.0000,-0.5412 -0.0928,-0.7963 -0.5025 -0.7963c -0.3402,-0.0000 -0.6340,0.1314 -1.0283 0.5953v 1.8942 c 0.0000,0.2242 0.0773,0.3402 0.3324 0.3402h 0.1082 c 0.0387,-0.0000 0.0619,0.0232 0.0619 0.0619v 0.1469 l -0.0155,0.0155 c 0.0000,-0.0000 -0.4871,-0.0155 -0.7886 -0.0155c -0.2783,-0.0000 -0.8041,0.0155 -0.8041 0.0155l -0.0155,-0.0155 v -0.1469 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1469 c 0.2629,-0.0000 0.3324,-0.1160 0.3324 -0.3402v -1.9251 c 0.0000,-0.4175 -0.0619,-0.4716 -0.1701 -0.4716c -0.1005,-0.0000 -0.1933,0.0077 -0.3247 0.0387l -0.0387,-0.2165 c 0.3247,-0.0541 0.5567,-0.0928 0.7963 -0.2242c 0.0850,-0.0387 0.1469,-0.0619 0.2010 -0.0619h 0.1160 l -0.0232,0.6881 h 0.0232 c 0.4948,-0.5799 0.8659,-0.6881 1.2602 -0.6881c 0.6958,-0.0000 0.8427,0.5335 0.8427 1.2216v 1.6390 c 0.0000,0.2242 0.0850,0.3402 0.3324 0.3402h 0.1469 c 0.0387,-0.0000 0.0696,0.0232 0.0696 0.0619v 0.1469 l -0.0155,0.0155 c 0.0000,-0.0000 -0.5335,-0.0155 -0.8350 -0.0155c -0.2706,-0.0000 -0.7577,0.0155 -0.7577 0.0155l -0.0155,-0.0155 v -0.1469 c 0.0000,-0.0387 0.0232,-0.0619 0.0619 -0.0619h 0.1082 c 0.2551,-0.0000 0.3324,-0.1160 0.3324 -0.3402ZM 273.3083,138.3138 ZM 274.1897,136.1722 h 1.4226 c 0.0773,-0.0000 0.1082,-0.0387 0.1082 -0.1082c 0.0000,-0.7190 -0.3634,-0.9046 -0.6417 -0.9046c -0.1778,-0.0000 -0.7577,0.0696 -0.8891 1.0128ZM 274.1897,136.1722 ZM 276.2308,137.5947 l 0.1546,0.1237 c -0.2938,0.4020 -0.7499,0.6881 -1.3066 0.6881c -1.0592,-0.0000 -1.5076,-0.7886 -1.5076 -1.6313c 0.0000,-1.1752 0.7731,-1.8787 1.5076 -1.8787c 1.0205,-0.0000 1.2602,0.7963 1.2602 1.4458c 0.0000,0.0850 -0.0541,0.1314 -0.1392 0.1314h -2.0333 c -0.0077,0.0464 -0.0077,0.0928 -0.0077 0.1546c 0.0000,0.7886 0.5489,1.3994 1.1056 1.3994c 0.4252,-0.0000 0.6958,-0.1392 0.9664 -0.4330ZM 276.6173,138.3138 ZM 278.0708,134.6259 c -0.1469,-0.0000 -0.4871,0.1392 -0.6572 0.2165l -0.0928,-0.2397 c 0.6804,-0.3170 0.9432,-0.4793 1.3298 -0.7577h 0.1469 v 3.8889 c 0.0000,0.2783 0.0387,0.3556 0.2938 0.3556h 0.4020 c 0.0232,-0.0000 0.0619,0.0155 0.0619 0.0619v 0.1701 l -1.0592,-0.0155 l -1.0747,0.0155 v -0.1701 c 0.0077,-0.0232 0.0155,-0.0619 0.0619 -0.0619h 0.4639 c 0.2938,-0.0000 0.2938,-0.1314 0.2938 -0.3556v -2.6596 c 0.0000,-0.2629 0.0000,-0.4484 -0.1701 -0.4484Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.4083020159271142" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 255.9128,138.3138 h 6.6600 "/></g><g stroke-linejoin="miter" stroke-opacity="0.2" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="0.4816604031854228" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 281.2082,169.1642 l -0.0000,-39.5604 h -26.5000 l -0.0000,39.5604 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.2448,171.7354 l -0.0000,-133.2001 h -2.6640 l -0.0000,133.2001 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.5755,38.5353 ZM 20.3058,37.0420 c 0.0000,-0.9101 -0.4948,-1.3607 -1.0426 -1.3607c -0.4064,-0.0000 -0.7157,0.0619 -1.0603 0.2032l 0.2827,-2.4122 c 0.2916,0.0265 0.5920,0.0353 0.9013 0.0353c 0.4418,-0.0000 0.9013,-0.0265 1.3784 -0.0795l 0.0530,0.0265 l -0.1325,0.5743 c -0.3446,0.0353 -0.6273,0.0442 -0.8747 0.0442c -0.3976,-0.0000 -0.6980,-0.0353 -1.0073 -0.0707l -0.1679,1.3961 c 0.1856,-0.0707 0.5036,-0.1325 0.8482 -0.1325c 0.9366,-0.0000 1.4579,0.8129 1.4579 1.6258c 0.0000,0.9896 -0.6892,1.7495 -1.6876 1.7495c -0.5036,-0.0000 -1.2370,-0.2827 -1.2370 -0.6273c 0.0000,-0.1679 0.1414,-0.2827 0.3004 -0.2827c 0.1767,-0.0000 0.2916,0.1325 0.3976 0.2739c 0.1325,0.1590 0.2739,0.3358 0.5567 0.3358c 0.5655,-0.0000 1.0338,-0.5301 1.0338 -1.2989ZM 21.4456,38.5353 ZM 21.9493,38.1730 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 23.3807,38.5353 ZM 25.3157,33.7374 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 25.3157,33.7374 ZM 25.2804,38.6413 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.2488,38.5353 h 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5755,51.8553 ZM 19.8552,48.7186 c 0.0000,-0.0619 0.0088,-0.1325 0.0884 -0.1767c 0.0972,-0.0707 0.2562,-0.1502 0.3888 -0.1502c 0.1149,-0.0000 0.1237,0.0972 0.1237 0.2739v 1.4226 h 0.7157 l -0.0530,0.4153 h -0.6627 v 0.7334 c 0.0000,0.2474 0.0353,0.3711 0.2916 0.3711h 0.2386 c 0.0530,-0.0000 0.0619,0.0442 0.0619 0.0619v 0.1944 c 0.0000,-0.0000 -0.5655,-0.0177 -0.9366 -0.0177c -0.3358,-0.0000 -0.8571,0.0177 -0.8571 0.0177v -0.1944 c 0.0000,-0.0177 0.0088,-0.0619 0.0619 -0.0619h 0.2386 c 0.2739,-0.0000 0.3004,-0.1149 0.3004 -0.3711v -0.7334 h -1.7318 c -0.0353,-0.0000 -0.0530,-0.0177 -0.0795 -0.0530l -0.0707,-0.0972 l -0.1060,-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.5743,-0.6362 1.5904,-2.6066 1.9085 -3.3311c 0.0088,-0.0353 0.0265,-0.0442 0.0619 -0.0442c 0.0088,-0.0000 0.2032,0.0795 0.3093 0.0972c -0.3976,1.0691 -1.0515,2.2178 -1.6965 3.2427h 1.3961 v -1.3696 ZM 21.4456,51.8553 ZM 21.9493,51.4930 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 23.3807,51.8553 ZM 26.1109,50.3620 c 0.0000,-0.9101 -0.4948,-1.3607 -1.0426 -1.3607c -0.4064,-0.0000 -0.7157,0.0619 -1.0603 0.2032l 0.2827,-2.4122 c 0.2916,0.0265 0.5920,0.0353 0.9013 0.0353c 0.4418,-0.0000 0.9013,-0.0265 1.3784 -0.0795l 0.0530,0.0265 l -0.1325,0.5743 c -0.3446,0.0353 -0.6273,0.0442 -0.8747 0.0442c -0.3976,-0.0000 -0.6980,-0.0353 -1.0073 -0.0707l -0.1679,1.3961 c 0.1856,-0.0707 0.5036,-0.1325 0.8482 -0.1325c 0.9366,-0.0000 1.4579,0.8129 1.4579 1.6258c 0.0000,0.9896 -0.6892,1.7495 -1.6876 1.7495c -0.5036,-0.0000 -1.2370,-0.2827 -1.2370 -0.6273c 0.0000,-0.1679 0.1414,-0.2827 0.3004 -0.2827c 0.1767,-0.0000 0.2916,0.1325 0.3976 0.2739c 0.1325,0.1590 0.2739,0.3358 0.5567 0.3358c 0.5655,-0.0000 1.0338,-0.5301 1.0338 -1.2989Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.2488,51.8553 h 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5755,65.1753 ZM 19.8552,62.0386 c 0.0000,-0.0619 0.0088,-0.1325 0.0884 -0.1767c 0.0972,-0.0707 0.2562,-0.1502 0.3888 -0.1502c 0.1149,-0.0000 0.1237,0.0972 0.1237 0.2739v 1.4226 h 0.7157 l -0.0530,0.4153 h -0.6627 v 0.7334 c 0.0000,0.2474 0.0353,0.3711 0.2916 0.3711h 0.2386 c 0.0530,-0.0000 0.0619,0.0442 0.0619 0.0619v 0.1944 c 0.0000,-0.0000 -0.5655,-0.0177 -0.9366 -0.0177c -0.3358,-0.0000 -0.8571,0.0177 -0.8571 0.0177v -0.1944 c 0.0000,-0.0177 0.0088,-0.0619 0.0619 -0.0619h 0.2386 c 0.2739,-0.0000 0.3004,-0.1149 0.3004 -0.3711v -0.7334 h -1.7318 c -0.0353,-0.0000 -0.0530,-0.0177 -0.0795 -0.0530l -0.0707,-0.0972 l -0.1060,-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.5743,-0.6362 1.5904,-2.6066 1.9085 -3.3311c 0.0088,-0.0353 0.0265,-0.0442 0.0619 -0.0442c 0.0088,-0.0000 0.2032,0.0795 0.3093 0.0972c -0.3976,1.0691 -1.0515,2.2178 -1.6965 3.2427h 1.3961 v -1.3696 ZM 21.4456,65.1753 ZM 21.9493,64.8130 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 23.3807,65.1753 ZM 25.3157,60.3774 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 25.3157,60.3774 ZM 25.2804,65.2813 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.2488,65.1753 h 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5755,78.4953 ZM 19.4841,73.6621 c -0.2209,-0.0000 -0.8659,0.1237 -0.8659 0.6627c 0.0000,0.1590 -0.0619,0.4330 -0.3004 0.4330c -0.2297,-0.0000 -0.2474,-0.2562 -0.2474 -0.2827c 0.0000,-0.2739 0.3623,-1.0868 1.5904 -1.0868c 0.8571,-0.0000 1.1133,0.5390 1.1133 0.8924c 0.0000,0.2209 -0.0707,0.6627 -0.8659 1.1663c 0.4948,0.0795 1.1487,0.4418 1.1487 1.3607c 0.0000,1.1663 -0.8836,1.7937 -1.8820 1.7937c -0.5036,-0.0000 -1.2105,-0.2209 -1.2105 -0.5567c 0.0000,-0.1325 0.1325,-0.2827 0.3093 -0.2827c 0.1679,-0.0000 0.2474,0.0884 0.3269 0.2032c 0.0972,0.1502 0.2562,0.3623 0.6804 0.3623c 0.2916,-0.0000 1.1222,-0.2916 1.1222 -1.4049c 0.0000,-0.9454 -0.6627,-1.0956 -1.1398 -1.0956c -0.0795,-0.0000 -0.1767,0.0177 -0.2739 0.0353l -0.0353,-0.2651 c 0.6804,-0.1149 1.2459,-0.7776 1.2459 -1.1840c 0.0000,-0.5036 -0.3534,-0.7510 -0.7157 -0.7510ZM 21.4456,78.4953 ZM 21.9493,78.1330 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 23.3807,78.4953 ZM 26.1109,77.0020 c 0.0000,-0.9101 -0.4948,-1.3607 -1.0426 -1.3607c -0.4064,-0.0000 -0.7157,0.0619 -1.0603 0.2032l 0.2827,-2.4122 c 0.2916,0.0265 0.5920,0.0353 0.9013 0.0353c 0.4418,-0.0000 0.9013,-0.0265 1.3784 -0.0795l 0.0530,0.0265 l -0.1325,0.5743 c -0.3446,0.0353 -0.6273,0.0442 -0.8747 0.0442c -0.3976,-0.0000 -0.6980,-0.0353 -1.0073 -0.0707l -0.1679,1.3961 c 0.1856,-0.0707 0.5036,-0.1325 0.8482 -0.1325c 0.9366,-0.0000 1.4579,0.8129 1.4579 1.6258c 0.0000,0.9896 -0.6892,1.7495 -1.6876 1.7495c -0.5036,-0.0000 -1.2370,-0.2827 -1.2370 -0.6273c 0.0000,-0.1679 0.1414,-0.2827 0.3004 -0.2827c 0.1767,-0.0000 0.2916,0.1325 0.3976 0.2739c 0.1325,0.1590 0.2739,0.3358 0.5567 0.3358c 0.5655,-0.0000 1.0338,-0.5301 1.0338 -1.2989Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.2488,78.4953 h 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5755,91.8153 ZM 19.4841,86.9821 c -0.2209,-0.0000 -0.8659,0.1237 -0.8659 0.6627c 0.0000,0.1590 -0.0619,0.4330 -0.3004 0.4330c -0.2297,-0.0000 -0.2474,-0.2562 -0.2474 -0.2827c 0.0000,-0.2739 0.3623,-1.0868 1.5904 -1.0868c 0.8571,-0.0000 1.1133,0.5390 1.1133 0.8924c 0.0000,0.2209 -0.0707,0.6627 -0.8659 1.1663c 0.4948,0.0795 1.1487,0.4418 1.1487 1.3607c 0.0000,1.1663 -0.8836,1.7937 -1.8820 1.7937c -0.5036,-0.0000 -1.2105,-0.2209 -1.2105 -0.5567c 0.0000,-0.1325 0.1325,-0.2827 0.3093 -0.2827c 0.1679,-0.0000 0.2474,0.0884 0.3269 0.2032c 0.0972,0.1502 0.2562,0.3623 0.6804 0.3623c 0.2916,-0.0000 1.1222,-0.2916 1.1222 -1.4049c 0.0000,-0.9454 -0.6627,-1.0956 -1.1398 -1.0956c -0.0795,-0.0000 -0.1767,0.0177 -0.2739 0.0353l -0.0353,-0.2651 c 0.6804,-0.1149 1.2459,-0.7776 1.2459 -1.1840c 0.0000,-0.5036 -0.3534,-0.7510 -0.7157 -0.7510ZM 21.4456,91.8153 ZM 21.9493,91.4530 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 23.3807,91.8153 ZM 25.3157,87.0175 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 25.3157,87.0175 ZM 25.2804,91.9213 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.2488,91.8153 h 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5755,105.1353 ZM 18.0880,101.2211 c 0.0000,-0.5036 0.4860,-1.1928 1.4137 -1.1928c 0.6804,-0.0000 1.4756,0.2562 1.4756 1.2724c 0.0000,0.6715 -0.3446,1.0073 -0.8217 1.4667l -0.8394,0.8129 c -0.0442,0.0442 -0.6362,0.6273 -0.6362 1.0426h 1.5021 c 0.3004,-0.0000 0.4595,-0.1502 0.5832 -0.6362l 0.2209,0.0353 l -0.1767,1.1133 h -2.7303 c 0.0000,-0.4948 0.0795,-0.8747 0.9013 -1.7142l 0.6185,-0.6097 c 0.4948,-0.5036 0.6980,-0.9366 0.6980 -1.4756c 0.0000,-0.8041 -0.5478,-1.0338 -0.8482 -1.0338c -0.6097,-0.0000 -0.7776,0.3181 -0.7776 0.5301c 0.0000,0.0707 0.0177,0.1414 0.0353 0.2032c 0.0177,0.0619 0.0353,0.1237 0.0353 0.1944c 0.0000,0.2297 -0.1767,0.3181 -0.3181 0.3181c -0.1944,-0.0000 -0.3358,-0.1502 -0.3358 -0.3269ZM 21.4456,105.1353 ZM 21.9493,104.7731 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 23.3807,105.1353 ZM 26.1109,103.6421 c 0.0000,-0.9101 -0.4948,-1.3607 -1.0426 -1.3607c -0.4064,-0.0000 -0.7157,0.0619 -1.0603 0.2032l 0.2827,-2.4122 c 0.2916,0.0265 0.5920,0.0353 0.9013 0.0353c 0.4418,-0.0000 0.9013,-0.0265 1.3784 -0.0795l 0.0530,0.0265 l -0.1325,0.5743 c -0.3446,0.0353 -0.6273,0.0442 -0.8747 0.0442c -0.3976,-0.0000 -0.6980,-0.0353 -1.0073 -0.0707l -0.1679,1.3961 c 0.1856,-0.0707 0.5036,-0.1325 0.8482 -0.1325c 0.9366,-0.0000 1.4579,0.8129 1.4579 1.6258c 0.0000,0.9896 -0.6892,1.7495 -1.6876 1.7495c -0.5036,-0.0000 -1.2370,-0.2827 -1.2370 -0.6273c 0.0000,-0.1679 0.1414,-0.2827 0.3004 -0.2827c 0.1767,-0.0000 0.2916,0.1325 0.3976 0.2739c 0.1325,0.1590 0.2739,0.3358 0.5567 0.3358c 0.5655,-0.0000 1.0338,-0.5301 1.0338 -1.2989Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.2488,105.1353 h 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5755,118.4553 ZM 18.0880,114.5411 c 0.0000,-0.5036 0.4860,-1.1928 1.4137 -1.1928c 0.6804,-0.0000 1.4756,0.2562 1.4756 1.2724c 0.0000,0.6715 -0.3446,1.0073 -0.8217 1.4667l -0.8394,0.8129 c -0.0442,0.0442 -0.6362,0.6273 -0.6362 1.0426h 1.5021 c 0.3004,-0.0000 0.4595,-0.1502 0.5832 -0.6362l 0.2209,0.0353 l -0.1767,1.1133 h -2.7303 c 0.0000,-0.4948 0.0795,-0.8747 0.9013 -1.7142l 0.6185,-0.6097 c 0.4948,-0.5036 0.6980,-0.9366 0.6980 -1.4756c 0.0000,-0.8041 -0.5478,-1.0338 -0.8482 -1.0338c -0.6097,-0.0000 -0.7776,0.3181 -0.7776 0.5301c 0.0000,0.0707 0.0177,0.1414 0.0353 0.2032c 0.0177,0.0619 0.0353,0.1237 0.0353 0.1944c 0.0000,0.2297 -0.1767,0.3181 -0.3181 0.3181c -0.1944,-0.0000 -0.3358,-0.1502 -0.3358 -0.3269ZM 21.4456,118.4553 ZM 21.9493,118.0931 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 23.3807,118.4553 ZM 25.3157,113.6575 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 25.3157,113.6575 ZM 25.2804,118.5614 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.2488,118.4553 h 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5755,131.7754 ZM 19.2367,127.5607 c -0.1679,-0.0000 -0.5567,0.1590 -0.7510 0.2474l -0.1060,-0.2739 c 0.7776,-0.3623 1.0780,-0.5478 1.5198 -0.8659h 0.1679 v 4.4444 c 0.0000,0.3181 0.0442,0.4064 0.3358 0.4064h 0.4595 c 0.0265,-0.0000 0.0707,0.0177 0.0707 0.0707v 0.1944 l -1.2105,-0.0177 l -1.2282,0.0177 v -0.1944 c 0.0088,-0.0265 0.0177,-0.0707 0.0707 -0.0707h 0.5301 c 0.3358,-0.0000 0.3358,-0.1502 0.3358 -0.4064v -3.0395 c 0.0000,-0.3004 0.0000,-0.5125 -0.1944 -0.5125ZM 21.4456,131.7754 ZM 21.9493,131.4131 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 23.3807,131.7754 ZM 26.1109,130.2821 c 0.0000,-0.9101 -0.4948,-1.3607 -1.0426 -1.3607c -0.4064,-0.0000 -0.7157,0.0619 -1.0603 0.2032l 0.2827,-2.4122 c 0.2916,0.0265 0.5920,0.0353 0.9013 0.0353c 0.4418,-0.0000 0.9013,-0.0265 1.3784 -0.0795l 0.0530,0.0265 l -0.1325,0.5743 c -0.3446,0.0353 -0.6273,0.0442 -0.8747 0.0442c -0.3976,-0.0000 -0.6980,-0.0353 -1.0073 -0.0707l -0.1679,1.3961 c 0.1856,-0.0707 0.5036,-0.1325 0.8482 -0.1325c 0.9366,-0.0000 1.4579,0.8129 1.4579 1.6258c 0.0000,0.9896 -0.6892,1.7495 -1.6876 1.7495c -0.5036,-0.0000 -1.2370,-0.2827 -1.2370 -0.6273c 0.0000,-0.1679 0.1414,-0.2827 0.3004 -0.2827c 0.1767,-0.0000 0.2916,0.1325 0.3976 0.2739c 0.1325,0.1590 0.2739,0.3358 0.5567 0.3358c 0.5655,-0.0000 1.0338,-0.5301 1.0338 -1.2989Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.2488,131.7754 h 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5755,145.0954 ZM 19.2367,140.8807 c -0.1679,-0.0000 -0.5567,0.1590 -0.7510 0.2474l -0.1060,-0.2739 c 0.7776,-0.3623 1.0780,-0.5478 1.5198 -0.8659h 0.1679 v 4.4444 c 0.0000,0.3181 0.0442,0.4064 0.3358 0.4064h 0.4595 c 0.0265,-0.0000 0.0707,0.0177 0.0707 0.0707v 0.1944 l -1.2105,-0.0177 l -1.2282,0.0177 v -0.1944 c 0.0088,-0.0265 0.0177,-0.0707 0.0707 -0.0707h 0.5301 c 0.3358,-0.0000 0.3358,-0.1502 0.3358 -0.4064v -3.0395 c 0.0000,-0.3004 0.0000,-0.5125 -0.1944 -0.5125ZM 21.4456,145.0954 ZM 21.9493,144.7331 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 23.3807,145.0954 ZM 25.3157,140.2975 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 25.3157,140.2975 ZM 25.2804,145.2014 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.2488,145.0954 h 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5755,158.4154 ZM 19.5106,153.6175 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 19.5106,153.6175 ZM 19.4752,158.5214 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419ZM 21.4456,158.4154 ZM 21.9493,158.0531 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 23.3807,158.4154 ZM 26.1109,156.9221 c 0.0000,-0.9101 -0.4948,-1.3607 -1.0426 -1.3607c -0.4064,-0.0000 -0.7157,0.0619 -1.0603 0.2032l 0.2827,-2.4122 c 0.2916,0.0265 0.5920,0.0353 0.9013 0.0353c 0.4418,-0.0000 0.9013,-0.0265 1.3784 -0.0795l 0.0530,0.0265 l -0.1325,0.5743 c -0.3446,0.0353 -0.6273,0.0442 -0.8747 0.0442c -0.3976,-0.0000 -0.6980,-0.0353 -1.0073 -0.0707l -0.1679,1.3961 c 0.1856,-0.0707 0.5036,-0.1325 0.8482 -0.1325c 0.9366,-0.0000 1.4579,0.8129 1.4579 1.6258c 0.0000,0.9896 -0.6892,1.7495 -1.6876 1.7495c -0.5036,-0.0000 -1.2370,-0.2827 -1.2370 -0.6273c 0.0000,-0.1679 0.1414,-0.2827 0.3004 -0.2827c 0.1767,-0.0000 0.2916,0.1325 0.3976 0.2739c 0.1325,0.1590 0.2739,0.3358 0.5567 0.3358c 0.5655,-0.0000 1.0338,-0.5301 1.0338 -1.2989Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.2488,158.4154 h 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5755,171.7354 ZM 19.5106,166.9375 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 19.5106,166.9375 ZM 19.4752,171.8414 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419ZM 21.4456,171.7354 ZM 21.9493,171.3731 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 23.3807,171.7354 ZM 25.3157,166.9375 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 25.3157,166.9375 ZM 25.2804,171.8414 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 29.2488,171.7354 h 3.9960 "/></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.2106,177.1562 l -0.0000,-2.6640 h -199.8002 l -0.0000,2.6640 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.3730,188.3854 ZM 240.2815,183.5522 c -0.2209,-0.0000 -0.8659,0.1237 -0.8659 0.6627c 0.0000,0.1590 -0.0619,0.4330 -0.3004 0.4330c -0.2297,-0.0000 -0.2474,-0.2562 -0.2474 -0.2827c 0.0000,-0.2739 0.3623,-1.0868 1.5904 -1.0868c 0.8571,-0.0000 1.1133,0.5390 1.1133 0.8924c 0.0000,0.2209 -0.0707,0.6627 -0.8659 1.1663c 0.4948,0.0795 1.1487,0.4418 1.1487 1.3607c 0.0000,1.1663 -0.8836,1.7937 -1.8820 1.7937c -0.5036,-0.0000 -1.2105,-0.2209 -1.2105 -0.5567c 0.0000,-0.1325 0.1325,-0.2827 0.3093 -0.2827c 0.1679,-0.0000 0.2474,0.0884 0.3269 0.2032c 0.0972,0.1502 0.2562,0.3623 0.6804 0.3623c 0.2916,-0.0000 1.1222,-0.2916 1.1222 -1.4049c 0.0000,-0.9454 -0.6627,-1.0956 -1.1398 -1.0956c -0.0795,-0.0000 -0.1767,0.0177 -0.2739 0.0353l -0.0353,-0.2651 c 0.6804,-0.1149 1.2459,-0.7776 1.2459 -1.1840c 0.0000,-0.5036 -0.3534,-0.7510 -0.7157 -0.7510ZM 242.2431,188.3854 ZM 242.7467,188.0231 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 244.1781,188.3854 ZM 246.1132,183.5876 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 246.1132,183.5876 ZM 246.0778,188.4914 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 243.2106,174.4922 v 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.0729,188.3854 ZM 205.5854,184.4711 c 0.0000,-0.5036 0.4860,-1.1928 1.4137 -1.1928c 0.6804,-0.0000 1.4756,0.2562 1.4756 1.2724c 0.0000,0.6715 -0.3446,1.0073 -0.8217 1.4667l -0.8394,0.8129 c -0.0442,0.0442 -0.6362,0.6273 -0.6362 1.0426h 1.5021 c 0.3004,-0.0000 0.4595,-0.1502 0.5832 -0.6362l 0.2209,0.0353 l -0.1767,1.1133 h -2.7303 c 0.0000,-0.4948 0.0795,-0.8747 0.9013 -1.7142l 0.6185,-0.6097 c 0.4948,-0.5036 0.6980,-0.9366 0.6980 -1.4756c 0.0000,-0.8041 -0.5478,-1.0338 -0.8482 -1.0338c -0.6097,-0.0000 -0.7776,0.3181 -0.7776 0.5301c 0.0000,0.0707 0.0177,0.1414 0.0353 0.2032c 0.0177,0.0619 0.0353,0.1237 0.0353 0.1944c 0.0000,0.2297 -0.1767,0.3181 -0.3181 0.3181c -0.1944,-0.0000 -0.3358,-0.1502 -0.3358 -0.3269ZM 208.9430,188.3854 ZM 209.4467,188.0231 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 210.8781,188.3854 ZM 213.6084,186.8922 c 0.0000,-0.9101 -0.4948,-1.3607 -1.0426 -1.3607c -0.4064,-0.0000 -0.7157,0.0619 -1.0603 0.2032l 0.2827,-2.4122 c 0.2916,0.0265 0.5920,0.0353 0.9013 0.0353c 0.4418,-0.0000 0.9013,-0.0265 1.3784 -0.0795l 0.0530,0.0265 l -0.1325,0.5743 c -0.3446,0.0353 -0.6273,0.0442 -0.8747 0.0442c -0.3976,-0.0000 -0.6980,-0.0353 -1.0073 -0.0707l -0.1679,1.3961 c 0.1856,-0.0707 0.5036,-0.1325 0.8482 -0.1325c 0.9366,-0.0000 1.4579,0.8129 1.4579 1.6258c 0.0000,0.9896 -0.6892,1.7495 -1.6876 1.7495c -0.5036,-0.0000 -1.2370,-0.2827 -1.2370 -0.6273c 0.0000,-0.1679 0.1414,-0.2827 0.3004 -0.2827c 0.1767,-0.0000 0.2916,0.1325 0.3976 0.2739c 0.1325,0.1590 0.2739,0.3358 0.5567 0.3358c 0.5655,-0.0000 1.0338,-0.5301 1.0338 -1.2989Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 209.9106,174.4922 v 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.7729,188.3854 ZM 172.2854,184.4711 c 0.0000,-0.5036 0.4860,-1.1928 1.4137 -1.1928c 0.6804,-0.0000 1.4756,0.2562 1.4756 1.2724c 0.0000,0.6715 -0.3446,1.0073 -0.8217 1.4667l -0.8394,0.8129 c -0.0442,0.0442 -0.6362,0.6273 -0.6362 1.0426h 1.5021 c 0.3004,-0.0000 0.4595,-0.1502 0.5832 -0.6362l 0.2209,0.0353 l -0.1767,1.1133 h -2.7303 c 0.0000,-0.4948 0.0795,-0.8747 0.9013 -1.7142l 0.6185,-0.6097 c 0.4948,-0.5036 0.6980,-0.9366 0.6980 -1.4756c 0.0000,-0.8041 -0.5478,-1.0338 -0.8482 -1.0338c -0.6097,-0.0000 -0.7776,0.3181 -0.7776 0.5301c 0.0000,0.0707 0.0177,0.1414 0.0353 0.2032c 0.0177,0.0619 0.0353,0.1237 0.0353 0.1944c 0.0000,0.2297 -0.1767,0.3181 -0.3181 0.3181c -0.1944,-0.0000 -0.3358,-0.1502 -0.3358 -0.3269ZM 175.6430,188.3854 ZM 176.1466,188.0231 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 177.5780,188.3854 ZM 179.5131,183.5876 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 179.5131,183.5876 ZM 179.4778,188.4914 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 176.6105,174.4922 v 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.4729,188.3854 ZM 140.1340,184.1707 c -0.1679,-0.0000 -0.5567,0.1590 -0.7510 0.2474l -0.1060,-0.2739 c 0.7776,-0.3623 1.0780,-0.5478 1.5198 -0.8659h 0.1679 v 4.4444 c 0.0000,0.3181 0.0442,0.4064 0.3358 0.4064h 0.4595 c 0.0265,-0.0000 0.0707,0.0177 0.0707 0.0707v 0.1944 l -1.2105,-0.0177 l -1.2282,0.0177 v -0.1944 c 0.0088,-0.0265 0.0177,-0.0707 0.0707 -0.0707h 0.5301 c 0.3358,-0.0000 0.3358,-0.1502 0.3358 -0.4064v -3.0395 c 0.0000,-0.3004 0.0000,-0.5125 -0.1944 -0.5125ZM 142.3430,188.3854 ZM 142.8466,188.0231 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 144.2780,188.3854 ZM 147.0083,186.8922 c 0.0000,-0.9101 -0.4948,-1.3607 -1.0426 -1.3607c -0.4064,-0.0000 -0.7157,0.0619 -1.0603 0.2032l 0.2827,-2.4122 c 0.2916,0.0265 0.5920,0.0353 0.9013 0.0353c 0.4418,-0.0000 0.9013,-0.0265 1.3784 -0.0795l 0.0530,0.0265 l -0.1325,0.5743 c -0.3446,0.0353 -0.6273,0.0442 -0.8747 0.0442c -0.3976,-0.0000 -0.6980,-0.0353 -1.0073 -0.0707l -0.1679,1.3961 c 0.1856,-0.0707 0.5036,-0.1325 0.8482 -0.1325c 0.9366,-0.0000 1.4579,0.8129 1.4579 1.6258c 0.0000,0.9896 -0.6892,1.7495 -1.6876 1.7495c -0.5036,-0.0000 -1.2370,-0.2827 -1.2370 -0.6273c 0.0000,-0.1679 0.1414,-0.2827 0.3004 -0.2827c 0.1767,-0.0000 0.2916,0.1325 0.3976 0.2739c 0.1325,0.1590 0.2739,0.3358 0.5567 0.3358c 0.5655,-0.0000 1.0338,-0.5301 1.0338 -1.2989Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 143.3105,174.4922 v 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.1728,188.3854 ZM 106.8340,184.1707 c -0.1679,-0.0000 -0.5567,0.1590 -0.7510 0.2474l -0.1060,-0.2739 c 0.7776,-0.3623 1.0780,-0.5478 1.5198 -0.8659h 0.1679 v 4.4444 c 0.0000,0.3181 0.0442,0.4064 0.3358 0.4064h 0.4595 c 0.0265,-0.0000 0.0707,0.0177 0.0707 0.0707v 0.1944 l -1.2105,-0.0177 l -1.2282,0.0177 v -0.1944 c 0.0088,-0.0265 0.0177,-0.0707 0.0707 -0.0707h 0.5301 c 0.3358,-0.0000 0.3358,-0.1502 0.3358 -0.4064v -3.0395 c 0.0000,-0.3004 0.0000,-0.5125 -0.1944 -0.5125ZM 109.0429,188.3854 ZM 109.5466,188.0231 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 110.9780,188.3854 ZM 112.9130,183.5876 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 112.9130,183.5876 ZM 112.8777,188.4914 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 110.0105,174.4922 v 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.8728,188.3854 ZM 73.8079,183.5876 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 73.8079,183.5876 ZM 73.7725,188.4914 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419ZM 75.7429,188.3854 ZM 76.2465,188.0231 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 77.6779,188.3854 ZM 80.4082,186.8922 c 0.0000,-0.9101 -0.4948,-1.3607 -1.0426 -1.3607c -0.4064,-0.0000 -0.7157,0.0619 -1.0603 0.2032l 0.2827,-2.4122 c 0.2916,0.0265 0.5920,0.0353 0.9013 0.0353c 0.4418,-0.0000 0.9013,-0.0265 1.3784 -0.0795l 0.0530,0.0265 l -0.1325,0.5743 c -0.3446,0.0353 -0.6273,0.0442 -0.8747 0.0442c -0.3976,-0.0000 -0.6980,-0.0353 -1.0073 -0.0707l -0.1679,1.3961 c 0.1856,-0.0707 0.5036,-0.1325 0.8482 -0.1325c 0.9366,-0.0000 1.4579,0.8129 1.4579 1.6258c 0.0000,0.9896 -0.6892,1.7495 -1.6876 1.7495c -0.5036,-0.0000 -1.2370,-0.2827 -1.2370 -0.6273c 0.0000,-0.1679 0.1414,-0.2827 0.3004 -0.2827c 0.1767,-0.0000 0.2916,0.1325 0.3976 0.2739c 0.1325,0.1590 0.2739,0.3358 0.5567 0.3358c 0.5655,-0.0000 1.0338,-0.5301 1.0338 -1.2989Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 76.7104,174.4922 v 3.9960 "/></g><g stroke-linejoin="miter" stroke-opacity="1.0" fill-opacity="0.6" stroke="rgb(0,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.5728,188.3854 ZM 40.5078,183.5876 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 40.5078,183.5876 ZM 40.4725,188.4914 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419ZM 42.4429,188.3854 ZM 42.9465,188.0231 c 0.0000,-0.2562 0.2121,-0.4683 0.4683 -0.4683c 0.2562,-0.0000 0.4683,0.2121 0.4683 0.4683c 0.0000,0.2562 -0.2121,0.4683 -0.4683 0.4683c -0.2562,-0.0000 -0.4683,-0.2121 -0.4683 -0.4683ZM 44.3779,188.3854 ZM 46.3130,183.5876 c -0.3799,-0.0000 -0.9366,0.3711 -0.9366 2.4299c 0.0000,0.7245 0.1325,2.1824 0.9101 2.1824c 0.1502,-0.0000 0.5743,-0.0972 0.7599 -0.7864c 0.1149,-0.4241 0.1767,-0.9543 0.1767 -1.7230c 0.0000,-1.1222 -0.2827,-1.7495 -0.5390 -1.9704c -0.0972,-0.0884 -0.2297,-0.1325 -0.3711 -0.1325ZM 46.3130,183.5876 ZM 46.2776,188.4914 c -0.9454,-0.0000 -1.5816,-1.2105 -1.5816 -2.5624c 0.0000,-1.6523 0.7864,-2.6507 1.6170 -2.6507c 0.3799,-0.0000 0.7599,0.2386 1.0161 0.5832c 0.3711,0.4948 0.5655,1.1575 0.5655 1.9881c 0.0000,1.9616 -0.9719,2.6419 -1.6170 2.6419Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(0,0,0)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 43.4104,174.4922 v 3.9960 "/></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.2106,169.1642 l -0.0000,-133.2001 h -199.8002 l -0.0000,133.2001 Z"/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(44,160,44)" stroke-width="1.2041510079635571" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 76.7104,62.6041 v 106.5601 "/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(255,127,14)" stroke-width="4.8166040318542285" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 43.4104,169.1642 l 199.8002,-79.9201 "/></g><g stroke-linejoin="miter" stroke-opacity="0.6" fill-opacity="0.0" stroke="rgb(31,119,180)" stroke-width="2.4083020159271142" fill="rgb(0,0,0)" stroke-linecap="butt" stroke-miterlimit="10.0"><path d="M 43.4104,142.5241 h 66.6001 l 66.6001,-106.5601 "/></g></svg>
diff --git a/readme.md b/readme.md
--- a/readme.md
+++ b/readme.md
@@ -1,58 +1,88 @@
+```include
+other/header.md
+```
 
-[chart-unit](https://tonyday567.github.io/chart-unit)
+[chart-unit](https://github.com/tonyday567/chart-unit)
 ===
 
 [![Build Status](https://travis-ci.org/tonyday567/chart-unit.svg)](https://travis-ci.org/tonyday567/chart-unit) [![Hackage](https://img.shields.io/hackage/v/chart-unit.svg)](https://hackage.haskell.org/package/chart-unit) [![lts](https://www.stackage.org/package/chart-unit/badge/lts)](http://stackage.org/lts/package/chart-unit) [![nightly](https://www.stackage.org/package/chart-unit/badge/nightly)](http://stackage.org/nightly/package/chart-unit)
 
-[repo](https://github.com/tonyday567/chart-unit)
+`chart-unit` is a haskell chart library focusing on a small set of high-quality charts using native haskell. Here's a recent example, chock-a-block fill of titles and legends, since they've just been added:
 
-`chart-unit` is an experimental haskell chart library.  
+![](other/mainExample.svg)
 
-See https://tonyday567.github.io/chart-unit for an extended description.
+Chart Types
+===
 
-chart bling
+So far, there are 8 major chart types:
+
+![](other/textHudExample.svg)
+
+![](other/glyphHudExample.svg)
+
+![](other/lglyphHudExample.svg)
+
+![](other/lineHudExample.svg)
+
+![](other/glineHudExample.svg)
+
+![](other/rectHudExample.svg)
+
+![](other/pixelHudExample.svg)
+
+![](other/arrowHudExample.svg)
+
+Gallery
 ===
 
-line chart
----
-<img src="https://tonyday567.github.io/other/exampleLine.svg">
+The main chart types and the power of diagrams make it easy to invent new charts.  Hrere's some inspiration (all code for these charts is in [examples/sourceExamples.hs](examples/sourceExamples.hs)).
 
-scatter chart
+schoolbook
 ---
-<img src="https://tonyday567.github.io/other/exampleScatter.svg">
 
-histogram
----
-<img src="https://tonyday567.github.io/other/exampleHist.svg">
+![](other/schoolbookExample.svg)
 
-pixel chart
+labelled bar
 ---
-<img src="https://tonyday567.github.io/other/examplePixels.svg">
 
+![](other/labelledBarExample.svg)
+
 histogram diff
 ---
-<img src="https://tonyday567.github.io/other/exampleHistCompare.svg">
 
-arrow chart
+![](other/histDiffExample.svg)
+
+
+combined scatter histogram
 ---
-<img src="https://tonyday567.github.io/other/exampleArrow.svg">
 
-compound
+![](other/scatterHistExample.svg)
+
+
+clipping
 ---
-<img src="https://tonyday567.github.io/other/exampleCompound.svg">
 
+![](other/clippingExample.svg)
+
+skinny
+---
+
+![](other/skinnyExample.svg)
+
+
 animation
 ---
-<img src="https://tonyday567.github.io/other/anim.gif">
 
-compile recipe
---------
+![](other/animationExample.gif)
 
+
+workflow
+===
+
 ~~~
-stack build --test --exec "$(stack path --local-install-root)/bin/chart-unit-examples" --exec "$(stack path --local-bin)/pandoc -f markdown -i examples/examples.md -t html -o index.html --filter pandoc-include --mathjax" --file-watch
+stack build --test --exec "$(stack path --local-install-root)/bin/chart-source-examples" --exec "$(stack path --local-bin)/pandoc -f markdown -i readme.md -t html -o index.html --filter pandoc-include --mathjax" --file-watch
 ~~~
 
-to do
----
-
-- legends, text (titles, etc)
+```include
+other/footer.md
+```
diff --git a/src/Chart.hs b/src/Chart.hs
--- a/src/Chart.hs
+++ b/src/Chart.hs
@@ -1,21 +1,67 @@
 {-# OPTIONS_GHC -Wall #-}
+{-# OPTIONS_HADDOCK prune, not-home #-}
 
+-- | native haskell charts
+--
+-- > {-# NoImplicitPrelude #-}
+-- > {-# OverloadedString #-}
+-- > import NumHask.Prelude
+-- > import Chart
+--
+-- chart-unit is designed to be used in conjunction with the numhask prelude.
+--
+
 module Chart
-  ( module X
+  ( module Chart.Core
+  , module Chart.Arrow
+  , module Chart.Glyph
+  , module Chart.Hud
+  , module Chart.Line
+  , module Chart.Rect
+  , module Chart.Text
+  , module Chart.Lenses
+  , module NumHask.Pair
+  , module NumHask.Space
+  , module NumHask.Range
+  , module NumHask.Rect
+  , module Data.Colour
+  , module Data.Colour.Palette.Harmony
+  , module Data.Colour.Palette.ColorSet
+  , Diagram
+  , triangle
+  , square
+  , circle
   , SVG
-  , V4(..)
-  , zipWith4
-  , module Diagrams.Prelude
+  , B
+  , Renderable
+  , Path
+  , V2
+  , Default(..)
+  , Text
+  , scratch
   ) where
 
-import Data.List (zipWith4)
-import Diagrams.Backend.SVG (SVG)
-import Diagrams.Prelude hiding
-    ((<>), arrow, Color(..), lineColor, scaleX, scaleY, width, zero, unsnoc, uncons, Additive, Loop, Magma, Metric, getLast, getFirst, normalize, inv, First, Last, (&), Strict, unit, from, to, size, distance, (.-.), (-~), (*.), rect, element, aspect, project, intersection)
-import Linear (V4(..))
+import Chart.Arrow
+import Chart.Core
+import Chart.Glyph
+import Chart.Hud
+import Chart.Lenses
+import Chart.Line
+import Chart.Rect
+import Chart.Text
+import Data.Colour
+import Data.Colour.Palette.ColorSet
+import Data.Colour.Palette.Harmony
+import Data.Default (Default(..))
+import Data.Text
+import Diagrams.Backend.SVG (SVG, B)
+import Diagrams.Prelude
+import NumHask.Pair
+import NumHask.Range
+import NumHask.Rect
+import NumHask.Space hiding (width)
+import NumHask.Prelude (IO)
 
-import NumHask.Range as X
-import NumHask.Rect as X
-import NumHask.Histogram as X
-import Chart.Types as X
-import Chart.Unit as X
+-- | a scratch pad
+scratch :: Diagram SVG -> IO ()
+scratch = fileSvg "other/scratchpad.svg" (600, 400)
diff --git a/src/Chart/Arrow.hs b/src/Chart/Arrow.hs
new file mode 100644
--- /dev/null
+++ b/src/Chart/Arrow.hs
@@ -0,0 +1,136 @@
+{-# OPTIONS_GHC -Wall #-}
+
+-- | Charts that depict gradients and similar, using arrows
+
+module Chart.Arrow (
+    Arrow(..)
+  , ArrowOptions(..)
+  , normArrows
+  , arrows
+  , arrowChart
+  , arrowChart_
+  ) where
+
+import Chart.Core
+
+import NumHask.Prelude hiding (max,(&))
+import NumHask.Space
+import NumHask.Range
+import NumHask.Rect
+import NumHask.Pair
+
+import Data.Ord (max)
+import Diagrams.Prelude hiding (width, D, Color, project)
+
+data ArrowOptions a = ArrowOptions
+    { arrowMinLength :: a
+    , arrowMaxLength :: a
+    , arrowMinHeadLength :: a
+    , arrowMaxHeadLength :: a
+    , arrowMinStaffWidth :: a
+    , arrowMaxStaffWidth :: a
+    , arrowColor :: AlphaColour Double
+    , arrowHeadStyle :: ArrowHT a
+    }
+
+instance Default (ArrowOptions Double) where
+    def = ArrowOptions 0.02 0.2 0.01 0.1 0.002 0.005 ublue dart
+
+-- | equalize the arrow space width with the data space one.
+-- this creates the right arrow sizing in physical chart space
+normArrows :: [Arrow] -> [Arrow]
+normArrows xs =
+    zipWith Arrow ps as'
+  where
+    -- data points
+    ps = arrowPos <$> xs
+    -- arrow vectors
+    as = arrowDir <$> xs
+    as' = (\x ->
+             x *
+             width (space $ arrowPos <$> xs :: Rect Double) /
+             width (space $ arrowDir <$> xs :: Rect Double)) <$>
+          as
+
+-- | an arrow structure contains position, direction and size information
+data Arrow = Arrow
+    { arrowPos :: Pair Double -- position of arrow tail
+    , arrowDir :: Pair Double -- direction and strength of arrow
+    } deriving (Eq, Show)
+
+-- | arrows rescale data across position, and between position and arrow direction
+-- note that, due t0 all this scaling stuff, there is no such thing as a single arrow_ chart
+--
+-- > arrows (def {arrowMaxLength=0.5,arrowMaxHeadLength=0.2,arrowMaxStaffWidth=0.01}) [Arrow (Pair x (sin (5*x))) (Pair x (cos x)) | x<-grid MidPos (one::Range Double) 100]
+--
+-- ![arrows example](other/arrowsExample.svg)
+--
+arrows :: (Traversable f) => ArrowOptions Double -> f Arrow -> Chart b
+arrows opts xs = c
+  where
+    c = fcA (arrowColor opts) $ position $  getZipList $
+        (\ps' as' hrel' wrel' srel' ->
+                    (ps',
+                     arrowAt' (arropts hrel' wrel') (p2 (0, 0))
+                     ((srel'/norm as') *^ as'))) <$> ZipList
+        (toList $ p_ <$> ps) <*> ZipList
+        (toList $ r_ <$> as) <*> ZipList
+        (toList hrel) <*> ZipList
+        (toList wrel) <*> ZipList
+        srel
+    ps = arrowPos <$> xs
+    -- arrow vectors
+    as = arrowDir <$> xs
+    -- width of the data space
+    (Pair dx dy) = width (space ps :: Rect Double)
+    -- norm of arrow vectors relative to the data space metric
+    anorm = (\(Pair x y) -> sqrt((x/dx)**2+(y/dy)**2)) <$> as
+    -- the maximum arrow vector norm
+    (Range _ anormMax) = space anorm
+    -- the overall size of the arrows, as a proportion to the data space
+    arel = (\x -> max (anormMax * arrowMinLength opts)
+                 (x / anormMax * arrowMaxLength opts)) <$> anorm
+    -- size of the head (as a proportion of the data space)
+    hrel = (\x -> max (arrowMinHeadLength opts) (arrowMaxHeadLength opts * x)) <$>
+        arel
+    -- widt of the staff
+    wrel = (\x -> max (arrowMinStaffWidth opts) (arrowMaxStaffWidth opts * x)) <$>
+        arel
+    -- length of the staff (taking into account the head length)
+    srel = zipWith (\la lh -> max 1e-12 (la - lh)) (toList arel) (toList hrel)
+    -- diagrams arrow options
+    arropts lh lw'' = with & arrowHead .~ arrowHeadStyle opts &
+                 headLength .~ global lh &
+                 shaftStyle %~ (lwG lw'' & lcA (arrowColor opts)) &
+                 headStyle %~ (lcA (arrowColor opts) & fcA (arrowColor opts))
+
+-- | A chart of arrows
+arrowChart ::
+    (Traversable f) =>
+    [ArrowOptions Double] ->
+    Aspect ->
+    Rect Double ->
+    [f Arrow] ->
+    Chart b
+arrowChart optss (Aspect asp) r xss =
+    mconcat $ zipWith (\opts xs -> arrows opts $
+    (\(Arrow d arr) ->
+        Arrow (project r asp d) (project r asp arr)) <$> xs) optss xss
+
+-- | an arrow chart scaled to its own range
+--
+-- > let as = normArrows [Arrow (Pair x y) (Pair (sin 1/x+0.0001) (cos 1/y+0.0001)) | x<-grid MidPos (one::Range Double) 20, y<-grid MidPos (one::Range Double) 20]
+-- > arrowChart_ [def] asquare [as]
+--
+-- ![arrowChart_ example](other/arrowChart_Example.svg)
+--
+arrowChart_ ::
+    (Traversable f) =>
+    [ArrowOptions Double] ->
+    Aspect ->
+    [f Arrow] ->
+    Chart b
+arrowChart_ optss asp xss =
+    arrowChart optss asp r xss
+  where
+    r = fold (space . map arrowPos <$> xss)
diff --git a/src/Chart/Core.hs b/src/Chart/Core.hs
new file mode 100644
--- /dev/null
+++ b/src/Chart/Core.hs
@@ -0,0 +1,280 @@
+{-# OPTIONS_GHC -Wall #-}
+{-# OPTIONS_GHC -fno-warn-orphans #-}
+{-# LANGUAGE CPP #-}
+#if ( __GLASGOW_HASKELL__ < 820 )
+{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}
+#endif
+
+module Chart.Core
+  ( -- * chart
+    --
+    -- $chart
+    Chart
+  , UChart(..)
+  , combine
+    -- * scaling
+    --
+    -- $scaling
+  , range
+  , projectss
+  , Aspect(..)
+  , aspect
+  , asquare
+  , sixbyfour
+  , golden
+  , widescreen
+  , skinny
+  , AlignH(..)
+  , AlignV(..)
+  , alignHU
+  , alignHTU
+  , alignVU
+    -- * combinator
+    --
+    -- $combinator
+  , positioned
+  , p_
+  , r_
+  , vert
+  , hori
+  , sepVert
+  , sepHori
+    -- * IO
+    --
+    -- $io
+  , fileSvg
+    -- * color
+    --
+    -- $color
+  , ucolor
+  , ublue
+  , ugrey
+  , ugreen
+  , ured
+    -- * errata
+    --
+    -- $errata
+  , scaleX
+  , scaleY
+  , scale
+  ) where
+
+import Data.Colour.Palette.ColorSet
+import Diagrams.Backend.SVG (SVG, renderSVG)
+import Diagrams.Prelude
+       hiding (Color, D, aspect, project, scale, scaleX, scaleY, zero)
+import qualified Diagrams.Prelude as Diagrams
+import NumHask.Pair
+import NumHask.Prelude
+import NumHask.Rect
+import NumHask.Space
+
+-- $chart
+--
+-- base chart type
+-- | A Chart is simply a type synonym for a typical Diagrams object.  A close relation to this type is 'Diagram' 'B', but this usage tends to force a single backend (B comes from the backend libraries), so this is preferred to maintain backend polymorphism.
+-- Just about everything - text, circles, lines, triangles, charts, axes, titles, legends etc - are 'Chart's, which means that most things are amenable to full use of the 'diagrams-lib' library.
+type Chart b
+   = (Renderable (Path V2 Double) b) =>
+       QDiagram b V2 Double Any
+
+-- | a UChart is mostly a late binding of the Chart Aspect that is to be projected on to and the data.
+data UChart a b = UChart
+  { uchartRenderer :: () =>
+                        Aspect -> Rect Double -> a -> Chart b
+  , uchartRenderRange :: Rect Double
+  , uchartData :: a
+  }
+
+-- | render a list of charts, taking into account each of their ranges
+combine :: Aspect -> [UChart a b] -> Chart b
+combine asp qcs = mconcat $ (\(UChart c _ x) -> c asp rall x) <$> qcs
+  where
+    rall = fold $ (\(UChart _ r1 _) -> r1) <$> qcs
+
+-- $scaling
+--
+-- scaling functionality
+projectss ::
+     (Functor f, Functor g)
+  => Rect Double
+  -> Rect Double
+  -> g (f (Pair Double))
+  -> g (f (Pair Double))
+projectss r0 r1 xyss = map (project r0 r1) <$> xyss
+
+range :: (Foldable f, Foldable g) => g (f (Pair Double)) -> Rect Double
+range xyss = foldMap space xyss
+
+-- | the rendering plane
+newtype Aspect = Aspect
+  { aspectRect :: Rect Double
+  }
+
+-- | the rendering aspect of a chart expressed as a ratio of x-plane : y-plane.
+aspect :: Double -> Aspect
+aspect a = Aspect $ Ranges ((a *) <$> one) one
+
+-- | 1:1
+asquare :: Aspect
+asquare = aspect 1
+
+-- | 1.5:1
+sixbyfour :: Aspect
+sixbyfour = aspect 1.5
+
+-- | golden ratio
+golden :: Aspect
+golden = aspect 1.61803398875
+
+-- | 3:1
+widescreen :: Aspect
+widescreen = aspect 3
+
+-- | 5:1
+skinny :: Aspect
+skinny = aspect 5
+
+-- | horizontal alignment
+data AlignH
+  = AlignLeft
+  | AlignCenter
+  | AlignRight
+
+-- | vertical alignment
+data AlignV
+  = AlignTop
+  | AlignMid
+  | AlignBottom
+
+-- | conversion of horizontal alignment to one :: Range Double
+alignHU :: AlignH -> Double
+alignHU a =
+  case a of
+    AlignLeft -> 0.5
+    AlignCenter -> 0
+    AlignRight -> -0.5
+
+-- | svg text is forced to be lower left (-0.5) by default
+alignHTU :: AlignH -> Double
+alignHTU a =
+  case a of
+    AlignLeft -> 0
+    AlignCenter -> -0.5
+    AlignRight -> -1
+
+-- | conversion of vertical alignment to one :: Range Double
+alignVU :: AlignV -> Double
+alignVU a =
+  case a of
+    AlignTop -> -0.5
+    AlignMid -> 0
+    AlignBottom -> 0.5
+
+-- $combinator
+--
+-- chart combinators
+-- | position an element
+positioned :: (R2 r) => r Double -> Chart b -> Chart b
+positioned p = moveTo (p_ p)
+
+-- | convert an R2 to a diagrams Point
+p_ :: (R2 r) => r Double -> Point V2 Double
+p_ r = curry p2 (r ^. _x) (r ^. _y)
+
+-- | convert an R2 to a V2
+r_ :: R2 r => r a -> V2 a
+r_ r = V2 (r ^. _x) (r ^. _y)
+
+-- | combine elements vertically, with a premap
+vert ::
+     (V a ~ V2, Foldable t, Juxtaposable a, Semigroup a, Num (N a), Monoid a)
+  => (a -> a)
+  -> t a
+  -> a
+vert f xs = foldr (\a x -> beside (r2 (0, -1)) (f a) x) mempty xs
+
+-- | combine elements horizontally, with a premap
+hori ::
+     (V a ~ V2, Foldable t, Juxtaposable a, Semigroup a, Num (N a), Monoid a)
+  => (a -> a)
+  -> t a
+  -> a
+hori f xs = foldr (\a x -> beside (r2 (1, 0)) (f a) x) mempty xs
+
+-- | horizontal separator
+sepHori :: Double -> Chart b -> Chart b
+sepHori s x = beside (r2 (0, -1)) x (strutX s)
+
+-- | vertical separator
+sepVert :: Double -> Chart b -> Chart b
+sepVert s x = beside (r2 (1, 0)) x (strutY s)
+
+-- $io
+--
+-- | write an svg to file
+fileSvg :: FilePath -> (Double, Double) -> Diagram SVG -> IO ()
+fileSvg f s = renderSVG f (mkSizeSpec (Just <$> r2 s))
+
+-- $color
+--
+ucolor :: (Floating a, Ord a) => a -> a -> a -> a -> AlphaColour a
+ucolor r g b o = withOpacity (sRGB r g b) o
+
+ublue :: AlphaColour Double
+ublue = ucolor 0.365 0.647 0.855 0.5
+
+ugreen :: AlphaColour Double
+ugreen = rybColor 11 `withOpacity` 0.5
+
+ured :: AlphaColour Double
+ured = rybColor 0 `withOpacity` 0.5
+
+ugrey :: AlphaColour Double
+ugrey = ucolor 0.5 0.5 0.5 0.5
+
+-- $errata
+--
+instance R1 Pair where
+  _x f (Pair a b) = (`Pair` b) <$> f a
+
+instance R2 Pair where
+  _y f (Pair a b) = Pair a <$> f b
+  _xy f p = fmap (\(V2 a b) -> Pair a b) . f . (\(Pair a b) -> V2 a b) $ p
+
+-- avoiding the diagrams throw on zero divides
+eps :: N [Point V2 Double]
+eps = 1e-8
+
+scaleX ::
+     (N t ~ Double, Transformable t, R2 (V t), Diagrams.Additive (V t))
+  => Double
+  -> t
+  -> t
+scaleX s =
+  Diagrams.scaleX
+    (if s == zero
+       then eps
+       else s)
+
+scaleY ::
+     (N t ~ Double, Transformable t, R2 (V t), Diagrams.Additive (V t))
+  => Double
+  -> t
+  -> t
+scaleY s =
+  Diagrams.scaleY
+    (if s == zero
+       then eps
+       else s)
+
+scale ::
+     (N t ~ Double, Transformable t, R2 (V t), Diagrams.Additive (V t))
+  => Double
+  -> t
+  -> t
+scale s =
+  Diagrams.scale
+    (if s == zero
+       then eps
+       else s)
diff --git a/src/Chart/Glyph.hs b/src/Chart/Glyph.hs
new file mode 100644
--- /dev/null
+++ b/src/Chart/Glyph.hs
@@ -0,0 +1,141 @@
+{-# OPTIONS_GHC -Wall #-}
+
+module Chart.Glyph
+  ( GlyphOptions(..)
+  , hline_
+  , vline_
+  , glyph_
+  , glyphs
+  , lglyphs
+  , glyphChart
+  , glyphChart_
+  , lglyphChart
+  , lglyphChart_
+  ) where
+
+import Chart.Core
+import Chart.Text
+import Diagrams.Prelude hiding (Color, D, scaleX, scaleY)
+import NumHask.Pair
+import NumHask.Prelude hiding (shape)
+import NumHask.Rect
+
+-- | The actual shape of a glyph can be any Chart element
+data GlyphOptions b = GlyphOptions
+  { glyphSize :: Double -- ^ glyph radius
+  , glyphColor :: AlphaColour Double
+  , glyphBorderColor :: AlphaColour Double
+  , glyphBorderSize :: Double -- ^ normalized
+  , glyphShape :: Double -> Chart b
+  }
+
+instance Default (GlyphOptions b) where
+  def = GlyphOptions 0.03 ublue ugrey 0.015 circle
+
+-- | vertical line glyph shape
+vline_ :: Double -> Double -> Chart b
+vline_ fatness x = vrule x # scaleX (1.6 / 0.5 * fatness)
+
+-- | horizontal line glyph shape
+hline_ :: Double -> Double -> Chart b
+hline_ fatness x = hrule x # scaleY (1.6 / 0.5 * fatness)
+
+-- | create a glyph from a configuration
+--
+-- > let glyph_Example = glyph_ def
+--
+-- ![glyph_ example](other/glyph_Example.svg)
+--
+glyph_ :: GlyphOptions b -> Chart b
+glyph_ (GlyphOptions s c bc bs shape) = shape s # fcA c # lcA bc # lwN bs
+
+-- | positioned glyphs
+--
+-- > let ps = [Pair (x/10) ((sin x)/10) | x<-[0..10]]
+-- > glyphs def ps
+--
+-- ![glyphs example](other/glyphsExample.svg)
+--
+glyphs :: (R2 r, Traversable f) => GlyphOptions b -> f (r Double) -> Chart b
+glyphs opts xs = mconcat $ toList $ (\x -> positioned x (glyph_ opts)) <$> xs
+
+-- | a chart of glyphs
+glyphChart ::
+     (Traversable f)
+  => [GlyphOptions b]
+  -> Aspect
+  -> Rect Double
+  -> [f (Pair Double)]
+  -> Chart b
+glyphChart optss (Aspect asp) r xyss =
+  mconcat $ zipWith glyphs optss (projectss r asp xyss)
+
+-- | a chart of glyphs scaled to its own range
+--
+-- > let gopts = [def,def {glyphBorderColor=withOpacity red 0.2, glyphShape=triangle}]
+-- > let p_1 = [Pair x (sin (x/10)) | x<-[0..100]]
+-- > let p_2 = [Pair x (cos (x/10)) | x<-[0..100]]
+-- > glyphChart_ gopts widescreen [p_1,p_2]
+--
+-- ![glyphChart_ example](other/glyphChart_Example.svg)
+--
+glyphChart_ ::
+     (Traversable f)
+  => [GlyphOptions b]
+  -> Aspect
+  -> [f (Pair Double)]
+  -> Chart b
+glyphChart_ optss asp xyss = glyphChart optss asp (range xyss) xyss
+
+-- | labelled, positioned glyphs
+--
+-- > lglyphs def def $ zip (show <$> [0..]) ps
+--
+-- ![lglyphs example](other/lglyphsExample.svg)
+--
+lglyphs ::
+     (R2 r, Traversable f)
+  => LabelOptions
+  -> GlyphOptions b
+  -> f (Text, r Double)
+  -> Chart b
+lglyphs lopts gopts xs =
+  mconcat $
+  toList $ (\(t, x) -> moveTo (p_ x) $ labelled lopts t (glyph_ gopts)) <$> xs
+
+-- | a chart of labelled glyphs
+lglyphChart ::
+     (Traversable f)
+  => [LabelOptions]
+  -> [GlyphOptions b]
+  -> Aspect
+  -> Rect Double
+  -> [f (Text, Pair Double)]
+  -> Chart b
+lglyphChart ls gs (Aspect asp) r xyss =
+  mconcat $
+  getZipList $
+  lglyphs <$> ZipList ls <*> ZipList gs <*>
+  ZipList
+    (zipWith
+       zip
+       (map fst . toList <$> xyss)
+       (projectss r asp (map snd . toList <$> xyss)))
+
+-- | a chart of labelled glyphs scaled to its own range
+--
+-- > let g = Pair <$> [0..5] <*> [0..5] :: [Pair Int]
+-- > let xs = [(\(p@(Pair x y)) -> ((show x <> "," <> show y), fromIntegral <$> p)) <$> g]
+-- > lglyphChart_ [def {labelGap=0.01}] [def] sixbyfour xs
+--
+-- ![lglyphChart_ example](other/lglyphChart_Example.svg)
+--
+lglyphChart_ ::
+     (Traversable f)
+  => [LabelOptions]
+  -> [GlyphOptions b]
+  -> Aspect
+  -> [f (Text, Pair Double)]
+  -> Chart b
+lglyphChart_ ls gs asp xyss =
+  lglyphChart ls gs asp (range (map snd . toList <$> xyss)) xyss
diff --git a/src/Chart/Hud.hs b/src/Chart/Hud.hs
new file mode 100644
--- /dev/null
+++ b/src/Chart/Hud.hs
@@ -0,0 +1,448 @@
+{-# OPTIONS_GHC -Wall #-}
+{-# LANGUAGE CPP #-}
+#if ( __GLASGOW_HASKELL__ < 820 )
+{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}
+#endif
+
+-- | collective noun for axes, titles & legends
+module Chart.Hud
+  ( HudOptions(..)
+  , withHud
+  , hud
+  , Orientation(..)
+  , Place(..)
+  , placeOutside
+  , placeGap
+  , TickStyle(..)
+  , precision
+  , AxisOptions(..)
+  , defXAxis
+  , defYAxis
+  , axis
+  , TitleOptions(..)
+  , title
+  , LegendType(..)
+  , LegendOptions(..)
+  , legend
+  ) where
+
+import Chart.Arrow
+import Chart.Core
+import Chart.Glyph
+import Chart.Line
+import Chart.Rect
+import Chart.Text
+import qualified Control.Foldl as L
+import Data.List (nub)
+import Data.Ord (max)
+import Diagrams.Prelude
+       hiding (Color, D, (*.), (<>), project, width, zero)
+import qualified Diagrams.TwoD.Size as D
+import Formatting
+import NumHask.Pair
+import NumHask.Prelude hiding (max)
+import NumHask.Range
+import NumHask.Rect
+import NumHask.Space
+
+-- | various options for a hud
+-- Defaults to an x- and y-axis, sixbyfour aspect, no titles and no legends
+data HudOptions b = HudOptions
+  { hudPad :: Double
+  , hudAxes :: [AxisOptions b]
+  , hudTitles :: [(TitleOptions, Text)]
+  , hudLegends :: [LegendOptions b]
+  , hudRange :: Maybe (Rect Double)
+  , hudAspect :: Aspect
+  , hudCanvas :: RectOptions
+  }
+
+instance Default (HudOptions b) where
+  def = HudOptions 1.1 [defXAxis, defYAxis] [] [] Nothing sixbyfour clear
+
+-- | create a hud based upon HudOptions
+--
+-- > hud def
+--
+-- ![hud example](other/hudExample.svg)
+--
+hud :: () => HudOptions b -> Chart b
+hud (HudOptions p axes titles legends mr asp@(Aspect ar@(Ranges ax ay)) can) =
+  L.fold (L.Fold addTitle uptoLegend (pad p)) titles
+  where
+    addTitle x (topts, t) =
+      beside (placeOutside (titlePlace topts)) x (title asp topts t)
+    addLegend x lopts =
+      beside (placeOutside (legendPlace lopts)) x $
+      if 0 == length (legendChartType lopts)
+        then mempty
+        else (\x' ->
+                moveTo (p_ $ pos' (legendAlign lopts) (legendPlace lopts) x') x') $
+             legend lopts
+    pos' AlignCenter _ _ = Pair 0 0
+    pos' AlignLeft PlaceTop x = Pair (lower ax - 0.5 * D.width x) 0
+    pos' AlignLeft PlaceBottom x = Pair (lower ax - 0.5 * D.width x) 0
+    pos' AlignLeft PlaceLeft x = Pair 0 (lower ay - 0.5 * D.height x)
+    pos' AlignLeft PlaceRight x = Pair 0 (upper ay - 0.5 * D.height x)
+    pos' AlignRight PlaceTop x = Pair (upper ax + 0.5 * D.width x) 0
+    pos' AlignRight PlaceBottom x = Pair (upper ax + 0.5 * D.width x) 0
+    pos' AlignRight PlaceLeft x = Pair 0 (upper ay + 0.5 * D.height x)
+    pos' AlignRight PlaceRight x = Pair 0 (lower ay + 0.5 * D.height x)
+    uptoLegend = L.fold (L.Fold addLegend uptoAxes identity) legends
+    uptoAxes = L.fold (L.Fold addAxis canvas identity) axes
+    canvas = rect_ can ar
+    addAxis x aopts =
+      case axisOrientation aopts of
+        Hori -> beside (placeOutside (axisPlace aopts)) x (axis aopts ax rx)
+        Vert -> beside (placeOutside (axisPlace aopts)) x (axis aopts ay ry)
+      where
+        (Ranges rx ry) = fromMaybe one mr
+
+-- | create a chart with a hud from data (using the data range)
+--
+-- > withHudExample :: Chart b
+-- > withHudExample = withHud hopts (lineChart lopts) ls
+-- >     where
+-- >       hopts = def {hudTitles=[(def,"withHud Example")],
+-- >                    hudLegends=[def {legendChartType=zipWith (\x y -> (LegendLine x 0.05, y)) lopts ["line1", "line2", "line3"]}]}
+--
+-- ![withHud example](other/withHudExample.svg)
+--
+withHud ::
+     (Foldable f)
+  => HudOptions b
+  -> (Aspect -> Rect Double -> [f (Pair Double)] -> Chart b)
+  -> [f (Pair Double)]
+  -> Chart b
+withHud opts renderer d =
+  case hudRange opts of
+    Nothing ->
+      renderer (hudAspect opts) (foldMap space d) d <>
+      hud (opts {hudRange = Just (foldMap space d)})
+    Just r ->
+      combine
+        (hudAspect opts)
+        [ UChart renderer r d
+        , UChart
+            (\asp _ _ -> hud (opts {hudAspect = asp, hudRange = Just r}))
+            r
+            []
+        ]
+
+-- | placement of hud elements around (what is implicity but maybe shouldn't just be) a rectangular canvas
+data Place
+  = PlaceLeft
+  | PlaceRight
+  | PlaceTop
+  | PlaceBottom
+  deriving (Eq, Show)
+
+-- | direction to place stuff on the outside of the built-up chart
+placeOutside :: Num n => Place -> V2 n
+placeOutside pl =
+  case pl of
+    PlaceBottom -> r2 (0, -1)
+    PlaceTop -> r2 (0, 1)
+    PlaceLeft -> r2 (-1, 0)
+    PlaceRight -> r2 (1, 0)
+
+-- | a strut to add to a placement
+placeGap ::
+     (Monoid m, Semigroup m, Ord n, Floating n)
+  => Place
+  -> n
+  -> QDiagram b V2 n m
+  -> QDiagram b V2 n m
+placeGap pl s x = beside (placeOutside pl) (strut' pl s) x
+  where
+    strut' PlaceTop = strutY
+    strut' PlaceBottom = strutY
+    strut' PlaceLeft = strutX
+    strut' PlaceRight = strutX
+
+-- | orientation for a hud element.  Watch this space for curvature!
+data Orientation
+  = Hori
+  | Vert
+
+-- | axes are somewhat complicated.  For instance, they contain a range within which tick marks need to be supplied or computed.
+data AxisOptions b = AxisOptions
+  { axisPad :: Double
+  , axisOrientation :: Orientation
+  , axisPlace :: Place
+  , axisRect :: RectOptions
+  , axisRectHeight :: Double
+  , axisMark :: GlyphOptions b
+  , axisMarkStart :: Double
+  , axisGap :: Double -- distance of axis from plane
+  , axisLabel :: LabelOptions
+  , axisTickStyle :: TickStyle
+  }
+
+-- | default X axis
+defXAxis :: AxisOptions b
+defXAxis =
+  AxisOptions
+    1
+    Hori
+    PlaceBottom
+    (RectOptions 0 transparent (withOpacity black 0.1))
+    0.02
+    (GlyphOptions 0.03 transparent (withOpacity black 0.6) 0.005 (vline_ 1))
+    0
+    0.04
+    (LabelOptions
+       (TextOptions 0.08 AlignCenter (withOpacity black 0.6) EvenOdd 0)
+       (Pair 0 -1)
+       0.015)
+    (TickRound 8)
+
+-- | default Y axis
+defYAxis :: AxisOptions b
+defYAxis =
+  AxisOptions
+    1
+    Vert
+    PlaceLeft
+    (RectOptions 0 transparent (withOpacity black 0.1))
+    0.02
+    (GlyphOptions 0.03 transparent (withOpacity black 0.6) 0.005 (hline_ 1))
+    0
+    0.04
+    (LabelOptions
+       (TextOptions 0.08 AlignCenter (withOpacity black 0.6) EvenOdd 0)
+       (Pair -1 0)
+       0.015)
+    (TickRound 8)
+
+instance Default (AxisOptions b) where
+  def = defXAxis
+
+-- | create an axis, based on AxisOptions, a physical aspect, and a range
+--
+-- Under-the-hood, the axis function has gone through many a re-factor, and still has a ways to go.  A high degree of technical debt tends to acrue here.
+--
+-- > axisExample :: Chart b
+-- > axisExample = axis aopts one (Range 0 100000)
+-- >   where
+-- >     aopts = def {axisLabel=(axisLabel def) {labelGap=0.0001,labelText=(labelText (axisLabel def)) {textSize=0.06,textAlignH=AlignLeft,textRotation=(-45)}}}
+--
+-- ![axis example](other/axisExample.svg)
+--
+axis :: () => AxisOptions b -> Range Double -> Range Double -> Chart b
+axis opts asp r =
+  mo $
+  pad (axisPad opts) $
+  astrut $
+  centerXY $
+  atPoints
+    (pl <$> tickLocations)
+    ((\x -> labelled (axisLabel opts) x (glyph_ (axisMark opts))) <$> tickLabels) `atop`
+  arect (axisOrientation opts)
+  where
+    mo = moveOriginTo (p2 ((-lower asp) - width asp / 2, 0))
+    arect Hori =
+      rect_ (axisRect opts) (Ranges asp (Range 0 (axisRectHeight opts)))
+    arect Vert =
+      rect_ (axisRect opts) (Ranges (Range 0 (axisRectHeight opts)) asp)
+    astrut =
+      beside (placeOutside (axisPlace opts))
+        (case axisOrientation opts of
+           Hori -> strutY (axisGap opts)
+           Vert -> strutX (axisGap opts))
+    pl =
+      let gs = glyphSize (axisMark opts)
+      in case axisPlace opts of
+           PlaceBottom ->
+             \x ->
+               p2 (x, (-0.5 * gs) + axisRectHeight opts + axisMarkStart opts)
+           PlaceLeft ->
+             \y ->
+               p2 ((-0.5 * gs) + axisRectHeight opts + axisMarkStart opts, y)
+           PlaceTop -> \x -> p2 (x, (0.5 * gs) + axisMarkStart opts)
+           PlaceRight -> \y -> p2 ((0.5 * gs) + axisMarkStart opts, y)
+    (tickLocations, tickLabels) =
+      case axisTickStyle opts of
+        TickNone -> ([], [])
+      {- To Do:
+        rounded ticks introduce the possibility of marks beyond the existing range.
+        if this happens, it should really be fed into the chart rendering as a new,
+        revised range.
+      -}
+        TickRound n -> (project r asp <$> ticks0, precision 0 ticks0)
+          where ticks0 = gridSensible OuterPos r n
+        TickExact n -> (project r asp <$> ticks0, precision 3 ticks0)
+          where ticks0 = grid OuterPos r n
+        TickLabels ls ->
+          ( project (Range 0 (fromIntegral $ length ls)) asp <$>
+            ((\x -> x - 0.5) . fromIntegral <$> [1 .. length ls])
+          , ls)
+        TickPlaced xs -> (project r asp . fst <$> xs, snd <$> xs)
+
+-- | style of tick marks on an axis
+data TickStyle
+  = TickNone -- ^ no ticks on axis
+  | TickLabels [Text] -- ^ specific labels
+  | TickRound Int -- ^ sensibly rounded ticks and a guide to how many
+  | TickExact Int -- ^ exactly n equally spaced ticks
+  | TickPlaced [(Double, Text)] -- ^ specific labels and placement
+
+-- | provide a formatted text from a list of numbers so that they are just distinguished.  'precision 2 ticks' means give the tick labels as much precision as is needed for them to be distinguished, but with at least 2 significant figues.
+precision :: Int -> [Double] -> [Text]
+precision n0 xs
+  | foldr max 0 xs < 0.01 = precLoop Formatting.expt n0 xs
+  | foldr max 0 xs > 100000 = precLoop Formatting.expt n0 xs
+  | foldr max 0 xs > 1000 =
+    precLoopInt (const Formatting.commas) n0 (floor <$> xs)
+  | otherwise = precLoop fixed n0 xs
+  where
+    precLoop f n xs' =
+      let s = sformat (f n) <$> xs'
+      in if s == nub s
+           then s
+           else precLoop f (n + 1) xs'
+    precLoopInt f n xs' =
+      let s = sformat (f n) <$> xs'
+      in if s == nub s
+           then s
+           else precLoopInt f (n + 1) xs'
+
+-- | options for titles.  Defaults to center aligned, and placed at Top of the hud
+data TitleOptions = TitleOptions
+  { titleText :: TextOptions
+  , titleAlign :: AlignH
+  , titlePlace :: Place
+  , titleGap :: Double
+  }
+
+instance Default TitleOptions where
+  def =
+    TitleOptions
+      (TextOptions 0.12 AlignCenter (withOpacity black 0.6) EvenOdd 0)
+      AlignCenter
+      PlaceTop
+      0.04
+
+-- | Create a title for a chart. The logic used to work out placement is flawed due to being able to freely specify text rotation.  It works for specific rotations (Top, Bottom at 0, Left at 90, Right @ 270)
+title :: Aspect -> TitleOptions -> Text -> Chart b
+title (Aspect (Ranges aspx aspy)) (TitleOptions textopts a p s) t =
+  placeGap p s (positioned (pos a p) (text_ (textopts {textAlignH = a}) t))
+  where
+    pos AlignCenter _ = Pair 0 0
+    pos AlignLeft PlaceTop = Pair (lower aspx) 0
+    pos AlignLeft PlaceBottom = Pair (lower aspx) 0
+    pos AlignLeft PlaceLeft = Pair 0 (lower aspy)
+    pos AlignLeft PlaceRight = Pair 0 (upper aspy)
+    pos AlignRight PlaceTop = Pair (upper aspx) 0
+    pos AlignRight PlaceBottom = Pair (upper aspx) 0
+    pos AlignRight PlaceLeft = Pair 0 (upper aspy)
+    pos AlignRight PlaceRight = Pair 0 (lower aspy)
+
+-- | the LegendType reuses all the various chart option types to help formulate a legend
+data LegendType b
+  = LegendText TextOptions
+  | LegendGlyph (GlyphOptions b)
+  | LegendLine LineOptions
+               Double
+  | LegendGLine (GlyphOptions b)
+                LineOptions
+                Double
+  | LegendRect RectOptions
+               Double
+  | LegendArrow (ArrowOptions Double)
+                Double
+  | LegendPixel RectOptions
+                Double
+
+-- | legend options. The main missing piece here is to allow for horizontal concatenation.
+data LegendOptions b = LegendOptions
+  { legendChartType :: [(LegendType b, Text)]
+  , legendInnerPad :: Double
+  , legendInnerSep :: Double
+  , legendGap :: Double
+  , legendRowPad :: Double
+  , legendPlace :: Place
+  , legendAlign :: AlignH
+  , legendSep :: Double
+  , legendRect :: RectOptions
+  , legendText :: TextOptions
+  }
+
+instance Default (LegendOptions b) where
+  def =
+    LegendOptions
+      []
+      1.1
+      0.03
+      0.05
+      1
+      PlaceRight
+      AlignRight
+      0.02
+      (RectOptions 0.002 (withOpacity black 0.2) transparent)
+      (TextOptions 0.07 AlignCenter (withOpacity black 0.63) EvenOdd 0)
+
+-- | Create a legend based on a LegendOptions
+--
+-- > legendExample :: Chart b
+-- > legendExample = legend $ def {legendChartType=legends}
+-- >     where
+-- >       legends =
+-- >           [ (LegendText def, "legend")] <>
+-- >           [ (LegendPixel (blob (withOpacity blue 0.4)) 0.05, "pixel")] <>
+-- >           -- [ (LegendArrow (def {arrowMinStaffWidth=0.01,
+-- >           --                     arrowMinHeadLength=0.03}) 0.05, "arrow")] <>
+-- >           [ (LegendRect def 0.05, "rect")] <>
+-- >           [ (LegendGLine def def 0.10, "glyph+line")] <>
+-- >           [ (LegendGlyph def, "just a glyph")] <>
+-- >           (zipWith (\x y -> (LegendLine x 0.05, y))
+-- >            lopts ["short", "much longer name", "line 3"])
+--
+--
+-- ![legend example](other/legendExample.svg)
+--
+legend :: LegendOptions b -> Chart b
+legend opts =
+  placeGap (legendPlace opts) (legendGap opts) $
+  bound (legendRect opts) 1 $
+  pad (legendInnerPad opts) $
+  centerXY $
+  vert
+    (pad (legendRowPad opts))
+    (intersperse (strutY (legendInnerSep opts)) $
+     legend__ <$> legendChartType opts)
+  where
+    legend__ (LegendText c, t) = text_ c t
+    legend__ (LegendGlyph c, t) =
+      hori
+        identity
+        [glyph_ c, strutX (legendSep opts), text_ (legendText opts) t]
+    legend__ (LegendLine c l, t) =
+      hori
+        identity
+        [ oneline c (Pair (Pair 0 0) (Pair l 0))
+        , strutX (legendSep opts)
+        , text_ (legendText opts) t
+        ]
+    legend__ (LegendGLine gc lopts l, t) =
+      hori
+        identity
+        [ glyph_ gc `atop` oneline lopts (Pair (Pair (-l) 0) (Pair l 0))
+        , strutX (legendSep opts)
+        , text_ (legendText opts) t
+        ]
+    legend__ (LegendRect c s, t) =
+      hori
+        identity
+        [rect_ c (s *. one), strutX (legendSep opts), text_ (legendText opts) t]
+    legend__ (LegendArrow c s, t) =
+      hori
+        identity
+        [ arrows c [Arrow zero (s *. one), Arrow (s *. one) zero]
+        , strutX (legendSep opts)
+        , text_ (legendText opts) t
+        ]
+    legend__ (LegendPixel c s, t) =
+      hori
+        identity
+        [rect_ c (s *. one), strutX (legendSep opts), text_ (legendText opts) t]
diff --git a/src/Chart/Lenses.hs b/src/Chart/Lenses.hs
new file mode 100644
--- /dev/null
+++ b/src/Chart/Lenses.hs
@@ -0,0 +1,171 @@
+{-# LANGUAGE TemplateHaskell #-}
+{-# OPTIONS_GHC -Wall #-}
+
+-- | Lenses for all the options.  Note the trailing underscore naming convention, rather than the more obnoxious _prefixed conventions.
+module Chart.Lenses
+    -- * tea anyone?
+  ( arrowMinLength_
+  , arrowMaxLength_
+  , arrowMinHeadLength_
+  , arrowMaxHeadLength_
+  , arrowMinStaffWidth_
+  , arrowMaxStaffWidth_
+  , arrowColor_
+  , arrowHeadStyle_
+  , glyphSize_
+  , glyphColor_
+  , glyphBorderColor_
+  , glyphBorderSize_
+  -- , glyphShape_
+  , hudPad_
+  , hudAxes_
+  , hudTitles_
+  , hudLegends_
+  , hudRange_
+  , hudAspect_
+  , hudCanvas_
+  , axisPad_
+  , axisOrientation_
+  , axisPlace_
+  , axisRect_
+  , axisRectHeight_
+  , axisMark_
+  , axisMarkStart_
+  , axisGap_
+  , axisLabel_
+  , axisTickStyle_
+  , titleText_
+  , titleAlign_
+  , titlePlace_
+  , titleGap_
+  , legendChartType_
+  , legendInnerPad_
+  , legendInnerSep_
+  , legendGap_
+  , legendRowPad_
+  , legendPlace_
+  , legendAlign_
+  , legendSep_
+  , legendRect_
+  , legendText_
+  , lineSize_
+  , lineColor_
+  , rectBorderSize_
+  , rectBorderColor_
+  , rectColor_
+  , textSize_
+  , textAlignH_
+  , textColor_
+  , textFillRule_
+  , textRotation_
+  , labelText_
+  , labelOrientation_
+  , labelGap_
+  ) where
+
+import Chart.Arrow
+import Chart.Glyph
+import Chart.Hud
+import Chart.Line
+import Chart.Rect
+import Chart.Text
+import Control.Lens
+
+makeLensesFor
+  [ ("arrowMinLength", "arrowMinLength_")
+  , ("arrowMaxLength", "arrowMaxLength_")
+  , ("arrowMinHeadLength", "arrowMinHeadLength_")
+  , ("arrowMaxHeadLength", "arrowMaxHeadLength_")
+  , ("arrowMinStaffWidth", "arrowMinStaffWidth_")
+  , ("arrowMaxStaffWidth", "arrowMaxStaffWidth_")
+  , ("arrowColor", "arrowColor_")
+  , ("arrowHeadStyle", "arrowHeadStyle_")
+  ]
+  ''ArrowOptions
+
+makeLensesFor
+  [ ("glyphSize", "glyphSize_")
+  , ("glyphColor", "glyphColor_")
+  , ("glyphBorderColor", "glyphBorderColor_")
+  , ("glyphBorderSize", "glyphBorderSize_")
+      -- GHC doesn't yet support impredicative polymorphism
+      -- In the type signature:
+      --   glyphShape_ :: forall b_agHOV b_agNLd.
+      --                  Lens (GlyphOptions b_agHOV) (GlyphOptions b_agNLd) (ghc-prim-0.5.0.0:GHC.Types.Double -> Chart.Core.Chart b_agHOV) (ghc-prim-0.5.0.0:GHC.Types.Double -> Chart.Core.Chart b_agNLd)
+    -- , ("glyphShape", "glyphShape_")
+  ]
+  ''GlyphOptions
+
+makeLensesFor
+  [ ("hudPad", "hudPad_")
+  , ("hudAxes", "hudAxes_")
+  , ("hudTitles", "hudTitles_")
+  , ("hudLegends", "hudLegends_")
+  , ("hudRange", "hudRange_")
+  , ("hudAspect", "hudAspect_")
+  , ("hudCanvas", "hudCanvas_")
+  ]
+  ''HudOptions
+
+makeLensesFor
+  [ ("axisPad", "axisPad_")
+  , ("axisOrientation", "axisOrientation_")
+  , ("axisPlace", "axisPlace_")
+  , ("axisRect", "axisRect_")
+  , ("axisRectHeight", "axisRectHeight_")
+  , ("axisMark", "axisMark_")
+  , ("axisMarkStart", "axisMarkStart_")
+  , ("axisGap", "axisGap_")
+  , ("axisLabel", "axisLabel_")
+  , ("axisTickStyle", "axisTickStyle_")
+  ]
+  ''AxisOptions
+
+makeLensesFor
+  [ ("titleText", "titleText_")
+  , ("titleAlign", "titleAlign_")
+  , ("titlePlace", "titlePlace_")
+  , ("titleGap", "titleGap_")
+  ]
+  ''TitleOptions
+
+makeLensesFor
+  [ ("legendChartType", "legendChartType_")
+  , ("legendInnerPad", "legendInnerPad_")
+  , ("legendInnerSep", "legendInnerSep_")
+  , ("legendGap", "legendGap_")
+  , ("legendRowPad", "legendRowPad_")
+  , ("legendPlace", "legendPlace_")
+  , ("legendAlign", "legendAlign_")
+  , ("legendSep", "legendSep_")
+  , ("legendRect", "legendRect_")
+  , ("legendText", "legendText_")
+  ]
+  ''LegendOptions
+
+makeLensesFor
+  [("lineSize", "lineSize_"), ("lineColor", "lineColor_")]
+  ''LineOptions
+
+makeLensesFor
+  [ ("rectBorderSize", "rectBorderSize_")
+  , ("rectBorderColor", "rectBorderColor_")
+  , ("rectColor", "rectColor_")
+  ]
+  ''RectOptions
+
+makeLensesFor
+  [ ("textSize", "textSize_")
+  , ("textAlignH", "textAlignH_")
+  , ("textColor", "textColor_")
+  , ("textFillRule", "textFillRule_")
+  , ("textRotation", "textRotation_")
+  ]
+  ''TextOptions
+
+makeLensesFor
+  [ ("labelText", "labelText_")
+  , ("labelOrientation", "labelOrientation_")
+  , ("labelGap", "labelGap_")
+  ]
+  ''LabelOptions
diff --git a/src/Chart/Line.hs b/src/Chart/Line.hs
new file mode 100644
--- /dev/null
+++ b/src/Chart/Line.hs
@@ -0,0 +1,125 @@
+{-# OPTIONS_GHC -Wall #-}
+{-# LANGUAGE CPP #-}
+#if ( __GLASGOW_HASKELL__ < 820 )
+{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}
+#endif
+
+module Chart.Line
+  ( -- * line
+    --
+    -- $line
+    LineOptions(..)
+  , oneline
+  , lines
+  , glines
+  , lineChart
+  , lineChart_
+  , glineChart
+  , glineChart_
+  ) where
+
+import Chart.Core
+import Chart.Glyph
+import Data.Default (Default(..))
+import Diagrams.Prelude hiding ((<>))
+import NumHask.Pair
+import NumHask.Prelude
+import NumHask.Rect
+
+-- $line
+--
+-- line chart elements
+-- The main features of a line (that distinguish it from a glyph say) is that:
+-- - it exists over multiple points (a line can't exist at a single point)
+-- - line rendering is normalized to the eventual physical chart
+--
+data LineOptions = LineOptions
+  { lineSize :: Double -- ^ normalized
+  , lineColor :: AlphaColour Double
+  }
+
+instance Default LineOptions where
+  def = LineOptions 0.02 ublue
+
+-- | a line connecting a series of points
+--
+-- > lines def [Pair (10*x/100.0) (cos (x * (10 / 100.0))) | x <- fromIntegral <$> [0..n]]
+--
+-- ![lines example](other/linesExample.svg)
+--
+lines :: (Traversable f, R2 r) => LineOptions -> f (r Double) -> Chart b
+lines (LineOptions s c) xs =
+  case NumHask.Prelude.head xs of
+    Nothing -> mempty
+    Just p ->
+      trailLike (trailFromVertices (toList $ p_ <$> xs) `at` p_ p) # lcA c #
+      lwN s
+
+-- a single line connecting 2 points
+oneline :: (R2 r) => LineOptions -> Pair (r Double) -> Chart b
+oneline (LineOptions s c) (Pair x0 x1) =
+  stroke (trailFromVertices [p_ x0, p_ x1] `at` p_ x0) # lcA c # lwN s
+
+-- | a chart of lines
+lineChart ::
+     (Traversable f)
+  => [LineOptions]
+  -> Aspect
+  -> Rect Double
+  -> [f (Pair Double)]
+  -> Chart b
+lineChart optss (Aspect asp) r xyss =
+  mconcat $ zipWith lines optss (projectss r asp xyss)
+
+-- | a chart of lines scaled to its own range
+--
+-- > import Data.Colour.Palette.Harmony (tetrad)
+-- > ls = map (uncurry Pair) <$> [[(0.0,1.0),(1.0,1.0),(2.0,5.0)], [(0.0,0.0),(3.0,3.0)], [(0.5,4.0),(0.5,0)]]
+-- > lopts = zipWith (\x y -> LineOptions x (withOpacity y 0.6)) [0.01,0.02,0.005] (tetrad blue)
+-- > lineChart_ lopts sixbyfour ls
+--
+-- ![lineChart_ example](other/lineChart_Example.svg)
+--
+lineChart_ ::
+     (Traversable f) => [LineOptions] -> Aspect -> [f (Pair Double)] -> Chart b
+lineChart_ optss asp xyss = lineChart optss asp (range xyss) xyss
+
+-- | lines with glyphs atop
+glines ::
+     (Traversable f, R2 r)
+  => LineOptions
+  -> GlyphOptions b
+  -> f (r Double)
+  -> Chart b
+glines opts gopts xs = glyphs gopts xs <> lines opts xs
+
+-- | a chart of glines
+glineChart ::
+     (Traversable f)
+  => [LineOptions]
+  -> [GlyphOptions b]
+  -> Aspect
+  -> Rect Double
+  -> [f (Pair Double)]
+  -> Chart b
+glineChart ls gs (Aspect asp) r xyss =
+  mconcat $
+  getZipList $
+  glines <$> ZipList ls <*> ZipList gs <*> ZipList (projectss r asp xyss)
+
+-- | a chart of glyphs_lines scaled to its own range
+--
+-- > let gopts = zipWith (\x y -> def {glyphColor=transparent, glyphBorderColor=withOpacity x 0.6, glyphShape=y}) (tetrad green) [triangle, square, circle]
+-- >
+-- > glineChart_ lopts gopts sixbyfour ls
+--
+-- ![lineChart_ example](other/glineChart_Example.svg)
+--
+glineChart_ ::
+     (Traversable f)
+  => [LineOptions]
+  -> [GlyphOptions b]
+  -> Aspect
+  -> [f (Pair Double)]
+  -> Chart b
+glineChart_ ls gs asp xyss = glineChart ls gs asp (range xyss) xyss
diff --git a/src/Chart/Rect.hs b/src/Chart/Rect.hs
new file mode 100644
--- /dev/null
+++ b/src/Chart/Rect.hs
@@ -0,0 +1,217 @@
+{-# LANGUAGE NoImplicitPrelude #-}
+{-# LANGUAGE GADTs #-}
+{-# LANGUAGE FlexibleContexts #-}
+{-# LANGUAGE DataKinds #-}
+{-# OPTIONS_GHC -Wall #-}
+{-# LANGUAGE CPP #-}
+#if ( __GLASGOW_HASKELL__ < 820 )
+{-# OPTIONS_GHC -fno-warn-incomplete-patterns #-}
+#endif
+-- | rectangular chart elements
+module Chart.Rect
+  ( RectOptions(..)
+  , blob
+  , box
+  , clear
+  , bound
+  , rect_
+  , rects
+  , rectChart
+  , rectChart_
+  , Pixel(..)
+  , pixel_
+  , pixels
+  , pixelChart
+  , pixelChart_
+  , PixelationOptions(..)
+  , pixelate
+  , pixelateChart
+  ) where
+
+import Chart.Core
+import Diagrams.Prelude hiding (Color, D, scaleX, scaleY)
+import NumHask.Pair
+import NumHask.Prelude
+import NumHask.Range
+import NumHask.Rect
+import NumHask.Space
+
+data RectOptions = RectOptions
+  { rectBorderSize :: Double
+  , rectBorderColor :: AlphaColour Double
+  , rectColor :: AlphaColour Double
+  }
+
+instance Default RectOptions where
+  def = RectOptions 0.005 (ucolor 0.4 0.4 0.4 1) ublue
+
+-- | solid rect, no border
+blob :: AlphaColour Double -> RectOptions
+blob c = RectOptions 0 transparent c
+
+-- | clear and transparent rect
+clear :: RectOptions
+clear = RectOptions 0 transparent transparent
+
+-- | clear rect, with border
+box :: AlphaColour Double -> RectOptions
+box c = RectOptions 0.015 c transparent
+
+-- | place a rect around an Chart
+bound :: RectOptions -> Double -> Chart b -> Chart b
+bound (RectOptions bs bc c) p x =
+  (boundingRect x' # lcA bc # lwN bs # fcA c) <> x'
+  where
+    x' = pad p x
+
+-- | a single rectangle specified using a Rect x z y w where
+-- (x,y) is location of lower left corner
+-- (z,w) is location of upper right corner
+--
+-- > let opts o = def {labelText = (labelText def) {textColor=withOpacity black 0.8, textSize = 0.3}, labelOrientation=o}
+-- > labelled (opts (Pair 2 1)) ("z,w") $ labelled (opts (Pair -2 -1)) ("x,y") (rect_ def (Ranges (2*.one) one))
+--
+-- ![rect_ example](other/rect_Example.svg)
+--
+rect_ ::
+     ( N b ~ Double
+     , V b ~ V2
+     , Transformable b
+     , HasOrigin b
+     , TrailLike b
+     , HasStyle b
+     )
+  => RectOptions
+  -> Rect Double
+  -> b
+rect_ (RectOptions bs bc c) (Rect x z y w) =
+  unitSquare # moveTo (p2 (0.5, 0.5)) # scaleX (z - x) # scaleY (w - y) #
+  moveTo (p2 (x, y)) #
+  fcA c #
+  lcA bc #
+  lwN bs
+
+-- | rectangles with the same configuration
+--
+-- > rects def $ zipWith (\x y -> Rect x (x+1) 0 y) [0..] [1,2,3,5,8,0,-2,11,2,1]
+--
+-- ![rects example](other/rectsExample.svg)
+--
+rects ::
+     ( V a ~ V2
+     , N a ~ Double
+     , Functor t
+     , HasStyle a
+     , TrailLike a
+     , HasOrigin a
+     , Transformable a
+     , Foldable t
+     , Monoid a
+     )
+  => RectOptions
+  -> t (Rect Double)
+  -> a
+rects opts xs = mconcat $ toList $ rect_ opts <$> xs
+
+-- | a chart of rects
+rectChart ::
+     (Traversable f)
+  => [RectOptions]
+  -> Aspect
+  -> Rect Double
+  -> [f (Rect Double)]
+  -> Chart b
+rectChart optss (Aspect asp) r rs =
+  mconcat . zipWith rects optss $ fmap (projectRect r asp) <$> rs
+
+-- | a chart of histograms scaled to its own range
+--
+-- > let ropts = [def {rectBorderSize=0}, def {rectBorderSize=0,rectColor=ucolor 0.3 0.3 0.3 0.2}]
+-- > let pss = transpose [[exp (-(x**2)/2), 0.5 * exp (-(x**2)/8)] | x <- grid LowerPos (Range -5 5) 1000]
+-- > let rss = (zipWith (\x y -> Rect x (x+1) 0 y) [0..]) <$> pss
+-- > rectChart_ ropts widescreen rss
+--
+-- ![rectChart_ example](other/rectChart_Example.svg)
+--
+rectChart_ ::
+     (Traversable f) => [RectOptions] -> Aspect -> [f (Rect Double)] -> Chart b
+rectChart_ optss asp rs = rectChart optss asp (fold $ fold <$> rs) rs
+
+-- | at some point, a color of a rect becomes more about data than stylistic option, hence the pixel.  Echewing rect border leaves a Pixel with no stylistic options to choose.
+data Pixel = Pixel
+  { pixelRect :: Rect Double
+  , pixelColor :: AlphaColour Double
+  }
+
+-- | a pixel is a rectangle with a color.
+--
+-- > let opt = def {textColor=withOpacity black 0.8, textSize = 0.2}
+-- > text_ opt "I'm a pixel!" <> pixel_ (Pixel one ublue)
+--
+-- ![pixel_ example](other/pixel_Example.svg)
+--
+pixel_ :: Pixel -> Chart b
+pixel_ (Pixel (Rect x z y w) c) =
+  unitSquare # moveTo (p2 (0.5, 0.5)) # scaleX (z - x) # scaleY (w - y) #
+  moveTo (p2 (x, y)) #
+  fcA c #
+  lcA transparent #
+  lw 0
+
+-- | render multiple pixels
+--
+-- > pixels $ [Pixel (Rect (5*x) (5*x+0.1) (sin (10*x)) (sin (10*x) + 0.1)) (dissolve (2*x) ublue) | x <- grid OuterPos (Range 0 1) 100]
+--
+-- ![pixels example](other/pixelsExample.svg)
+--
+pixels :: (Traversable f) => f Pixel -> Chart b
+pixels ps = mconcat $ toList $ pixel_ <$> ps
+
+-- | a chart of pixels
+pixelChart :: (Traversable f) => Aspect -> Rect Double -> [f Pixel] -> Chart b
+pixelChart (Aspect asp) r pss =
+  mconcat $ pixels . projectPixels r asp . toList <$> pss
+  where
+    projectPixels r0 r1 ps =
+      zipWith Pixel (projectRect r0 r1 . pixelRect <$> ps) (pixelColor <$> ps)
+
+-- | a chart of pixels scaled to its own range
+--
+-- > pixelChart_ asquare [[Pixel (Rect x (x+0.05) y (y+0.05)) (blend  (x*y+x*x) ugrey ublue) | x <- grid OuterPos (one::Range Double) 20, y <- grid OuterPos (one::Range Double) 20]]
+--
+-- ![pixelChart_ example](other/pixelChart_Example.svg)
+--
+pixelChart_ :: (Traversable f) => Aspect -> [f Pixel] -> Chart b
+pixelChart_ asp ps = pixelChart asp (fold $ fold . map pixelRect <$> ps) ps
+
+-- | options to pixelate a Rect using a function
+data PixelationOptions = PixelationOptions
+  { pixelationGradient :: Range (AlphaColour Double)
+  , pixelationGrain :: Pair Int
+  }
+
+instance Default PixelationOptions where
+  def = PixelationOptions (Range ugrey ublue) (Pair 20 20)
+
+-- | transform a Rect into Pixels using a function over a Pair
+pixelate ::
+     PixelationOptions -> Rect Double -> (Pair Double -> Double) -> [Pixel]
+pixelate (PixelationOptions (Range lc0 uc0) grain) xy f = zipWith Pixel g cs
+  where
+    g = gridSpace xy grain
+    xs = f . mid <$> g
+    (Range lx ux) = space xs
+    cs = (\x -> blend ((x - lx) / (ux - lx)) lc0 uc0) <$> xs
+
+-- | chart pixels using a function
+-- This is a convenience function, and the example below is equivalent to the pixelChart_ example
+--
+-- > pixelateChart def asquare one (\(Pair x y) -> x*y+x*x)
+--
+pixelateChart ::
+     PixelationOptions
+  -> Aspect
+  -> Rect Double
+  -> (Pair Double -> Double)
+  -> Chart b
+pixelateChart opts asp xy f = pixelChart asp xy [pixelate opts xy f]
diff --git a/src/Chart/Text.hs b/src/Chart/Text.hs
new file mode 100644
--- /dev/null
+++ b/src/Chart/Text.hs
@@ -0,0 +1,102 @@
+{-# OPTIONS_GHC -Wall #-}
+-- | text chart elements
+module Chart.Text
+  ( TextOptions(..)
+  , text_
+  , texts
+  , textChart
+  , textChart_
+  , LabelOptions(..)
+  , labelled
+  ) 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 Graphics.SVGFonts
+import NumHask.Pair
+import NumHask.Prelude hiding (rotate)
+import NumHask.Rect
+
+-- | text options
+data TextOptions = TextOptions
+  { textSize :: Double
+  , textAlignH :: AlignH
+  , textColor :: AlphaColour Double
+  , textFillRule :: FillRule
+  , textRotation :: Double
+  }
+
+instance Default TextOptions where
+  def = TextOptions 0.08 AlignCenter (withOpacity black 0.33) EvenOdd 0
+
+-- | create a text primitive
+--
+-- > let text_Example = text_ def "Welcome to chart-unit!"
+--
+-- ![text_ example](other/text_Example.svg)
+--
+text_ :: TextOptions -> Text -> Chart b
+text_ (TextOptions s a c fr rot) t =
+  moveTo (p_ (Pair (alignHTU a * D.width path) 0)) $
+  path # fcA c # lw 0 # fillRule fr # rotate (rot @@ deg)
+  where
+    path = textSVG_ (TextOpts lin2 INSIDE_H KERN False s s) (Text.unpack t)
+
+-- | positioned svg text from a list
+--
+-- > let ts = map (Text.singleton) ['a'..'z']
+-- > texts def ts [Pair (0.05*x) 0 |x <- [0..5]]
+--
+-- ![texts example](other/textsExample.svg)
+--
+texts :: (R2 r) => TextOptions -> [Text] -> [r Double] -> Chart b
+texts opts ts ps = mconcat $ zipWith (\p t -> positioned p (text_ opts t)) ps ts
+
+-- | a chart of text
+textChart ::
+     (Traversable f)
+  => [TextOptions]
+  -> Aspect
+  -> Rect Double
+  -> [f (Text, Pair Double)]
+  -> Chart b
+textChart optss (Aspect asp) r xyss =
+  mconcat $
+  getZipList $
+  texts <$> ZipList optss <*> ZipList (map fst . toList <$> xyss) <*>
+  ZipList (projectss r asp (fmap snd . toList <$> xyss))
+
+-- | a chart of text scaled to its own range
+--
+-- > import qualified Data.Text as Text
+-- > let ps = [Pair (sin (x*0.1)) x | x<-[0..25]]
+-- > textChart_ (repeat $ def {textSize=0.33}) widescreen [zip ts ps]
+--
+-- ![textChart_ example](other/textChart_Example.svg)
+--
+textChart_ :: [TextOptions] -> Aspect -> [[(Text, Pair Double)]] -> Chart b
+textChart_ optss asp xyss =
+  textChart optss asp (range $ fmap snd . toList <$> xyss) xyss
+
+-- | a label is a text element attached to a chart element
+data LabelOptions = LabelOptions
+  { labelText :: TextOptions
+  , labelOrientation :: Pair Double -- ^ direction of label
+  , labelGap :: Double -- ^ distance to label
+  }
+
+instance Default LabelOptions where
+  def = LabelOptions def (Pair 0 1) 0.05
+
+-- | label a chart element with some text
+--
+-- > let lopts = def {textAlignH = AlignLeft, textRotation=45}
+-- > labelled (LabelOptions lopts (Pair 1 1) 0.05) "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/src/Chart/Types.hs b/src/Chart/Types.hs
deleted file mode 100644
--- a/src/Chart/Types.hs
+++ /dev/null
@@ -1,321 +0,0 @@
-{-# LANGUAGE GADTs #-}
-{-# OPTIONS_GHC -Wall #-}
-{-# OPTIONS_GHC -fno-warn-type-defaults #-}
-{-# LANGUAGE TemplateHaskell #-}
-
-module Chart.Types
-  ( Chart
-  , Chart'
-  , Aspect(..)
-  , aspect
-  , asquare
-  , sixbyfour
-  , golden
-  , widescreen
-  , QChart(..)
-  , qXY
-  , qChart
-  , qData
-  , Orientation(..)
-  , Placement(..)
-  , TickStyle(..)
-  , Color(..)
-  , color
-  , uncolor
-  , opac
-  , opacs
-  , palette
-  , AxisConfig(..)
-  , axisPad
-  , axisOrientation
-  , axisPlacement
-  , axisHeight
-  , axisColor
-  , axisMarkSize
-  , axisMarkColor
-  , axisInsideStrut
-  , axisLabelStrut
-  , axisTextSize
-  , axisTextColor
-  , axisTickStyle
-  , axisAlignedTextRight
-  , axisAlignedTextBottom
-  , ChartConfig(..)
-  , chartPad
-  , chartAxes
-  , chartRange
-  , chartAspect
-  , chartCanvasColor
-  , LineConfig(..)
-  , lineSize
-  , Chart.Types.lineColor
-  , ScatterConfig(..)
-  , scatterSize
-  , scatterColor
-  , RectConfig(..)
-  , rectBorderWidth
-  , rectBorderColor
-  , rectColor
-  , ArrowConfig(..)
-  , arrowMinHeadSize
-  , arrowMaxHeadSize
-  , arrowHeadSize
-  , arrowMinStaffLength
-  , arrowMaxStaffLength
-  , arrowStaffLength
-  , arrowMinStaffWidth
-  , arrowMaxStaffWidth
-  , arrowStaffWidth
-  , arrowColor
-  , PixelConfig(..)
-  , pixelGradient
-  , pixelGrain
-  , TextConfig
-  , textPad
-  , textOrientation
-  , textPlacement
-  , textSize
-  , textColor
-  , textRight
-  , textBottom
-  ) where
-
-import NumHask.Prelude
-import Diagrams.Prelude hiding (Color(..), aspect)
-import qualified Diagrams.TwoD.Text
-import NumHask.Range
-import NumHask.Rect
-import Data.Colour
-
--- | a Chart has a concrete scale, and combinatory options amount to mappend (on top of) and beside
-type Chart a =
-    ( Renderable (Path V2 Double) a
-    ) =>
-    QDiagram a V2 Double Any
- 
--- | an alternative synonym where text is involved.
-type Chart' a =
-    ( Renderable (Path V2 Double) a
-    , Renderable (Diagrams.TwoD.Text.Text Double) a
-    ) =>
-    QDiagram a V2 Double Any
-
--- | the rendering aspect (or plane) of the chart.  Wrapped to distinguish this from a plain XY
-data Aspect = Aspect { unAspect :: Rect Double}
-
-aspect :: Double -> Aspect
-aspect a = Aspect (Rect (V2 ((a*) <$> one) one))
-
-asquare :: Aspect
-asquare = aspect 1
-
-sixbyfour :: Aspect
-sixbyfour = aspect 1.5
-
-golden :: Aspect
-golden = aspect 1.61803398875
-
-widescreen :: Aspect
-widescreen = aspect 3
-
--- | The concrete nature of a QDiagram, and a desire to scale data and hud items naturally, a QChart is mostly a late binding of the Aspect that the chart is to be projected on to and the data.
-data QChart a b = QChart
-    { _qChart :: ( ( Renderable (Diagrams.TwoD.Text.Text Double) a)
-                  , Renderable (Path V2 Double) a) =>
-                Aspect -> b -> QDiagram a V2 Double Any
-    , _qXY :: Rect Double
-    , _qData :: b
-    }
-
-makeLenses ''QChart
-
-data Orientation = X | Y
-
-data Placement = AxisLeft | AxisRight | AxisTop | AxisBottom
-
-data TickStyle = TickNone | TickLabels [Text] | TickRound Int | TickExact Int | TickPlaced [(Double,Text)]
-
-data Color =
-    Color
-    { _red :: Double
-    , _green :: Double
-    , _blue :: Double
-    , _aaa :: Double
-    } deriving (Eq, Show)
-
-color ∷ Color → AlphaColour Double
-color (Color r g b a)= withOpacity (sRGB r g b) a
-
-uncolor ∷ AlphaColour Double → Color
-uncolor c = Color r g b a
-  where
-    a = alphaChannel c
-    (RGB r g b) = toSRGB (Data.Colour.over c black)
-
-palette ∷ [Color]
-palette =
-    [ Color 0.333 0.333 0.333 1.00 -- grey
-    , Color 0.365 0.647 0.855 1.00 -- blue
-    , Color 0.980 0.647 0.855 1.00 -- orange
-    , Color 0.376 0.741 0.408 1.00 -- green
-    , Color 0.945 0.486 0.690 1.00 -- pink
-    , Color 0.698 0.569 0.184 1.00 -- brown
-    , Color 0.698 0.463 0.698 1.00 -- purple
-    , Color 0.871 0.812 0.247 1.00 -- yellow
-    , Color 0.945 0.345 0.329 1.00 -- red
-    ]
-
-opacs :: Double -> [Color] -> [Color]
-opacs t cs = (\(Color r g b o) -> Color r g b (o*t)) <$> cs
-
-opac :: Double -> Color -> Color
-opac t (Color r g b o) = Color r g b (o*t)
-
-data AxisConfig = AxisConfig
-    { _axisPad :: Double
-    , _axisOrientation :: Orientation
-    , _axisPlacement :: Placement
-    , _axisHeight :: Double
-    , _axisColor :: Color
-    , _axisMarkSize :: Double -- mark length
-    , _axisMarkColor :: Color
-    , _axisInsideStrut :: Double -- distance of axis from plane
-    , _axisLabelStrut :: Double -- distance of label from mark
-    , _axisTextSize :: Double
-    , _axisTextColor :: Color
-    , _axisTickStyle :: TickStyle
-    , _axisAlignedTextRight :: Double
-    , _axisAlignedTextBottom :: Double
-    }
-
-instance Default AxisConfig where
-    def =
-        AxisConfig
-        1
-        X
-        AxisBottom
-        0.02
-        (Color 0.333 0.333 0.333 0.2)
-        0.02
-        (Color 0.1 0.4 0.8 0.5)
-        0.05
-        0.02
-        0.04
-        (Color 0.2 0.2 0.2 0.7)
-        (TickRound 8)
-        0.5
-        1
-
-makeLenses ''AxisConfig
-
-data ChartConfig = ChartConfig
-    { _chartPad :: Double
-    , _chartAxes :: [AxisConfig]
-    , _chartRange :: Maybe (Rect Double)
-    , _chartAspect :: Aspect
-    , _chartCanvasColor :: Color
-    }
-
-instance Default ChartConfig where
-    def =
-        ChartConfig
-        1.3
-        [def,
-         axisAlignedTextBottom .~ 0.65 $
-         axisAlignedTextRight .~ 1 $
-         axisOrientation .~ Y $
-         axisPlacement .~ AxisLeft $
-         def]
-        Nothing
-        sixbyfour
-        (Color 1 1 1 0.02)
-
-makeLenses ''ChartConfig
-
-data LineConfig = LineConfig
-    { _lineSize :: Double
-    , _lineColor :: Color
-    }
-
-instance Default LineConfig where
-    def = LineConfig 0.02 (Color 0.365 0.647 0.855 1.00)
-
-makeLenses ''LineConfig
-
-data ScatterConfig = ScatterConfig
-    { _scatterSize :: Double
-    , _scatterColor :: Color
-    }
-
-instance Default ScatterConfig where
-    def = ScatterConfig 0.03 (Color 0.33 0.33 0.33 0.2)
-
-makeLenses ''ScatterConfig
-
-data RectConfig = RectConfig
-    { _rectBorderWidth :: Double
-    , _rectBorderColor :: Color
-    , _rectColor :: Color
-    }
-
-instance Default RectConfig where
-    def = RectConfig 1 (Color 0.333 0.333 0.333 0.4) (Color 0.365 0.647 0.855 0.5)
-
-makeLenses ''RectConfig
-
-data ArrowConfig a = ArrowConfig
-    { _arrowMinHeadSize :: a
-    , _arrowMaxHeadSize :: a
-    , _arrowHeadSize :: a
-    , _arrowMinStaffLength :: a
-    , _arrowMaxStaffLength :: a
-    , _arrowStaffLength :: a
-    , _arrowMinStaffWidth :: a
-    , _arrowMaxStaffWidth :: a
-    , _arrowStaffWidth :: a
-    , _arrowColor :: Color
-    }
-
-instance Default (ArrowConfig Double) where
-    def = ArrowConfig 0.01 0.05 0.03 0.1 0.1 0.1 0.01 0.005 0.2
-          (Color 0.333 0.333 0.888 0.8)
-
-makeLenses ''ArrowConfig
-
-data PixelConfig =
-    PixelConfig
-    { _pixelGradient :: Range Color
-    , _pixelGrain :: V2 Int
-    }
-
-instance Default PixelConfig where
-    def = PixelConfig
-        (Range ( Color 1 1 1 1
-               , Color 0 0 0 1))
-        (V2 20 20)
-
-makeLenses ''PixelConfig
-
-data TextConfig = TextConfig
-    { _textPad :: Double
-    , _textOrientation :: Orientation
-    , _textPlacement :: Placement
-    , _textSize :: Double
-    , _textColor :: Color
-    , _textRight :: Double
-    , _textBottom :: Double
-    }
-
-instance Default TextConfig where
-    def =
-        TextConfig
-        1
-        X
-        AxisBottom
-        0.08
-        (Color 0.333 0.333 0.333 0.2)
-        0.5
-        1
-
-makeLenses ''TextConfig
-
diff --git a/src/Chart/Unit.hs b/src/Chart/Unit.hs
deleted file mode 100644
--- a/src/Chart/Unit.hs
+++ /dev/null
@@ -1,515 +0,0 @@
-{-# OPTIONS_GHC -Wall #-}
-{-# OPTIONS_GHC -fno-warn-type-defaults #-}
-
-module Chart.Unit
-  ( scaleX
-  , scaleY
-  , blob
-  , line1
-  , scatter1
-  , rect1
-  , pixel1
-  , arrow1
-  , box
-  , scatterChart
-  , scatterChartWithRange
-  , lineChart
-  , lineChartWithRange
-  , histChart
-  , histChartWithRange
-  , arrowChart
-  , arrowChartWithRange
-  , rangeV4
-  , rangeV42Rect
-  , scaleV4s
-  , toPixels
-  , rescalePixels
-  , pixelf
-  , withChart
-  , axes
-  , combine
-  , fileSvg
-  , bubble
-  -- , text1
-  , histCompare
-  ) where
-
-import NumHask.Prelude hiding (min,max,from,to,(&))
-
-import NumHask.Range
-import NumHask.Rect
-import NumHask.Histogram
-import Chart.Types
-
-import Control.Lens hiding (beside, none, (#), at)
-import Data.Ord (max, min)
-import Diagrams.Backend.SVG (SVG, renderSVG)
-import Diagrams.Prelude hiding (width, unit, D, Color, scale, zero, scaleX, scaleY, aspect, rect, project)
-import Formatting
-import Linear hiding (zero, identity, unit, project)
-
-import qualified Control.Foldl as L
-import qualified Data.Text as Text
-import qualified Diagrams.Prelude as Diagrams
-
--- | avoiding the scaleX zero throw
-eps :: N [Point V2 Double]
-eps = 1e-8
-
-scaleX :: Double -> [Point V2 Double] -> [Point V2 Double]
-scaleX s = Diagrams.scaleX (if s==zero then eps else s)
-
-scaleY :: Double -> [Point V2 Double] -> [Point V2 Double]
-scaleY s = Diagrams.scaleY (if s==zero then eps else s)
-
--- * chartlets are recipes for constructing QDiagrams from traversable containers of vectors and a configuration
--- a solid blob (shape) with a colour fill and no border
-blob ∷ (Floating (N a), Ord (N a), Typeable (N a), HasStyle a, V a ~ V2) ⇒
-    Chart.Types.Color → a → a
-blob c = fcA (color c) # lcA (withOpacity black 0) # lw none
-
--- a line is just a scatter chart rendered with a line
--- (and with a usually stable x-value series)
-line1 ∷ (Traversable f, R2 r) => LineConfig → f (r Double) → Chart b
-line1 (LineConfig s c) ps = case NumHask.Prelude.head ps of
-  Nothing -> mempty
-  Just p0 -> stroke (trailFromVertices (toList $ (p2 . unr2) . view _xy <$> ps)
-              `at`
-              p2 (unr2 (view _xy p0))) # lcA (color c) # lwN s
-
--- dots on the XY plane
-scatter1 ∷ (Traversable f, R2 r) => ScatterConfig → f (r Double) → Chart b
-scatter1 (ScatterConfig s c) ps =
-  atPoints (toList $ (p2 . unr2) . view _xy <$> ps)
-    (repeat $ circle s #
-     blob c
-    )
-
--- | rectangles specified using a V4 x y z w where
--- (x,y) is location of lower left corner
--- (z,w) is location of upper right corner
-rect1 :: (Traversable f) => RectConfig -> f (Rect Double) -> Chart b
-rect1 cfg rs = mconcat $ toList $
-    (\(Rect (V2 (Range (x,z)) (Range (y,w)))) ->
-       (unitSquare #
-        moveTo (p2 (0.5,0.5)) #
-        Diagrams.scaleX (if z-x==zero then eps else z-x) #
-        Diagrams.scaleY (if w-y==zero then eps else w-y) #
-        moveTo (p2 (x,y)) #
-        fcA (color $ cfg ^. rectColor) #
-        lcA (color $ cfg ^. rectBorderColor) #
-        lw 1
-       )) <$> rs
-
-arrow1 :: (Traversable f) => ArrowConfig Double -> f (V4 Double) -> Chart b
-arrow1 cfg qs =
-    fcA (color $ cfg ^. arrowColor) $ position $
-    zip
-    ((\(V4 x y _ _) -> p2 (x,y)) <$> toList qs)
-    (arrowStyle cfg <$> toList qs)
-
-arrowStyle :: ArrowConfig Double -> V4 Double -> Chart b
-arrowStyle cfg (V4 _ _ z w) =
-    arrowAt' opts (p2 (0, 0)) (sL *^ V2 z w)
-  where
-    trunc minx maxx a = min (max minx a) maxx
-    m = norm (V2 z w)
-    hs = trunc (cfg ^. arrowMinHeadSize) (cfg ^. arrowMaxHeadSize) (cfg ^. arrowHeadSize * m)
-    sW = trunc (cfg ^. arrowMinStaffWidth) (cfg ^. arrowMaxStaffWidth) (cfg ^. arrowStaffWidth * m)
-    sL = trunc (cfg ^. arrowMinStaffLength) (cfg ^. arrowMaxStaffLength) (cfg ^. arrowStaffLength * m)
-    opts = with & arrowHead .~ tri &
-           headLength .~ global hs &
-           shaftStyle %~ (lwG sW & lcA (color $ cfg ^. arrowColor)) &
-           headStyle %~ (lcA (color $ cfg ^. arrowColor) & fcA (color $ cfg ^. arrowColor))
-
--- | convert from an XY to a polymorphic qdiagrams rectangle
-box ::
-    ( Field (N t)
-    , N t ~ Double
-    , V t ~ V2
-    , HasOrigin t
-    , Transformable t
-    , TrailLike t) =>
-    Rect Double -> t
-box (Rect (V2 x y)) =
-    moveOriginTo (p2 ( -x^.low - (x^.width/2)
-                     , -y^.low - (y^.width/2))) $
-    Diagrams.scaleX (if x^.width==zero then eps else x^.width) $
-    Diagrams.scaleY (if y^.width==zero then eps else y^.width)
-    unitSquare
-
--- | a pixel is a rectangle with a color.
-pixel1 :: (Traversable f) => f (Rect Double, Color) -> Chart b
-pixel1 rs = mconcat $ toList $
-    (\(Rect (V2 (Range (x,z)) (Range (y,w))), c) ->
-       (unitSquare #
-        moveTo (p2 (0.5,0.5)) #
-        Diagrams.scaleX (if z-x==zero then eps else z-x) #
-        Diagrams.scaleY (if w-y==zero then eps else w-y) #
-        moveTo (p2 (x,y)) #
-        fcA (color c) #
-        lcA transparent #
-        lw 0
-       )) <$> rs
-
--- * charts are recipes for constructing a QDiagram from a specification of the XY plane to be projected on to (XY), a list of traversable vector containers and a list of configurations.  The charts are self-scaling.
--- | a chart of scattered dot points scaled to its own range
-scatterChart ::
-    (R2 r, Traversable f) =>
-    [ScatterConfig] ->
-    Aspect ->
-    [f (r Double)] ->
-    Chart a
-scatterChart defs asp xyss =
-    scatterChartWithRange (foldMap rangeR2 xyss) defs asp xyss
-
--- | a chart of scattered dot points with a specific range
-scatterChartWithRange ::
-    (R2 r, Traversable f) =>
-    Rect Double ->
-    [ScatterConfig] ->
-    Aspect ->
-    [f (r Double)] ->
-    Chart a
-scatterChartWithRange cr defs (Aspect xy) xyss =
-    mconcat $ zipWith scatter1 defs (projectR2 cr xy <$> xyss)
-
--- | a chart of lines scaled to its own range
-lineChart ::
-    (R2 r, Traversable f) =>
-    [LineConfig] ->
-    Aspect ->
-    [f (r Double)] ->
-    Chart a
-lineChart defs asp xyss =
-    lineChartWithRange (foldMap rangeR2 xyss) defs asp xyss
-
--- | a chart of lines with a specific range
-lineChartWithRange ::
-    (R2 r, Traversable f) =>
-    Rect Double ->
-    [LineConfig] ->
-    Aspect ->
-    [f (r Double)] ->
-    Chart a
-lineChartWithRange cr defs (Aspect xy) xyss =
-    mconcat $ zipWith line1 defs (projectR2 cr xy <$> xyss)
-
--- | a chart of histograms scaled to its own range
-histChart ::
-    (Traversable f) =>
-    [RectConfig] ->
-    Aspect ->
-    [f (Rect Double)] ->
-    Chart a
-histChart defs asp rs =
-    histChartWithRange (fold $ fold <$> rs) defs asp rs
-
--- | a chart of histograms with a specific range
-histChartWithRange ::
-    (Traversable f) =>
-    Rect Double ->
-    [RectConfig] ->
-    Aspect ->
-    [f (Rect Double)] ->
-    Chart a
-histChartWithRange cr defs (Aspect xy) rs =
-    mconcat . zipWith rect1 defs $ fmap (projectRect cr xy) <$> rs
-
-toPixels :: Rect Double -> (V2 Double -> Double) -> PixelConfig -> [(Rect Double, Color)]
-toPixels xy f cfg = zip g cs
-    where
-      g = grid xy (view pixelGrain cfg)
-      xs = f . midRect <$> g
-      (Range (lx,ux)) = range xs
-      (Range (lc0,uc0)) = view pixelGradient cfg
-      cs = uncolor . (\x -> blend ((x - lx)/(ux - lx)) (color lc0) (color uc0)) <$> xs
-
-rescalePixels :: Rect Double -> [(Rect Double, Color)] -> [(Rect Double, Color)]
-rescalePixels xy xys = zip vs cs
-  where
-    vs = projectRect (fold $ fst <$> xys) xy . fst <$> xys
-    cs = snd <$> xys
-
--- | pixels over an XY plane using a function
-pixelf ::
-    PixelConfig ->
-    Aspect ->
-    Rect Double ->
-    (V2 Double -> Double) ->
-    Chart a
-pixelf cfg (Aspect asp) xy f =
-    pixel1 $ rescalePixels asp (toPixels xy f cfg)
-
--- | arrow lengths and sizes also need to be scaled, and so arrows doesnt fit as neatly into the whole scaling idea
-arrowChartWithRange ::
-    (Traversable f) =>
-    V4 (Range Double) ->
-    ArrowConfig Double ->
-    V4 (Range Double) ->
-    f (V4 Double) ->
-    Chart a
-arrowChartWithRange cr cfg xy xs =
-    arrow1 cfg $ rescaleV4P cr xy <$> xs
-
-arrowChart ::
-    (Traversable f) =>
-    ArrowConfig Double ->
-    V4 (Range Double) ->
-    f (V4 Double) ->
-    Chart a
-arrowChart cfg xy xs =
-    arrow1 cfg $ rescaleV4P (rangeV4 xs) xy <$> xs
-
--- | rescale a V4 from rold to rnew
-rescaleV4P :: V4 (Range Double) -> V4 (Range Double) -> V4 Double -> V4 Double
-rescaleV4P rold rnew q =
-    over _x (project (rold^._x) (rnew^._x)) $
-    over _y (project (rold^._y) (rnew^._y)) $
-    over _z (project (rold^._z) (rnew^._z)) $
-    over _w (project (rold^._w) (rnew^._w))
-    q
-
--- | rescale a container of V4s
-rescaleV4 :: (Functor f) =>
-    V4 (Range Double) -> V4 (Range Double) -> f (V4 Double) -> f (V4 Double)
-rescaleV4 rold rnew qs = rescaleV4P rold rnew <$> qs
-
--- | scale a double container of V4s from the current range
-scaleV4s :: (Traversable f) =>
-    V4 (Range Double) -> f (V4 Double) -> f (V4 Double)
-scaleV4s r f = rescaleV4 (rangeV4 f) r f
-
--- | V4 range of a V4 container
-rangeV4 :: (Traversable f) => f (V4 Double) -> V4 (Range Double)
-rangeV4 qs = V4 rx ry rz rw
-  where
-    rx = range $ toList (view _x <$> qs)
-    ry = range $ toList (view _y <$> qs)
-    rz = range $ toList (view _z <$> qs)
-    rw = range $ toList (view _w <$> qs)
-
-rangeV42Rect :: V4 (Range Double) -> Rect Double
-rangeV42Rect (V4 x y z w) = Rect (V2 (x<>z) (y<>w))
-
--- * axis rendering
-
--- | render with a chart configuration
-withChart ::
-    ( Traversable f
-    , R2 r) =>
-    ChartConfig ->
-    (Aspect -> [f (r Double)] -> QDiagram a V2 Double Any) ->
-    [f (r Double)] ->
-    Chart' a
-withChart conf renderer d = case conf^.chartRange of
-  Nothing ->
-      renderer (conf^.chartAspect) d <>
-      axes (chartRange .~ Just (foldMap rangeR2 d) $ conf)
-  Just axesRange ->
-      combine (conf ^. chartAspect)
-      [ QChart renderer r d
-      , QChart
-        (\asp _ ->
-           axes
-           ( chartAspect.~asp
-           $ chartRange .~ Just axesRange
-           $ conf))
-        r
-        []
-      ]
-    where
-      r = foldMap rangeR2 d
-
-axes ::
-    ChartConfig ->
-    Chart' a
-axes (ChartConfig p a r (Aspect asp@(Rect (V2 ax ay))) cc) =
-    L.fold (L.Fold step begin (pad p)) a
-  where
-    begin = box asp # fcA (color cc) # lcA (withOpacity black 0) # lw none
-    step x cfg = beside dir x (mo $ axis1 cfg rendr tickr)
-      where
-        rendr = case view axisOrientation cfg of
-              X -> ax
-              Y -> ay
-        tickr = case view axisOrientation cfg of
-              X -> rx
-              Y -> ry
-        dir   = case view axisPlacement cfg of
-              AxisBottom -> r2 (0,-1)
-              AxisTop -> r2 (0,1)
-              AxisLeft -> r2 (-1,0)
-              AxisRight -> r2 (1,0)
-        mo    = case view axisOrientation cfg of
-              X -> moveOriginTo (p2 ((-ax^.low)-(ax^.width)/2,0))
-              Y -> moveOriginTo (p2 (0,(-ay^.low)-(ay^.width)/2))
-        (Rect (V2 rx ry)) = fromMaybe one r
-
-axis1 ::
-    AxisConfig ->
-    Range Double ->
-    Range Double ->
-    Chart' b
-axis1 cfg rendr tickr = pad (cfg ^. axisPad) $ strut2 $ centerXY $
-  atPoints
-    (t <$> tickLocations)
-    ((`mkLabel` cfg) <$> tickLabels)
-  `atop`
-  (axisRect (cfg ^. axisHeight) rendr
-   # blob (cfg ^. axisColor))
-  where
-    strut2 x = beside dir x $ strut1 (cfg ^. axisInsideStrut)
-    dir = case cfg ^. axisPlacement of
-      AxisBottom -> r2 (0,1)
-      AxisTop -> r2 (0,-1)
-      AxisLeft -> r2 (1,0)
-      AxisRight -> r2 (-1,0)
-    strut1 = case cfg ^. axisOrientation of
-      X -> strutY
-      Y -> strutX
-    t = case cfg ^. axisOrientation of
-      X -> \x -> p2 (x, 0)
-      Y -> \y -> p2 (-(cfg ^. axisMarkSize), y)
-    ticks0 = case cfg ^. axisTickStyle of
-      TickNone -> []
-      TickRound n -> linearSpaceSensible OuterPos tickr n
-      TickExact n -> linearSpace OuterPos tickr n
-      TickLabels _ -> []
-      TickPlaced xs -> fst <$> xs
-    tickLocations = case cfg ^. axisTickStyle of
-      TickNone -> []
-      {- To Do:
-        rounded ticks introduce the possibility of marks beyond the existing range.
-        if this happens, it should really be fed into the chart rendering as a new,
-        revised range.
-      -}
-      TickRound _ -> project tickr rendr <$> ticks0
-      TickExact _ -> project tickr rendr <$> ticks0
-      TickLabels ls ->
-          project
-          (Range (0, fromIntegral $ length ls))
-          rendr <$>
-          ((\x -> x - 0.5) . fromIntegral <$> [1..length ls])
-      TickPlaced _ -> project tickr rendr <$> ticks0
-    tickLabels = case cfg ^. axisTickStyle of
-      TickNone -> []
-      TickRound _ -> tickFormat <$> ticks0
-      TickExact _ -> tickFormat <$> ticks0
-      TickLabels ls -> ls
-      TickPlaced xs -> snd <$> xs
-    tickFormat = sformat (prec 2)
-    axisRect h (Range (l,u)) = case cfg ^. axisOrientation of
-      X -> moveTo (p2 (u,0)) .
-          strokeTrail .
-          closeTrail .
-          fromVertices .
-          scaleY h .
-          scaleX (u-l) $
-          unitSquare
-      Y -> moveTo (p2 (0,l)) .
-          strokeTrail .
-          closeTrail .
-          fromVertices .
-          scaleX h .
-          scaleY (u-l) $
-          unitSquare
-
-mkLabel ::
-    Text ->
-    AxisConfig ->
-    Chart' b
-mkLabel label cfg =
-  beside dir
-  (beside dir
-   (rule (cfg ^. axisMarkSize) #
-   lcA (color $ cfg ^. axisMarkColor))
-    s)
-  (Diagrams.Prelude.alignedText
-    (cfg ^. axisAlignedTextRight)
-    (cfg ^. axisAlignedTextBottom)
-    (Text.unpack label) #
-  Diagrams.scale (cfg ^. axisTextSize) #
-  fcA (color $ cfg ^.axisTextColor))
-  where
-    dir = case cfg ^. axisOrientation of
-      X -> r2 (0,-1)
-      Y -> r2 (-1,0)
-    rule = case cfg ^. axisOrientation of
-      X -> vrule
-      Y -> hrule
-    s = case cfg ^. axisOrientation of
-      X -> strutY (cfg ^. axisLabelStrut)
-      Y -> strutX (cfg ^. axisLabelStrut)
-
-{-
-text1 ::
-    TextConfig ->
-    Text ->
-    Chart' b
-text1 cfg label =
-  Diagrams.Prelude.alignedText
-    (cfg ^. textRight)
-    (cfg ^. textBottom)
-    (Text.unpack label) #
-  Diagrams.scale (cfg ^. textSize) #
-  fcA (color $ cfg ^.textColor)
-  where
-    dir = case cfg ^. textOrientation of
-      X -> r2 (0,-1)
-      Y -> r2 (-1,0)
--}
-
--- * rendering
--- | render a list of qcharts using a common scale
-combine :: Aspect -> [QChart a b] -> Chart' a
-combine (Aspect xy) qcs = mconcat $
-    (\(QChart c xy1 x) -> c
-          (Aspect $ xy `times` xy1 `times` recip xysum)
-          x) <$> qcs
-    where
-      xysum = mconcat $ (\(QChart _ xy1 _) -> xy1) <$> qcs
-
-fileSvg ∷ FilePath → (Double, Double) → Chart SVG → IO ()
-fileSvg f s = renderSVG f (mkSizeSpec (Just <$> r2 s))
-
--- outline of a chart
-bubble ∷ ∀ a. (FromInteger (N a), MultiplicativeGroup (N a), RealFloat (N a), Traced a, V a ~ V2) ⇒ [a] → Int → [V a (N a)]
-bubble chart' n = bubble'
-  where
-    bubble' = ps
-    ps = catMaybes $ maxRayTraceV (p2 (0,0)) <$>
-        ((\x -> view (Diagrams.Prelude.from r2PolarIso) (1, x @@ rad)) .
-         (\x -> fromIntegral x/10.0) <$> [0..n]) <*>
-        chart'
-
-histCompare :: DealOvers -> Histogram -> Histogram -> Chart' a
-histCompare o h1 h2 =
-    let h = fromHist o h1
-        h' = fromHist o h2
-        h'' = zipWith (\(Rect (V2 (Range (x,y)) (Range (z,w)))) (Rect (V2 _ (Range (_,w')))) -> Rect (V2 (Range (x,y)) (Range (z,w-w')))) h h'
-        flat = Aspect $ Rect (V2 (Range (-0.75,0.75)) (Range (-0.25,0.25)))
-    in
-      pad 1.1 $
-        beside (r2 (0,-1)) (histChart
-        [ def
-        , rectBorderColor .~ Color 0 0 0 0
-        $ rectColor .~ Color 0.333 0.333 0.333 0.1
-        $ def ] sixbyfour [h,h'] <>
-        axes (ChartConfig 1.1
-              [def]
-              (Just (fold $ fold [abs <$> h,abs <$> h']))
-              sixbyfour (uncolor transparent)))
-        (histChart
-        [ rectBorderColor .~ Color 0 0 0 0
-        $ rectColor .~ Color 0.888 0.333 0.333 0.8
-        $ def ] flat [abs <$> h''] <>
-        axes (ChartConfig 1.1
-              [ axisAlignedTextBottom .~ 0.65 $
-                axisAlignedTextRight .~ 1 $
-                axisOrientation .~ Y $
-                axisPlacement .~ AxisLeft $
-                def
-              ]
-              (Just (fold $ abs <$> h''))
-              flat (uncolor transparent)))
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,8 +1,19 @@
-resolver: lts-8.23
+resolver: lts-8.24
 
 packages:
-- '.'
+  - '.'
 
 extra-deps:
-- numhask-0.0.5
-- numhask-range-0.0.3
+  - numhask-0.1.2
+  - numhask-range-0.1.1
+  #- SVGFonts-1.6.0.1
+  #- diagrams-lib-1.4.1.2
+  #- diagrams-svg-1.4.1
+  #- palette-0.1.0.4
+  #- diagrams-core-1.4
+  #- diagrams-solve-0.1.1
+  #- cereal-vector-0.2.0.1
+  #- dual-tree-0.2.1
+  #- svg-builder-0.1.0.2
+
+allow-newer: true
diff --git a/test/test.hs b/test/test.hs
--- a/test/test.hs
+++ b/test/test.hs
@@ -1,52 +1,43 @@
 {-# OPTIONS_GHC -Wall #-}
-{-# LANGUAGE DataKinds #-}
 
 module Main where
 
 import Chart
 import NumHask.Prelude
-
-import Test.Tasty (testGroup, defaultMain)
+import Test.Tasty (defaultMain, testGroup)
 import Test.Tasty.Hspec
 
 testWithChart :: SpecWith ()
-testWithChart = describe "withChart" $ do
+testWithChart =
+  describe "withChart" $ do
     it "axes and chartWith should render the same" $ do
-        fileSvg "test/empty.svg" (400,400) emptyChart 
-        fileSvg "test/justAxes.svg" (400,400) justAxesChart 
-        t1 <- readFile "test/empty.svg"
-        t2 <- readFile "test/justAxes.svg"
-        t1 `shouldBe` t2
-
+      fileSvg "test/empty.svg" (400, 400) emptyChart
+      fileSvg "test/justAxes.svg" (400, 400) justAxesChart
+      t1 <- readFile "test/empty.svg"
+      t2 <- readFile "test/justAxes.svg"
+      t1 `shouldBe` t2
     it "chartWith lines and lines <> axes" $ do
-        fileSvg "test/line.svg" (400,400) line1Chart
-        fileSvg "test/line2.svg" (400,400) line2Chart 
-        t1 <- readFile "test/line.svg"
-        t2 <- readFile "test/line2.svg"
-        t1 `shouldBe` t2
-      where
-        emptyChart = withChart def (\_ _ -> mempty) [corners one]
-        justAxesChart = axes def
-        line1Chart = withChart def (lineChart lineDefs) lineData
-        line2Chart =
-            lineChart lineDefs sixbyfour lineData <>
-            axes (chartRange .~ Just (rangeR2s lineData) $ def)
-
-        lineDefs :: [LineConfig]
-        lineDefs =
-            [ LineConfig 0.01 (Color 0.945 0.345 0.329 0.8)
-            , LineConfig 0.02 (Color 0.698 0.569 0.184 0.5)
-            , LineConfig 0.005 (Color 0.5 0.5 0.5 1.0)
-            ]
-        lineData :: [[V2 Double]]
-        lineData =
-            fmap r2 <$>
-            [ [(0.0,1.0),(1.0,1.0),(2.0,5.0)]
-            , [(0.0,0.0),(3.0,3.0)]
-            , [(0.5,4.0),(0.5,0)]
-            ]
+      fileSvg "test/line.svg" (400, 400) line1Chart
+      fileSvg "test/line2.svg" (400, 400) line2Chart
+      t1 <- readFile "test/line.svg"
+      t2 <- readFile "test/line2.svg"
+      t1 `shouldBe` t2
+  where
+    emptyChart = withHud def (\_ _ -> mempty) [corners one]
+    justAxesChart = hud def
+    line1Chart = withHud def (lineChart (repeat def)) lineData
+    line2Chart =
+      lineChart_ (repeat def) sixbyfour lineData <>
+      hud (def {hudRange = Just (range lineData)})
+    lineData :: [[Pair Double]]
+    lineData =
+      fmap (uncurry Pair) <$>
+      [ [(0.0, 1.0), (1.0, 1.0), (2.0, 5.0)]
+      , [(0.0, 0.0), (3.0, 3.0)]
+      , [(0.5, 4.0), (0.5, 0)]
+      ]
 
 main :: IO ()
 main = do
-    t1 <- testSpec "withChart" testWithChart
-    defaultMain $ testGroup "chart-unit" [t1]
+  t1 <- testSpec "withChart" testWithChart
+  defaultMain $ testGroup "chart-unit" [t1]
